| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-03 | Fix efficiency regression #11436 | Frédéric Besson | |
| - The cutting plane has been (sometimes) improved to generate stronger cuts. - There is now some support for profiling the Simplex see documentation for Show Lia Profile. | |||
| 2020-01-30 | Merge PR #11464: Fix off-by-one in docs of `first num last` (fix #11463) | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2020-01-29 | [rfc] [mltop] Removal of dynamic loading of object and `.ml` files | Emilio Jesus Gallego Arias | |
| This seems seldom used and I think in general instrumentation this way is pretty limited (usually better to use the build system to tweak) It thus seems worth removing as to simplify `Mltop` a bit, but of course comments are welcome. | |||
| 2020-01-27 | Rephrase to reduce ambiguity | Paolo G. Giarrusso | |
| This is the smallest possible change to clarify the text without making it even more formal. | |||
| 2020-01-27 | Fix off-by-one in docs of `first num last` (fix #11463) | Paolo G. Giarrusso | |
| 2020-01-25 | Merge PR #11025: Add Set NativeCompute Timing | Maxime Dénès | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: jfehrle Reviewed-by: maximedenes | |||
| 2020-01-23 | More minor tweaks to the 8.11 changelog. | Théo Zimmermann | |
| Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-01-23 | Add missing 'and'. | Théo Zimmermann | |
| Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2020-01-22 | Minor tweaks to the 8.11 changelog. | Théo Zimmermann | |
| 2020-01-22 | Insert changelog entry for #11430 from v8.11 branch. | Théo Zimmermann | |
| 2020-01-22 | Move new entries in 8.11.0 changelog. | Théo Zimmermann | |
| 2020-01-22 | A few edits to the 8.11 section of the Changes chapter. | Théo Zimmermann | |
| - Mention Guillaume Claret among maintainers of the OPAM repository (as suggested by Karl Palmskog). - Update links to the documentation to avoid being outdated. - Mention sections beyond the one on 8.11+beta1. | |||
| 2020-01-22 | Changelog for 8.11.0. | Théo Zimmermann | |
| 2020-01-21 | Reference manual: Typos/English in chapter universe polymorphism. | Hugo Herbelin | |
| 2020-01-19 | Merge PR #11368: Turn trailing implicit warning into an error | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: herbelin Ack-by: maximedenes | |||
| 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 #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-11 | Merge PR #11349: [refman] [changelog] Announce omega replacement. | Pierre-Marie Pédrot | |
| Ack-by: ejgallego Reviewed-by: maximedenes | |||
| 2020-01-10 | missing space | Olivier Laurent | |
| 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 | 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 | Add note about default goal selector next to bullet docs | Gaëtan Gilbert | |
| Close #11036 | |||
| 2020-01-08 | Add documentation for extraction of ascii and string literals | Maxime Dénès | |
| 2020-01-08 | [refman] [changelog] Announce omega replacement. | Théo Zimmermann | |
| 2020-01-08 | Trailing implicit: Maxime's suggestions | SimonBoulier | |
| 2020-01-07 | Merge PR #11369: [refman] Correct manual about implicit parameters in inductives | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-01-07 | Correct manual about implicit parameters in inductives. | SimonBoulier | |
| 2020-01-07 | Trailing implicit error: documentation | SimonBoulier | |
| 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 | Merge PR #11340: [refman] Fix bad quoting practice leftover from Sphinx ↵ | Clément Pit-Claudel | |
| migration. Reviewed-by: jfehrle | |||
| 2020-01-03 | Merge PR #11343: fix: Shorten ssrsetoid.v to fix TC performance issue | Enrico Tassi | |
| Reviewed-by: gares | |||
| 2019-12-31 | Merge PR #11325: [refman] Add missing s. | Pierre-Marie Pédrot | |
| Reviewed-by: jfehrle | |||
| 2019-12-29 | Remove :flag: that appears in the output | Jim Fehrle | |
| 2019-12-29 | [refman] Fix bad quoting practice leftover from Sphinx migration. | Théo Zimmermann | |
| 2019-12-29 | Merge PR #11314: Convert productionlists in the Gallina chapter up to the ↵ | Théo Zimmermann | |
| Vernacular section to prodns Reviewed-by: Zimmi48 | |||
| 2019-12-29 | Merge PR #11183: Enhance prodn in .rst doc files to support multiple ↵ | Théo Zimmermann | |
| productions in a prodn Ack-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2019-12-28 | Convert productionlists to prodns | Jim Fehrle | |
| 2019-12-28 | Update doc/sphinx/language/gallina-extensions.rst | Kazuhiko Sakaguchi | |
| Co-Authored-By: Cyril Cohen <CohenCyril@users.noreply.github.com> | |||
| 2019-12-28 | Extend `Print Canonical Projections` with a search functionality | Kazuhiko Sakaguchi | |
| The `Print Canonical Projections` command now can take constants and prints only the unification rules that involves or are synthesized from given constants. | |||
| 2019-12-27 | docs: Update changes.rst w.r.t. ssrsetoid.v's simplification | Erik Martin-Dorel | |
| 2019-12-25 | Show doc notations in boldface | Jim Fehrle | |
| 2019-12-24 | [Attributes] accept #[canonical] (Let|Definition) | Enrico Tassi | |
| 2019-12-23 | Merge PR #11324: [refman] Mention Ltac2 in intro. | Pierre-Marie Pédrot | |
| Reviewed-by: jfehrle | |||
| 2019-12-23 | Merge PR #10760: Make rapply handle all numbers of underscores | Pierre-Marie Pédrot | |
| Ack-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2019-12-22 | Apply suggestions from code review | Théo Zimmermann | |
| Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2019-12-22 | [refman] Mention Ltac2 in intro. | Théo Zimmermann | |
| 2019-12-22 | [refman] Add missing s. | Théo Zimmermann | |
| 2019-12-20 | Coherence checking for coercions | Kazuhiko Sakaguchi | |
| This change improves the relaxed ambiguous path condition of coercions (#9743) to check that any circular inheritance path of `C >-> C` is definitionally equal to the identity function of the class `C`. Moreover, for a new inheritance path `p : C >-> D` and existing (valid) one `q : C >-> D`, the new mechanism does not report the ambiguity of `p` and `q` if they have a common element, that is to say: `p = p1 @ [c] @ p2` and `q = q1 @ [c] @ q2` for some coercion `c` and inheritance paths `p1`, `p2`, `q1`, and `q2`. In that case, convertibility of `p1` and `q1`, also, `p2` and `q2` should be checked; thus, checking the ambiguity of `p` and `q` is redundant with them. If the new mechanism does not report any ambiguous path, the inheritance graph must be coherent [Barthe 1995, Sect. 3.2] [Saïbi 1997, Sect. 7]: 1. for any circular path `p : C >-> C`, `p` is definitionally equal to the identity function, and 2. for any two paths `p, q : C >-> D`, `p` and `q` are convertible. [Barthe 1995] Gilles Barthe, Implicit coercions in type systems, In: TYPES '95, LNCS, vol 1158, Springer, 1996, pp 1-15. [Saïbi 1997] Amokrane Saïbi, Typing algorithm in type theory with inheritance, In: POPL '97, ACM, 1997, pp 292-301. | |||
| 2019-12-14 | Make prodn look more like productionlist | Jim Fehrle | |
