| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-14 | Merge PR #13613: [changes] mark #12765 as experimental | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-12-14 | Merge PR #13509: Remove compatibility flag Set Bracketing Last Introduction ↵ | Pierre-Marie Pédrot | |
| Pattern Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-12-13 | Merge PR #13619: doc: Clarify the status of simpl vs cbn | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-12-13 | Add changelog for #13509. | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-12-13 | Removing flag "Bracketing Last Introduction Pattern". | Hugo Herbelin | |
| 2020-12-11 | doc: Clarify the status of simpl vs cbn | Clément Pit-Claudel | |
| The cbn tactic was documented in aa9db490a2. The current manual causes confusion by suggesting that cbn is a replacement for simpl, while in practice they do different things, both with their own quirks. Given that neither is consistently faster than the other, I think it's worth clarifying the manual. | |||
| 2020-12-11 | Merge PR #13519: Better primitive type support in custom string and numeral ↵ | coqbot-app[bot] | |
| notations. Reviewed-by: jfehrle Reviewed-by: proux01 Ack-by: Zimmi48 Ack-by: SkySkimmer | |||
| 2020-12-11 | Merge PR #13611: Clarify changelog categories. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-12-11 | Merge PR #13612: Bump reference to 8.12 refman following unexpected 8.12.2 ↵ | Clément Pit-Claudel | |
| release. Reviewed-by: cpitclaudel | |||
| 2020-12-11 | Merge PR #13582: Generalize exp_ineq1 and add exp_ineq1_le, which holds ↵ | coqbot-app[bot] | |
| forall Reals. Reviewed-by: thery | |||
| 2020-12-11 | [changes] mark #12765 as experimental | Enrico Tassi | |
| 2020-12-11 | Bump reference to 8.12 refman following unexpected 8.12.2 release. | Théo Zimmermann | |
| 2020-12-11 | Clarify changelog categories. | Théo Zimmermann | |
| For readers of the changelog: title "Tools" become "Command-line tools". For developers: changelog categories 07 and 08 are disambiguated. | |||
| 2020-12-10 | Changelog for 8.12.2. | Théo Zimmermann | |
| 2020-12-09 | Merge PR #13564: Allow all characters in tacn, cmd, ... names. Report ↵ | Clément Pit-Claudel | |
| duplicate names. Ack-by: Zimmi48 Reviewed-by: cpitclaudel | |||
| 2020-12-09 | Allow any character in a tacn, cmd, ... name | Jim Fehrle | |
| Include "0-9_" in default cmd name Report duplicate names | |||
| 2020-12-09 | Redefines exp_ineq1 to hold for all non-zero numbers. | Avi Shinnar | |
| The original (which holds only for positive numbers) is now called exp_ineq1_pos. A version that holds only for negative numbers is added as exp_ineq1_neg. Adds exp_ineq1_le, which holds for all reals (but is a <= instead of a <). Co-authored-by: Barry M. Trager <bmt@us.ibm.com> | |||
| 2020-12-07 | Merge PR #13556: Fix spelling in warning entry | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-12-06 | [doc] update changes after 13501 | Enrico Tassi | |
| 2020-12-06 | Fix spelling in warning entry | Simon Friis Vindum | |
| 2020-12-05 | Merge PR #13553: Document Number Notation for primitive integers | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-12-04 | Merge PR #13569: typo | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-12-04 | Merge PR #13442: Add an abstraction function in the LtacX FFI. | coqbot-app[bot] | |
| Reviewed-by: kyoDralliam | |||
| 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 | [changelog] update markup | Enrico Tassi | |
| 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-03 | Merge PR #13554: Split long lines in errors and warning index | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-12-02 | Split long lines in errors and warning index | Jim Fehrle | |
| 2020-12-02 | Merge PR #13275: Put all Int63 primitives in a separate file | Vincent Laporte | |
| Ack-by: SkySkimmer Ack-by: ppedrot Reviewed-by: vbgl | |||
| 2020-12-02 | Document Number Notation for primitive integers | Pierre Roux | |
| 2020-12-02 | Put all Int63 primitives in a separate file | Pierre Roux | |
| Following a request from Pierre-Marie Pédrot in #13258 | |||
| 2020-12-01 | Merge PR #13490: [ssr] Backport ssrbool from MathComp 1.12.0 | coqbot-app[bot] | |
| Reviewed-by: gares | |||
| 2020-11-30 | Adding a changelog for Ltac1.lambda. | Pierre-Marie Pédrot | |
| 2020-11-30 | Merge PR #13501: [kernel] Fix #13495: incompleteness in cases typing for ↵ | coqbot-app[bot] | |
| cumulative inductive types Reviewed-by: SkySkimmer | |||
| 2020-11-29 | Backport ssrbool lemmas from MathComp 1.12.0 | Kazuhiko Sakaguchi | |
| 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 | [kernel] Fix #13495: incompleteness in cases typing for cumulative inductive ↵ | Matthieu Sozeau | |
| types | |||
