| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-27 | Improve the Allow SProp error message. | Théo Zimmermann | |
| 2020-04-26 | Merge PR #12176: Doc: extend example for induction a bit | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-04-25 | Doc: extend example for induction a bit | Gaëtan Gilbert | |
| This makes it show the shape of the induction hypothesis in the second goal instead of just saying "subgoal 2 is S n <= S n". | |||
| 2020-04-24 | Merge PR #12156: Document `+` in polymorphic universe levels | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-04-23 | Merge PR #12154: [documentation] ssreflect: Abbreviations do not support scope | Théo Zimmermann | |
| Ack-by: Zimmi48 Reviewed-by: gares | |||
| 2020-04-23 | Merge PR #12117: Make multiplication of Cauchy reals transparent and ↵ | Hugo Herbelin | |
| accelerate it Reviewed-by: herbelin | |||
| 2020-04-23 | [documentation] ssreflect: Abbreviations do not support scope | Kenji Maillard | |
| 2020-04-23 | Merge PR #12148: Consolidate funind documentation onto a single page. | Clément Pit-Claudel | |
| Reviewed-by: jfehrle | |||
| 2020-04-23 | [refman] Fix name of tactic: function induction -> functional induction. | Théo Zimmermann | |
| 2020-04-23 | Fix coq snippets in Tactics chapter. | Théo Zimmermann | |
| 2020-04-23 | Merge PR #12034: Make cumulative sprop a typing flag, deprecate command ↵ | Pierre-Marie Pédrot | |
| line -sprop-cumulative Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-04-22 | Merge PR #11928: Remove probably useless doc/sphinx/coqdoc.css. | Hugo Herbelin | |
| 2020-04-22 | Document Cauchy reals | Vincent Semeria | |
| 2020-04-22 | Document `+` in polymorphic universe levels | Kenji Maillard | |
| 2020-04-21 | Document changed warnings and erros following #12038. | Théo Zimmermann | |
| 2020-04-21 | Move documentation on Funind into a single file. | Théo Zimmermann | |
| 2020-04-21 | Merge all documentation on Funind into the same file. | Théo Zimmermann | |
| 2020-04-21 | Consolidate funind tactics and Functional Scheme in Funind section of the ↵ | Théo Zimmermann | |
| Libraries chapter. | |||
| 2020-04-21 | Extract funind tactics to funind section of the Libraries chapter. | Théo Zimmermann | |
| 2020-04-21 | Remove parts of the Tactics chapter. | Théo Zimmermann | |
| 2020-04-21 | Remove parts of the Tactics chapter. | Théo Zimmermann | |
| 2020-04-21 | Remove everything in the Tactics chapter up-to function induction and a bit ↵ | Théo Zimmermann | |
| beyond. | |||
| 2020-04-20 | TIMEFMT: Display the output file name | Jason Gross | |
| We now use `$@` rather than `$*` so that we display the output target rather than the stem of the rule. This is more consistent for rules that users add (where the pattern variable might be something insufficiently identifying), and also generalizes more nicely to mixing multiple compilers (we get a clear difference between producing OCaml files and producing .vo files, even if the filename is the same up to the suffix). The result is that it's easy to describe what the timing information of the build log records: each time comes with a label which is a file name, and the time is the time it takes to produce that file. | |||
| 2020-04-20 | Remove funind tactics from Tactics chapter. | Théo Zimmermann | |
| 2020-04-20 | Remove Functional Scheme from Scheme chapter. | Théo Zimmermann | |
| 2020-04-20 | Move Functional Scheme to Funind section. | Théo Zimmermann | |
| 2020-04-20 | Extract Functional Scheme from Scheme chapter. | Théo Zimmermann | |
| 2020-04-20 | Remove probably useless doc/sphinx/coqdoc.css. | Théo Zimmermann | |
| 2020-04-19 | CoqIDE: Adding a short documentation on style/theme customization. | Hugo Herbelin | |
| 2020-04-17 | Deprecate “omega” | Vincent Laporte | |
| 2020-04-16 | NativeCompute Timing: Use real, not user time | Jason Gross | |
| User time is unreliable for `native_compute`. Also output time spent in conversion to native code, just in case that is ever slow. Note that this also removes spurious newlines in the output. Fixes #11962 | |||
| 2020-04-16 | Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative | Gaëtan Gilbert | |
| 2020-04-13 | Update syntax of Import / Export in documentation. | Théo Zimmermann | |
| 2020-04-13 | doc for partial imports | Gaëtan Gilbert | |
| 2020-04-11 | Merge PR #11961: Convert vernac commands chapter to prodn, update syntax | Théo Zimmermann | |
| Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2020-04-10 | Convert vernac commands chapter to prodn, update syntax | Jim Fehrle | |
| 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 #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-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 | |
