| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-02 | Merge PR #9875: [doc] Add a note about Dune support to the manual. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-04-01 | Merge PR #9725: Lia: various impovements (support for #8764, fix #9268 and ↵ | Vincent Laporte | |
| #9615) Reviewed-by: Zimmi48 Ack-by: fajb Reviewed-by: vbgl | |||
| 2019-04-01 | [doc] Add a note about Dune support to the manual. | Emilio Jesus Gallego Arias | |
| 2019-04-01 | Update numeral notation printing doc | Jason Gross | |
| Fixes #9844 | |||
| 2019-04-01 | Several improvements and fixes of Lia | Frédéric Besson | |
| - Improved reification for Micromega (support for #8764) - Fixes #9268: Do not take universes into account in lia reification Improve #9291 by threading the evar_map during reification. Universes are unified. - Remove (potentially cyclic) dependency over lra for Rle_abs - Towards a complete simplex-based lia fixes #9615 Lia is now exclusively using cutting plane proofs. For this to always work, all the variables need to be positive. Therefore, lia is pre-processing the goal for each variable x it introduces the constraints x = y - z , y>=0 , z >= 0 for some fresh variable y and z. For scalability, nia is currently NOT performing this pre-processing. - Lia is using the FSet library manual merge of commit #230899e87c51c12b2f21b6fedc414d099a1425e4 to work around a "leaked" hint breaking compatibility of eauto | |||
| 2019-03-30 | [Manual] Typo | Vincent Laporte | |
| 2019-03-29 | typo in ring.rst | thery | |
| 2019-03-28 | Merge PR #9129: [proof] Removal of imperative state ; interpretation layers ↵ | Maxime Dénès | |
| only. Ack-by: SkySkimmer Reviewed-by: aspiwack Ack-by: ejgallego Ack-by: gares Ack-by: herbelin Reviewed-by: mattam82 Ack-by: maximedenes | |||
| 2019-03-28 | Merge PR #9743: Relax the ambiguous path condition of coercion | Enrico Tassi | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: gares Ack-by: pi8027 | |||
| 2019-03-27 | Merge PR #9828: Fix syntax of Typeclasses eauto := in reference manual. | Jim Fehrle | |
| 2019-03-27 | [doc] [abstract] Document a bit some problems with abstract. | Emilio Jesus Gallego Arias | |
| 2019-03-27 | Deprecate `Refine Instance Mode` option | Maxime Dénès | |
| This is in view of the 8.10 release, after which we will remove the option and the `VtUnknown` classification. | |||
| 2019-03-26 | Merge PR #9829: [Vernacular] Deprecate the “Show Script” command | Enrico Tassi | |
| Reviewed-by: Zimmi48 Reviewed-by: gares # Conflicts: # CHANGES.md | |||
| 2019-03-26 | Fix syntax of Typeclasses eauto := in reference manual. | Théo Zimmermann | |
| 2019-03-25 | [Vernacular] Deprecate the “Show Script” command | Vincent Laporte | |
| Fixes #8320 | |||
| 2019-03-25 | Remove `Automatic Coercions Import` option. | Maxime Dénès | |
| This option made the Coercions command follow non-standard scoping rules (effect on `Require` rather than `Import`). It was already marked for deletion in 8.8. | |||
| 2019-03-25 | Fix indentation | Gan Shen | |
| 2019-03-25 | Update doc/sphinx/language/gallina-extensions.rst | Théo Zimmermann | |
| Co-Authored-By: gshen42 <gan.shen@outlook.com> | |||
| 2019-03-24 | Fix typo | Gan Shen | |
| 2019-03-22 | Merge PR #8560: Unicode bindings for CoqIDE that works out of the box | Pierre-Marie Pédrot | |
| Reviewed-by: Zimmi48 Ack-by: charguer Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2019-03-21 | Merge PR #9789: [Manual] Improve documentation on Section, Variable, Context | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Ack-by: jfehrle | |||
| 2019-03-20 | Merge PR #8669: Show diffs in some error messages | Emilio Jesus Gallego Arias | |
| Reviewed-by: Zimmi48 Reviewed-by: ejgallego Ack-by: gares Ack-by: jfehrle | |||
| 2019-03-18 | [Manual] Parametrize -> ParametErize | Lysxia | |
| - Refine some `@term` into `@type` | |||
| 2019-03-18 | Update doc and changes | Kazuhiko Sakaguchi | |
| 2019-03-18 | [Manual] Move command Context after Let, and more polishing | Lysxia | |
| - Refine some `@term` into `@type` | |||
| 2019-03-18 | fix documentation issues, and add entry to change log | charguer | |
| 2019-03-18 | polishing documentation for coqide bindings, following @Zimmi48 comments | charguer | |
| 2019-03-18 | final polishing for coqide bindings | charguer | |
| 2019-03-18 | documentation for unicode bindings | charguer | |
| 2019-03-17 | [Manual] Move doc on Let into Section mechanism, and more polishing | Lysxia | |
| - Put "Section mechanism" example earlier | |||
| 2019-03-17 | [Manual] Gather section-specific commands in Section documentation (fix #9704) | Lysxia | |
| 2019-03-17 | [Manual] Improve chapter Type classes, and add mention of Context under Variable | Lysxia | |
| - More consistent code indentation - Nest command variants properly - Make `Context` explanation a bit less terse, with more links - Typesetting bits, add some :cmd: links | |||
| 2019-03-14 | Documentation for SProp | Gaëtan Gilbert | |
| 2019-03-13 | [refman] Fix Sphinx-translation regression in Arguments command. | Théo Zimmermann | |
| 2019-03-13 | [refman] Remove warning silencing by fixing the underlying issue. | Théo Zimmermann | |
| 2019-03-13 | [refman] Fix other newly emitted warnings. | Théo Zimmermann | |
| 2019-03-12 | [refman] Add 'warn' option to coqtop directive. | Théo Zimmermann | |
| Fix semantic conflict between #9389 and #9654. | |||
| 2019-03-12 | Merge PR #9389: Implement a method for manual declaration of implicits. | Emilio Jesus Gallego Arias | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: ejgallego Ack-by: gares Ack-by: jashug | |||
| 2019-03-10 | Merge PR #9654: [sphinx] Add warn option to coqtop directive. | Clément Pit-Claudel | |
| Ack-by: SkySkimmer Ack-by: Zimmi48 Ack-by: vbgl Reviewed-by: cpitclaudel | |||
| 2019-03-08 | [sphinx] Fix typo in local application of tactics | hawnzug | |
| 2019-03-07 | Merge PR #9133: Move README-V1-V5 to credits chapter | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2019-02-28 | Show diffs in error messages if color is enabled | Jim Fehrle | |
| 2019-03-01 | [doc] ssr: Fix the documentation of `by [tacs]` | Erik Martin-Dorel | |
| Closes coq/coq#9669 | |||
| 2019-02-28 | Add DOIs. | Théo Zimmermann | |
| Co-authored-by: Clément Pit-Claudel <clement.pitclaudel@live.com> | |||
| 2019-02-28 | Move content of README-V1-V5 to Credits chapter. | Théo Zimmermann | |
| 2019-02-28 | Implement a method for manual declaration of implicits. | Jasper Hugunin | |
| This is intended to be separate from handling of implicit binders. The remaining uses of declare_manual_implicits satisfy a lot of assertions, giving the possibility of simplifying the interface in the future. Two disabled warnings are added for things that currently pass silently. Currently only Mtac passes non-maximal implicits to declare_manual_implicits with the force-usage flag set. When implicit arguments don't have to be named, should move Mtac over to set_implicits. | |||
| 2019-02-28 | [sphinx] Add warn option to coqtop directive. | Théo Zimmermann | |
| By default Coq warnings are made fatal when building the manual. If you want to show a command resulting in a warning, use the warn option. Preexisting warnings are either fixed or marked as expected. | |||
| 2019-02-25 | [Manual] Refactor documentation of internal registration commands | Vincent Laporte | |
| 2019-02-25 | [Manual] Document primitive integers | Vincent Laporte | |
| 2019-02-25 | [Manual] Document the “Primitive” command | Vincent Laporte | |
