| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-20 | Merge PR #11857: Remove calls to structural equality in Micromega | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2020-03-19 | Merge PR #11601: [refman] Move chapters into new structure. | Clément Pit-Claudel | |
| Reviewed-by: jfehrle | |||
| 2020-03-19 | Merge PR #11862: Fix deprecation warning in sphinx and remove workaround for ↵ | Théo Zimmermann | |
| fixed bug Reviewed-by: Zimmi48 | |||
| 2020-03-19 | Merge PR #11745: Remove invisible U+FE00 variation selector from CoqIDE bindings | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-03-19 | [refman] Stop using the deprecated math_block node (fixed GH-11856) | Clément Pit-Claudel | |
| 2020-03-19 | [refman] Remove workaround for sphinx-doc/sphinx#4983 | Clément Pit-Claudel | |
| 2020-03-19 | Merge PR #11760: firstorder: default tactic is “auto with core” | Théo Zimmermann | |
| Reviewed-by: JasonGross Reviewed-by: Zimmi48 | |||
| 2020-03-19 | Adapt to sub-TOC not showing in PDF output. | Théo Zimmermann | |
| 2020-03-19 | [refman] Move chapters into new structure. | Théo Zimmermann | |
| As a first step toward a deeper refactoring of the reference manual, we move existing chapters into a new structure. We use the Sphinx support for top-level chapters spanning multiple pages to consolidate existing chapters into a smaller number of chapters and a smaller number of parts. Now the full top-level table of content can be seen in one glance. Most of the new chapters are divided into several sub-chapters (on separate pages) that correspond to the pre-existing chapters. These new top-level chapters gathering several chapters together have gained a new introduction. The main introduction has been rewritten / simplified as well. For now, the URL of pre-existing chapters does not change. The intent is to further refactor the manual by splitting some of these sub-chapters into smaller ones, and by moving things around. While the sub-chapters are likely to evolve very much in the future, the top-level table of content is almost final (except that the "Using Coq" part may gain one or two additional chapters on proof engineering / project management). Thanks to Jim Fehrle for investigating how to split a chapter on multiple pages and to both Jim and Matthieu Sozeau for the discussion that led to this new structure. See also the related CEP: https://github.com/coq/ceps/pull/43 Additional notes: - A new directory structure has been created reflecting the new chapter structure. - The indexes chapter has been removed from the PDF version since it wasn't working. Co-authored-by: Jim Fehrle <jfehrle@sbcglobal.net> | |||
| 2020-03-19 | Merge PR #11860: [ci] [docker] Update to 4.09.1 | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-19 | Fuck off ocamlformat. | Pierre-Marie Pédrot | |
| 2020-03-19 | Reduce the scope of a call to pervasive equality in Coq_micromega. | Pierre-Marie Pédrot | |
| 2020-03-19 | Merge PR #11795: Print implicit arguments in types of references | Hugo Herbelin | |
| Ack-by: herbelin | |||
| 2020-03-19 | Merge PR #11822: Grants #11692: clear dependent knows about let-in | Pierre-Marie Pédrot | |
| Reviewed-by: JasonGross Reviewed-by: ppedrot | |||
| 2020-03-19 | Use monomorphic comparison functions in Micromega.Vect. | Pierre-Marie Pédrot | |
| 2020-03-19 | Dedicate type for monomials in Micromega.Vect. | Pierre-Marie Pédrot | |
| This enforces monomorphism everywhere possible. | |||
| 2020-03-19 | Merge PR #11735: Deprecating catchable_exception | Pierre-Marie Pédrot | |
| Reviewed-by: ejgallego Reviewed-by: ppedrot | |||
| 2020-03-19 | firstorder: default tactic is “auto with core” | Vincent Laporte | |
| 2020-03-19 | [stdlib] Remove a few `auto with *` | Vincent Laporte | |
| 2020-03-18 | [ci] [docker] Update to 4.09.1 | Emilio Jesus Gallego Arias | |
| That release includes non trivial changes related C compilers, in particular due to `-fno-common` support. | |||
| 2020-03-18 | Merge PR #11607: Hide binder type in Ltac2 | Jason Gross | |
| Reviewed-by: JasonGross Ack-by: SkySkimmer | |||
| 2020-03-18 | Adding a round-trip test for binders. | Pierre-Marie Pédrot | |
| 2020-03-18 | Actually use the binder type for Ltac2 that should be used in the kernel. | Pierre-Marie Pédrot | |
| That is, it contains the type of the binder so as not to rely on the relevance explicitly. | |||
| 2020-03-18 | Hide the Ltac2 binder type. | Pierre-Marie Pédrot | |
| For robustness and it is better to leave it opaque. Users are not supposed to fiddle with it. | |||
| 2020-03-18 | Merge PR #11559: Remove year in headers. | Hugo Herbelin | |
| Reviewed-by: jfehrle | |||
| 2020-03-18 | Merge PR #11812: Add an Export locality to hints | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Ack-by: gares Ack-by: maximedenes | |||
| 2020-03-18 | Merge PR #11839: Dead code in g_prim.mlg | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-03-18 | Update headers in the whole code base. | Théo Zimmermann | |
| Add headers to a few files which were missing them. | |||
| 2020-03-18 | Adding overlays. | Pierre-Marie Pédrot | |
| 2020-03-18 | Add documentation for the export hint. | Pierre-Marie Pédrot | |
| 2020-03-18 | Export the user-facing attribute for hint locality. | Pierre-Marie Pédrot | |
| 2020-03-18 | Also show unchanged headers. | Théo Zimmermann | |
| 2020-03-18 | Remove dates in headers. | Théo Zimmermann | |
| Cf. discussion at #11559 and decision of Coq Call 2020-02-26. | |||
| 2020-03-18 | Use a 3-valued flag for hint locality. | Pierre-Marie Pédrot | |
| We reuse the same type as for options, even though it is a bit ill-named. At least it allows to share code with it. | |||
| 2020-03-18 | Hack a non-superglobal mode for hints. | Pierre-Marie Pédrot | |
| The current implementation was seemingly never thought for this kind of semantics. Everything is superglobal by construction, notably hint database creation and naming schemes. The new mode feels a bit hackish to me, at some point this should be fully reimplemented from scratch with a clear design in mind. | |||
| 2020-03-18 | Change some ouput tests due to the printing of implicits | SimonBoulier | |
| 2020-03-18 | Merge PR #11746: Register commonly used names from the Reals library for ↵ | Théo Zimmermann | |
| plugins (e.g. gappa) Reviewed-by: Zimmi48 | |||
| 2020-03-17 | Merge PR #11699: Comment difference between the 2 hashes on constr | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-03-17 | Merge PR #11825: [ci] [docker] Update components in Docker image | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-17 | Merge PR #11811: Remove a positivity check when Positivity Checking is off | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-17 | Add test for PR11811 (disable a positivity check) | SimonBoulier | |
| 2020-03-17 | Dead code in g_prim.mlg | Hugo Herbelin | |
| 2020-03-16 | [ci] Cleanup old overlays. | Emilio Jesus Gallego Arias | |
| 2020-03-16 | [ci] [docker] Update components in Docker image | Emilio Jesus Gallego Arias | |
| We bump ounit, odoc, and lablgtk3 ; so far this is routine maintenance. | |||
| 2020-03-16 | Merge PR #11813: Fixed link to "match" syntax figures. | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2020-03-16 | Merge PR #11831: [ci] Re-enable VST testing | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-03-15 | [ci] Re-enable VST testing | Emilio Jesus Gallego Arias | |
| VST has been fixed upstream, c.f. https://github.com/PrincetonUniversity/VST/issues/392 | |||
| 2020-03-14 | Fixes #11692 (clear dependent knows about let-in). | Hugo Herbelin | |
| 2020-03-14 | Merge PR #10858: Implementing postponed constraints in TC resolution | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: Zimmi48 Ack-by: ejgallego | |||
| 2020-03-13 | Merge PR #11797: Dune build rules for doc_grammar and fullGrammar. | Emilio Jesus Gallego Arias | |
| Ack-by: ejgallego | |||
