| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | [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 | 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 | 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 | |
| 2020-04-21 | Change log for #12023 | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-04-21 | Adding a Declare ML Module in empty file Ltac.v. | Hugo Herbelin | |
| Indeed, it would be intuitive that `Require Import Ltac` is an equivalent for Ltac of `Require Import Ltac2.Ltac2`. Also declaring the classic proof mode. | |||
| 2020-04-21 | Document changed warnings and erros following #12038. | Théo Zimmermann | |
| 2020-04-21 | Update common.edit_mlg and fullGrammar 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-21 | Merge PR #12060: CoqIDE: Disable client-side decoration on Windows | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-04-21 | Merge PR #12116: Fixing #12045: missing normalization in conclusion of ↵ | Pierre-Marie Pédrot | |
| custom induction scheme Reviewed-by: ppedrot | |||
| 2020-04-21 | Merge PR #12014: [stdlib] Add properties of operations on vectors | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-21 | Merge PR #11883: Fix #7812: autounfold's behavior depends on file names | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-20 | Merge PR #12126: TIMEFMT: Display the output file name | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-04-20 | Adding change log for PR #12026 (definitions in coqdoc link to themselves). | Hugo Herbelin | |
| 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 coqremote stylesheets which were useless since the Sphinx migration. | Théo Zimmermann | |
| 2020-04-20 | Remove probably useless doc/sphinx/coqdoc.css. | Théo Zimmermann | |
| 2020-04-20 | Adding change log. | Hugo Herbelin | |
| 2020-04-20 | Merge PR #12123: Don't create index entries for the name "_" | Théo Zimmermann | |
| Reviewed-by: cpitclaudel | |||
| 2020-04-20 | Change log for PR #12045. | Hugo Herbelin | |
| 2020-04-20 | Merge PR #12106: Coqide: Apply style scheme and language settings to the ↵ | Pierre-Marie Pédrot | |
| three sourceview buffers. Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-04-19 | added changelog for PR 12044 | ilya | |
| Update doc/changelog/10-standard-library/12044-issue-12015.rst Co-Authored-By: Jason Gross <jasongross9@gmail.com> Apply suggestions from code review | |||
| 2020-04-19 | A library on cyclic permutations: CPermutation | Olivier Laurent | |
| (following the pattern of Permutation.v) | |||
| 2020-04-19 | Don't create index entries for the name "_" | Jim Fehrle | |
| 2020-04-19 | Merge PR #12033: Let coqdoc be informed by coq about binding variables ↵ | Lysxia | |
| (incidentally fixes #7697) Reviewed-by: Lysxia | |||
| 2020-04-19 | CoqIDE: Adding a short documentation on style/theme customization. | Hugo Herbelin | |
| 2020-04-19 | remove useless hypothesis in NoDup_Permutation_bis | Olivier Laurent | |
| (thanks to new NoDup_incl_NoDup) | |||
