| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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 | 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-10 | Convert vernac commands chapter to prodn, update syntax | Jim Fehrle | |
| 2020-04-10 | coqdoc: Report location of mismatched '[[' | Lysxia | |
| 2020-04-10 | Suppress the space after "#" when printing productions | Jim Fehrle | |
| to reflect lexer requirement for no space | |||
| 2020-04-10 | Ignore subscripts in notation for matching cmds and tacs | Jim Fehrle | |
| 2020-04-10 | Fix prefix matching | Jim Fehrle | |
| 2020-04-10 | Merge PR #11882: Adding a short form of Ltac2 Fresh.fresh | Pierre-Marie Pédrot | |
| Reviewed-by: MSoegtropIMC Reviewed-by: ppedrot Ack-by: tchajed | |||
| 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 #11909: Make the level of ≡ in Int63 consistent with = | Hugo Herbelin | |
| Reviewed-by: anton-trunov | |||
| 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-06 | Merge PR #12006: [coq_makefile] remove .lia.cache and .nia.cache by make ↵ | Enrico Tassi | |
| cleanall Reviewed-by: gares | |||
| 2020-04-03 | Adding change log. | Hugo Herbelin | |
| 2020-04-03 | Merge PR #11895: Remove Chapter command. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 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 | |
| 2020-04-03 | Adding changelog for 8.11.1. | Pierre-Marie Pédrot | |
| 2020-04-03 | Update doc/changelog/08-tools/12005-remove-deprecated-coqtop-options.rst | Théo Zimmermann | |
| Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-04-03 | Merge PR #11996: [stdlib] Add changelog for PR #11249 | Anton Trunov | |
| Reviewed-by: anton-trunov | |||
| 2020-04-02 | Merge PR #11869: Add an index for attributes. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2020-04-02 | Document -rfrom option in reference manual. | Théo Zimmermann | |
| So far it was only documented in coqtop --help. | |||
| 2020-04-02 | Add changelog entry for #12005. | Théo Zimmermann | |
| 2020-04-02 | remove .lia.cache and .nia.cache by make cleanall | Olivier Laurent | |
| 2020-04-02 | Remove deprecated -require option. | Théo Zimmermann | |
| This option is confusing because it does Require Import, not Require. It was deprecated in 8.11. We remove it in 8.12 in order to reintroduce it in 8.13 as a replacement for -load-vernac-object, which is the option that does Require without Import as of today. | |||
| 2020-04-02 | Remove Chapter command. | Théo Zimmermann | |
| This was an undocumented equivalent of the Section command. | |||
| 2020-04-02 | Merge pull request #11993 from olaure01/ollibs-wfnat-changelog | Anton Trunov | |
| [stdlib] Add changelog for PR #11335 | |||
| 2020-04-01 | Merge PR #9803: Adding more trigonometry in Reals | Hugo Herbelin | |
| Ack-by: MSoegtropIMC Ack-by: Zimmi48 Ack-by: herbelin | |||
