| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-05 | Merge PR #13553: Document Number Notation for primitive integers | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-12-04 | turn Ltac2's `pattern:` into `pat:` | Kenji Maillard | |
| 2020-12-04 | typo | Yves Bertot | |
| 2020-12-04 | Merge PR #13527: Changes for Coq 8.13 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-12-04 | Better primitive type support in custom string and numeral notations. | Fabian Kunze | |
| - float and array values are now supported for printing and parsing in custom notations (and in notations defined using the ocaml API) - the three constants bound to the primitive float, int and array type are now allowed anywhere inside a term to print, to handle them similar to `real` type constructors - Grants #13484: String notations for primitive arrays - Fixes #13517: String notation printing fails with primitive integers inside lists | |||
| 2020-12-03 | Implement review corrections by Théo Zimmermann | Matthieu Sozeau | |
| 2020-12-03 | Implement suggestions by Théo Zimmermann | Matthieu Sozeau | |
| 2020-12-03 | Apply suggestions from code review | Matthieu Sozeau | |
| Co-authored-by: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | |||
| 2020-12-03 | Apply suggestions from code review | Enrico Tassi | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-12-03 | Update doc/sphinx/changes.rst | Matthieu Sozeau | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-12-03 | Fixes in the summary by Jim Fehrle | Matthieu Sozeau | |
| Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net> | |||
| 2020-12-03 | Changes without PR references fixes | Matthieu Sozeau | |
| 2020-12-03 | Apply suggestions from @jfehrle code review | Matthieu Sozeau | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-12-03 | Add an anchor in syntax-extensions | Matthieu Sozeau | |
| 2020-12-03 | Changes for Coq 8.13 | Matthieu Sozeau | |
| 2020-12-03 | [refman] Fix error names. | Théo Zimmermann | |
| The @ syntax is not supported in the name, so we transform it manually as it would have been if no name had been provided. | |||
| 2020-12-02 | Split long lines in errors and warning index | Jim Fehrle | |
| 2020-12-02 | Document Number Notation for primitive integers | Pierre Roux | |
| 2020-11-28 | Merge PR #13496: Revert "Remove deprecated tactic cutrewrite." | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2020-11-27 | Merge PR #12586: [declare] Allow custom typing flags when declaring constants. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: herbelin Ack-by: jfehrle | |||
| 2020-11-27 | Merge PR #13483: Fix #13283: improved error on `clear implicit` flag | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-27 | Revert "Remove deprecated tactic cutrewrite." | Théo Zimmermann | |
| This reverts commit f3642ad8bdf6d9aa1b411892e5e6815a6a75e4d5. | |||
| 2020-11-27 | Improved error message on nested proofs | Fabian Kunze | |
| to include most common reason when this happens on accident | |||
| 2020-11-27 | Fix #13283: improved error on `clear implicit` flag | Fabian Kunze | |
| 2020-11-26 | [attributes] [typing] Rename `typing` to `bypass_check` | Emilio Jesus Gallego Arias | |
| As discussed in the Coq meeting. | |||
| 2020-11-26 | [attributes] [doc] Documentation review by Théo. | Emilio Jesus Gallego Arias | |
| Co-authored-by: <Théo Zimmermann <theo.zimmermann@inria.fr> | |||
| 2020-11-26 | [vernac] Allow to control typing flags with attributes. | Emilio Jesus Gallego Arias | |
| The syntax is the one of boolean attributes, that is to say `#[typing($flag={yes,no}]` where `$flag` is one of `guarded`, `universes`, `positive`. We had to instrument the pretyper in a few places, it is interesting that it is doing so many checks. | |||
| 2020-11-24 | Convert auto chapter to prodn | 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-23 | Merge PR #13417: Use nat_or_var in grammar where negative values don't make ↵ | coqbot-app[bot] | |
| sense Reviewed-by: Zimmi48 | |||
| 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-22 | Adapting standard library, doc and test suite to ident->name renaming. | Hugo Herbelin | |
| 2020-11-21 | Merge PR #12246: Adding support for applying in several hypotheses at the ↵ | Pierre-Marie Pédrot | |
| same time (granting #9816) Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-11-20 | Documentation of the support for general single binders in notations. | Hugo Herbelin | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-11-20 | Merge PR #13237: Address #13235: avoid passing degenerate in-hyps clauses | Pierre-Marie Pédrot | |
| Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2020-11-20 | Use nat_or_var where negative values don't make sense | Jim Fehrle | |
| 2020-11-20 | Granting #9816: apply in takes several hypotheses. | Hugo Herbelin | |
| 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-19 | Fix typo in rst link syntax. | Théo Zimmermann | |
| 2020-11-19 | Merge PR #12984: [printing] Order notations by matching precision first, and ↵ | coqbot-app[bot] | |
| then by last imported Reviewed-by: Zimmi48 Ack-by: RalfJung Ack-by: gares | |||
| 2020-11-18 | Merge PR #13312: [attributes] Allow boolean, single-value attributes. | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Reviewed-by: SkySkimmer Ack-by: gares | |||
| 2020-11-18 | Use only nats for occs_nums rather than ints | Jim Fehrle | |
| 2020-11-18 | [attributes] Update error message referring to deprecated syntax. | Emilio Jesus Gallego Arias | |
| 2020-11-18 | Review commit: improving the doc of boolean attributes. | Théo Zimmermann | |
| 2020-11-18 | Run doc_grammar for #13312. | Théo Zimmermann | |
| 2020-11-18 | [attributes] Deprecate `attr(true)` syntax in favor of booelan attributes. | Emilio Jesus Gallego Arias | |
| We introduce a warning so boolean attributes are expected to be of the form `attr={yes,no}` or just `attr` (for `yes`). We update the documentation, test-suite, and changelog. | |||
| 2020-11-18 | Merge PR #13400: [doc] add a link to v8.13 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-18 | Merge PR #13220: Give a typical example of Makefile wrapper for coq_makefile ↵ | coqbot-app[bot] | |
| (addresses #12903) Reviewed-by: gares Ack-by: Zimmi48 Ack-by: SkySkimmer | |||
| 2020-11-18 | Update doc/sphinx/practical-tools/utilities.rst | Hugo Herbelin | |
| Co-authored-by: Enrico Tassi <Enrico.Tassi@inria.fr> | |||
| 2020-11-18 | Ref. man.: showing the x ⪯ y ⪯ .. ⪯ z ⪯ t example of recursive notation. | Hugo Herbelin | |
