| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-15 | Merge PR #11401: [nix] Dune-2 and other improvements | Théo Zimmermann | |
| 2020-01-15 | [Nix] Fix setup hook when COQPATH is not bound | Vincent Laporte | |
| 2020-01-15 | [Nix] Update reference to nixpkgs | Vincent Laporte | |
| This brings dune at version 2.1.2 | |||
| 2020-01-15 | [Nix/CI] Add verdi-raft | Vincent Laporte | |
| 2020-01-15 | [Nix/CI] Update fiat_crypto | Vincent Laporte | |
| 2020-01-14 | Merge PR #11370: [zify] elim let in ML | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-14 | Merge PR #11249: [stdlib] Additional statements in List.v | Hugo Herbelin | |
| Reviewed-by: anton-trunov Reviewed-by: herbelin | |||
| 2020-01-14 | Merge PR #11394: [coqdoc] Fix #11353: coqdoc -g omits all sentences with ↵ | Hugo Herbelin | |
| decorations Ack-by: Zimmi48 Reviewed-by: herbelin | |||
| 2020-01-14 | [zify] elim let in ML | Frédéric Besson | |
| 2020-01-14 | infercumulativity: take less arguments | Gaëtan Gilbert | |
| 2020-01-14 | Merge PR #11392: Document the Set Default Proof Mode command. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-14 | [coqdoc] Fix #11353: coqdoc -g omits all sentences with decorations | Karl Palmskog | |
| 2020-01-14 | Document the Set Default Proof Mode command. | Pierre-Marie Pédrot | |
| Fixes #10909: Set Default Proof Mode is not documented. | |||
| 2020-01-14 | Merge PR #10486: [extraction] Support extraction of Coq's string type to ↵ | Kazuhiko Sakaguchi | |
| OCaml's string type Ack-by: SkySkimmer Ack-by: Zimmi48 Ack-by: ejgallego Reviewed-by: herbelin Ack-by: maximedenes Reviewed-by: pi8027 | |||
| 2020-01-13 | Merge PR #11081: Native compute: cleanup temporary files on program exit | Pierre-Marie Pédrot | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 Reviewed-by: maximedenes Reviewed-by: ppedrot | |||
| 2020-01-13 | Native compute: cleanup temporary files on program exit | Gaëtan Gilbert | |
| We make a temporary directory for these files and cleanup at process exit. The temporary directory means we don't have to guess what extensions ocaml will produce, we can just delete everything there. We use Lazy to avoid spamming unused directories when ahead-of-time compiling without actually using native casts / nativenorm (typically stdlib files). Sadly ocaml has "create temp file" but not "create temp dir", so we have to copy the name generation code. Fix #10495 | |||
| 2020-01-13 | Merge PR #11285: fix #11279. Specialize h no longer expands letins in the ↵ | Pierre-Marie Pédrot | |
| type of h. Reviewed-by: ppedrot | |||
| 2020-01-13 | Merge PR #11280: Fix #11195 and add other improvements: try loading .vio ↵ | Pierre-Marie Pédrot | |
| (and not just… Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-01-12 | fix #11279. Specialize h no longer expands letins in the type of h. | Pierre Courtieu | |
| The type of h is reconstructed to look as much as the initial type of h as possible. | |||
| 2020-01-11 | Merge PR #11367: Minor cleanup of indtypes/indtyping | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-11 | Merge PR #11349: [refman] [changelog] Announce omega replacement. | Pierre-Marie Pédrot | |
| Ack-by: ejgallego Reviewed-by: maximedenes | |||
| 2020-01-10 | Merge PR #11387: [refman] missing space in "Controlling the locality of ↵ | Théo Zimmermann | |
| commands" Reviewed-by: Zimmi48 | |||
| 2020-01-10 | Merge PR #11385: Add badges for Docker Hub and coqorg/coq:latest version | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-10 | missing space | Olivier Laurent | |
| 2020-01-10 | Merge PR #11384: Fix build after merge of #11164 | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-09 | Merge PR #11371: [merge script] Never bypass outdated branch sanity check. | Jason Gross | |
| Reviewed-by: JasonGross | |||
| 2020-01-09 | Add badges for Docker Hub and coqorg/coq:latest version | Erik Martin-Dorel | |
| 2020-01-09 | Fix build after merge of #11164 | Gaëtan Gilbert | |
| 2020-01-09 | Merge PR #11164: [CS] allow Let variable to be canonical | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 Ack-by: ejgallego Reviewed-by: ppedrot | |||
| 2020-01-08 | Merge PR #11375: Add note about default goal selector next to bullet docs | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-08 | Merge PR #11378: let CI test bedrock2's 'tested' branch instead of 'master' | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-08 | Add Set NativeCompute Timing | Jason Gross | |
| The command `Set NativeCompute Timing` causes calls to `native_compute` (as well as kernel calls to the native compiler) to emit separate timing information about compilation, execution, and reification. This allows more fine-grained timing of the native compiler without needing to set the `-debug` flag. | |||
| 2020-01-08 | let CI test bedrock2's 'tested' branch instead of 'master' | Samuel Gruetter | |
| 2020-01-08 | Add note about default goal selector next to bullet docs | Gaëtan Gilbert | |
| Close #11036 | |||
| 2020-01-08 | Add changelog entry for native string extraction | Maxime Dénès | |
| 2020-01-08 | Add test case for string extraction in OCaml and Haskell | Maxime Dénès | |
| 2020-01-08 | Factorize ascii extraction in ExtrOcamlChar.v | Maxime Dénès | |
| 2020-01-08 | Better extraction of string literals in Haskell | Maxime Dénès | |
| 2020-01-08 | Add documentation for extraction of ascii and string literals | Maxime Dénès | |
| 2020-01-08 | Reimplement string <-> char list conversions | Xavier Leroy | |
| Using only OCaml stdlib functions available in OCaml 4.05. | |||
| 2020-01-08 | Typo in comment | Xavier Leroy | |
| 2020-01-08 | Rename ExtrOcamlStringPlus into ExtrOcamlNativeString | Xavier Leroy | |
| As suggested during review. That's a much better name. | |||
| 2020-01-08 | Avoid hardcoded paths in extraction | Maxime Dénès | |
| 2020-01-08 | Avoid warning 40 | Maxime Dénès | |
| 2020-01-08 | Hide ExtrOcamlStringPlus.v like the other extraction files | Xavier Leroy | |
| 2020-01-08 | Support extraction of Coq's string type to OCaml's string type, continued | Xavier Leroy | |
| Address issues found in CI testing and in code review. | |||
| 2020-01-08 | Support extraction of Coq's string type to OCaml's string type | Xavier Leroy | |
| Instead of the default extraction to OCaml's "char list" type. | |||
| 2020-01-08 | Close #11133 | Gaëtan Gilbert | |
| Fixed by 8750682e367d7e78634bf88e667e4c9e7c3613d3 (#9915) | |||
| 2020-01-08 | replace deprecated -quick with -vio in the test suite | Enrico Tassi | |
| 2020-01-08 | Close #11168 | Gaëtan Gilbert | |
| Seems to have been fixed since it was reported (perhaps by #11317?) | |||
