| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-10 | Merge PR #11882: Adding a short form of Ltac2 Fresh.fresh | Pierre-Marie Pédrot | |
| Reviewed-by: MSoegtropIMC Reviewed-by: ppedrot Ack-by: tchajed | |||
| 2020-04-09 | Merge PR #11534: Support universe bindings and universe constraints in Let ↵ | Gaëtan Gilbert | |
| definitions. Reviewed-by: SkySkimmer | |||
| 2020-04-08 | Merge PR #11909: Make the level of ≡ in Int63 consistent with = | Hugo Herbelin | |
| Reviewed-by: anton-trunov | |||
| 2020-04-08 | Merge PR #12005: Remove deprecated coqtop options | Emilio Jesus Gallego Arias | |
| Ack-by: SkySkimmer Ack-by: ejgallego | |||
| 2020-04-07 | Support universe bindings and universe constraints in Let definitions. | Théo Zimmermann | |
| Let vs Definition / Example syntax was split in 7c28130 for parsing reasons: so that the new Let Fixpoint and Let CoFixpoint syntax could be introduced. This split is probably the reason why Let was overlooked when support for universe bindings and universe constraints were added to Definition and variants. | |||
| 2020-04-07 | Fix documentation of Print Libraries following #10476. | Théo Zimmermann | |
| 2020-04-06 | Merge PR #12006: [coq_makefile] remove .lia.cache and .nia.cache by make ↵ | Enrico Tassi | |
| cleanall Reviewed-by: gares | |||
| 2020-04-03 | Adding change log. | Hugo Herbelin | |
| 2020-04-03 | Merge PR #11895: Remove Chapter command. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-04-03 | Split four sections out of the Gallina extensions chapter. | Théo Zimmermann | |
| This octopus merge is meant to preserve the commit history / blame of all the parts. | |||
| 2020-04-03 | Move section in records in appropriate location (inside core). | Théo Zimmermann | |
| 2020-04-03 | Move section on sections in appropriate location (inside core). | Théo Zimmermann | |
| 2020-04-03 | Move section on funind in appropriate location (inside libraries). | Théo Zimmermann | |
| 2020-04-03 | Move section on implicit arguments in appropriate location (inside extensions). | Théo Zimmermann | |
| 2020-04-03 | Extract section on implicit arguments from Gallina extensions. | Théo Zimmermann | |
| 2020-04-03 | Extract section on funind from Gallina extensions. | Théo Zimmermann | |
| 2020-04-03 | Remove sections on records, sections, funind and implicit arguments from ↵ | Théo Zimmermann | |
| gallina-ext chapter. | |||
| 2020-04-03 | Extract section on sections from Gallina extensions. | Théo Zimmermann | |
| 2020-04-03 | Extract section on records from Gallina extensions. | Théo Zimmermann | |
| 2020-04-03 | Adding changelog for 8.11.1. | Pierre-Marie Pédrot | |
| 2020-04-03 | Update doc/changelog/08-tools/12005-remove-deprecated-coqtop-options.rst | Théo Zimmermann | |
| Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-04-03 | Merge PR #11996: [stdlib] Add changelog for PR #11249 | Anton Trunov | |
| Reviewed-by: anton-trunov | |||
| 2020-04-02 | Merge PR #11869: Add an index for attributes. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-04-02 | Document -rfrom option in reference manual. | Théo Zimmermann | |
| So far it was only documented in coqtop --help. | |||
| 2020-04-02 | Add changelog entry for #12005. | Théo Zimmermann | |
| 2020-04-02 | remove .lia.cache and .nia.cache by make cleanall | Olivier Laurent | |
| 2020-04-02 | Remove deprecated -require option. | Théo Zimmermann | |
| This option is confusing because it does Require Import, not Require. It was deprecated in 8.11. We remove it in 8.12 in order to reintroduce it in 8.13 as a replacement for -load-vernac-object, which is the option that does Require without Import as of today. | |||
| 2020-04-02 | Remove Chapter command. | Théo Zimmermann | |
| This was an undocumented equivalent of the Section command. | |||
| 2020-04-02 | Merge pull request #11993 from olaure01/ollibs-wfnat-changelog | Anton Trunov | |
| [stdlib] Add changelog for PR #11335 | |||
| 2020-04-01 | Merge PR #9803: Adding more trigonometry in Reals | Hugo Herbelin | |
| Ack-by: MSoegtropIMC Ack-by: Zimmi48 Ack-by: herbelin | |||
| 2020-04-01 | Merge pull request #11946 from olaure01/ollibs-permutation | Anton Trunov | |
| [stdlib] Add complementary results about Permutation | |||
| 2020-04-01 | Add changelog for PR #11249 | Olivier Laurent | |
| 2020-04-01 | Merge PR #10592: coqdoc: Add a new `details' environment for coqdoc | Lysxia | |
| Reviewed-by: Lysxia Reviewed-by: Zimmi48 | |||
| 2020-04-01 | Add changelog for PR #11335 | Olivier Laurent | |
| 2020-04-01 | - Adjusted definitions and lemmas for asin and acos to what has been discussed | Michael Soegtrop | |
| - Added derivative for asin and acos - Added a few additional trigonometry lemmas - Added Lemmas for the derivative of a decreasing inverse function - Did some cleanup (move lemmas to the files where they belong) | |||
| 2020-04-01 | - Addition to the Reals theory : | thery | |
| - minus: lemmas `Rminus_eq_0` and `Rmult_minus_distr_r` - sin : sin_inj - cos : cos_inj - sqrt : lemmas `pow2_sqrt` and `inv_sqrt` - atan : lemmas `tan_inj`, `atan_eq0`, `atan_tan` and `tan_atan` - asin : definition and some basic properties - acos : definition and some basic properties | |||
| 2020-04-01 | Add complementary results about Permutation | Olivier Laurent | |
| 2020-04-01 | Merge PR #11960: Docgram use new no update option | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-04-01 | Merge pull request #11880 from Lysxia/iter | Anton Trunov | |
| NArith, PArith: Add facts about iter | |||
| 2020-03-31 | NArith, PArith: Add facts about iter | Lysxia | |
| 2020-03-31 | Include review suggestions | Gaëtan Gilbert | |
| 2020-03-31 | Remove special case for implicit inductive parameters | Maxime Dénès | |
| Co-authored-by: Jasper Hugunin <jasper@hugunin.net> Co-authored-by: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-03-31 | Merge PR #11818: [proof] Further consolidation of the regular declaration path | Gaëtan Gilbert | |
| Ack-by: Matafou Reviewed-by: SkySkimmer | |||
| 2020-03-31 | Merge PR #11131: [ci] [gitlab] Add test-suite test for OCaml 4.10 and 4.11 | Théo Zimmermann | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-03-30 | [declare] Fuse prepare and declare for the non-interactive path. | Emilio Jesus Gallego Arias | |
| This will allow to share the definition metadata for example with obligations; a bit more work is needed to finally move the preparation of interactive proofs from Proof_global to `prepare_entry`. | |||
| 2020-03-30 | [declareDef] More consistent handling of universe binders | Emilio Jesus Gallego Arias | |
| The only reasons that `prepare_definition` returned a sigma were: - to obtain the universe binders to be passed to declare - to obtain the UState.t to be passed to the equations hook We handle this automatically now; it seems like a reasonably good API improvement. However, it is not clear what we do now is right for all cases; must check. | |||
| 2020-03-30 | [declare] [obligations] Refactor preparation of obligation entry | Emilio Jesus Gallego Arias | |
| Preparation of obligation/program entries requires low-level manipulation that does break the abstraction over `proof_entry`; we thus introduce `prepare_obligation`, and move the code that prepares the obligation entry to its own module. This seems to improve separation of concerns, and helps clarify the two of three current models in which Coq operates w.r.t. definitions: - single, ground entries with possibly mutual definitions [regular lemmas] - single, non-ground entries with possibly mutual definitions [obligations] - multiple entries [equations] | |||
| 2020-03-30 | Merge PR #11725: Cleanup stdlib reals. | Hugo Herbelin | |
| Ack-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-03-30 | [dune] [docgram] Remove bash hack thanks to new option -no-update. | Théo Zimmermann | |
| 2020-03-30 | Merge PR #11958: Add -no-update command line option to doc_grammar for Dune | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
