| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-06 | Adding overlay for Quickchick PR#145. | Hugo Herbelin | |
| 2019-12-04 | Overlay for ELPI | Hugo Herbelin | |
| 2019-11-05 | overlay | Enrico Tassi | |
| 2019-11-01 | Add overlays | Pierre Roux | |
| 2019-10-29 | [declare] Use helper function for `fix_exn` instead of relying on internals. | Emilio Jesus Gallego Arias | |
| 2019-10-25 | [funind] Remove duplicate save function. | Emilio Jesus Gallego Arias | |
| AFAICT the reasoning for introducing this function doesn't hold anymore. This is needed for future refactorings that should make some types private. | |||
| 2019-10-04 | overlays for sprop default on | Gaëtan Gilbert | |
| 2019-09-18 | [declaremods] Remove abstraction layer over module interpretation. | Emilio Jesus Gallego Arias | |
| Now that we place imperative module declaration on top of module interpretation we can remove the abstraction layer used in `Declaremods`, so the `interp_modast` parameter goes away. Improvement suggested by Gaëtan Gilbert. | |||
| 2019-09-17 | Merge PR #10738: update elpi to 1.7 | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2019-09-17 | Overlay for VST | Maxime Dénès | |
| 2019-09-16 | Add SF overlay | Maxime Dénès | |
| 2019-09-07 | overlay for elpi | Enrico Tassi | |
| 2019-08-29 | Merge PR #10674: [declare] Move proof_entry type to declare, put interactive ↵ | Pierre-Marie Pédrot | |
| proof data on top of declare. Reviewed-by: ppedrot | |||
| 2019-08-27 | [declare] Move proof_entry type to declare, put interactive proof data on ↵ | Emilio Jesus Gallego Arias | |
| top of declare. This PR is a follow up to #10406 , moving the then introduced `proof_entry` type to `Declare`. This makes sense as `Declare` is the main consumer of the entry type, and already provides the constructors for it. This is a step towards making the entry type private, which will allow us to enforce / handle invariants on entry data better. A side-effect of this PR is that now `Proof_global` does depend on `Declare`, not the other way around, but that makes sense given that closing an interactive proof will be a client of declare. Indeed, all `Declare` / `Pfedit` / and `Proof_global` are tied into tactics due to `abstract`, at some point we may be able to unify all them into a single file in `vernac`. | |||
| 2019-08-27 | [cleanup] Replace uses of UserError constructor, clarify exception names. | Emilio Jesus Gallego Arias | |
| We replace some uses of `raise (UserError ...)` with `CErrors.user_err`, ideally we would like to make the error raising API not depend on the exception themselves, but that's still a long way to go. We also rename the `Timeout` exception as to clarify purpose in the codebase, given that it has 3 different ones as of today. cc: #7560 | |||
| 2019-08-19 | [api] Move handling of variable implicit data to impargs | Emilio Jesus Gallego Arias | |
| We move `binder_kind` to the pretyping AST, removing the last data type in the now orphaned file `Decl_kinds`. This seems a better fit, as this data is not relevant to the lower layers but only used in `Impargs`. We also move state keeping to `Impargs`, so now implicit declaration must include the type. We also remove a duplicated function. | |||
| 2019-08-09 | Overlay for #10642 | Gaëtan Gilbert | |
| 2019-07-18 | Adding overlays. | Pierre-Marie Pédrot | |
| 2019-07-02 | [ci] Overlays for #10419 | Emilio Jesus Gallego Arias | |
| 2019-06-28 | Merge PR #10434: [declare] Fine tuning of Hook type. | Pierre-Marie Pédrot | |
| Ack-by: ejgallego Reviewed-by: ppedrot | |||
| 2019-06-26 | [ci] Overlays for #10337 | Emilio Jesus Gallego Arias | |
| 2019-06-26 | [ci] Overlays for #10434 | Emilio Jesus Gallego Arias | |
| 2019-06-24 | [ci] Overlays for #10316 | Emilio Jesus Gallego Arias | |
| 2019-06-24 | Add overlays. | Pierre-Marie Pédrot | |
| 2019-06-21 | [ci] overlay for coq-elpi | Enrico Tassi | |
| 2019-06-20 | Merge PR #9645: [proof] Remove terminator type, unifying regular and ↵ | Pierre-Marie Pédrot | |
| obligation ones. Ack-by: ejgallego Ack-by: gares Reviewed-by: ppedrot | |||
| 2019-06-17 | Adding overlays. | Pierre-Marie Pédrot | |
| 2019-06-17 | [ci] Overlays for #9645 | Emilio Jesus Gallego Arias | |
| 2019-06-16 | Overlays for Mtac2 and Equations. | Hugo Herbelin | |
| 2019-06-13 | Merge PR #10319: [STM] Only VtSideeff can be VtNow/VtLater | Enrico Tassi | |
| Ack-by: ejgallego Reviewed-by: gares | |||
| 2019-06-12 | Merge PR #10358: [docker] update elpi to 1.3.1 | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2019-06-11 | overlay | Enrico Tassi | |
| 2019-06-11 | Adding an overlay for Equations. | Pierre-Marie Pédrot | |
| 2019-06-11 | Overlays for 10319 | Gaëtan Gilbert | |
| 2019-06-09 | [ci] Overlays for move_termination_routine_out | Emilio Jesus Gallego Arias | |
| 2019-06-08 | Overlays for Elpi + Equations + Mtac2 + fiat parsers + paramcoq. | Hugo Herbelin | |
| 2019-06-06 | Remove old overlays | Gaëtan Gilbert | |
| I updated the readme example using the most recent overlay with only 1 touched development. | |||
| 2019-06-06 | Merge PR #8988: Towards unifying parsing/printing for universe instances and ↵ | Gaëtan Gilbert | |
| Type's argument Reviewed-by: SkySkimmer Reviewed-by: gares Reviewed-by: mattam82 Reviewed-by: maximedenes | |||
| 2019-06-04 | update overlays | Enrico Tassi | |
| 2019-06-04 | Overlays for coq/coq#10050 (proof_global API changes) | Gaëtan Gilbert | |
| 2019-06-01 | Adding overlay for elpi | Hugo Herbelin | |
| 2019-05-27 | Overlay for mind_kelim change (#10133) | Gaëtan Gilbert | |
| 2019-05-24 | Adding overlays. | Pierre-Marie Pédrot | |
| 2019-05-23 | Merge PR #9895: [loadpath] Make loadpath handling self-contained and move to ↵ | Maxime Dénès | |
| vernac Reviewed-by: maximedenes | |||
| 2019-05-23 | Merge PR #10185: Remove undocumented Instance : ! syntax | Vincent Laporte | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: vbgl | |||
| 2019-05-22 | Merge PR #10177: Fix #10176: shadowing vs automatic class based ↵ | Hugo Herbelin | |
| generalization + cleanups Reviewed-by: herbelin | |||
| 2019-05-21 | [loadpath] Further cleanup after merge with MlTop. | Emilio Jesus Gallego Arias | |
| We cleanup a bit the implementation of LoadPath which is not possible as now all the loadpath logic is in the same place. In particular, we remove exceptions in favor a `locate_result` monad. More cleanup should still be possible, in particular `locate_absolute_library` and `locate_qualified_library` should be merged. | |||
| 2019-05-21 | Overlay for definition-not-visible overhaul | Gaëtan Gilbert | |
| 2019-05-21 | Overlay for removing Instance: !type syntax | Gaëtan Gilbert | |
| 2019-05-17 | Overlay for removing Generalized 1st arg | Gaëtan Gilbert | |
