| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-18 | Merge PR #13043: [ci] call dmesg after quick/async jobs to detect OOM | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-09-18 | [ci] [dmesg] save as artifact | Enrico Tassi | |
| 2020-09-18 | Merge PR #12610: [leminv] [declare] Use higher-level Declare API. | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-09-18 | Merge PR #13027: [vernac] Don't allow attributes on print / check | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-09-17 | Merge PR #13007: [build] Don't link `num` anymore in Coq | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Reviewed-by: vbgl Ack-by: Zimmi48 Ack-by: vbgl | |||
| 2020-09-17 | [leminv] Use higher-level Declare API. | Emilio Jesus Gallego Arias | |
| 2020-09-17 | [leminv] Remove unused catch. | Emilio Jesus Gallego Arias | |
| 2020-09-17 | [install] Rewording of primitive floats. | Emilio Jesus Gallego Arias | |
| As suggested in the PR review. Co-authored-by: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-09-17 | [build] Don't link `num` anymore in Coq | Emilio Jesus Gallego Arias | |
| After #8743 we don't depend on `num` anymore in the codebase; thus we drop the dependency. This could create problems for plugins relying on this implicit linking. | |||
| 2020-09-17 | Merge PR #13024: [CI] Always upload artifacts | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-09-17 | [ci] call dmesg after quick/async jobs to detect OOM | Enrico Tassi | |
| 2020-09-16 | Merge PR #13008: Use fresher names in eqschemes | Hugo Herbelin | |
| Reviewed-by: herbelin Reviewed-by: ppedrot | |||
| 2020-09-16 | Merge PR #13015: Propagate zarith dependency. | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-09-16 | Merge PR #8743: [micromega] Switch from `Big_int` to ZArith. | BESSON Frederic | |
| Ack-by: JasonGross Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: fajb Ack-by: liyishuai Ack-by: maximedenes Ack-by: ppedrot Ack-by: soraros Ack-by: thery Ack-by: vbgl | |||
| 2020-09-15 | [vernac] Don't allow attributes on print / check | Emilio Jesus Gallego Arias | |
| Fixes #11661 | |||
| 2020-09-15 | [micromega] Use `minus_one` built-in zarith constant. | Emilio Jesus Gallego Arias | |
| 2020-09-15 | [zarith] [micromega] Bump to 1.10 and remove some hacks | Emilio Jesus Gallego Arias | |
| In particular, behavior of `Z.gcd` and `Z.lcm` has been fixed in 1.10, see https://github.com/ocaml/Zarith/issues/58 | |||
| 2020-09-15 | Updated .csdp.cache.test-suite and minor fixes | BESSON Frederic | |
| - merlin.in : added zarith - test-suite/Makefile remove .csdp.cache on make clean updated .csdp.cache.test-suite | |||
| 2020-09-15 | [micromega] [test-suite] Update csdp cache for num -> zarith migration | Emilio Jesus Gallego Arias | |
| 2020-09-15 | [micromega] Migrate from num to zarith | Emilio Jesus Gallego Arias | |
| We still link num in `coqc` , that will be removed in a separate step. Co-authored-by: Vincent Laporte <Vincent.Laporte@fondation-inria.fr> | |||
| 2020-09-15 | [micromega] call csdpcert using path. | Emilio Jesus Gallego Arias | |
| 2020-09-15 | Merge PR #13016: Remove deprecated Extraction Language command value "Ocaml" | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: pi8027 Reviewed-by: ppedrot | |||
| 2020-09-15 | Merge PR #12972: [ci] [docker] Up testing to OCaml 4.11.1 | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-09-14 | [CI] Always upload artifacts | Jason Gross | |
| In order to support the workflow where coqbot automatically turns failing CI jobs into minimized examples for the test-suite easily (https://github.com/coq/bot/issues/107), we want to be able to get all of the .v files and all of the generated .vo and .glob files in the artifact, even when the build fails. | |||
| 2020-09-14 | Remove deprecated Extraction Language command value "Ocaml" | Jim Fehrle | |
| 2020-09-14 | [nix] Update ref for ocamlformat 0.15 | Emilio Jesus Gallego Arias | |
| Co-authored-by: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-09-14 | [ocamlformat] Update to ocamlformat 0.15.0 | Emilio Jesus Gallego Arias | |
| This is necessary to support OCaml 4.11 in development. | |||
| 2020-09-14 | [ci] [docker] Up testing to OCaml 4.11.1 | Emilio Jesus Gallego Arias | |
| - `odoc` must be bumped to support 4.11 | |||
| 2020-09-14 | Merge PR #13014: [ci] [mathcomp] run the test suite | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2020-09-14 | Merge PR #13022: Fixing documentation relatively to example of use of extra ↵ | coqbot-app[bot] | |
| spaces in notations Reviewed-by: jfehrle | |||
| 2020-09-13 | Fixing documentation relatively to example of use of extra spaces in notations. | Hugo Herbelin | |
| 2020-09-12 | Merge PR #12979: Uniformize names for number literals between parsing and refman | coqbot-app[bot] | |
| Reviewed-by: herbelin Reviewed-by: jfehrle Ack-by: Zimmi48 Ack-by: proux01 | |||
| 2020-09-11 | [numeral notation] Improve documentation | Pierre Roux | |
| Following reviews from Jim Fehrle on #12218 and #12979 | |||
| 2020-09-11 | Rename Numeral Notation command to Number Notation | Pierre Roux | |
| Keep Numeral Notation wit a deprecation warning. | |||
| 2020-09-11 | Adding a wit_natural standard argument. | Hugo Herbelin | |
| 2020-09-11 | Turn integer into natural in several mlgs | Pierre Roux | |
| Negative values had no meaning there. Those were spotted by Hugo Herbelin while reviewing #12979 . | |||
| 2020-09-11 | [refman] Explicit integer and natural | Pierre Roux | |
| As respectively bigint and bignat that fit into an OCaml int. | |||
| 2020-09-11 | [refman] Rename int to integer | Pierre Roux | |
| 2020-09-11 | [refman] Rename numeral to number | Pierre Roux | |
| 2020-09-11 | [refman] Rename num to natural | Pierre Roux | |
| 2020-09-11 | [parsing] Simplify bigint | Pierre Roux | |
| 2020-09-11 | [parsing] Rename token NUMERAL to NUMBER | Pierre Roux | |
| 2020-09-11 | [refman] Replace num by int | Pierre Roux | |
| num stands for natural numbers whereas the text deals with negative values. | |||
| 2020-09-11 | Merge PR #13011: Minimal changes to make the refman compatible with Sphinx 3. | coqbot-app[bot] | |
| Reviewed-by: cpitclaudel Reviewed-by: jfehrle Ack-by: Zimmi48 | |||
| 2020-09-11 | Propagate zarith dependency. | Théo Zimmermann | |
| External plugins need the OCaml dependencies of Coq in scope because ocamlfind looks for them since #12604. | |||
| 2020-09-11 | [ci] [mathcomp] run the test suite | Enrico Tassi | |
| 2020-09-11 | Remove outdated references to productionlist. | Théo Zimmermann | |
| 2020-09-11 | Minimal changes to make the refman compatible with Sphinx 3. | Théo Zimmermann | |
| Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net> | |||
| 2020-09-11 | Merge PR #13005: Add simple-io to dev/ci/nix. | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-09-10 | Merge PR #13001: Update INSTALL.md | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
