| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-28 | Fix #10903: type-in-type allows fixpoints on sprop inductives | Gaëtan Gilbert | |
| I still don't know why it produces a Not_found instead of a regular error in coqtop but let's forget about it. | |||
| 2019-10-28 | Merge PR #10976: Fix link to `coq-notes.md` | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-10-27 | Merge PR #10827: Replace classical reals quotient axioms by functional ↵ | Hugo Herbelin | |
| extensionality Ack-by: JasonGross Ack-by: Zimmi48 Ack-by: herbelin Ack-by: maximedenes | |||
| 2019-10-27 | Fix link to `coq-notes.md` | Michael D. Adams | |
| 2019-10-26 | Merge PR #10516: [funind] Remove duplicate save function. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: gares | |||
| 2019-10-25 | Merge PR #10962: Add missing instances for `implb` and `xorb` in ZifyBool.v | Frédéric Besson | |
| Reviewed-by: fajb | |||
| 2019-10-25 | Add 2 missing instances in ZifyBool.v | Kazuhiko Sakaguchi | |
| 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-25 | [declare] Generalize kind type on declareDef | Emilio Jesus Gallego Arias | |
| This is useful to remove some duplicate bits in other declare files. | |||
| 2019-10-25 | [funind] Removed dead code. | Emilio Jesus Gallego Arias | |
| 2019-10-24 | Merge PR #10943: [meta] Add plugin stanza to META so Fl_dynload works for ↵ | Vincent Laporte | |
| Coq plugins Reviewed-by: vbgl | |||
| 2019-10-24 | Replace classical reals quotient axioms by functional extensionality. Define ↵ | Vincent Semeria | |
| homotopy propositions and homotopy sets. Rename local variable R in test Nsatz, to avoid a name collision with the type of real numbers. | |||
| 2019-10-24 | [meta] Add plugin stanza to META so Fl_dynload works for Coq plugins | Emilio Jesus Gallego Arias | |
| This should be backported to 8.10. | |||
| 2019-10-24 | Merge PR #10945: Release notes for Coq 8.10.1 | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-10-24 | Release notes for Coq 8.10.1 | Vincent Laporte | |
| 2019-10-24 | Merge PR #10938: Better wording for "Show Proof" and fix typos | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-10-23 | Better wording for "Show Proof" and fix typos | Jim Fehrle | |
| 2019-10-23 | Merge PR #10932: Add a notation for the empty type. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: amahboubi | |||
| 2019-10-23 | Merge PR #10929: documentation fixes | Théo Zimmermann | |
| Ack-by: Zimmi48 Reviewed-by: jfehrle | |||
| 2019-10-23 | Merge PR #10884: Last stop before CEP 40 | Maxime Dénès | |
| Reviewed-by: SkySkimmer Reviewed-by: ejgallego Reviewed-by: gares | |||
| 2019-10-23 | Merge PR #10897: Fix coq#4741: Extract Constant/Inductive with JSON | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2019-10-22 | documentation fixes | Antonio Nikishaev | |
| document « Property » more documentation fixes [doc] destructed → destructured [doc] another le_minus→lt_1_r [doc] @jfehrle suggestions [doc] more minor fixes | |||
| 2019-10-22 | Merge PR #10880: Allow to pass Ltac1 values to Ltac2 quotations. | Jason Gross | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2019-10-22 | Update doc/changelog/06-ssreflect/10932-void-type-ssr.rst | Arthur Azevedo de Amorim | |
| Improve changelog. Co-Authored-By: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | |||
| 2019-10-22 | Update changelog. | Arthur Azevedo de Amorim | |
| 2019-10-22 | Add a notation for the empty type. | Arthur Azevedo de Amorim | |
| 2019-10-22 | Merge PR #10875: [Stdlib] Remove some uses of the “omega” tactic | Frédéric Besson | |
| Reviewed-by: fajb | |||
| 2019-10-22 | Merge PR #10899: Fixes #10894 regression: uconstr was not anymore typed in ↵ | Pierre-Marie Pédrot | |
| the Ltac-substituted environment Reviewed-by: ejgallego Reviewed-by: ppedrot | |||
| 2019-10-22 | Merge PR #10886: test-suite/Makefile: work when manually involved for ↵ | Enrico Tassi | |
| dune-compiled Coq Reviewed-by: gares | |||
| 2019-10-22 | FSetEqProperties: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | OrderedTypeEx: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Zpower: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Lia: make explicit which “zify” is used | Vincent Laporte | |
| 2019-10-22 | ZMicromega: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Qround: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Qreduction: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | QArith_base: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | FSets: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Znumtheory: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Zdiv: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Zcomplements: do not use “omega” | Vincent Laporte | |
| 2019-10-22 | Merge PR #10787: Fix #10779 (hnf normalisation of instance + reification of ↵ | Vincent Laporte | |
| overloaded operators) Ack-by: maximedenes Reviewed-by: vbgl | |||
| 2019-10-21 | Improvements of zify | Frédéric Besson | |
| - Fix reification of overloaded operators (triggers convertibility checks with existing terms) - Zify instances need not be in hnf - Fix specification of bool operators - Add (limited) support for comparison fixes #10779 | |||
| 2019-10-21 | Merge PR #10857: Fix votour after the change of representation of opaques. | Maxime Dénès | |
| Reviewed-by: SkySkimmer Reviewed-by: maximedenes | |||
| 2019-10-21 | Adding changelog | Hugo Herbelin | |
| 2019-10-21 | Fixes #10894: uconstr was not anymore typed in the Ltac-substituted environment. | Hugo Herbelin | |
| More precisely: The equivalent in #7288 (4dab4fc) to the former call to ltac_interp_name_env was not done anymore when interpreting uconstr's. | |||
| 2019-10-21 | Merge PR #10863: Minor side effect universe cleanups | Pierre-Marie Pédrot | |
| Ack-by: JasonGross Reviewed-by: ppedrot | |||
| 2019-10-21 | Merge PR #10891: Fix #9851: anomaly when unsolved evar in Add Ring | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-10-19 | Don't abort in test for #6323. | Gaëtan Gilbert | |
| This lets the checker verify that we didn't produce nonsense. | |||
| 2019-10-19 | universes_of_private: return set instead of list of sets | Gaëtan Gilbert | |
