| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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?) | |||
| 2020-01-08 | [refman] [changelog] Announce omega replacement. | Théo Zimmermann | |
| 2020-01-08 | Merge PR #11341: Add non-utf8 timing test | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-01-08 | Update doc/changelog/02-specification-language/11368-trailing_implicit_error.rst | SimonBoulier | |
| Co-Authored-By: Théo Zimmermann <theo.zimmi@gmail.com> | |||
| 2020-01-08 | Trailing implicit: Maxime's suggestions | SimonBoulier | |
| 2020-01-07 | [merge script] Never bypass outdated branch sanity check. | Théo Zimmermann | |
| The message was confusing and the prompt let one reviewer think the merge script would take care of doing the pull, which it doesn't. | |||
| 2020-01-07 | Merge PR #11245: [tools] Remove support for python2 | Théo Zimmermann | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 Reviewed-by: vbgl | |||
| 2020-01-07 | Merge PR #11369: [refman] Correct manual about implicit parameters in inductives | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-07 | Merge PR #11317: Fix #11140: Bidirectionality hints perform (surprising?) ↵ | Enrico Tassi | |
| simplification Reviewed-by: SkySkimmer Ack-by: gares Reviewed-by: mattam82 | |||
| 2020-01-07 | Correct manual about implicit parameters in inductives. | SimonBoulier | |
| 2020-01-07 | Trailing implicit error: documentation | SimonBoulier | |
| 2020-01-07 | Trailing implicit error: changelog | SimonBoulier | |
| 2020-01-07 | Trailing implicit error: overlays | SimonBoulier | |
| 2020-01-07 | cleanup: do not use recargs when computing the reloc table for ctors | Gaëtan Gilbert | |
| This doesn't actually have anything to do with positivity AFAICT, we just want the number of non-parameter arguments. | |||
| 2020-01-07 | minor cleanup template_polymorphic_univs: check_levels returns bool | Gaëtan Gilbert | |
| 2020-01-07 | Fix test-suite fo non maximal implicit arguments | SimonBoulier | |
| 2020-01-07 | Turn trailing implicit warning into an error | SimonBoulier | |
| 2020-01-07 | [coercions] more precise type for coercion traces | Maxime Dénès | |
| 2020-01-06 | doc: mention limitation of bidi hints vs program | Gaëtan Gilbert | |
| No example as I'm not familiar enough with Program to make one. | |||
| 2020-01-06 | Fix #11140: Bidirectionality hints perform (surprising?) simplification | Maxime Dénès | |
| We typecheck arguments like previously, using bidirectionality hints, but ultimately replace them with user-provided arguments on which we replay coercion traces. This is a fix which should be easy to backport, but there are two directions of future work: - Coercion traces for `Program` coercions (in these cases, we currently use the inferred arguments) - Separate the Coercion API in two phases: inference and application of coercions. It will make the approach taken here cleaner, and probably make it easier to interleave typing steps with coercion inference. Co-Authored-By: Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | |||
| 2020-01-06 | [micromega] fix of bug #11191 | Frédéric Besson | |
| - Add an instance to ZifyInst to instruct zify that 0 < x -> 0 < y -> 0 < Z.pow x y - More aggressive interval analysis to bound non-linear monomials. | |||
| 2020-01-06 | Merge PR #11361: Fix #11360: discharge of template inductive with param only ↵ | Pierre-Marie Pédrot | |
| use of var Reviewed-by: mattam82 Reviewed-by: ppedrot | |||
| 2020-01-06 | Merge PR #11340: [refman] Fix bad quoting practice leftover from Sphinx ↵ | Clément Pit-Claudel | |
| migration. Reviewed-by: jfehrle | |||
| 2020-01-06 | stdlib List: add [remove'] and [count_occ'] | Yishuai Li | |
| 2020-01-06 | Merge PR #11211: Fixing status reporting for complexity tests | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-01-06 | Fix #11360: discharge of template inductive with param only use of var | Gaëtan Gilbert | |
| 2020-01-05 | apply suggestions of @anton-trunov | Olivier Laurent | |
| 2020-01-05 | clean some indentations | Olivier Laurent | |
| 2020-01-04 | Fixing status reporting for complexity tests. | Hugo Herbelin | |
| The regexp parsing the time needed an update to support the case "Finished failing translation". Also, not all cases of failures were reported. | |||
| 2020-01-03 | Merge PR #11343: fix: Shorten ssrsetoid.v to fix TC performance issue | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-01-03 | Merge PR #11357: coq_makefile: don't use CAMLPKGS when building cmxa of mllib | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-01-03 | Merge PR #11295: Use code owner teams for every component. | Maxime Dénès | |
| Reviewed-by: maximedenes | |||
| 2020-01-03 | coq_makefile: test with CAMLPKGS and mllib | Gaëtan Gilbert | |
| 2020-01-03 | coq_makefile: don't use CAMLPKGS when building cmxa of mllib | Gaëtan Gilbert | |
| It seems broken according to unicoq experiences https://gitter.im/coq/coq?at=5e0e3e0005298604982ac3f7 Building cmxa of mlpack is already this way. | |||
