| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-30 | Merge PR #11874: Auto-format micromega files in pre-commit hook. | Emilio Jesus Gallego Arias | |
| Ack-by: SkySkimmer Reviewed-by: ejgallego | |||
| 2020-03-29 | [ci] [gitlab] Bump to edge to OCaml 4.10, add test-suite for OCaml 4.11 | Emilio Jesus Gallego Arias | |
| 2020-03-29 | [configure] Disable warning 67 which seems 100% bogus | Emilio Jesus Gallego Arias | |
| 2020-03-29 | Update 11909-fix-≡-level.rst | Jason Gross | |
| 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 | Merge PR #11950: Document change of behavior of Fail in 8.11. | Clément Pit-Claudel | |
| 2020-03-28 | Remove a useless reversed variant in Vars. | Pierre-Marie Pédrot | |
| 2020-03-28 | Remove some cruft from Reductionops API. | Pierre-Marie Pédrot | |
| - Removal of exported types and functions that were unused. - Moving ad-hoc functions that were used once in the codebase to their call site. | |||
| 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 | coqdoc: Add (* begin details *) and (* end details *) | Thomas Letan | |
| We propose to add an environment to have foldable texts with HTML output, more precisely: (*begin details [: An optional summary] *) some Coq and documentation material (* end details *) Currently, only the HTML output is supported. We could treat this environment in LaTeX output as appendixes to output later. | |||
| 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-28 | Fix #11941: anomaly in equality schemes | Gaëtan Gilbert | |
| 2020-03-27 | Fix changelog | Vincent Semeria | |
| 2020-03-27 | Merge PR #11809: [configure] Remove `-std=c99` from default C flags | Jason Gross | |
| Reviewed-by: JasonGross Ack-by: SkySkimmer | |||
| 2020-03-27 | Merge PR #11871: Split documentation of coqdoc on separate page. | Clément Pit-Claudel | |
| 2020-03-27 | [configure] Remove `-std=c99` from default C flags | Emilio Jesus Gallego Arias | |
| Recent OCaml don't allow to build the VM with `--std=c99` anymore due to changes in header files. `gnu99` is required, but it turns out this is already enforced by OCaml, so we just remove the flag altogether. See the discussion in #11432 | |||
| 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 | Helping issue #11659 by leaving only the Cast hack in the grammar. | Hugo Herbelin | |
| We clean the hack bypassing the interpretation of "'pat" in binders and move it to comDefinition.ml. In particular, we fix the exact subterm to which Eval has to apply in the hack, and remove the artificial cast we had introduced. | |||
| 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 | Merge PR #11102: Use the Alloc_small macro from the OCaml runtime rather ↵ | Maxime Dénès | |
| than our own. Ack-by: aaronpuchert Ack-by: gadmm Reviewed-by: maximedenes Ack-by: ppedrot Reviewed-by: proux01 | |||
| 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-27 | Merge PR #11925: [ci] Add bbv | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-26 | Fix calling test suite makefile with a dune built coq | Gaëtan Gilbert | |
| 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 | Merge PR #11920: Shrink refman-prelude files. | Clément Pit-Claudel | |
| Ack-by: SkySkimmer Reviewed-by: cpitclaudel | |||
| 2020-03-26 | [ci] Add bbv | Jason Gross | |
| I believe a recent commit to master broke it, and now that it's no longer tested as part of fiat-crypto-legacy, I think it's time to add it. | |||
| 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 | Merge PR #11918: Fix #11845: anomaly when including partially applied functor | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-03-26 | Merge PR #11919: Remove outdated mention of -allow-sprop. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-26 | Remove outdated mention of -allow-sprop. | Théo Zimmermann | |
| 2020-03-26 | Fix #11845: anomaly when including partially applied functor | Gaëtan Gilbert | |
| 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 #11832: [ocamlformat] Use doc-comments=before style. | 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. | |||
