| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-29 | Merge PR #11606: [tools] Add memory stats to tables by default | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-04-29 | Merge PR #12150: Support in-line glossary definitions and references with an ↵ | Clément Pit-Claudel | |
| index Ack-by: Zimmi48 | |||
| 2020-04-29 | Support in-line glossary entries and references | Jim Fehrle | |
| with an index | |||
| 2020-04-28 | Merge PR #12183: Suggestion of improvement for the Allow SProp error message. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: jfehrle | |||
| 2020-04-28 | Merge PR #11718: Convert syntax extensions chapter to prodn | Théo Zimmermann | |
| Ack-by: JasonGross Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2020-04-27 | Merge PR #12090: Remove documentation for Hide menu in CoqIDE (was removed ↵ | Clément Pit-Claudel | |
| in 8.5). | |||
| 2020-04-27 | Merge PR #12132: [refman] Remove references to omega from Tactics chapter. | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-04-27 | Further documentation improvements. | Théo Zimmermann | |
| 2020-04-27 | Improve the Allow SProp error message. | Théo Zimmermann | |
| 2020-04-26 | Convert syntax extensions chapter to prodn | Jim Fehrle | |
| 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 | Add memory stats to tables by default | Jason Gross | |
| The Python scripts now support `--no-include-mem` to turn it off, and also support `--sort-by-mem`. Closes #11575 | |||
| 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 | [refman] Remove references to omega from Tactics chapter. | Théo Zimmermann | |
| Omega was defined twice and this is the tactics chapter documentation which was refered to from the tactic index. We remove it so that users find the other reference (which contains the deprecation notice). The changes to the doc of zarith are a follow-up to #11976. | |||
| 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 | Remove documentation for Hide menu in CoqIDE (was removed in 8.5). | Théo Zimmermann | |
| 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 | |||
