| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-27 | [ci] Add coq-tools to the CI | Jason Gross | |
| After #12023 broke the bug minimizer, I'd like to add [coq-tools](https://github.com/JasonGross/coq-tools/) to the CI. It's relatively light-weight (under 5 minutes, I believe), and I'd like to know when it's going to break on master before it's broken, rather than after. It tests a relatively under-tested part of Coq, mostly (the display output of error message, by and large), and I'm happy to take responsibility for fixing it when some PR is going to break it (mainly I just want a sort-of early warning system, and I want PRs to not accidentally break it by changing things that they don't realize they're changing). | |||
| 2020-04-27 | Merge PR #12073: Split off Nsatz tactic part into Nsatz_tactic | Pierre-Marie Pédrot | |
| Reviewed-by: anton-trunov Reviewed-by: ppedrot | |||
| 2020-04-27 | Merge PR #12175: Calculation speed of Cauchy reals | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2020-04-27 | Merge PR #12160: CoqIDE: Avoid invalidation of an iterator in insert callback | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-27 | Merge PR #12168: [dune] Fix dependencies of refman. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 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 | Fix an ordering bug in the CODEOWNERS file following #11529. | Théo Zimmermann | |
| 2020-04-27 | Do not delay the loading of the library_disk field when requiring libraries. | Pierre-Marie Pédrot | |
| The reason for which the code was written this way is probably historical. In the current implementation, we read the marshalled data exactly once by library, thus there is no gain from delaying. | |||
| 2020-04-27 | Merge PR #12181: Add sphinx-clean option to force full sphinx rebuild | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 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 | Add sphinx_clean option to force full sphinx rebuild | Jim Fehrle | |
| 2020-04-26 | Merge PR #12092: Implement a name-based representation for vo files. | Enrico Tassi | |
| Reviewed-by: ejgallego Ack-by: gares | |||
| 2020-04-26 | Merge PR #12176: Doc: extend example for induction a bit | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-04-26 | Document the signing procedure of released binary packages. | Pierre-Marie Pédrot | |
| 2020-04-26 | constructive square root | Vincent Semeria | |
| Convert into a performance test Put time bound at the beginning of file Add Time command in the test | |||
| 2020-04-26 | Open object files in binary mode. | Pierre-Marie Pédrot | |
| 2020-04-26 | Tweak a comment on the low-level objfile API. | Pierre-Marie Pédrot | |
| 2020-04-26 | Move the ObjFile module to its own file. | Pierre-Marie Pédrot | |
| 2020-04-26 | Implement a name-based representation for vo files. | Pierre-Marie Pédrot | |
| See CEP#44 for futher details. | |||
| 2020-04-26 | Merge PR #12178: Fix recursively vs corecursively defined message | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-25 | Fix recursively vs corecursively defined message | Tej Chajed | |
| Closes #12177. | |||
| 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-25 | Merge PR #12173: CoqIDE: Revert overzealous application of language-based ↵ | Pierre-Marie Pédrot | |
| highlighting from #12169 Reviewed-by: ppedrot | |||
| 2020-04-24 | Make the nsatz test-suite pass | Jason Gross | |
| 2020-04-24 | [nsatz] Use Export rather than Include | Jason Gross | |
| As per https://github.com/coq/coq/pull/12073#issuecomment-612869336 | |||
| 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 | Split off Nsatz tactic part into NsatzTactic | Jason Gross | |
| Closes #5445 Note that we use `Include` rather than `Export` to expose the machinery defined in `NsatzTactic` from `Nsatz` to preserve backwards compatibility with developments relying on absolute names of the constants previously defined in `Nsatz.v`. | |||
| 2020-04-24 | CoqIDE: Revert overzealous application of language-based highlighting in #12169. | Hugo Herbelin | |
| The parsing rules defining classes of lexemes in language configuration expect a Coq document and are not relevant in the message and proof window. Thus backtracking on this part of #12169. Keeping the highlighting style though. | |||
| 2020-04-24 | [dune] Fix dependencies of refman. | Théo Zimmermann | |
| Dependencies specified through an alias do not trigger a rebuild when they are modified. This is likely a Dune bug, but we still need to fix this on our side as this is inconvenient. | |||
| 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 | Merge PR #12120: Fixing #12119 : remove useless hypothesis in ↵ | Hugo Herbelin | |
| NoDup_Permutation_bis 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 | Merge PR #12130: [declare] [tactics] Move declare to `vernac` | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 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-23 | Merge PR #12083: Tweak ltac2 grammar to make doc_grammar happy | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-22 | CoqIDE: Avoid invalidation of an iterator in insert callback. | Hugo Herbelin | |
| This hopefully fix the segfaults we observe with completion. | |||
| 2020-04-22 | Merge PR #11928: Remove probably useless doc/sphinx/coqdoc.css. | Hugo Herbelin | |
| 2020-04-22 | Merge PR #12031: [stdlib] A library on cyclic permutations: CPermutation | Hugo Herbelin | |
| Ack-by: Zimmi48 Ack-by: anton-trunov Reviewed-by: herbelin | |||
| 2020-04-22 | Merge PR #12133: coqdoc: Replace deprecated HTML attribute name with id | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-22 | Document Cauchy reals | Vincent Semeria | |
| 2020-04-22 | Merge PR #12023: Adding a Declare ML Module in empty file Ltac.v | Emilio Jesus Gallego Arias | |
| Ack-by: Zimmi48 Reviewed-by: ejgallego Ack-by: ppedrot | |||
| 2020-04-22 | Document `+` in polymorphic universe levels | Kenji Maillard | |
