| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-16 | Merge PR #13387: Fixes #12348: de Bruijn indices bug in the imitation part ↵ | coqbot-app[bot] | |
| of unification Reviewed-by: mattam82 | |||
| 2020-11-16 | Merge PR #13188: Default disable automatic generalization of Instance type | Pierre-Marie Pédrot | |
| Ack-by: Blaisorblade Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: jfehrle Reviewed-by: ppedrot | |||
| 2020-11-16 | Merge PR #12685: Propagating scope information in indirect application to a ↵ | Pierre-Marie Pédrot | |
| reference. Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-11-16 | Merge PR #13388: Export locality for all hint commands | coqbot-app[bot] | |
| Reviewed-by: silene Reviewed-by: gares Reviewed-by: Zimmi48 | |||
| 2020-11-16 | Merge PR #13365: Fix proof of Coq.Program.Wf.Fix_F_inv to be axiom-free | coqbot-app[bot] | |
| Reviewed-by: anton-trunov Reviewed-by: Blaisorblade | |||
| 2020-11-16 | Merge PR #13290: Grant #13278: computation of return predicate takes care of ↵ | coqbot-app[bot] | |
| sort elimination constraints Reviewed-by: gares | |||
| 2020-11-15 | Merge PR #12611: [record] Cleanup of data structure and functions | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: gares | |||
| 2020-11-15 | Merge PR #13374: [dune] [opam] Generate opam files automatically using Dune. | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-11-15 | Merge PR #13308: Address #13304: in coqdoc, clearly distinguish block ↵ | Li-yao Xia | |
| verbatim from inline verbatim Reviewed-by: Lysxia | |||
| 2020-11-15 | Add changelog for #13387. | Hugo Herbelin | |
| 2020-11-15 | Fixes #12348: long-standing de Bruijn indices bug in imitation ↵ | Hugo Herbelin | |
| (solve_simple_eqn). The bug was that an assumption could be interpreted as a local definition and wrongly expanded. It triggered rarely because it involved mixing let-ins and local assumptions + imitation under binders. | |||
| 2020-11-15 | Locating the Ill-typed evar instance error. | Hugo Herbelin | |
| Even though it is not strongly supposed to be raised. | |||
| 2020-11-15 | Merge PR #13383: Fixes #11816: using {wf ...} in a local fixpoint is an ↵ | coqbot-app[bot] | |
| error, not an anomaly Reviewed-by: ejgallego | |||
| 2020-11-15 | [dune] [opam] Generate opam files automatically using Dune. | Emilio Jesus Gallego Arias | |
| - closes #12376 : dune version is now consistent as suggested - cc #12858 : coqide and coqide-server do no depend on ocamlfind when built this way. - closes #13372 : more precision in the license identifier | |||
| 2020-11-15 | Merge PR #13376: Fixes #13266: Avoiding encapsulating exceptions w/o a ↵ | coqbot-app[bot] | |
| handler in NotFoundInstance Reviewed-by: ejgallego | |||
| 2020-11-15 | Merge PR #13368: Fix dune rules for @check-gram following recent changes. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-15 | Merge PR #13375: Distinguish one_pattern and one_term nonterminals, improve ↵ | coqbot-app[bot] | |
| description of Instance command Reviewed-by: Zimmi48 | |||
| 2020-11-15 | Document the new export locality for the remaining hint commands. | Pierre-Marie Pédrot | |
| 2020-11-15 | Adding an output test to check that the hint commands respect their locality. | Pierre-Marie Pédrot | |
| 2020-11-15 | Implement export locality for the remaining Hint commands. | Pierre-Marie Pédrot | |
| 2020-11-15 | Add changelog for #13383. | Hugo Herbelin | |
| 2020-11-15 | Fixes #11816: using {wf ...} in a local fixpoint is an error, not an anomaly. | Hugo Herbelin | |
| 2020-11-15 | Update compate Coq812.v | Gaëtan Gilbert | |
| 2020-11-15 | Doc and changelog for Instance Generalized Output | Gaëtan Gilbert | |
| 2020-11-15 | Default disable automatic generalization of Instance type | Gaëtan Gilbert | |
| Fix #6042 Also introduce a deprecated compat option | |||
| 2020-11-15 | Adding change log for #12685. | Hugo Herbelin | |
| 2020-11-15 | Propagating scope information in indirect application to a reference. | Hugo Herbelin | |
| This allows the following to interpret "0" in the expected scope: Notation "0" := true : bool_scope. Axiom f : bool -> bool -> nat. Record R := { p : bool -> nat }. Check (@f 0) 0. Check fun r => r.(@p) 0. | |||
| 2020-11-15 | Merge PR #13339: In -noinit mode, add support for Proof using, using is not ↵ | Pierre-Marie Pédrot | |
| a keyword. Ack-by: SkySkimmer Reviewed-by: herbelin Ack-by: ppedrot | |||
| 2020-11-15 | Merge PR #13350: Fix incorrect "avoid" set in globenv extra data | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-11-15 | Merge PR #13356: Make the universe of primitive arrays irrelevant | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-11-14 | Coqdoc: we move a newline at a better place. | Hugo Herbelin | |
| This does not affect the rendering but gives better structured html/tex files. | |||
| 2020-11-14 | Documenting one-line verbatim. | Hugo Herbelin | |
| 2020-11-14 | Addressing #13304: how to verbatim an expression mentioning >>. | Hugo Herbelin | |
| We clarify that there are two kinds of verbatim: inline and block. We add a test testing verbatim and others. Co-authored-by: Xia Li-yao <Lysxia@users.noreply.github.com> | |||
| 2020-11-14 | Merge PR #13369: Move destructuring let syntax closer to its documentation. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2020-11-14 | Distinguish one_pattern and one_term nonterminals | Jim Fehrle | |
| 2020-11-14 | Dead code in coqdoc. | Hugo Herbelin | |
| 2020-11-14 | Reorganizing the printing of warnings; fixing line count. | Hugo Herbelin | |
| The line count remains fragile though... Any idea to do it automatically? | |||
| 2020-11-14 | Move destructuring let syntax closer to its documentation. | Théo Zimmermann | |
| 2020-11-14 | Add changelog for #13376. | Hugo Herbelin | |
| 2020-11-14 | Avoiding encapsulating exceptions w/o a handler in NotFoundInstance. | Hugo Herbelin | |
| Fixes #13266 (see #12675, 8641cb7385). | |||
| 2020-11-13 | [record] Some documentation + minor refactoring | Emilio Jesus Gallego Arias | |
| Co-authored-by: <Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 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-13 | [record] Options API cleanup. | Emilio Jesus Gallego Arias | |
| 2020-11-13 | [record] Refactor nested functions. | Emilio Jesus Gallego Arias | |
| In preparation for better handling of the regular record / class codepath. This will also allow to pack record data better. | |||
| 2020-11-13 | [record] Cleanup of data structure and functions [2/2] | Emilio Jesus Gallego Arias | |
| In preparation for reworking the record declaration path to use the common infrastructure, we perform some refactoring. The current choices are far from definitive, as we will consolidate the data types more as we move along with the work here. | |||
| 2020-11-13 | [record] Cleanup of data structure and functions [1/2] | Emilio Jesus Gallego Arias | |
| In preparation for reworking the record declaration path to use the common infrastructure, we perform some refactoring. The current choices are far from definitive, as we will consolidate the data types more as we move along with the work here. | |||
| 2020-11-13 | Merge PR #13358: Merge the Linked / LinkedInteractive native link ↵ | coqbot-app[bot] | |
| information constructors Reviewed-by: SkySkimmer | |||
| 2020-11-13 | Fix incorrect "avoid" set in globenv extra data | Gaëtan Gilbert | |
| Fix #13348 | |||
| 2020-11-13 | Make the universe of primitive arrays irrelevant | Gaëtan Gilbert | |
| Fix #13354 This change is very specific to array, but should not be a significant obstacle to generalization of the feature to eg axioms if we want to later. | |||
| 2020-11-13 | Remove unused CClosure.FNativeEntries.farray | Gaëtan Gilbert | |
| BTW it was incorrect (array needs an instance) | |||
