| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-19 | Check for existence before using `Global.lookup_constant` instead of ↵ | Lasse Blaauwbroek | |
| catching `Not_found` `Global.lookup_constant` fails with an assertion instead of `Not_found`. Some code relied upon `Not_found`. | |||
| 2021-04-14 | Merge PR #14050: Remove remote counter system | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: ppedrot Ack-by: ejgallego | |||
| 2021-04-14 | Merge PR #14045: Zify: more aggressive application of saturation rules | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2021-04-14 | Add test for -schedule-vio-checking | Gaëtan Gilbert | |
| Close #14074 | |||
| 2021-04-14 | Overlay for no remote counter | Gaëtan Gilbert | |
| 2021-04-14 | Remove remote counter system | Gaëtan Gilbert | |
| 2021-04-14 | Put async worker id in universe names | Gaëtan Gilbert | |
| This removes the need for the remote counter. | |||
| 2021-04-13 | Merge PR #14024: [coqdep] error on non-existent and unreadable files | coqbot-app[bot] | |
| Reviewed-by: gares Ack-by: jfehrle Ack-by: ejgallego | |||
| 2021-04-12 | [zify] More aggressive application of saturation rules | BESSON Frederic | |
| The role of the `zify_saturate` tactic is to augment the goal with positivity constraints. The premisses were previously obtained from the context. If they are not present, we instantiate the saturation lemma anyway. Also, - Remove saturation rules for Z.mul, the reasoning is performed by lia/nia - Run zify_saturate after zify_to_euclidean_division_equations - Better lemma for Z.power - Ensure that lemma are generated once Co-authored-by: Andrej Dudenhefner <mrhaandi> Closes #12184, #11656 | |||
| 2021-04-12 | [coqdep] error on non-existent and unreadable files | Hendrik Tews | |
| Print an error message and return non-zero status for non-existing or unreadable files. Unknown options produce a warning and are otherwise ignored. Fixes #14023 | |||
| 2021-04-12 | Fix unknown -vos option for coqdep_boot introduced in PR #11074 | Hendrik Tews | |
| 2021-04-12 | Merge PR #14107: Gitignore update for doc_grammar and omega clean-up. | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-04-12 | Remove omega from doc_grammar files. | Théo Zimmermann | |
| 2021-04-12 | Gitignore update for doc_grammar. | Théo Zimmermann | |
| 2021-04-12 | Merge PR #14038: [dune] [coqdoc] Install coqdoc.sty also in share/texmf | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 | |||
| 2021-04-12 | Merge PR #14061: [zify] better error reporting | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2021-04-12 | Merge PR #14046: make critical sections safe in the presence of exceptions | coqbot-app[bot] | |
| Reviewed-by: ejgallego Ack-by: gares Ack-by: SkySkimmer Ack-by: gadmm | |||
| 2021-04-12 | [zify] better error reporting | BESSON Frederic | |
| The vernacular command takes a reference instead of a constr. Moreover, the head symbol is checked i.e Add Zify InjTyp ref checks that the referenced term has type Intyp X1 ... Xn Closes #14054, #13242 Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com> | |||
| 2021-04-10 | Merge PR #14091: Fix link in doc/cic.rst, there is no Credits chapter anymore | coqbot-app[bot] | |
| Reviewed-by: jfehrle | |||
| 2021-04-10 | Merge PR #13860: [coqrst] Show "Error:"/"Warning:" with white type (on ↵ | coqbot-app[bot] | |
| red/orange background) Reviewed-by: Zimmi48 Ack-by: cpitclaudel | |||
| 2021-04-10 | Fix link in doc/cic.rst, there is no Credits chapter anymore | Yannick Forster | |
| 2021-04-09 | Make critical sections safe in the presence of exceptions | Lasse Blaauwbroek | |
| We introduce the `with_lock` combinator that locks a mutex in an atomic fashion. This ensures that exceptions thrown by signals will not leave the system in a deadlocked state. | |||
| 2021-04-08 | Merge PR #14065: Documenting some parts of gramlib/grammar.ml | coqbot-app[bot] | |
| Reviewed-by: ppedrot Reviewed-by: ejgallego | |||
| 2021-04-08 | Merge PR #14095: Fix a GTK warning in CoqIDE introduced by #14063. | coqbot-app[bot] | |
| Reviewed-by: herbelin | |||
| 2021-04-08 | Merge PR #14093: Register Ltac2 grammar entry as "ltac2" for the Print ↵ | coqbot-app[bot] | |
| Grammar vernacular Reviewed-by: JasonGross | |||
| 2021-04-08 | Gramlib: documentation of the recovery mechanism. | Hugo Herbelin | |
| 2021-04-08 | Gramlib: some comments about how new rules are inserted. | Hugo Herbelin | |
| 2021-04-08 | Gramlib: some comments about the main start/continue parsing loop. | Hugo Herbelin | |
| 2021-04-08 | Merge PR #14080: CI-paramcoq: Re-enable native | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-04-08 | Fix a GTK warning in CoqIDE introduced by #14063. | Pierre-Marie Pédrot | |
| The Variant entry was appearing twice, leading to a duplicate warning. | |||
| 2021-04-08 | Register Ltac2 grammar entry as "ltac2" for the Print Grammar vernacular. | Pierre-Marie Pédrot | |
| Fixes #14092: Print Grammar ltac2 should exist. | |||
| 2021-04-08 | Merge PR #14027: Print type of offending expression in Ltac2 not-unit warning. | coqbot-app[bot] | |
| Reviewed-by: JasonGross | |||
| 2021-04-08 | Merge PR #14062: Fixes #11690: wrongly toggled coqide printing matching flag | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-04-07 | Merge PR #14032: CI: don't output-sync | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-04-07 | Merge PR #14078: Remove unused UnivProblem.Set.subst_univs | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2021-04-07 | Merge PR #14085: Dune: fix coqbyte shim after byterun->coqrun renaming | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-04-07 | Dune: fix coqbyte shim after byterun->coqrun renaming | Gaëtan Gilbert | |
| 2021-04-07 | Merge PR #14056: Miscellaneous mini-"typos" fixes | coqbot-app[bot] | |
| Reviewed-by: SkySkimmer Reviewed-by: jfehrle Reviewed-by: silene | |||
| 2021-04-07 | Merge PR #14008: [stdlib] [Arith] Cantor pairing | coqbot-app[bot] | |
| Reviewed-by: olaure01 Ack-by: jfehrle | |||
| 2021-04-06 | Merge PR #14077: Add odoc warnings for empty packages. | coqbot-app[bot] | |
| Reviewed-by: ejgallego | |||
| 2021-04-06 | Add a relative link to coq-core. | Théo Zimmermann | |
| 2021-04-06 | Typo in ChoiceFacts. | Hugo Herbelin | |
| 2021-04-06 | Missing dot in an error message. | Hugo Herbelin | |
| 2021-04-06 | One catch-all's missing a noncritical; another is now useless (see 7efaf86). | Hugo Herbelin | |
| 2021-04-06 | Standardizing spacing for {| ... |} in two files. | Hugo Herbelin | |
| 2021-04-06 | Typo in a micromega comment. | Hugo Herbelin | |
| 2021-04-06 | Uniformizing the "already exists" messages | Hugo Herbelin | |
| 2021-04-06 | Make description of Pp.pr_enum more precise + spacing in pp.ml. | Hugo Herbelin | |
| 2021-04-06 | CI-paramcoq: Re-enable native | Gaëtan Gilbert | |
| It's an issue in paramcoq's test suite, which doesn't respect COQEXTRAFLAGS and so will be handled upstream (https://github.com/coq-community/paramcoq/pull/66) | |||
| 2021-04-06 | Merge PR #13741: Remove omega tactic (deprecated in 8.12) | coqbot-app[bot] | |
| Reviewed-by: Zimmi48 Ack-by: JasonGross Ack-by: silene Ack-by: SkySkimmer Ack-by: olaure01 | |||
