| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-28 | Replace : term with : type in open binders. | Théo Zimmermann | |
| And update the doc_grammar files. | |||
| 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-13 | Adjust the doc_grammar files. | Théo Zimmermann | |
| 2021-01-07 | Use nat_or_var for fail/gfail | Jim Fehrle | |
| 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-26 | Set the locale in Docker so Python's default output encoding is utf-8 | Jim Fehrle | |
| 2020-12-16 | Add -q flag to coqrst python invocation of coqtop | Lasse Blaauwbroek | |
| This will help with reproducibility for people who have something in their coqrc file. Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-12-09 | Allow any character in a tacn, cmd, ... name | Jim Fehrle | |
| Include "0-9_" in default cmd name Report duplicate names | |||
| 2020-11-27 | Revert "Remove deprecated tactic cutrewrite." | Théo Zimmermann | |
| This reverts commit f3642ad8bdf6d9aa1b411892e5e6815a6a75e4d5. | |||
| 2020-11-24 | Convert auto chapter to prodn | Jim Fehrle | |
| 2020-11-23 | Add COPYALL and APPENDALL edit ops, drop unneeded code | Jim Fehrle | |
| 2020-11-23 | Merge PR #11841: Distinguishing entry "ident" from entry "name" in term ↵ | coqbot-app[bot] | |
| notations. Reviewed-by: jfehrle Reviewed-by: gares Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2020-11-22 | Updating doc wrt addition of grammar subentry "name" and deprecation of "ident". | Hugo Herbelin | |
| For constr, this means clarifying that "ident" is deprecated and to be replaced by "name". Here, some cleaning shall have to be done at the end of deprecation phase, when "ident" will take its literal meaning. For custom notations, this is about documenting the effect of "ident" and "global" which was yet undocumented. Note that we anticipate an example in constr working with the literal meaning of "ident" (temporarily silencing the warning). Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-11-20 | Use nat_or_var where negative values don't make sense | Jim Fehrle | |
| 2020-11-20 | Merge PR #13403: Use only nats for occs_nums rather than ints | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Reviewed-by: herbelin | |||
| 2020-11-18 | Use only nats for occs_nums rather than ints | Jim Fehrle | |
| 2020-11-18 | Run doc_grammar for #13312. | Théo Zimmermann | |
| 2020-11-17 | Merge PR #12653: Syntax for specifying cumulative inductives | coqbot-app[bot] | |
| Reviewed-by: mattam82 Reviewed-by: maximedenes Reviewed-by: jfehrle Ack-by: gares Ack-by: Zimmi48 Ack-by: ppedrot | |||
| 2020-11-16 | Merge PR #13381: Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto" | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-16 | Update grammar in doc | Jim Fehrle | |
| 2020-11-15 | Deprecate "eauto @int_or_var @int_or_var", add "bfs eauto" | Jim Fehrle | |
| 2020-11-15 | Merge PR #13368: Fix dune rules for @check-gram following recent changes. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-15 | Merge PR #13375: Distinguish one_pattern and one_term nonterminals, improve ↵ | coqbot-app[bot] | |
| description of Instance command Reviewed-by: Zimmi48 | |||
| 2020-11-14 | Distinguish one_pattern and one_term nonterminals | Jim Fehrle | |
| 2020-11-14 | Move destructuring let syntax closer to its documentation. | Théo Zimmermann | |
| 2020-11-13 | Fix dune rules for @check-gram following recent changes. | Théo Zimmermann | |
| 2020-11-10 | Convert logic.rst to prodn | Jim Fehrle | |
| 2020-11-09 | Add additional escape sequences for notations | Jim Fehrle | |
| 2020-11-09 | Add global version of OPTINREF | Jim Fehrle | |
| 2020-11-05 | Merge PR #12218: Numeral notations for non inductive types | coqbot-app[bot] | |
| Reviewed-by: herbelin Reviewed-by: JasonGross Reviewed-by: jfehrle Ack-by: Zimmi48 | |||
| 2020-11-05 | [string notation] Handle parameterized inductives and non inductives | Pierre Roux | |
| 2020-11-05 | Merge numeral and string notation plugins | Pierre Roux | |
| 2020-11-05 | [numeral notation] Handle implicit arguments | Pierre Roux | |
| 2020-11-05 | [numeral notation] Document the via ... using ... option | Pierre Roux | |
| 2020-11-04 | [numeral notation] Adding the via ... using ... option | Pierre Roux | |
| This enables numeral notations for non inductive types by pre/postprocessing them to a given proxy inductive type. For instance, this should enable the use of numeral notations for R. | |||
| 2020-11-04 | Regenerate the grammar description file. | Pierre-Marie Pédrot | |
| 2020-10-30 | Renaming numnotoption into number_modifier | Pierre Roux | |
| 2020-10-27 | Change a few nonterminal names in mlgs and update doc to match | Jim Fehrle | |
| 2020-10-27 | Rename tac2type -> ltac2_type, | Jim Fehrle | |
| typ_param -> ltac2_typevar, tac2expr -> ltac2_expr | |||
| 2020-10-27 | Rename misc nonterminals | Jim Fehrle | |
| 2020-10-27 | Rename tactic_expr -> ltac_expr | Jim Fehrle | |
| 2020-10-27 | Rename operconstr -> term | Jim Fehrle | |
| 2020-10-24 | Convert misc chapters to prodn | Jim Fehrle | |
| 2020-10-22 | Make no match/multiple match for tacn/cmd an error | Jim Fehrle | |
| Always generate prodn* files if edits succeed | |||
| 2020-10-20 | Merge PR #13214: Better message for doc_grammar; avoid an infinite SPLICE loop | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-10-19 | Better message and avoid an infinite SPLICE loop | Jim Fehrle | |
| 2020-10-12 | Add missing ";" in record grammar | Jim Fehrle | |
| 2020-10-05 | Document the removal of forward class hints. | Théo Zimmermann | |
| 2020-10-04 | Merge PR #13096: Drop prefixes from non-terminal names, e.g. "constr:constr" ↵ | coqbot-app[bot] | |
| -> "constr" Reviewed-by: herbelin Ack-by: Zimmi48 | |||
