| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-09 | Merge PR #13087: Put type-in-type flag in ugraph. | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-10-08 | Merge PR #12949: When a notation is only parsing, do not attach to it a ↵ | coqbot-app[bot] | |
| specific format. Reviewed-by: ejgallego | |||
| 2020-10-07 | Merge PR #13115: Derive Inversion does not allow leftover evars | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 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 | |||
| 2020-10-04 | Remove prefixes on nonterminal names, e.g. "constr:" and "Prim." | Jim Fehrle | |
| 2020-10-02 | Merge PR #13106: Remove the forward class hint feature. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-10-01 | Merge PR #13114: Reimplement Admit Obligations using standard Admitted code | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2020-10-01 | Merge PR #13123: Fix combining uniform parameters and mutual inductives. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-09-30 | Fix combining uniform parameters and mutual inductives. | Jasper Hugunin | |
| 2020-09-30 | Remove the forward class hint feature. | Pierre-Marie Pédrot | |
| It was not documented, not properly tested and thus likely buggy. Judging from the code alone I spotted already one potential bug. Further more it was prominently making use of the infamous "arbitrary term as hint" feature. Since the only user in our CI seems to be a math-classes file that introduced the feature under a claim of "cleanup", I believe we can safely remove it without anyone noticing. | |||
| 2020-09-30 | Derive Inversion does not allow leftover evars | Gaëtan Gilbert | |
| Fix #12917 | |||
| 2020-09-30 | Reimplement Admit Obligations using standard Admitted code | Gaëtan Gilbert | |
| Fix #13109 | |||
| 2020-09-28 | Merge PR #12946: Fixes part 1 of #12908: undetected collision involving a ↵ | coqbot-app[bot] | |
| lonely notation at printing time. Reviewed-by: ejgallego Ack-by: maximedenes | |||
| 2020-09-28 | Put type-in-type flag in ugraph. | Gaëtan Gilbert | |
| Fix #13086. | |||
| 2020-09-28 | Merge PR #13053: [lib] make canonical_path_name always absolute (fix #13031) | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-09-25 | Merge PR #12999: More improvements in locating tactic errors | coqbot-app[bot] | |
| Reviewed-by: ppedrot Reviewed-by: ejgallego | |||
| 2020-09-23 | Merge PR #13073: A temporary fix of #13018 and #12775 for branch 8.12 (bis) | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2020-09-23 | Merge PR #13028: Fixes #9716 and #13004: don't drop the qualifier of ↵ | Pierre-Marie Pédrot | |
| quotations at printing time Reviewed-by: ppedrot | |||
| 2020-09-23 | Merge PR #12847: Tactics inversion and replace work with eq in type | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-09-22 | Merge PR #12960: Fixes #9403 and #10803: missing flattening of nested ↵ | coqbot-app[bot] | |
| applications in notations Reviewed-by: ejgallego Ack-by: maximedenes | |||
| 2020-09-22 | Fixes #9716, #13004: don't drop the qualifier of quotations at printing time. | Hugo Herbelin | |
| 2020-09-21 | Make print-pretty-timed robust against non-output-sync logs | Jason Gross | |
| Also pass `--output-sync` on the CI, as suggested in https://github.com/coq/coq/pull/12653#issuecomment-696226093, to protect against this failure mode. Fixes #13062 | |||
| 2020-09-18 | [lib] make canonical_path_name always absolute (fix #13031) | Enrico Tassi | |
| 2020-09-17 | Formally deprecate the double induction tactic. | Pierre-Marie Pédrot | |
| The doc states it is deprecated since 1386cd9 but this was ages before the deprecation mechanism existed. | |||
| 2020-09-16 | Merge PR #13008: Use fresher names in eqschemes | Hugo Herbelin | |
| Reviewed-by: herbelin Reviewed-by: ppedrot | |||
| 2020-09-16 | More improvements in locating tactic errors. | Hugo Herbelin | |
| We finally pass the location in the "ist", and keep it in the "VFun" which is associated to expanded Ltac constants. | |||
| 2020-09-15 | A temporary fix of #13018 and #12775 for branch 8.2. | Hugo Herbelin | |
| We arbitrarily use max_int as higher level of custom entries in printing, which should be ok since only < and <= are used to decide when to use coercions. | |||
| 2020-09-15 | Updated .csdp.cache.test-suite and minor fixes | BESSON Frederic | |
| - merlin.in : added zarith - test-suite/Makefile remove .csdp.cache on make clean updated .csdp.cache.test-suite | |||
| 2020-09-15 | [micromega] [test-suite] Update csdp cache for num -> zarith migration | Emilio Jesus Gallego Arias | |
| 2020-09-11 | Rename Numeral Notation command to Number Notation | Pierre Roux | |
| Keep Numeral Notation wit a deprecation warning. | |||
| 2020-09-10 | Use fresher names in eqschemes. | Jasper Hugunin | |
| The previous implementation appears to be sound when Mangle Names is off, but it relies on two fragile assumptions, namely that next_global_ident_away always returns different identifiers when called with naming hints which are different after stripping all digits from the end, and that default_id_of_sort (locally defined) never returns "HC" or "P", or either of those followed by a string of digits. These changes make both assumptions unnecessary. As a side note, it seems odd that fresh is ignoring it's env parameter. | |||
| 2020-09-10 | When a notation is only parsing, do not attach to it a specific format. | Hugo Herbelin | |
| 2020-09-09 | Merge PR #7825: [tactics] Refine test for unresolved evars: not reachable ↵ | Pierre-Marie Pédrot | |
| from initial evars Ack-by: JasonGross Ack-by: Zimmi48 Reviewed-by: ejgallego Reviewed-by: gares Ack-by: jfehrle Ack-by: maximedenes Reviewed-by: ppedrot | |||
| 2020-09-08 | Merge PR #12931: Proof using cleanup, small doc addition and fix using Type ↵ | coqbot-app[bot] | |
| in collections Reviewed-by: gares Ack-by: Zimmi48 | |||
| 2020-09-08 | Merge PR #12954: Fixes a freshness issue with destruct/induction (see ↵ | Pierre-Marie Pédrot | |
| comment in #12944). Ack-by: RalfJung Ack-by: jashug Reviewed-by: ppedrot | |||
| 2020-09-07 | Refine test for unresolved evars: not reachable from initial evars | Matthieu Sozeau | |
| The test is refined to handle aliases: i.e. undefined evars coming from restrictions and evar-evar unifications with an initial evar are not considered fresh unresolved evars. To check this, we generalize the restricted_evars set to an aliased_evars set in the evar map, registering evars being solved by another evar due to restriction or evar-evar unifications. This implements the proposal of PR #370 for testing the resolution status of evars independently of the evar-evar orientation order. This allows [apply] to refine an evar with a new one if it results from a [clear] request or an evar-evar solution only, otherwise the new evar is considered fresh and an error is raised. Also fixes bugs #4095 and #4413. Co-authored-by: Maxime Dénès <maxime.denes@inria.fr> | |||
| 2020-09-04 | Merge PR #12893: Fix incorrect debruijn handling when Record calls ↵ | coqbot-app[bot] | |
| maybe_unify_params_in Reviewed-by: maximedenes | |||
| 2020-09-04 | Merge PR #12912: Fix algebraic comparison with sprop on one side | Pierre-Marie Pédrot | |
| Reviewed-by: mattam82 Reviewed-by: ppedrot | |||
| 2020-09-03 | Fix incorrect debruijn handling when Record calls maybe_unify_params_in | Gaëtan Gilbert | |
| Fix #12887 | |||
| 2020-09-02 | Fixes #9403 and #10803 (missing flattening of nested applications in notations). | Hugo Herbelin | |
| The bugs involved: - a notation with a subterm in position of function of an application - use of this notation in another notation creating a non-flattened application In particular, this fooled "find_appl_head" (for #10803) and the translation from GApp to NApp (for #9403). We fix the translation NApp -> GApp (since glob_constr is supposed to have its applications flattened). | |||
| 2020-09-02 | Fixes part 1 of #12908 (collision involving a lonely notation). | Hugo Herbelin | |
| Strangely, this was not yet noticed. Hiding of a scoped notation by a lonely notation should be checked at printing time. | |||
| 2020-08-31 | Merge PR #12875: Further extensions of About wrt Arguments and renaming | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: herbelin | |||
| 2020-08-31 | Fix mangle names issue in induction | Gaëtan Gilbert | |
| Fix #12944 | |||
| 2020-08-31 | Fixes a freshness issue with induction (see comment in #12944). | Hugo Herbelin | |
| The names computed in consume_pattern were lost when calling intros_pattern_core. Moreover, the computation of names to avoid was done several time. We compute it once for all. | |||
| 2020-08-29 | Merge PR #12929: Make abstract compatible with mangle names | Pierre-Marie Pédrot | |
| Reviewed-by: jashug Reviewed-by: ppedrot | |||
| 2020-08-28 | Merge PR #12890: ring: generate fresh names for lemmas | coqbot-app[bot] | |
| Reviewed-by: herbelin Reviewed-by: maximedenes Ack-by: SkySkimmer | |||
| 2020-08-28 | Merge PR #12933: Add test for past anomaly | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-08-28 | Name saved goals in name_mangling test | Gaëtan Gilbert | |
| Should be more robust with async proofs | |||
| 2020-08-28 | Make abstract compatible with mangle names | Gaëtan Gilbert | |
| Fix #12928 Fix #3146 | |||
| 2020-08-28 | About: Add a mention that arguments have been renamed, if ever it is the case. | Hugo Herbelin | |
| See https://github.com/coq/coq/pull/12875#issuecomment-679190489. | |||
