| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | [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 | 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) | |||
| 2020-04-17 | Coqide: Apply style scheme and language to the three buffers. | Hugo Herbelin | |
| It was previously only applied to the script buffer. | |||
| 2020-04-17 | Deprecate “omega” | Vincent Laporte | |
| 2020-04-17 | ZArith: move lia hints to a dedicated module | Vincent Laporte | |
| 2020-04-17 | Merge PR #11963: NativeCompute Timing: Use real, not user time | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-04-17 | Merge PR #11972: Fix require in section | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 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-16 | Merge PR #12070: Ignore -native-compiler option when disabled | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-04-16 | Merge PR #11861: [declare] [rewrite] Use high-level declare API | Pierre-Marie Pédrot | |
| Reviewed-by: SkySkimmer Ack-by: herbelin Reviewed-by: ppedrot | |||
| 2020-04-16 | CoqIDE: Disable client-side decoration on Windows | Attila Gáspár | |
| 2020-04-15 | Adding change log for PR #12033 (hyperlinks on binders for coqdoc). | Hugo Herbelin | |
| 2020-04-15 | [declare] Rename `Declare.t` to `Declare.Proof.t` | Emilio Jesus Gallego Arias | |
| This still needs API cleanup but we defer it to the moment we are ready to make the internals private. | |||
| 2020-04-15 | [proof] Merge `Proof_global` into `Declare` | Emilio Jesus Gallego Arias | |
| We place creation and saving of interactive proofs in the same module; this will allow to make `proof_entry` private, improving invariants and control over clients, and to reduce the API [for example next commit will move abstract declaration into this module, removing the exported ad-hoc `build_constant_by_tactic`] Next step will be to unify all the common code in the interactive / non-interactive case; but we need to tweak the handling of obligations first. | |||
| 2020-04-15 | [proof] Move proof_global functionality to Proof_global from Pfedit | Emilio Jesus Gallego Arias | |
| This actually gets `Pfedit` out of the dependency picture [can be almost merged with `Proof` now, as it is what it manipulates] and would allow to reduce the exported low-level API from `Proof_global`, as `map_fold_proof` is not used anymore. | |||
| 2020-04-15 | Ignore -native-compiler option when disabled | Pierre Roux | |
| 2020-04-14 | Merge PR #11957: [stdlib] update sigma-type notations | Hugo Herbelin | |
| Reviewed-by: JasonGross Ack-by: herbelin | |||
| 2020-04-14 | Merge PR #12037: coqdoc: Report location of mismatched '[[' | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-04-13 | Remove documentation for Hide menu in CoqIDE (was removed in 8.5). | Théo Zimmermann | |
| 2020-04-13 | Fix #11783 Require in Section | 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-11 | add properties of operations on vectors | Olivier Laurent | |
