| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-30 | Merge PR #11725: Cleanup stdlib reals. | Hugo Herbelin | |
| Ack-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-03-30 | Merge PR #11958: Add -no-update command line option to doc_grammar for Dune | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-30 | Merge PR #11018: “auto with zarith”: use “lia” rather than “omega” | Maxime Dénès | |
| Ack-by: Zimmi48 Reviewed-by: anton-trunov Ack-by: jfehrle Reviewed-by: maximedenes | |||
| 2020-03-29 | Add -no-update command line option to doc_grammar for Dune | Jim Fehrle | |
| Fix makefile glitches | |||
| 2020-03-29 | Merge PR #11938: Support for updating orderedGrammar with Dune. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-29 | Merge PR #11859: Warn when non exactly parsing non floating-point | Hugo Herbelin | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: erikmd | |||
| 2020-03-29 | Merge PR #11944: Remove SearchAbout command, deprecated in 8.5 | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-03-28 | Remove SearchAbout command, deprecated in 8.5 | Jim Fehrle | |
| 2020-03-28 | Document change of behavior of Fail in 8.11. | Théo Zimmermann | |
| 2020-03-28 | Update fullGrammar and orderedGrammar following #11877. | Théo Zimmermann | |
| 2020-03-28 | New target check-gram to check if fullGrammar and orderedGrammar are up-to-date. | Théo Zimmermann | |
| Use `dune build @check-gram --auto-promote` to automatically update these two files. You will need to run it twice if the two files need to be updated (which is the case most often) as Dune will stop after the first diff failure. The rst files are also updated but left in the `_build/` directory as Dune wouldn't support targets outside the current directory. You can just `mv _build/default/doc/sphinx doc` to update them after running the @check-gram target. | |||
| 2020-03-27 | Fix changelog | Vincent Semeria | |
| 2020-03-27 | Merge PR #11871: Split documentation of coqdoc on separate page. | Clément Pit-Claudel | |
| 2020-03-27 | Cleanup stdlib reals. Use implicit arguments for ConstructiveReals. Move ↵ | Vincent Semeria | |
| ConstructiveReals into new directory Abstract. Remove imports of implementations inside those Abstract files. Add changelog for constructive reals cleanup Move Cauchy reals into new directory Cauchy Update stdlib index Rename sum_f_R0 Use coqdoc comments Update doc/changelog/10-standard-library/11725-cleanup-reals.rst Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com> Update doc/changelog/10-standard-library/11725-cleanup-reals.rst Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com> Update doc/changelog/10-standard-library/11725-cleanup-reals.rst Co-Authored-By: Hugo Herbelin <herbelin@users.noreply.github.com> Improve notations | |||
| 2020-03-27 | Merge PR #11848: Nicer printing for decimal constants | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-03-27 | Merge PR #11751: Fix #11749: don't warn for hidden files. | Maxime Dénès | |
| Reviewed-by: maximedenes | |||
| 2020-03-27 | Split coqdoc section out of utility chapter (octopus merge). | Théo Zimmermann | |
| This octopus merge is meant to preserve the commit history / blame of both parts. | |||
| 2020-03-27 | Move section on coqdoc to new location. | Théo Zimmermann | |
| 2020-03-27 | Remove the part about coqdoc from the utilities chapter. | Théo Zimmermann | |
| (It was moved out onto a separate page.) | |||
| 2020-03-27 | Prepare split of section about coqdoc. | Théo Zimmermann | |
| 2020-03-26 | Merge PR #11929: Reintroduce a command that was actually used in another ↵ | Clément Pit-Claudel | |
| one. Fix build of PDF manual. Reviewed-by: cpitclaudel | |||
| 2020-03-26 | Reintroduce commands that were actually used. Fix build of PDF manual. | Théo Zimmermann | |
| 2020-03-26 | Merge PR #11877: Removing deprecated destruct/remember syntax _eqn. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-26 | Change log | Hugo Herbelin | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-03-26 | CIC is printed in all-caps. | Théo Zimmermann | |
| As CIC is really an acronym, it should be printed in all-caps. | |||
| 2020-03-26 | Removing deprecated destruct syntax _eqn. | Hugo Herbelin | |
| 2020-03-26 | Shrink refman-prelude files. | Théo Zimmermann | |
| 2020-03-26 | Remove outdated mention of -allow-sprop. | Théo Zimmermann | |
| 2020-03-26 | Merge PR #11913: Doc_grammar: Update cmd:: and tacn:: constructs in .rsts | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-26 | Merge PR #11885: Sorting: Swap the names of Sorted_sort and LocallySorted_sort | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-03-26 | Merge PR #11891: Fix levels of `<=?` and `<?` in the stdlib | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2020-03-26 | Print a warning when parsing non floating-point values. | Pierre Roux | |
| For instance, parsing 0.1 will print a warning whereas parsing 0.5 won't. | |||
| 2020-03-25 | Doc_grammar: Update cmd:: and tacn:: constructs in .rsts | Jim Fehrle | |
| Remove unneeded source and output files Move all commands under command NT Add a lot of edits for commands and tactics | |||
| 2020-03-25 | Convert Gallina Extensions to use prodn | Jim Fehrle | |
| 2020-03-25 | Update changelog | Pierre Roux | |
| 2020-03-24 | “auto with zarith”: use “lia” rather than “omega” | Vincent Laporte | |
| 2020-03-24 | Merge PR #11892: [refman] Fix caching, which was broken by the addition of ↵ | Théo Zimmermann | |
| coq_config Reviewed-by: Zimmi48 | |||
| 2020-03-23 | [refman] Fix caching, which was broken by the addition of coq_config | Clément Pit-Claudel | |
| 2020-03-23 | Fix levels of `<=?` and `<?` in the stdlib | Jason Gross | |
| They were defined at level 70, no associativity in all but three places, where they were instead declared at level 35. Fixes #11890 | |||
| 2020-03-23 | Sorting: Swap the names of Sorted_sort and LocallySorted_sort | Lysxia | |
| 2020-03-23 | Merge PR #11888: Fix broken links in prodn:: in doc | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-23 | Merge PR #11442: Add module ZifyPow to avoid compatibility issue with 8.11. | Frédéric Besson | |
| Reviewed-by: fajb | |||
| 2020-03-22 | Format hyperlink targets and link ids with the same name | Jim Fehrle | |
| (translate '_' to '-' consistently) | |||
| 2020-03-22 | Merge PR #11731: [proof] Miscellaneous refactorings | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: gares | |||
| 2020-03-22 | Merge PR #11851: Process command line load vernaculars before command line ↵ | Emilio Jesus Gallego Arias | |
| Goptions Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2020-03-22 | Merge PR #11855: Build and install refman with Dune. | Emilio Jesus Gallego Arias | |
| Ack-by: SkySkimmer Reviewed-by: ejgallego | |||
| 2020-03-21 | Add module ZifyPow to avoid compatibility issue with 8.11. | Théo Zimmermann | |
| Also tweak the changelog entry to explain the difference. | |||
| 2020-03-21 | Reorder the load/require cmd-options and set/unset cmd-options | Lasse Blaauwbroek | |
| Make sure that all initial load vernaculars that were specified on the command line are executed before processing the options set through -set on the command line. The reason for this is that the load vernacular options can load plugins that define new Goptions. If these plugins are not loaded before the -set flags are processed, then Goptions will emit a warning that the options of that plugin don't exist and ignore the flag. | |||
| 2020-03-20 | Merge PR #11665: Make Cumulative, NonCumulative and Private attributes. | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: jfehrle Reviewed-by: ppedrot | |||
| 2020-03-20 | Merge PR #11814: Document coq_makefile behavior wrt -native-compiler yes | Enrico Tassi | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 Reviewed-by: gares | |||
