| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-03 | Simplify division of Cauchy reals | Vincent Semeria | |
| Improve comments | |||
| 2020-04-30 | Replace QSeqEquiv by QCauchySeq, simplify proofs. | Vincent Semeria | |
| Force Cauchy modulus equal to identity, make division transparent Fix test | |||
| 2020-04-29 | Reduce rational numbers in Cauchy real addition, to accelerate it | Vincent Semeria | |
| 2020-04-26 | constructive square root | Vincent Semeria | |
| Convert into a performance test Put time bound at the beginning of file Add Time command in the test | |||
| 2020-04-22 | Document Cauchy reals | Vincent Semeria | |
| 2020-04-19 | Use binary integers for Cauchy reals | Vincent Semeria | |
| 2020-04-18 | Make multiplication of Cauchy reals transparent and accelerate it | Vincent Semeria | |
| 2020-03-31 | Merge PR #11647: [rfc] Consolidation of parsing interfaces | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-03-30 | Merge PR #11725: Cleanup stdlib reals. | Hugo Herbelin | |
| Ack-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-03-30 | Merge PR #11969: ocamlformat: use whitelist instead of blacklist | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-30 | Merge PR #11965: Partial revert of #11817. | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-30 | Merge PR #11968: Fix commit hook when there are no changes (eg amend message) | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-30 | ocamlformat: use whitelist instead of blacklist | Gaëtan Gilbert | |
| Using disable=true in .ocamlformat and disable=false in sub .ocamlformat works fine. Note that disable=true must be after the `profile` setting otherwise it gets reset | |||
| 2020-03-30 | Fix commit hook when there are no changes (eg amend message) | Gaëtan Gilbert | |
| Fix #11967 | |||
| 2020-03-30 | Missing apartness notations | Vincent Semeria | |
| 2020-03-30 | Partial revert of #11817. | Pierre-Marie Pédrot | |
| The completion proposals need to be ordered by length first for usability. I aknowledge that it's too easy to mess up when refactoring, but here there was a clear comment that this change should not have been performed. | |||
| 2020-03-30 | Merge PR #11921: Remove some cruft from Reductionops API. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: gares | |||
| 2020-03-30 | Merge PR #11817: [cleanup] Remove unnecessary Map/Set module creation | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: herbelin Ack-by: ppedrot | |||
| 2020-03-30 | Merge PR #11951: Remove a useless reversed variant in Vars. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 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-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 | 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 | 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 #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 | 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 | 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> | |||
