| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-20 | Merge PR #13744: Make sure "Print Module" write a dot at the end of ↵ | coqbot-app[bot] | |
| inductive definitions. Reviewed-by: SkySkimmer | |||
| 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 #13699: Fix #13579 (hnf on primitives raises an anomaly) | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2021-01-19 | Merge PR #13512: Fixes #13413: freshness failure in apply-in introduction ↵ | Pierre-Marie Pédrot | |
| pattern Reviewed-by: ppedrot | |||
| 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 | Adding changelog for #13512. | Hugo Herbelin | |
| 2021-01-18 | Adding overlay for perennial. | Hugo Herbelin | |
| 2021-01-18 | Preventing internal temporary names to impact the "?H"-like intro-pattern names. | Hugo Herbelin | |
| 2021-01-18 | Further simplifications in intro_patterns machinery. | Hugo Herbelin | |
| 2021-01-18 | Small reworking of code in intros-pattern. | Hugo Herbelin | |
| We compute earlier if "apply in" clears or not. We inline prepare_naming into its only client prepare_intros_opt (using the more general make_naming instead). | |||
| 2021-01-18 | Fixes #13413: freshness issue with "%" introduction pattern. | Hugo Herbelin | |
| We build earlier the final expected name at the end of a sequence of "%" introduction patterns. | |||
| 2021-01-18 | Merge PR #13454: Remove unused retro_refl | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-01-18 | Merge PR #13723: Use a compact case representation for patterns | coqbot-app[bot] | |
| Reviewed-by: mattam82 | |||
| 2021-01-18 | Do not call the with_full_binder map variant for Reduction.instance. | Pierre-Marie Pédrot | |
| We know statically that whd_betaiota is a local reduction function, so it does not need to access the rel_context of its environment argument. | |||
| 2021-01-18 | Move the two only calls to the strong combinator to their calling site. | Pierre-Marie Pédrot | |
| 2021-01-18 | Move the only use of strong_with_flags to its single calling module. | Pierre-Marie Pédrot | |
| This also allows to move the strong variant of cbn to the Cbn module. | |||
| 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 | Add changelog | Pierre Roux | |
| 2021-01-18 | Fix #13579 (hnf on primitives raises an anomaly) | Pierre Roux | |
| Also works for simpl. | |||
| 2021-01-18 | Print primitive constants in debuger | Pierre Roux | |
| This was raising a Not_found exception due to the unknown scope. | |||
| 2021-01-18 | Merge PR #13656: Avoid using "subgoals" in the UI, it means the same as "goals" | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 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-15 | Merge PR #13678: Cleaning up the bytecode interpreter | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-01-14 | Merge PR #13378: Add support for high resolution timeout functions | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Ack-by: ejgallego Reviewed-by: ppedrot | |||
| 2021-01-13 | Avoid using "subgoals" in the UI, it means the same as "goals" | Jim Fehrle | |
| 2021-01-13 | Merge PR #13740: [osx] macpack also coqidetop (for libgmp) | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2021-01-13 | Merge PR #13598: [ci] window jobs based on the platform | Michael Soegtrop | |
| Ack-by: MSoegtropIMC Ack-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2021-01-13 | Make sure "Print Module" write a dot at the end of inductive definitions. | Guillaume Melquiond | |
| 2021-01-13 | Merge PR #13675: Extrude pattern ground check | coqbot-app[bot] | |
| Reviewed-by: mattam82 | |||
| 2021-01-13 | Adjust the doc_grammar files. | Théo Zimmermann | |
| 2021-01-13 | Merge PR #13726: Use an integer indirection in UGraph | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-01-12 | Same treatment for pattern functions used by rewrite. | Pierre-Marie Pédrot | |
| 2021-01-12 | Extrude the check for pattern groundness outside of unification. | Pierre-Marie Pédrot | |
| 2021-01-12 | Merge PR #13742: Add a test for bound variables in match goal over a case ↵ | coqbot-app[bot] | |
| involving variables Reviewed-by: SkySkimmer | |||
| 2021-01-12 | Add an indirection to the UGraph internal representation. | Pierre-Marie Pédrot | |
| We represent entries in the graph with integers instead of levels and add a table remembering the corresponding association in the graph. | |||
| 2021-01-12 | Add a test for bound variables in match goal over a case involving variables. | Pierre-Marie Pédrot | |
| 2021-01-12 | Restore the corner-case behaviour for let-bound variables in patterns. | Pierre-Marie Pédrot | |
| 2021-01-12 | Slight tweak of the matching algorithm for PIf vs. Case. | Pierre-Marie Pédrot | |
| It is equivalent but makes the code more similar to the PCase vs. Case case (aha). | |||
| 2021-01-12 | Change the case representation of patterns. | Pierre-Marie Pédrot | |
| 2021-01-12 | [osx] macpack all binaries, not just coqide | Enrico Tassi | |
| 2021-01-12 | Merge PR #13704: [ci] [coq-performance-tests] Errors at end of log | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: gares | |||
| 2021-01-12 | Merge PR #13735: Add a test for a weird behaviour of tactic matching. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-01-12 | Merge PR #13736: Do not declare a global universe object when this set is empty. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-01-11 | [ci] [coq-performance-tests] Errors at end of log | Jason Gross | |
| By running `make -k; make` whenever `make` initially fails, we can get error messages to occur at the end of the log. This way they'll show up on the GitHub Actions preview/summary, rather than me having to go digging for them in the GitLab logs. | |||
| 2021-01-11 | Make sure Ltac2 get cleaned too. | Guillaume Melquiond | |
| 2021-01-11 | Do not declare a global universe object when the universe set is empty. | Pierre-Marie Pédrot | |
| 2021-01-11 | Merge PR #13622: Use the Evarutil cache for Class_tactics.evar_dependencies. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2021-01-11 | Use the Evarutil cache for Class_tactics.evar_dependencies. | Pierre-Marie Pédrot | |
