| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | [ci] [docker] Up testing to OCaml 4.11.1 | Emilio Jesus Gallego Arias | |
| - `odoc` must be bumped to support 4.11 | |||
| 2020-09-11 | [ci] [mathcomp] run the test suite | Enrico Tassi | |
| 2020-09-10 | Add simple-io to dev/ci/nix. | Théo Zimmermann | |
| 2020-09-04 | Merge PR #12969: CI: build Iris examples instead of lambda-Rust | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer | |||
| 2020-09-03 | [bench] Only upload some files | Jason Gross | |
| We will now also record a listing of all files that we could have uploaded, in case we want to know what's available to upload in the future. | |||
| 2020-09-03 | [bench] Also upload the raw timing files, etc | Jason Gross | |
| 2020-09-03 | Merge PR #12968: Replace `frozen` by `allowed` evars in evarconv, and delay them | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-09-03 | Merge PR #12899: [bench] Update bench script with better urls and more info | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: ppedrot | |||
| 2020-09-03 | Add Equations overlay | Maxime Dénès | |
| 2020-09-02 | fix grepping for the Iris commit | Ralf Jung | |
| 2020-09-02 | CI: build Iris examples instead of lambda-Rust | Ralf Jung | |
| 2020-09-01 | Merge PR #12892: Update update_global_env usage | Pierre-Marie Pédrot | |
| Reviewed-by: ejgallego Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-08-31 | Add zarith to the include path for ocamldebug-coq | Jasper Hugunin | |
| 2020-08-31 | Merge PR #12958: Fix load_printers after zarith | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2020-08-31 | Update update_global_env usage | Gaëtan Gilbert | |
| - take just a ugraph instead of the whole env - rename to update_sigma_univs - push global env lookup a bit further up - fix vernacinterp call to update all surrounding proofs, not just the top one - flip argument order for nicer partial applications | |||
| 2020-08-31 | Merge PR #12875: Further extensions of About wrt Arguments and renaming | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: herbelin | |||
| 2020-08-31 | Fix load_printers after zarith | Gaëtan Gilbert | |
| 2020-08-28 | Adding overlay for coq-elpi. | Hugo Herbelin | |
| 2020-08-27 | [numeral] [plugins] Switch from `Big_int` to ZArith. | Emilio Jesus Gallego Arias | |
| We replace Coq's use of `Big_int` and `num` by the ZArith OCaml library which is a more modern version. We switch the core files and easy plugins only for now, more complex numerical plugins will be done in their own commit. We thus keep the num library linked for now until all plugins are ported. Co-authored-by: Vincent Laporte <Vincent.Laporte@fondation-inria.fr> | |||
| 2020-08-27 | Merge PR #12849: Rename VM-related kernel/cfoo files to kernel/vmfoo | Pierre-Marie Pédrot | |
| Reviewed-by: gares Reviewed-by: ppedrot Reviewed-by: silene | |||
| 2020-08-26 | Use the lite variants of performance tests in the bench default packages. | Pierre-Marie Pédrot | |
| They are much faster and should be as informative as their heavy counterparts. I have been forgetting to do that for a long time already. | |||
| 2020-08-26 | Merge PR #12904: Move bench job definition to its own file | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-08-25 | Move bench job definition to its own file | Gaëtan Gilbert | |
| This focuses review requests to bench-maintainers instead of sharing with ci-maintainers | |||
| 2020-08-25 | Remove useless commit guessing logic | Jason Gross | |
| On GitLab, we don't need to base the job info on the PR number, since it ought to be available from the git repo. Removing the logic will make the bench infrastructure more uniform. | |||
| 2020-08-25 | [bench] Update bench script with better urls and more info | Jason Gross | |
| 2020-08-25 | Merge PR #12801: Put cyclic numbers in sort Set instead of Type | Anton Trunov | |
| Ack-by: Zimmi48 Reviewed-by: anton-trunov | |||
| 2020-08-25 | Merge PR #12882: Perform a few tweaks to make the bench script work properly. | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Ack-by: ppedrot | |||
| 2020-08-25 | Merge PR #12798: Change OUnit package name to ounit2. | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2020-08-24 | Fix Coqtail test directory. | whonore | |
| Tests moved in https://github.com/whonore/Coqtail/pull/134. | |||
| 2020-08-24 | Put cyclic numbers in sort Set instead of Type | Vincent Semeria | |
| Added user overlay for bignums | |||
| 2020-08-24 | Merge PR #12565: Dnets now consider axioms as being opaque for pattern ↵ | coqbot | |
| recognition. Reviewed-by: mattam82 | |||
| 2020-08-24 | Perform a few tweaks to make the bench script work properly. | Pierre-Marie Pédrot | |
| 2020-08-20 | Special commit to start benchmarking. | Maxime Dénès | |
| 2020-08-20 | Merge PR #12756: Do not refresh the names of implicit arguments. | Maxime Dénès | |
| Reviewed-by: herbelin Reviewed-by: maximedenes | |||
| 2020-08-20 | Adding overlays. | Pierre-Marie Pédrot | |
| 2020-08-19 | Do not refresh the names of implicit arguments. | Jasper Hugunin | |
| Try just going with the user-given names, and not worrying about what happens with repeated names or anonymous implicits. (Support for anonymous implicits is due to herbelin in #11098.) This PR should not change behaviour in the absence of repeated names. Since repeated names are already a poorly handled corner case, I would recommend changing binder names to avoid overlap in the case of a change in behavior. Since anonymous implicits and implicits with repeated names can already happen, I think this is unlikely to cause too many new problems, though it might exacerbate existing ones. However, I already had to fix one newly possible anomaly, so I can't be too confident. The most common change in external developments was that an argument no longer gets `0` appended to it, causing the `Arguments` command to complain about renaming. To fix this and keep the old name, one can simply use the `rename` flag as suggested, or switch to the new, un-suffixed name. Closes #6785 Closes #12001 Another step towards checking the standard library with `-mangle-names`. | |||
| 2020-08-19 | Add overlay. | Pierre-Marie Pédrot | |
| 2020-08-18 | Rename VM-related kernel/cfoo files to kernel/vmfoo | Gaëtan Gilbert | |
| 2020-08-18 | Dockerfile: Update ounit | Gaëtan Gilbert | |
| 2020-08-13 | Merge PR #12720: Factor code related to class hint clenv | Hugo Herbelin | |
| Reviewed-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-08-12 | Merge PR #12748: Windows CI: changed cygwin repo server | coqbot | |
| Reviewed-by: Zimmi48 | |||
| 2020-08-12 | Add overlays. | Pierre-Marie Pédrot | |
| 2020-08-12 | Windows CI: changed cygwin repo server | Michael Soegtrop | |
| 2020-08-11 | Merge PR #12717: More documentation on grammars and parsing | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Ack-by: herbelin Reviewed-by: ppedrot | |||
| 2020-08-03 | More documentation on grammars and parsing | Jim Fehrle | |
| 2020-07-24 | CI metacoq: make .merlin | Gaëtan Gilbert | |
| For convenience | |||
| 2020-07-23 | Merge PR #12679: Remove redundant data from VM case switch. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: silene | |||
| 2020-07-22 | Remove redundant data from VM case switch. | Pierre-Marie Pédrot | |
| No need to store the case_info, all the data is reconstructible from the context. Furthermore, this reconstruction is performed in a context where we already access the environment, so performance is not at stake. Hopefully this will also reduce the number of globally allocated VM values, since the switch representation now only depends on the shape of the inductive type. | |||
