| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-19 | Merge PR #13512: Fixes #13413: freshness failure in apply-in introduction ↵ | Pierre-Marie Pédrot | |
| pattern Reviewed-by: ppedrot | |||
| 2021-01-18 | Adding overlay for perennial. | Hugo Herbelin | |
| 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-09 | Merge PR #13299: Remember universe instances of constants in notations | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: herbelin | |||
| 2021-01-04 | Remember universe instances of constants in notations | Jasper Hugunin | |
| 2021-01-04 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-12-21 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-12-13 | Update dev/ci/user-overlays/README.md | Enrico Tassi | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-12-12 | [ci] update doc for overlays | Enrico Tassi | |
| 2020-12-12 | Merge PR #13603: [ci] function to declare projects | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: RalfJung Ack-by: Zimmi48 | |||
| 2020-12-10 | [ci] remove old overlays so that people don't copy them | Enrico Tassi | |
| 2020-12-10 | [ci] simplify overlay scripts | Enrico Tassi | |
| 2020-12-09 | Adding overlays. | Pierre-Marie Pédrot | |
| 2020-11-26 | Merge PR #13415: Separate interning and pretyping of universes | coqbot-app[bot] | |
| Reviewed-by: mattam82 | |||
| 2020-11-26 | [ci] bump elpi to 1.12.0 | Enrico Tassi | |
| 2020-11-25 | Overlays for #13415 | Gaëtan Gilbert | |
| 2020-11-19 | Add overlays for elpi and unicoq. | Hugo Herbelin | |
| 2020-11-18 | [attributes] Add overlays for #13312 | Emilio Jesus Gallego Arias | |
| 2020-11-17 | Merge PR #12653: Syntax for specifying cumulative inductives | coqbot-app[bot] | |
| Reviewed-by: mattam82 Reviewed-by: maximedenes Reviewed-by: jfehrle Ack-by: gares Ack-by: Zimmi48 Ack-by: ppedrot | |||
| 2020-11-16 | Overlay for Coq-Equations. | Hugo Herbelin | |
| 2020-11-16 | Overlays for cumulative inductive syntax | Gaëtan Gilbert | |
| 2020-11-13 | [record] [ci] Overlay for elpi | Emilio Jesus Gallego Arias | |
| We re-expose `declare_projections` and `declare_structure_entry` as it is needed by coq-elpi. Ideally we would provide a better way in recordops to interact with this, in fact `declare_structure_entry` is just a wrapper around recordops + libobject structure so there is hope it goes away entirely in the future. The need for Elpi to manually call `declare_projections` should actually disappear in future refactorings. | |||
| 2020-11-06 | Merge PR #13139: Clean the constr-as-hint API | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-11-05 | Add overlays | Pierre Roux | |
| 2020-11-04 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-10-27 | Merge PR #13075: Introducing the foundations for a name-alias-agnostic API | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: gares Ack-by: ejgallego | |||
| 2020-10-23 | Merge PR #13177: Automatically merge overlays with most recent upstream version | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-10-21 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-10-16 | Overlay for elpi. | Hugo Herbelin | |
| 2020-10-12 | Merge PR #12449: Minimize Prop <= i to i := Set | coqbot-app[bot] | |
| Reviewed-by: mattam82 Ack-by: Janno Ack-by: gares | |||
| 2020-10-12 | Automatically merge overlays with most recent upstream version | Gaëtan Gilbert | |
| This avoids the need to rebase the overlay when nothing has changed. | |||
| 2020-10-09 | Merge PR #13088: [stm] move par: to comTactic | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: ppedrot Reviewed-by: ejgallego | |||
| 2020-10-09 | overlay for mtac2 | Enrico Tassi | |
| 2020-10-09 | overlay for minim-prop-toset | Gaëtan Gilbert | |
| 2020-10-08 | Add overlays for Coq-Equations, aac-tactics. | Hugo Herbelin | |
| 2020-10-06 | Define a new type instance_flag instead of using [unit option] | Gaëtan Gilbert | |
| 2020-09-23 | Merge PR #12977: Statically ensure that only polymophic hint terms come with ↵ | coqbot-app[bot] | |
| a context. Reviewed-by: mattam82 | |||
| 2020-09-22 | Add overlay for Equations. | Hugo Herbelin | |
| 2020-09-13 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-09-03 | Add Equations overlay | Maxime Dénès | |
| 2020-08-31 | Update update_global_env usage | Gaëtan Gilbert | |
| - take just a ugraph instead of the whole env - rename to update_sigma_univs - push global env lookup a bit further up - fix vernacinterp call to update all surrounding proofs, not just the top one - flip argument order for nicer partial applications | |||
| 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-28 | Adding overlay for coq-elpi. | Hugo Herbelin | |
| 2020-08-27 | [numeral] [plugins] Switch from `Big_int` to ZArith. | Emilio Jesus Gallego Arias | |
| We replace Coq's use of `Big_int` and `num` by the ZArith OCaml library which is a more modern version. We switch the core files and easy plugins only for now, more complex numerical plugins will be done in their own commit. We thus keep the num library linked for now until all plugins are ported. Co-authored-by: Vincent Laporte <Vincent.Laporte@fondation-inria.fr> | |||
| 2020-08-25 | Merge PR #12801: Put cyclic numbers in sort Set instead of Type | Anton Trunov | |
| Ack-by: Zimmi48 Reviewed-by: anton-trunov | |||
| 2020-08-24 | Put cyclic numbers in sort Set instead of Type | Vincent Semeria | |
| Added user overlay for bignums | |||
| 2020-08-24 | Merge PR #12565: Dnets now consider axioms as being opaque for pattern ↵ | coqbot | |
| recognition. Reviewed-by: mattam82 | |||
| 2020-08-20 | Merge PR #12756: Do not refresh the names of implicit arguments. | Maxime Dénès | |
| Reviewed-by: herbelin Reviewed-by: maximedenes | |||
| 2020-08-20 | Adding overlays. | Pierre-Marie Pédrot | |
| 2020-08-19 | Do not refresh the names of implicit arguments. | Jasper Hugunin | |
| Try just going with the user-given names, and not worrying about what happens with repeated names or anonymous implicits. (Support for anonymous implicits is due to herbelin in #11098.) This PR should not change behaviour in the absence of repeated names. Since repeated names are already a poorly handled corner case, I would recommend changing binder names to avoid overlap in the case of a change in behavior. Since anonymous implicits and implicits with repeated names can already happen, I think this is unlikely to cause too many new problems, though it might exacerbate existing ones. However, I already had to fix one newly possible anomaly, so I can't be too confident. The most common change in external developments was that an argument no longer gets `0` appended to it, causing the `Arguments` command to complain about renaming. To fix this and keep the old name, one can simply use the `rename` flag as suggested, or switch to the new, un-suffixed name. Closes #6785 Closes #12001 Another step towards checking the standard library with `-mangle-names`. | |||
