| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-01 | Merge PR #11873: python3 script does not need to import from the future | Emilio Jesus Gallego Arias | |
| Reviewed-by: JasonGross | |||
| 2020-04-01 | Merge PR #11971: [ci] Run bignums' tests | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2020-03-31 | Merge PR #11818: [proof] Further consolidation of the regular declaration path | Gaëtan Gilbert | |
| Ack-by: Matafou Reviewed-by: SkySkimmer | |||
| 2020-03-31 | Merge PR #11131: [ci] [gitlab] Add test-suite test for OCaml 4.10 and 4.11 | Théo Zimmermann | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 | |||
| 2020-03-31 | [ci] Run bignums' tests | Pierre Roux | |
| 2020-03-30 | [ci] [overlays] Adapt to declare API changes. | Emilio Jesus Gallego Arias | |
| - problem with metacoq overlay ; it expects to send a non-ground constant to the kernel, now it fails at prepare. Record Sigma (A : Type) (B : A -> Type) : Type := { fst : A ; snd : B fst }. Arguments fst {A B}. Arguments snd {A B}. Quote Recursively Definition foo := (fst, snd). There is a hack on the overlay, we need to discuss it a bit more. | |||
| 2020-03-30 | Fix commit hook when there are no changes (eg amend message) | Gaëtan Gilbert | |
| Fix #11967 | |||
| 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-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-24 | Merge PR #11703: Making of NumTok an API for numeral | Pierre-Marie Pédrot | |
| Reviewed-by: SkySkimmer Reviewed-by: ppedrot Reviewed-by: proux01 | |||
| 2020-03-24 | Run ocamlformat on modified ml / mli files in pre-commit hook. | Théo Zimmermann | |
| Thanks to `.ocamlformat-ignore`, we can call ocamlformat blindly but only the non-ignored files will be affected. Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-03-23 | [ci] add metacoq | Matthieu Sozeau | |
| 2020-03-22 | Overlay for QuickChick | Hugo Herbelin | |
| 2020-03-22 | Centralizing all kinds of numeral string management in numTok.ml. | Hugo Herbelin | |
| Four types of numerals are introduced: - positive natural numbers (may include "_", e.g. to separate thousands, and leading 0) - integer numbers (may start with a minus sign) - positive numbers with mantisse and signed exponent - signed numbers with mantisse and signed exponent In passing, we clarify that the lexer parses only positive numerals, but the numeral interpreters may accept signed numerals. Several improvements and fixes come from Pierre Roux. See https://github.com/coq/coq/pull/11703 for details. Thanks to him. | |||
| 2020-03-22 | Merge PR #11731: [proof] Miscellaneous refactorings | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: gares | |||
| 2020-03-20 | python3 script does not need to import from the future | Ralf Treinen | |
| 2020-03-19 | [ocamformat] Update to 0.13.0 | Emilio Jesus Gallego Arias | |
| We include the `version=0.13.0` field that should help users not to use the wrong version. `disable=true` still seems a noop with `dune`. There are some minor changes in the way comments are formatted; I'm unsure if this is due to the `wrap-comments` option; as always; tweaks to the config are most welcome. | |||
| 2020-03-19 | [obligations] Step towards more structured handling of remaining obligations. | Emilio Jesus Gallego Arias | |
| There is a lot of check overhead in the code, we will try to provide a more convenient API for manipulation of remaining obligations. | |||
| 2020-03-19 | [ci] Overlays for declare interface refactoring. | Emilio Jesus Gallego Arias | |
| 2020-03-19 | [refman] Remove workaround for sphinx-doc/sphinx#4983 | Clément Pit-Claudel | |
| 2020-03-19 | Merge PR #11860: [ci] [docker] Update to 4.09.1 | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-19 | Merge PR #11795: Print implicit arguments in types of references | Hugo Herbelin | |
| Ack-by: herbelin | |||
| 2020-03-19 | Merge PR #11735: Deprecating catchable_exception | Pierre-Marie Pédrot | |
| Reviewed-by: ejgallego Reviewed-by: ppedrot | |||
| 2020-03-18 | [ci] [docker] Update to 4.09.1 | Emilio Jesus Gallego Arias | |
| That release includes non trivial changes related C compilers, in particular due to `-fno-common` support. | |||
| 2020-03-18 | Merge PR #11559: Remove year in headers. | Hugo Herbelin | |
| Reviewed-by: jfehrle | |||
| 2020-03-18 | Update headers in the whole code base. | Théo Zimmermann | |
| Add headers to a few files which were missing them. | |||
| 2020-03-18 | Adding overlays. | Pierre-Marie Pédrot | |
| 2020-03-18 | Also show unchanged headers. | Théo Zimmermann | |
| 2020-03-18 | Remove dates in headers. | Théo Zimmermann | |
| Cf. discussion at #11559 and decision of Coq Call 2020-02-26. | |||
| 2020-03-16 | [ci] Cleanup old overlays. | Emilio Jesus Gallego Arias | |
| 2020-03-16 | [ci] [docker] Update components in Docker image | Emilio Jesus Gallego Arias | |
| We bump ounit, odoc, and lablgtk3 ; so far this is routine maintenance. | |||
| 2020-03-13 | Update Azure MacOS version 10.13 -> 10.14 | Gaëtan Gilbert | |
| 10.13 is deprecated as an azure VM Close #11449 | |||
| 2020-03-13 | Merge PR #11804: [CI] test hierarchy builder as part of elpi | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-13 | Deprecation of catchable_exception, to be replaced by noncritical in try-with. | Hugo Herbelin | |
| 2020-03-12 | [ci] [doc] Point to actual docker instructions. | Emilio Jesus Gallego Arias | |
| 2020-03-12 | Print implicit arguments in types of references | SimonBoulier | |
| 2020-03-11 | Update dev/ci/ci-basic-overlay.sh | Enrico Tassi | |
| Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-03-11 | [CI] test hierarchy builder as part of elpi | Enrico Tassi | |
| 2020-03-10 | Merge PR #11732: Update the OCaml version in `default.nix` to 4.09.0 | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-10 | Merge PR #11764: Simplify mutual template polymorphism | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-09 | Do not erase OCAMLPATH in CI targets with Dune-built Coq | Maxime Dénès | |
| 2020-03-09 | Add CI overlays. | Pierre-Marie Pédrot | |
| 2020-03-06 | Merge PR #11717: [dune] [ocamldebug] Improve ocamldebug rules | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-04 | Add overlay for equations. | Hugo Herbelin | |
| 2020-03-03 | Update the OCaml version in `default.nix` to 4.09.0 | Maxime Dénès | |
| It is more convenient to use recent versions of OCaml while developing (better backtraces, etc). | |||
| 2020-03-02 | Merge PR #11728: [dune] [doc] Be more explicit about coqtop dependencies | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-01 | [ci] [docker] overlay for elpi 1.10 | Enrico Tassi | |
| 2020-03-01 | [ci] [docker] bump elpi to 1.10.2 | Enrico Tassi | |
| 2020-03-01 | [ci] bump dune to 2.0.1 due to upstream problems | Enrico Tassi | |
