| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-02 | Merge PR #13889: Dead code elimination: not reducible error message is never ↵ | coqbot-app[bot] | |
| raised. Reviewed-by: jfehrle | |||
| 2021-03-02 | Dead code elimination: not reducible error message is never raised. | Théo Zimmermann | |
| 2021-02-28 | Fix link of default_bindings. | slb Prime | |
| 2021-02-26 | Signed primitive integers | Ana | |
| Signed primitive integers defined on top of the existing unsigned ones with two's complement. The module Sint63 includes the theory of signed primitive integers that differs from the unsigned case. Additions to the kernel: les (signed <=), lts (signed <), compares (signed compare), divs (signed division), rems (signed remainder), asr (arithmetic shift right) (The s suffix is not used when importing the Sint63 module.) The printing and parsing of primitive ints was updated and the int63_syntax_plugin was removed (we use Number Notation instead). A primitive int is parsed / printed as unsigned or signed depending on the scope. In the default (Set Printing All) case, it is printed in hexadecimal. | |||
| 2021-02-24 | Infrastructure for fine-grained debug flags | Maxime Dénès | |
| 2021-02-22 | mention --version to CoqIDE | Enrico Tassi | |
| 2021-02-22 | changelog for 8.13.1 | Enrico Tassi | |
| 2021-02-08 | Properly document the local and global locality attributes. | Théo Zimmermann | |
| 2021-02-05 | Fix hierarchy of sections in module chapter. | Théo Zimmermann | |
| 2021-01-28 | Merge PR #13799: Replace : term with : type in open binders. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-01-28 | Merge PR #13789: Document limitation of rewrite regarding occurrence selection. | coqbot-app[bot] | |
| Reviewed-by: jfehrle Reviewed-by: silene | |||
| 2021-01-28 | Update doc/sphinx/proofs/writing-proofs/rewriting.rst | Jim Fehrle | |
| 2021-01-28 | Merge PR #13781: [micromega] Deprecate hopefully useless options and flags | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2021-01-28 | Replace : term with : type in open binders. | Théo Zimmermann | |
| And update the doc_grammar files. | |||
| 2021-01-28 | Apply suggestions from code review | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2021-01-28 | Merge PR #13763: Remove the SearchHead command (deprecated in 8.12) | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2021-01-28 | Document how rewrite works regarding occurrence selection. | Théo Zimmermann | |
| 2021-01-26 | Merge PR #13758: Remove the Hide Obligations flag (deprecated in 8.12) | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2021-01-25 | Remove the SearchHead command | Jim Fehrle | |
| 2021-01-25 | Remove the Hide Obligations flag | Jim Fehrle | |
| 2021-01-25 | Update doc/sphinx/addendum/micromega.rst | Frédéric Besson | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2021-01-24 | Merge PR #13762: Remove double induction tactic | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2021-01-22 | Merge PR #13754: Improve doc of occurrences and rewrite. | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-01-22 | [micromega] Deprecate hopefully useless options and flags | BESSON Frederic | |
| The goal is to eventually only use the Simplex solver and remove all the code needed for fourier elimination. | |||
| 2021-01-22 | Improve doc of occurrences and rewrite. | Jim Fehrle | |
| 2021-01-22 | Merge PR #13761: Remove convert_concl_no_check (deprecated in 8.11) | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2021-01-21 | Improve wording for #13384 | Jim Fehrle | |
| 2021-01-21 | Merge PR #13764: Remove Add InjTyp and 10 other micromega commands ↵ | BESSON Frederic | |
| (deprecated in 8.13) Reviewed-by: Zimmi48 Reviewed-by: fajb | |||
| 2021-01-20 | Remove double induction tactic | Jim Fehrle | |
| 2021-01-20 | Fix: "tactic" is not a tactic, so can't begin a .. tacn:: | Jim Fehrle | |
| 2021-01-19 | Remove Add InjTyp and 10 other micromega commands | Jim Fehrle | |
| 2021-01-19 | Remove convert_concl_no_check | Jim Fehrle | |
| 2021-01-19 | Merge PR #13725: Support locality attributes for Hint Rewrite (including export) | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Ack-by: gares Reviewed-by: ppedrot | |||
| 2021-01-18 | Support locality attributes for Hint Rewrite (including export) | Gaëtan Gilbert | |
| We deprecate unspecified locality as was done for Hint. Close #13724 | |||
| 2021-01-18 | Merge PR #13574: Simplistic patch to fix #10113: turn Ltac2's `pattern:` ↵ | Pierre-Marie Pédrot | |
| into `pat:` Ack-by: Zimmi48 Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2021-01-18 | Merge PR #13705: Improve documentation of rewrite_strat/innermost and outermost | coqbot-app[bot] | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: gares | |||
| 2021-01-07 | Use nat_or_var for fail/gfail | Jim Fehrle | |
| 2021-01-07 | Merge PR #13696: Deprecate "at ... with ..." in change tactic (use "with ... ↵ | Pierre-Marie Pédrot | |
| at ..." instead) Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2021-01-06 | Improve description of rewrite_strat/innermost and outermost | Jim Fehrle | |
| 2021-01-06 | Merge PR #13714: Changelog for 8.13.0 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-01-05 | [doc] tell sphinxcontrib-bibtex which bibtex file to use | Enrico Tassi | |
| 2021-01-04 | Changelog for 8.13.0 | Enrico Tassi | |
| 2021-01-02 | Deprecate "at ... with ..." in change tactic | Jim Fehrle | |
| (use "with ... at ..." instead) | |||
| 2021-01-01 | Merge PR #13470: Convert rewriting and proof-mode chapters to prodn | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross | |||
| 2020-12-30 | Convert rewriting and proof-mode chapters to prodn | Jim Fehrle | |
| 2020-12-30 | Merge PR #13684: Document the -native-compiler option | coqbot-app[bot] | |
| Reviewed-by: silene Ack-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-12-29 | [refman] Clarify meaning of goal in documentation of instantiate. | Théo Zimmermann | |
| 2020-12-29 | Document the -native-compiler option | Pierre Roux | |
| 2020-12-21 | Shorten/improve intro of "Basic proof writing" chapter. | Théo Zimmermann | |
| 2020-12-14 | Merge PR #13613: [changes] mark #12765 as experimental | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
