| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-12 | Move connect_hint_clenv from Auto to Hints. | Pierre-Marie Pédrot | |
| 2020-08-12 | Do not do a round trip with auto hint representation in autoapply. | Pierre-Marie Pédrot | |
| 2020-08-12 | Do not tamper with hints in Class_tactics.with_prods. | Pierre-Marie Pédrot | |
| 2020-08-12 | Perfom an goal enter in the relevant class tactics instead of outside. | Pierre-Marie Pédrot | |
| 2020-08-12 | Inline Class_tactics.clenv_of_prods. | Pierre-Marie Pédrot | |
| It was unnecessarily obfuscated. | |||
| 2020-08-11 | Merge PR #12717: More documentation on grammars and parsing | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Ack-by: herbelin Reviewed-by: ppedrot | |||
| 2020-08-11 | Merge PR #12794: Repair coqide option "Display parentheses" | Pierre-Marie Pédrot | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-08-11 | Merge PR #12815: [micromega] Fix bug#12790 | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-08-11 | Merge PR #12814: [zify] fix for bug#12791 | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-08-10 | Merge PR #12749: [ssr] turn "nothing to inject" into a real warning (fix #12746) | Cyril Cohen | |
| Reviewed-by: CohenCyril Reviewed-by: SkySkimmer Ack-by: Zimmi48 Ack-by: maximedenes Ack-by: ppedrot | |||
| 2020-08-10 | [micromega] Fix bug#12790 | Frédéric Besson | |
| zify used to generate many syntactic positivity constraints when translating a goal from nat to Z. For instance, to state that the product of 2 integers is positive. Instead, lia performs an interval analysis that is more semantic. The bug was that the interval analysis was performed after the elimination of equations. The current workaround is to perform interval analysis before and after eliminating equations. bla | |||
| 2020-08-10 | [zify] fix for bug#12791 | Frédéric Besson | |
| The elimination of let bindings is performing a convertibility check in order to deal with type aliases. | |||
| 2020-08-10 | [ssr] turn "nothing to inject" into a real warning (fix #12746) | Enrico Tassi | |
| 2020-08-08 | Merge PR #12796: [default.nix] Propagate dependency on num following #12604. | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-08-07 | [default.nix] Propagate dependency on num following #12604. | Théo Zimmermann | |
| Since this PR, ocamlfind looks for num when building plugins. To avoid requiring all plugins to add a new, irrelevant, dependency, we propagate it. This solution imitates what was decided for nixpkgs in NixOS/nixpkgs#94230. Fix coq-community/aac-tactics#61. | |||
| 2020-08-07 | Merge PR #12643: Document "Print Debug GC" command and OCAMLRUNPARAM ↵ | coqbot | |
| environment variable Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-08-06 | Merge PR #12782: Trying to rephrase complex sentences to make them easier to ↵ | coqbot | |
| read. Reviewed-by: jfehrle Ack-by: Mbodin Ack-by: corwin-of-amber | |||
| 2020-08-06 | Trying to rephrase complex sentences to make them easier to read. | Martin Bodin | |
| Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-08-06 | Repair coqide option "Display parentheses" | Jean-Christophe Léchenet | |
| 2020-08-05 | Merge PR #12724: CI metacoq: make .merlin | coqbot | |
| Reviewed-by: Zimmi48 | |||
| 2020-08-04 | Document "Print Debug GC" command and OCAMLRUNPARAM env variable | Jim Fehrle | |
| 2020-08-04 | Merge PR #12706: Mention coqbot minimize feature in issue template. | coqbot | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross Ack-by: SkySkimmer Ack-by: jtcoolen | |||
| 2020-08-04 | Mention coqbot minimize feature in issue template. | Julien Coolen | |
| This allows coqbot to reply back with a minimized version of some code reproducing a bug, using the coq-bug-minimizer program from Jason Gross. See https://github.com/JasonGross/coq-tools#coq-bug-minimizer. | |||
| 2020-08-03 | More documentation on grammars and parsing | Jim Fehrle | |
| 2020-08-03 | Merge PR #12772: coqdoc: Fix the “details” environment | Li-yao Xia | |
| Reviewed-by: Lysxia | |||
| 2020-07-30 | Merge PR #12767: Fix do in ssreflect-proof-language.rst | coqbot | |
| Reviewed-by: Zimmi48 | |||
| 2020-07-29 | coqdoc: Fix the “details” environment | Thomas Letan | |
| The change introduced by 41a1d66 has broken the feature prior to its initial release. We attempt to fix the issue, and add a comment to warn feature developers in order to avoid facing the same issue again. | |||
| 2020-07-29 | Fix do in ssreflect-proof-language.rst | Yusuke Matsushita | |
| The tactics do in SSReflect uses `? @mult` rather than `? @num`. | |||
| 2020-07-28 | Merge PR #12754: Fixes #12752: applying symbol escaping in coqdoc index | Li-yao Xia | |
| Reviewed-by: Lysxia | |||
| 2020-07-27 | Merge PR #12729: Faster algorithm to compute algebraic universe mapping in ↵ | Gaëtan Gilbert | |
| minimization. Reviewed-by: SkySkimmer | |||
| 2020-07-26 | Merge PR #12726: Clarify Global.env usage in ppvernac | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-07-26 | Merge PR #12573: Hint Opaque/Transparent/Unfold: don't error on Opaque ↵ | Pierre-Marie Pédrot | |
| Defined constants Reviewed-by: ppedrot | |||
| 2020-07-25 | Faster algorithm to compute algebraic universe mapping in mimization. | Pierre-Marie Pédrot | |
| Instead of crawling a map in O(n) we preserve a backwards map at the same time. This inefficiency was observed in coq-performance-tests/n_polymorphic_universes.v. | |||
| 2020-07-24 | Adding change log for #12754. | Hugo Herbelin | |
| 2020-07-24 | Fixes #12752 (applying symbol escaping in index produced by coqdoc). | Hugo Herbelin | |
| This is to avoid collision with the syntax of the host output language. | |||
| 2020-07-24 | Merge PR #12747: Fix coqdoc bad bulleting from incorrect space count | Emilio Jesus Gallego Arias | |
| Reviewed-by: Lysxia Reviewed-by: ejgallego Ack-by: ppedrot | |||
| 2020-07-24 | CI metacoq: make .merlin | Gaëtan Gilbert | |
| For convenience | |||
| 2020-07-24 | Fix coqdoc bad bulleting from incorrect space count | Gaëtan Gilbert | |
| Fix #12742 | |||
| 2020-07-23 | Merge PR #12739: [changelog] Fix hanging changelog entry for 8.12 beta | Théo Zimmermann | |
| Ack-by: Zimmi48 | |||
| 2020-07-23 | [changelog] Incorporate hanging changelog entry for 8.12+beta1 | Emilio Jesus Gallego Arias | |
| 2020-07-23 | [changelog] Fix hanging file extension. | Emilio Jesus Gallego Arias | |
| 2020-07-23 | Merge PR #12734: [changelog] Latest changes backported to 8.12 branch. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-07-23 | [changelog] Latest changes backported to 8.12 branch. | Emilio Jesus Gallego Arias | |
| 2020-07-23 | Merge PR #12678: Tweak the warning for arbitrary term hints. | Emilio Jesus Gallego Arias | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: ejgallego | |||
| 2020-07-23 | Hint Opaque/Transparent/Unfold: don't error on opaque constants | Gaëtan Gilbert | |
| Helps with #12566 | |||
| 2020-07-23 | Merge PR #12672: Fix failing macOS build. | Gaëtan Gilbert | |
| Ack-by: JasonGross Reviewed-by: SkySkimmer | |||
| 2020-07-23 | Ignore installation failure during call to brew. | Théo Zimmermann | |
| Note that all the packages that we request are correctly installed and the observed failure is independent (related to ruby which is not a direct nor indirect dependency, only a dependency of brew itself). The generated CoqIDE package has been tested and works correctly (with no missing icon). | |||
| 2020-07-23 | Merge PR #12679: Remove redundant data from VM case switch. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: silene | |||
| 2020-07-23 | Merge PR #12698: Fixing mention of `unfold` as example of tactic taking a ↵ | Théo Zimmermann | |
| qualid in tactic notations Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2020-07-22 | Merge PR #12715: Add Coqtail to CI | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
