| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | |||
| 2020-03-30 | Merge PR #11018: “auto with zarith”: use “lia” rather than “omega” | Maxime Dénès | |
| Ack-by: Zimmi48 Reviewed-by: anton-trunov Ack-by: jfehrle Reviewed-by: maximedenes | |||
| 2020-03-29 | [ci] [gitlab] Bump to edge to OCaml 4.10, add test-suite for OCaml 4.11 | Emilio Jesus Gallego Arias | |
| 2020-03-29 | Add -no-update command line option to doc_grammar for Dune | Jim Fehrle | |
| Fix makefile glitches | |||
| 2020-03-29 | Merge PR #11938: Support for updating orderedGrammar with Dune. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-29 | Merge PR #11859: Warn when non exactly parsing non floating-point | Hugo Herbelin | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: erikmd | |||
| 2020-03-29 | Merge PR #11944: Remove SearchAbout command, deprecated in 8.5 | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-03-28 | Remove SearchAbout command, deprecated in 8.5 | Jim Fehrle | |
| 2020-03-28 | Document change of behavior of Fail in 8.11. | Théo Zimmermann | |
| 2020-03-28 | coqdoc: Add (* begin details *) and (* end details *) | Thomas Letan | |
| We propose to add an environment to have foldable texts with HTML output, more precisely: (*begin details [: An optional summary] *) some Coq and documentation material (* end details *) Currently, only the HTML output is supported. We could treat this environment in LaTeX output as appendixes to output later. | |||
| 2020-03-28 | Update fullGrammar and orderedGrammar following #11877. | Théo Zimmermann | |
| 2020-03-28 | New target check-gram to check if fullGrammar and orderedGrammar are up-to-date. | Théo Zimmermann | |
| Use `dune build @check-gram --auto-promote` to automatically update these two files. You will need to run it twice if the two files need to be updated (which is the case most often) as Dune will stop after the first diff failure. The rst files are also updated but left in the `_build/` directory as Dune wouldn't support targets outside the current directory. You can just `mv _build/default/doc/sphinx doc` to update them after running the @check-gram target. | |||
| 2020-03-27 | Fix changelog | Vincent Semeria | |
| 2020-03-27 | Merge PR #11871: Split documentation of coqdoc on separate page. | Clément Pit-Claudel | |
