Proof Assistant Projects
Collection
Digesting proof assistant libraries for AI ingestion. • 103 items • Updated • 3
version stringclasses 31
values | category stringclasses 24
values | change_type stringclasses 5
values | text stringlengths 10 1.87k | pr_number stringlengths 0 5 | author stringclasses 196
values | date stringlengths 0 20 | files_changed listlengths 0 60 | source_url stringclasses 1
value | commit stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|
9.2.0 | Kernel | Changed | Records in Type and Prop, with only fields in SProp, can now have primitive projections but without eta conversion. | 21438 | Tomas Diaz | 2026-01-09T16:17:34Z | [
"checker/checkInductive.ml",
"checker/values.ml",
"dev/ci/user-overlays/21438-TDiazT-primitive-postponed-eta.sh",
"doc/changelog/01-kernel/21438-primitive-postponed-eta-Changed.rst",
"doc/sphinx/addendum/sprop.rst",
"kernel/cClosure.ml",
"kernel/declarations.mli",
"kernel/declareops.ml",
"kernel/dec... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Kernel | Changed | Error messages for module signature mismatches and "with Definition" constraint failures are now more detailed | 21465 | Jason Gross | 2026-01-09T10:28:43Z | [
".mailmap",
"doc/changelog/01-kernel/21465-better-mod-type-errors-Changed.rst",
"kernel/mod_typing.ml",
"kernel/modops.ml",
"kernel/modops.mli",
"kernel/subtyping.ml",
"test-suite/output/ModuleErrors.out",
"test-suite/output/ModuleErrors.v",
"test-suite/output/ModuleErrorsComprehensive.out",
"test... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Kernel | Changed | Reenable support for native_compute when compiled with OCaml 5. As it relies on some architecture-specific code, only some x86 setups are supported for now | 21540 | Guillaume Melquiond | 2026-01-26T11:45:58Z | [
"doc/changelog/01-kernel/21540-native5-tag0-alt-Changed.rst",
"kernel/byterun/rocq_values.c",
"kernel/nativevalues.ml",
"tools/configure/configure.ml",
"tools/configure/dune",
"tools/configure/rocq_configure.c"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Kernel | Removed | the ability to define monomorphic sorts within sections | 21451 | Pierre-Marie Pédrot | 2025-12-31T14:24:52Z | [
"checker/safe_checking.ml",
"doc/changelog/01-kernel/21451-safe-typing-assert-qualities-Removed.rst",
"kernel/safe_typing.ml",
"kernel/section.ml",
"kernel/section.mli",
"kernel/sorts.ml",
"kernel/sorts.mli",
"test-suite/output/DeclareSort.out",
"test-suite/output/DeclareSort.v",
"test-suite/succe... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Kernel | Fixed | Fix the detection and treatment of uniform arguments of nested fixpoints | 21684 | Yann Leray | 2026-03-04T13:00:46Z | [
"dev/doc/critical-bugs.md",
"doc/changelog/01-kernel/21684-master-Fixed.rst",
"kernel/inductive.ml",
"test-suite/bugs/bug_21682.v",
"test-suite/bugs/bug_21683.v",
"test-suite/bugs/bug_21701.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Specification language, type inference | Added | when a reference is not found in the current environment, the error suggests similar names | 20662 | Gaëtan Gilbert | 2025-10-14T13:14:40Z | [
"clib/cString.ml",
"clib/cString.mli",
"doc/changelog/02-specification-language/20662-suggest-glob-error-Added.rst",
"library/nametab.ml",
"library/nametab.mli",
"test-suite/output/SuggestNotFoundRef.out",
"test-suite/output/SuggestNotFoundRef.v",
"vernac/himsg.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Specification language, type inference | Added | implicit elaboration of elimination constraints | 21417 | Tomas Diaz | 2026-01-16T22:03:43Z | [
"dev/ci/user-overlays/21417-mattam82-elab-elim-constraints.sh",
"dev/top_printers.dbg",
"dev/top_printers.ml",
"dev/top_printers.mli",
"doc/changelog/02-specification-language/21417-elab-elim-constraints-Added.rst",
"doc/sphinx/addendum/universe-polymorphism.rst",
"engine/eConstr.mli",
"engine/evd.ml"... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Notations | Changed | Abbreviation no longer adds a printing rule when a surrounding module is imported (i.e. when it would need to print a qualified name). global can be used to retrieve the previous behavior | 20816 | Gaëtan Gilbert | 2025-09-15T07:36:51Z | [
"dev/ci/user-overlays/20816-SkySkimmer-abbrev-mode.sh",
"doc/changelog/03-notations/20816-abbrev-mod-Changed.rst",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"interp/abbreviation.ml",
"interp/abbreviation.mli",
"test-suite/output/bug_20668.out",
"test-suite/output/bug_20668.v",
"test-suite/su... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Notations | Changed | custom entry names are now qualified. A compatibility layer provides deprecated access with unqualified names without needing to import their module, as long as it is unambiguous | 20857 | Gaëtan Gilbert | 2025-07-03T20:15:30Z | [
"dev/ci/user-overlays/20857-SkySkimmer-qualified-custom.sh",
"doc/changelog/03-notations/20857-qualified-custom-Changed.rst",
"doc/corelib/index-list.html.template",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgr... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Notations | Changed | the `notation-incompatible-prefix no longer warns about common prefixes followed by terminal symbols. For instance "x #0 and "x #0 #1"` are not incompatible since our parser isn't exactly LL1, considering successive terminal symbols as a single token. Note that this change has an impact on the default levels of such no... | 21159 | Pierre Roux | 2025-10-28T08:27:15Z | [
"dev/ci/user-overlays/21159-proux01-refine-common-prefix.sh",
"doc/changelog/03-notations/21159-refine-common-prefix-Changed.rst",
"parsing/notgram_ops.ml",
"test-suite/output/notation_prefix_incompatible_level.out",
"test-suite/output/notation_prefix_incompatible_level.v",
"test-suite/output/notation_pre... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Notations | Deprecated | use of "Notation" keyword for abbreviations , use "Abbreviation" instead | 20855 | Pierre Roux | 2025-09-09T10:18:38Z | [
"dev/ci/user-overlays/20855-proux01-abbreviation.sh",
"doc/changelog/03-notations/20855-abbreviation-Deprecated.rst",
"doc/changelog/06-Ltac2-language/20855-abbreviation-Deprecated.rst",
"doc/sphinx/language/core/modules.rst",
"doc/sphinx/language/core/sections.rst",
"doc/sphinx/language/extensions/canoni... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Notations | Added | a warning for non closed notations at level 0 | 21107 | Pierre Roux | 2025-10-03T13:52:50Z | [
"dev/ci/user-overlays/21107-proux01-test-strict-right-assoc.sh",
"doc/changelog/03-notations/21107-test-strict-right-assoc-Added.rst",
"doc/changelog/07-ssreflect/21107-test-strict-right-assoc-Changed.rst",
"doc/sphinx/language/extensions/arguments-command.rst",
"doc/sphinx/proof-engine/ssreflect-proof-lang... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Changed | tactics such as induction find eliminators (like nat_rect) through the Register Scheme table (which is automatically populated by Scheme and automatic scheme declarations) instead of by name (the lookup by name remains for now for backward compatibility) | 20614 | Gaëtan Gilbert | 2025-09-17T13:42:15Z | [
"dev/ci/user-overlays/20614-SkySkimmer-induction-schemes.sh",
"doc/changelog/04-tactics/20614-induction-schemes-Changed.rst",
"doc/changelog/04-tactics/20614-induction-schemes-Deprecated.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"tactics/elimschemes.ml",
"test-suite/success/Scheme... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Changed | type class hints without hypotheses used via functor applications are applied with their type from the module type rather than the module instance | 21193 | Pierre-Marie Pédrot | 2025-11-28T12:55:23Z | [
"dev/ci/user-overlays/21193-ppedrot-factor-tc-hint-exact.sh",
"doc/changelog/04-tactics/21193-factor-tc-hint-exact-Changed.rst",
"tactics/class_tactics.ml",
"test-suite/bugs/bug_21193.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Removed | the implicit call to auto with * in intuition solver, that was deprecated since 8.17 | 21129 | Pierre-Marie Pédrot | 2025-10-09T10:47:33Z | [
"doc/changelog/04-tactics/21129-intuition-stop-using-auto-with-star-Removed.rst",
"theories/Corelib/Init/Tauto.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Removed | the destauto tactic, which was deprecated in 8.20 | 21172 | Pierre-Marie Pédrot | 2025-10-09T10:47:08Z | [
"doc/changelog/04-tactics/21172-rm-destauto-Removed.rst",
"doc/sphinx/changes.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/extratactics.mlg",
"plugins/ltac/inte... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Deprecated | tactics such as induction finding eliminators (like nat_rect) by name instead of through the Register Scheme table (which is automatically populated by Scheme and automatic scheme declarations) | 20614 | Gaëtan Gilbert | 2025-09-17T13:42:15Z | [
"dev/ci/user-overlays/20614-SkySkimmer-induction-schemes.sh",
"doc/changelog/04-tactics/20614-induction-schemes-Changed.rst",
"doc/changelog/04-tactics/20614-induction-schemes-Deprecated.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"tactics/elimschemes.ml",
"test-suite/success/Scheme... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Deprecated | dynamically generating schemes when needed in tactics. This was mostly used for rewriting and equality schemes of the registered equality type (eq when using the Corelib) for tactics such as discriminate. These schemes are now explicitly declared for eq in the Corelib | 21245 | Gaëtan Gilbert | 2025-11-07T09:53:47Z | [
"doc/changelog/04-tactics/21245-no-auto-scheme-Deprecated.rst",
"tactics/equality.ml",
"tactics/ind_tables.ml",
"tactics/ind_tables.mli"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Added | congruence tactics now handle primitive ints, floats and strings | 20810 | Pierre-Marie Pédrot | 2025-06-27T14:51:27Z | [
"doc/changelog/04-tactics/20810-cctac-primitive-values-Added.rst",
"plugins/cc/ccalgo.ml",
"plugins/cc/ccalgo.mli",
"plugins/cc/ccproof.ml",
"plugins/cc/ccproof.mli",
"plugins/cc/cctac.ml",
"tactics/equality.ml",
"test-suite/success/congruence_prim.v",
"theories/Corelib/Floats/PrimFloat.v",
"theor... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Added | Induction hypotheses are now generated for nested arguments provided an All predicate, and a theorem to prove it, have been registered with the keys All and AllForall. | 21356 | Thomas Lamiaux | 2026-01-08T18:52:35Z | [
"doc/changelog/04-tactics/21356-nested_rec3-Added.rst",
"doc/sphinx/biblio.bib",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"engine/termops.ml",
"engine/termops.mli",
"pretyping/inductiveops.ml",
"pretyping/inductiveops.mli",
"pretyping/libBinding.ml",
"pretyping/libBinding.mli",
... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Added | Add a Scheme All command to generate the All predicate and its theorem for inductive types used for the eliminators of nested inductive types | 21429 | Thomas Lamiaux | 2026-01-16T20:21:37Z | [
"doc/changelog/04-tactics/21429-sparse_param-Added.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"engine/evd.ml",
"engine/evd.mli",
"engine/uState.ml",
"engine/uState.mli",
"pretyping/inductiveops.ml",
"prety... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Fixed | `setoid_rewrite now correctly picks up Params instances when rewriting in Type` | 20045 | quarkcool | 2025-08-26T17:09:43Z | [
"doc/changelog/04-tactics/20045-cmorphisms-params-Fixed.rst",
"test-suite/bugs/bug_20044.v",
"theories/Corelib/Classes/CMorphisms.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Fixed | a sequence Import M. Remove Hints h. Import M. where M exports hints h would not re-add h after its removal | 20698 | Gaëtan Gilbert | 2025-07-17T11:12:57Z | [
"dev/ci/user-overlays/20698-SkySkimmer-rm-loose-hint.sh",
"doc/changelog/04-tactics/20698-master-Fixed.rst",
"doc/changelog/08-vernac-commands-and-options/20698-rm-loose-hint-Removed.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"tactics/auto.ml",
"tactics/class_tactics.ml",
"tactics/eauto.ml",
... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Fixed | Canonical structure resolution in tactic unification in presence of universe polymorphism | 20780 | Matthieu Sozeau | 2025-07-04T14:18:37Z | [
"doc/changelog/04-tactics/20780-fix-univpoly-cs-unification-Fixed.rst",
"pretyping/unification.ml",
"test-suite/success/univpoly_cs_unif.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Fixed | rewrite hints are controlled by the hints import category | 21108 | Gaëtan Gilbert | 2025-09-24T08:49:43Z | [
"doc/changelog/04-tactics/21108-rew-hint-cat-Fixed.rst",
"tactics/autorewrite.ml",
"test-suite/bugs/bug_21106.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Changed | The unification algorithm (evarconv) may need to unfold its two input terms to succeed. Now, when one of the terms is an evar, it instantiates it with the folded version of the other term. In other words, tactics now unfold less than before, which may change the behavior of subsequent tactics. | 19987 | Quentin Vermande | 2025-09-22T14:35:10Z | [
"doc/changelog/14-misc/19987-fold-evd-Changed.rst",
"pretyping/evarconv.ml",
"pretyping/evarconv.mli",
"test-suite/success/evars.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Changed | Hypotheses of generated induction schemes use the constructor name instead of f, f0, etc | 20813 | Dario Halilovic | 2025-07-02T11:38:48Z | [
"dev/ci/user-overlays/20813-dhalilov-better-names-for-induction-principle-cases.sh",
"doc/changelog/14-misc/20813-better-names-for-induction-principle-cases-Changed.rst",
"pretyping/indrec.ml",
"pretyping/inductiveops.ml",
"pretyping/inductiveops.mli",
"test-suite/output/Cases.out",
"test-suite/output/P... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Added | Goal names can be automatically generated for induction, destruct and eapply by using the Generate Goal Names flag | 20809 | Dario Halilovic | 2025-11-24T19:57:40Z | [
"dev/ci/user-overlays/20809-ppedrot-autonaming-goals.sh",
"doc/changelog/14-misc/20809-autonaming-goals-Added.rst",
"doc/sphinx/proof-engine/ltac.rst",
"doc/sphinx/proofs/writing-proofs/proof-mode.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGramm... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Tactics | Fixed | autorewrite* was failing if any of the possible rewritings failed to solve its generated side-conditions | 21803 | Matthieu Sozeau | 2026-03-26T11:30:06Z | [
"doc/changelog/04-tactics/21803-fix-7672-Fixed.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"tactics/equality.ml",
"test-suite/bugs/bug_4976.v",
"test-suite/bugs/bug_7672.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Changed | Ltac2 Notation without an explicit level puts the notation at level 1 instead of 5 when it starts with a string which is an identifier. Various notations have consequently changed level (e.g. apply). | 20759 | Gaëtan Gilbert | 2025-06-24T14:40:53Z | [
"doc/changelog/06-Ltac2-language/20759-ltac2-nota-levels-Changed.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2entries.ml",
"theories/Ltac2/Notations.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Changed | well parenthesized notations (match!, lazy_match!, etc) are now at level 0 instead of 5, and now is at level 1 instead of 6 (its argument is still at level 6) | 20759 | Gaëtan Gilbert | 2025-06-24T14:40:53Z | [
"doc/changelog/06-Ltac2-language/20759-ltac2-nota-levels-Changed.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2entries.ml",
"theories/Ltac2/Notations.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Deprecated | use of "Notation" keyword for abbreviations , use "Abbreviation" instead | 20855 | Pierre Roux | 2025-09-09T10:18:38Z | [
"dev/ci/user-overlays/20855-proux01-abbreviation.sh",
"doc/changelog/03-notations/20855-abbreviation-Deprecated.rst",
"doc/changelog/06-Ltac2-language/20855-abbreviation-Deprecated.rst",
"doc/sphinx/language/core/modules.rst",
"doc/sphinx/language/core/sections.rst",
"doc/sphinx/language/extensions/canoni... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Deprecated | syntactic classes parsing terms (constr, lconstr, etc.) taking more than one @scope_key argument without qualifying it with delimiters (e.g. constr(type, function) should be constr(delimiters(type, function)) but a single argument like constr(type) is not deprecated). See @ltac2_constr_synclass_arg | 21285 | Gaëtan Gilbert | 2025-11-13T15:55:53Z | [
"doc/changelog/06-Ltac2-language/21285-constr-delims-Deprecated.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac2/tac2extravals.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2 Custom Entry making it possible to define more complex Ltac2 Notation\s | 20561 | Gaëtan Gilbert | 2025-08-26T09:57:36Z | [
"doc/changelog/06-Ltac2-language/20561-ltac2-custom-entry-Added.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac2/g_ltac2.mlg",
"plugins/ltac2/g_ltac2.mli",
"plugins/ltac2/tac2entries.ml",
"plugins/ltac2/tac2entries.mli",
"... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | `Ltac2.Reference.equal` | 20794 | Pierre Rousselin | 2025-09-19T15:22:31Z | [
"doc/changelog/06-Ltac2-language/20794-ltac2-equal-for-ref.rst",
"doc/corelib/index-list.html.template",
"theories/Ltac2/Reference.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2 Set supports local and export (the default behaviour of local in sections and export outside sections has not changed) | 20882 | Gaëtan Gilbert | 2025-07-09T16:06:26Z | [
"doc/changelog/06-Ltac2-language/20882-ltac2-set-local-Added.rst",
"plugins/ltac2/tac2entries.ml",
"test-suite/ltac2/rebind.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | `Ltac2.Option.filter` | 21023 | Jason Gross | 2025-08-26T09:48:39Z | [
"doc/changelog/06-Ltac2-language/21023-ltac2-option-filter-Added.rst",
"theories/Ltac2/Option.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | syntactic class lpreterm parsing terms at precedence level 200 and interpreting them as preterms | 21094 | Gaëtan Gilbert | 2025-09-22T08:37:47Z | [
"doc/changelog/06-Ltac2-language/21094-ltac2-lpreterm-Added.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2extravals.ml",
"test-suite/ltac2/preterm.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2.Message.of_lconstr to print terms without surrounding parentheses | 21096 | Gaëtan Gilbert | 2025-09-22T08:35:54Z | [
"doc/changelog/06-Ltac2-language/21096-ltac2-message-lconstr-Added.rst",
"plugins/ltac2/tac2core.ml",
"test-suite/ltac2/example1.v",
"theories/Ltac2/Message.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | module Ltac2.Constr.Relevance for APIs about proof relevance annotations | 21162 | Gaëtan Gilbert | 2025-10-10T08:55:06Z | [
"doc/changelog/06-Ltac2-language/21162-tac2relevance-Added.rst",
"plugins/ltac2/tac2core.ml",
"theories/Ltac2/Constr.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | APIs for module introspection in Ltac2.Module | 21178 | Gaëtan Gilbert | 2026-01-20T09:31:43Z | [
"doc/changelog/06-Ltac2-language/21178-tac2mod-Added.rst",
"doc/corelib/index-list.html.template",
"plugins/ltac2/tac2core.ml",
"plugins/ltac2/tac2extravals.ml",
"plugins/ltac2/tac2ffi.ml",
"plugins/ltac2/tac2ffi.mli",
"plugins/ltac2/tac2print.ml",
"plugins/ltac2/tac2quote.ml",
"plugins/ltac2/tac2qu... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | syntactic_classes parsing terms support parsing at a specific level and parsing custom-entries | 21215 | Gaëtan Gilbert | 2025-11-14T16:02:25Z | [
"doc/changelog/06-Ltac2-language/21215-ltac2-custom-const-Added.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac2/tac2extravals.ml",
"test-suite/ltac2/custom_constr.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2.Unification.solve_constraints (cf solve_constraints) | 21222 | Gaëtan Gilbert | 2025-10-28T09:25:02Z | [
"doc/changelog/06-Ltac2-language/21222-tac2-solve-constraints-Added.rst",
"plugins/ltac2/tac2core.ml",
"theories/Ltac2/Unification.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2.Constant.print, Ltac2.Ind.print, Ltac2.Constructor.print, Ltac2.Proj.print, Ltac2.Ident.print, Ltac2.Message.of_preterm | 21239 | Gaëtan Gilbert | 2025-10-30T20:01:45Z | [
"doc/changelog/06-Ltac2-language/21239-tac2pr-things-Added.rst",
"plugins/ltac2/tac2core.ml",
"theories/Ltac2/Constant.v",
"theories/Ltac2/Constructor.v",
"theories/Ltac2/Ident.v",
"theories/Ltac2/Ind.v",
"theories/Ltac2/Message.v",
"theories/Ltac2/Proj.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | APIs Control.print_err and Control.print_exn which may be used to customize printing of Ltac2 errors | 21252 | Gaëtan Gilbert | 2026-01-28T14:12:13Z | [
"doc/changelog/06-Ltac2-language/21252-pr-tac2fail-Added.rst",
"plugins/ltac2/tac2core.ml",
"plugins/ltac2/tac2entries.ml",
"plugins/ltac2/tac2quote.mli",
"test-suite/output/ltac2_print_exn.out",
"test-suite/output/ltac2_print_exn.v",
"theories/Ltac2/Control.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2 Set supports attribute global | 21264 | Gaëtan Gilbert | 2025-11-14T15:57:12Z | [
"doc/changelog/06-Ltac2-language/21264-tac2setglobal-Added.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2entries.ml",
"test-suite/ltac2/rebind.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Ltac2 Backtrace Compact to reduce the output of Ltac2 Backtrace | 21299 | Gaëtan Gilbert | 2025-11-14T15:51:08Z | [
"doc/changelog/06-Ltac2-language/21299-ltac2-compact-Added.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2entries.ml",
"test-suite/output/ltac2_bt.out"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Added | Message.of_exninfo and Control.current_exninfo | 21334 | Gaëtan Gilbert | 2025-11-26T12:53:59Z | [
"doc/changelog/06-Ltac2-language/21334-ltac2-info-Added.rst",
"plugins/ltac2/tac2core.ml",
"test-suite/output/ltac2_bt.out",
"test-suite/output/ltac2_bt.v",
"theories/Ltac2/Control.v",
"theories/Ltac2/Message.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Ltac2 language | Fixed | associativity of :: in Ltac2 match patterns (@tac2pat2) | 21054 | Gaëtan Gilbert | 2025-09-20T12:53:26Z | [
"doc/changelog/06-Ltac2-language/21054-fix-ltac2-pat-parsing-Fixed.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac2/g_ltac2.mlg",
"test-suite/ltac2/fragile_matching.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | SSReflect | Changed | rewrite pattern selection algorithm made more robust in face of changes to implicit arguments shape. This changes can result in a different pattern selection in some corner cases. The option Set SsrMatching LegacyFoUnif can be used to obtain the previous behavior when repairing scripts | 20707 | Enrico Tassi with help from Georges Gonthier, Pierre Roux and
Quentin Vermande | 2025-06-30T12:24:59Z | [
"dev/ci/user-overlays/20707-gares-sspart-FO-ignore-imparg.sh",
"doc/changelog/07-ssreflect/20707-ssrpat-FO-ignore-imparg-Changed.rst",
"plugins/ssrmatching/ssrmatching.ml",
"test-suite/ssr/rew_FO.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | SSReflect | Changed | level of notation `'Under[ _ ] in ssrunder.v` from 8 to 0 | 21107 | Pierre Roux | 2025-10-03T13:52:50Z | [
"dev/ci/user-overlays/21107-proux01-test-strict-right-assoc.sh",
"doc/changelog/03-notations/21107-test-strict-right-assoc-Added.rst",
"doc/changelog/07-ssreflect/21107-test-strict-right-assoc-Changed.rst",
"doc/sphinx/language/extensions/arguments-command.rst",
"doc/sphinx/proof-engine/ssreflect-proof-lang... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | SSReflect | Changed | level of `tactic => intro_pattern` notation to a left-associative notation level with higher priority than level 3, rather than being repeated in levels 3 (right-associative) and 4 (left-associative) | 21244 | Pierre Roux | 2025-10-31T08:09:37Z | [
"doc/changelog/07-ssreflect/21244-fix-ssrintro-Changed.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/doc_grammar.ml",
"doc/tools/docgram/fullGrammar",
"plugins/ltac/g_ltac.mlg",
"plugins/ssr/ssrparser.mlg",
"plugins/ssr/ssrtacs.mlg"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Default patterns displayed by Print HintDb now show pattern holes using the name from the original theorem (e.g. ?n instead of ?M3135) | 20827 | Jim Fehrle | 2025-11-12T06:58:59Z | [
"doc/changelog/08-vernac-commands-and-options/20827-print_hintdb_patterns-Changed.rst",
"tactics/hints.ml",
"test-suite/output/print_hintdb_metas.out",
"test-suite/output/print_hintdb_metas.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Show and Show goalnum now show diffs (if enabled) in rocqtop. Added Show Diffs goalname to show diffs for a named goal. For emacs support; still no diffs shown for these commands in other IDEs | 21103 | Jim Fehrle | 2025-11-07T17:35:27Z | [
"doc/changelog/08-vernac-commands-and-options/21103-show_cmd_diffs-Changed.rst",
"doc/sphinx/proofs/writing-proofs/proof-mode.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"printing/printer.ml",
"printing/printer.mli",
"test-suite/outpu... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | _rec schemes are not defined using _rect schemes anymore. In particular eq_rec is not defined using eq_rect | 21241 | Gaëtan Gilbert | 2025-11-10T10:55:18Z | [
"dev/ci/user-overlays/21241-SkySkimmer-no-opt-schemes.sh",
"doc/changelog/08-vernac-commands-and-options/21241-no-opt-schemes-Changed.rst",
"tactics/elimschemes.ml",
"test-suite/bugs/bug_20397_1.v",
"test-suite/output/UnivBinders.out"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Generalize Register Scheme from constants to constants, or inductive types, or constructors | 21326 | Thomas Lamiaux | 2025-11-20T11:49:19Z | [
"dev/ci/user-overlays/21326-thomas-lamiaux-indtab_globref.sh",
"doc/changelog/08-vernac-commands-and-options/21326-indtab_globref-Changed.rst",
"tactics/declareScheme.ml",
"tactics/declareScheme.mli",
"tactics/elimschemes.ml",
"tactics/eqschemes.ml",
"tactics/equality.ml",
"tactics/ind_tables.ml",
"... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Derive names the existential variables it generates according using the name of the constant they will define (e.g. Derive X in X as x binds X to an evar named ?X instead of an anonymous evar (which would print as ?Goal)) | 21332 | Gaëtan Gilbert | 2025-11-20T14:27:13Z | [
"doc/changelog/08-vernac-commands-and-options/21332-derive-gname-Changed.rst",
"plugins/derive/derive.ml",
"test-suite/success/Derive.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Generalized universe polymorphism flag structure (ML API change) | 21419 | Matthieu Sozeau | 2025-12-17T16:49:22Z | [
"dev/ci/user-overlays/21419-mattam82-sort-poly-flags.sh",
"dev/top_printers.dbg",
"dev/top_printers.ml",
"dev/top_printers.mli",
"doc/changelog/08-vernac-commands-and-options/21419-sort-poly-flags-Changed.rst",
"doc/plugin_tutorial/tuto1/src/g_tuto1.mlg",
"doc/plugin_tutorial/tuto1/src/simple_declare.ml... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Print Assumptions now recurses into the types of axioms | 21437 | Jason Gross | 2026-01-05T08:23:23Z | [
"doc/changelog/08-vernac-commands-and-options/21437-print-assumptions-recursive-Changed.rst",
"test-suite/output/RecursiveAssumptions.out",
"test-suite/output/RecursiveAssumptions.v",
"vernac/assumptions.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Changed | Print Assumptions, Print Opaque Dependencies, Print Transparent Dependencies, and Print All Dependencies now accept lists of globals instead of single references | 21477 | Jason Gross | 2026-01-08T18:37:24Z | [
"dev/ci/user-overlays/21477-JasonGross-print-assumptions-list.sh",
"doc/changelog/08-vernac-commands-and-options/21477-print-assumptions-list-Changed.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"vernac/assumptions.ml",
"ve... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Removed | flag Loose Hint Behavior which appears to have behaved as Strict regardless of how it was set for the last few versions | 20698 | Gaëtan Gilbert | 2025-07-17T11:12:57Z | [
"dev/ci/user-overlays/20698-SkySkimmer-rm-loose-hint.sh",
"doc/changelog/04-tactics/20698-master-Fixed.rst",
"doc/changelog/08-vernac-commands-and-options/20698-rm-loose-hint-Removed.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"tactics/auto.ml",
"tactics/class_tactics.ml",
"tactics/eauto.ml",
... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Deprecated | implicitly creating hint databases when declaring hints. | 21114 | Pierre-Marie Pédrot | 2025-09-29T13:08:15Z | [
"doc/changelog/08-vernac-commands-and-options/21114-hintdb-strict-check-Deprecated.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"tactics/class_tactics.ml",
"tactics/class_tactics.mli",
"tactics/hints.ml",
"test-suite/bugs/HoTT_coq_107.v",
"test-suite/bugs/bug_21114.v",
"test-suite/bugs/bug_38... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Deprecated | creating implicitly rewrite hint databases through the Hint Rewrite command. One must now do it explicitly through Create Rewrite HintDb | 21206 | Pierre-Marie Pédrot | 2025-10-20T11:55:34Z | [
"doc/changelog/08-vernac-commands-and-options/21206-deprecate-implicit-hint-rewrite-db-creation-Deprecated.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"tactics/autorewrite.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Added | Additional documentation of Create HintDb (discriminated), proof search tactic performance, matching process and hint transparency | 19761 | Jim Fehrle | 2025-11-25T08:51:18Z | [
"doc/changelog/08-vernac-commands-and-options/19761-hintdb_doc.rst",
"doc/sphinx/addendum/type-classes.rst",
"doc/sphinx/language/core/conversion.rst",
"doc/sphinx/proof-engine/tactics.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"doc/sphinx/proofs/writing-proofs/equality.rst",
"test-suite/succ... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Added | attribute schemes to control automatic scheme declaration | 21163 | Gaëtan Gilbert | 2025-11-20T19:59:34Z | [
"dev/ci/user-overlays/21163-SkySkimmer-scheme-attr.sh",
"doc/changelog/08-vernac-commands-and-options/21163-scheme-attr-Added.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"plugins/funind/glob_term_to_relation.ml",
"test-suite/success/Scheme.v",
"vernac/attributes.ml",
"vernac/attri... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Added | Parsing of elimination constraints in prenex polymorphic definitions as well as in constraints declaration Constraint s1 -> s2. | 21195 | Johann Rosain | 2025-12-02T10:11:59Z | [
"checker/checkInductive.ml",
"checker/coqchk_main.ml",
"checker/mod_checking.ml",
"checker/safe_checking.ml",
"checker/values.ml",
"dev/ci/user-overlays/21195-jrosain-elimination-constraints.sh",
"dev/top_printers.ml",
"dev/top_printers.mli",
"doc/changelog/08-vernac-commands-and-options/21195-elimi... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Added | a Create Rewrite HintDb command to explicitly declare rewrite hint databases | 21203 | Pierre-Marie Pédrot | 2025-10-17T10:58:55Z | [
"doc/changelog/08-vernac-commands-and-options/21203-create-hint-rewrite-db-Added.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/extratactics.mlg",
"tactics/autorewrite.ml",
"tactics/autorewrite.mli"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Added | Scheme Rewriting to explicitly declare rewriting schemes for a given inductive | 21248 | Gaëtan Gilbert | 2025-10-31T15:44:51Z | [
"dev/ci/user-overlays/21245-SkySkimmer-no-auto-scheme.sh",
"doc/changelog/08-vernac-commands-and-options/21248-scheme-rewriting-Added.rst",
"doc/changelog/11-corelib/21248-scheme-rewriting-Changed.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"doc/tools/docgram/fullGrammar",
"doc/tool... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Added | Printing Fully Qualified to print all names (global references, modules, module types, universes, etc) using fully qualified paths | 21443 | Jason Gross | 2026-01-16T14:16:11Z | [
"doc/changelog/08-vernac-commands-and-options/21443-copilot-add-fully-qualified-identifiers-Added.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"engine/namegen.ml",
"engine/termops.ml",
"interp/abbreviation.ml",
"library/nametab.ml",
"library/nametab.mli",
"plugins/ltac2/tac2env.mli",
"pr... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Fixed | Properly test for duplicate names in mutual blocks | 21082 | Yann Leray | 2025-09-15T09:24:53Z | [
"doc/changelog/08-vernac-commands-and-options/21082-mutual-fixpoint-names-Fixed.rst",
"test-suite/output/bug_20766.out",
"test-suite/output/bug_20766.v",
"vernac/comFixpoint.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Commands and options | Fixed | Fix Derive command to handle dependent types correctly | 21313 | Jason Gross | 2025-11-19T11:12:48Z | [
"doc/changelog/08-vernac-commands-and-options/21313-copilot-fix-dependent-types-support-Fixed.rst",
"plugins/derive/derive.ml",
"test-suite/success/Derive.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Command-line tools | Changed | in `-emacs` mode, goals are no longer spontaneously printed | 21038 | Pierre Roux | 2025-09-22T08:48:30Z | [
"doc/changelog/09-cli-tools/21038-fix21035-Changed.rst",
"toplevel/coqloop.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Command-line tools | Changed | rocq compile does not create empty .vos and .vok files anymore, their creation is left to the makefile generated by rocq makefile. Other build system may choose to create these empty files at their discretion | 21548 | Gaëtan Gilbert | 2026-01-29T13:35:38Z | [
"doc/changelog/09-cli-tools/21548-empty-bok-Changed.rst",
"doc/sphinx/practical-tools/coq-commands.rst",
"test-suite/misc/coqc_dash_vok.sh",
"tools/CoqMakefile.in",
"tools/dune_rule_gen/coq_module.ml",
"toplevel/ccompile.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Command-line tools | Added | rocq doc replaces @@TITLE@@ with the page title in custom HTML headers | 20907 | Gaëtan Gilbert | 2025-07-17T10:02:03Z | [
"doc/changelog/09-cli-tools/20907-corelib-header-Added.rst",
"doc/common/styles/html/coqremote/header.html",
"doc/corelib/dune",
"doc/sphinx/using/tools/coqdoc.rst",
"tools/coqdoc/output.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Command-line tools | Fixed | `rocq dep now handles non .vo dependencies from the ROCQPATH` environment variable | 20878 | Gaëtan Gilbert | 2025-09-22T09:22:11Z | [
"doc/changelog/09-cli-tools/20878-dep-coqlib-extra-Fixed.rst",
"test-suite/misc/.gitignore",
"test-suite/misc/deps-order-distinct-root.sh",
"test-suite/misc/deps/DistinctRoot/A/File11.v",
"test-suite/misc/deps/DistinctRoot/A/OtherFile.txt",
"test-suite/misc/deps/DistinctRoot/File2.v",
"test-suite/misc/d... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Corelib | Changed | Level of `_~0 and _~1` reserved notations (used for positive numbers) from level 7 to level 1 | 17876 | Pierre Roux | 2025-07-04T06:24:06Z | [
".gitlab-ci.yml",
"doc/changelog/11-corelib/17876-master+gramlib-support-for-non-assoc-and-non-recovery-Changed.rst",
"doc/sphinx/language/extensions/canonical.rst",
"gramlib/grammar.ml",
"gramlib/grammar.mli",
"parsing/procq.ml",
"test-suite/bugs/bug_11866.v",
"test-suite/bugs/bug_3427.v",
"test-su... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Corelib | Changed | level of postfix notations in PrimArray to level 1 | 21211 | Pierre Roux | 2025-11-12T09:25:28Z | [
"dev/ci/user-overlays/21211-proux01-parray-notation.sh",
"doc/changelog/11-corelib/21211-parray-notation-Changed.rst",
"theories/Corelib/Array/PrimArray.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Corelib | Changed | rewriting schemes for eq and eq_true are explicitly declared in Init.Logic instead of dynamically when a tactic needs them. For instance EqdepFacts.internal_eq_rew_dep does not exist anymore and instead Logic.eq_rew_dep is available | 21248 | Gaëtan Gilbert | 2025-10-31T15:44:51Z | [
"dev/ci/user-overlays/21245-SkySkimmer-no-auto-scheme.sh",
"doc/changelog/08-vernac-commands-and-options/21248-scheme-rewriting-Added.rst",
"doc/changelog/11-corelib/21248-scheme-rewriting-Changed.rst",
"doc/sphinx/proofs/writing-proofs/reasoning-inductives.rst",
"doc/tools/docgram/fullGrammar",
"doc/tool... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Corelib | Added | a slightly more general variant of Fix_eq which is sometimes more convenient | 20018 | Owen Conoly | 2025-09-01T14:28:29Z | [
"doc/changelog/11-corelib/20018-strengthen_fix_eq-Added.rst",
"theories/Corelib/Init/Wf.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Corelib | Fixed | primitive array axioms (in ArrayAxioms) are universe polymorphic (they were inadvertently turned monomorphic in the stdlib split) | 21744 | Gaëtan Gilbert | 2026-03-12T10:36:53Z | [
"doc/changelog/11-corelib/21744-arrayaxioms-Fixed.rst",
"theories/Corelib/Array/ArrayAxioms.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Extraction | Fixed | Added "effect" as a recognized keyword for ocaml extraction | 21350 | Dan Rostovtsev | 2025-11-25T10:17:05Z | [
"doc/changelog/13-extraction/21350-issue-21176-Fixed.rst",
"plugins/extraction/ocaml.ml",
"test-suite/output/bug_21176.out",
"test-suite/output/bug_21176.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.2.0 | Miscellaneous | Changed | use Gc.ramp_up while executing Require on OCaml 5.4 and later. This should partially mitigate the performance lost since OCaml 4.14 | 21306 | Gaëtan Gilbert | 2025-11-20T17:06:20Z | [
"config/coq_config.mli",
"doc/changelog/14-misc/21306-ramp-up-cond-Changed.rst",
"tools/configure/configure.ml",
"vernac/synterp.ml",
"vernac/vernacentries.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Kernel | Fixed | Guard checking forgot to check non principal arguments of a fixpoint for unguarded uses of the fixpoint leading to an inconsistency | 20415 | Gaëtan Gilbert | 2025-04-01T06:37:11Z | [
"dev/doc/critical-bugs.md",
"doc/changelog/01-kernel/20415-fix-fix-incon.rst",
"kernel/inductive.ml",
"test-suite/bugs/bug_17091.v",
"test-suite/bugs/bug_20413.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Kernel | Fixed | inconsistency from incomplete guard checking with nested matches | 20457 | Gaëtan Gilbert | 2025-04-28T16:05:26Z | [
"dev/doc/critical-bugs.md",
"doc/changelog/01-kernel/20457-fix-guard-subterm.rst",
"kernel/inductive.ml",
"test-suite/bugs/bug_20455.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Kernel | Fixed | inconsistency from incorrect reduction across a fixpoint during guard checking | 20648 | Yann Leray | 2025-05-20T13:24:12Z | [
"dev/doc/critical-bugs.md",
"doc/changelog/01-kernel/20648-fix-guard-checker-Fixed.rst",
"kernel/inductive.ml",
"test-suite/bugs/bug_20555.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Kernel | Fixed | Wrong context management during rewrite rule reduction | 20729 | Yann Leray | 2025-06-17T15:19:57Z | [
"doc/changelog/01-kernel/20729-rr-conv-context-Fixed.rst",
"kernel/cClosure.ml",
"test-suite/bugs/bug_20728.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Kernel | Fixed | Fix guard checker making propositional extensionality inconsistent | 21050 | Yann Leray | 2025-09-04T12:17:59Z | [
"dev/doc/critical-bugs.md",
"doc/changelog/01-kernel/21050-fix-match-as-subterm-Fixed.rst",
"kernel/inductive.ml",
"test-suite/bugs/bug_21053.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Kernel | Fixed | substitution of functor delta-resolvers when strengthening. The previous code was only substituting the inner delta resolvers and ignoring the codomain of functors. In particular this was generating ill-formed constants whose canonical component was pointing to a bound name that did not exist in the global environment,... | 21057 | Pierre-Marie Pédrot | 2025-09-04T20:30:01Z | [
"dev/doc/critical-bugs.md",
"doc/changelog/01-kernel/21057-fix-module-strengthening-subst-Fixed.rst",
"kernel/modops.ml",
"test-suite/bugs/bug_21051.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Specification language, type inference | Deprecated | in sort polymorphic instances, separating sorts from universes using | instead of ; (the later being possible since this version) | 20635 | Gaëtan Gilbert | 2025-06-03T16:34:11Z | [
"doc/changelog/02-specification-language/20635-new-sort-sep-syntax-Added.rst",
"doc/changelog/02-specification-language/20635-new-sort-sep-syntax-Deprecated.rst",
"doc/sphinx/addendum/universe-polymorphism.rst",
"doc/sphinx/language/core/sorts.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Specification language, type inference | Added | in sort polymorphic instances, sorts can be separated from universes using ; instead of |. This is less ambiguous as | is also used to separate universes and constraints when declaring sort polymorphic objects, and in such declarations when constraints are unspecified it allows omitting the | (Definition foo@{s;u} := .... | 20635 | Gaëtan Gilbert | 2025-06-03T16:34:11Z | [
"doc/changelog/02-specification-language/20635-new-sort-sep-syntax-Added.rst",
"doc/changelog/02-specification-language/20635-new-sort-sep-syntax-Deprecated.rst",
"doc/sphinx/addendum/universe-polymorphism.rst",
"doc/sphinx/language/core/sorts.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Specification language, type inference | Fixed | Anomaly List.chop in the presence of projections with not enough argument scopes | 20945 | Hugo
Herbelin | 2025-07-29T08:17:36Z | [
"doc/changelog/02-specification-language/20945-master+fix-arguments-too-little-scopes-proj-Fixed.rst",
"interp/constrintern.ml",
"test-suite/bugs/bug_20940.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Specification language, type inference | Fixed | Anomaly List.chop with too many projection parameters in an abbreviation | 20946 | Hugo Herbelin | 2025-07-29T08:15:13Z | [
"doc/changelog/02-specification-language/20946-master+fix15815-anomaly-projection-notation-too-many-parameters-Fixed.rst",
"interp/constrintern.ml",
"test-suite/bugs/bug_15815.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Notations | Changed | The Specif notations (exists x : A, P, { x : A | P }, { x : A & P }, etc) locally opens type_scope for the second component (P). This makes eg { x & type_1 * type_2 } work even when nat_scope is opened instead of interpreting * as peano multiplication | 20294 | Gaëtan Gilbert | 2025-02-27T07:27:04Z | [
"doc/changelog/03-notations/20294-specif-type.rst",
"theories/Init/Specif.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Notations | Changed | Enable Notation and Disable Notation do not take effect in deep imports (i.e. when a parent of their origin module is imported) | 20484 | Gaëtan Gilbert | 2025-04-08T15:04:09Z | [
"doc/changelog/03-notations/20484-enable-disable-nota-fix-locality.rst",
"test-suite/output/Notations5.out",
"test-suite/output/Notations5.v",
"vernac/metasyntax.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Tactics | Changed | the abstract tactic now only registers a name for the sublemma after the whole tactic block has run, i.e. after a dot. In particular, the sublemma cannot be accessed by its name while the tactic call has not returned | 14937 | Pierre-Marie Pédrot | 2025-04-02T10:38:29Z | [
"doc/changelog/04-tactics/14937-abstract-no-nametab.rst",
"doc/sphinx/proofs/writing-proofs/proof-mode.rst",
"interp/constrextern.ml",
"interp/dumpglob.ml",
"kernel/safe_typing.ml",
"kernel/safe_typing.mli",
"proofs/proof.ml",
"tactics/abstract.ml",
"test-suite/output-coqtop/bug_16462.out",
"test-... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Tactics | Changed | the congruence tactic now can handle some dependently typed constructor fields. The field's type has to be composed of terms occuring globally or projectable from parameters or indices of the inductive type | 19700 | Benedict Christian Smit | 2025-05-20T13:41:11Z | [
"doc/changelog/04-tactics/19700-dependent-projectability-congruence-Changed.rst",
"plugins/cc/ccprojectability.ml",
"plugins/cc/ccprojectability.mli",
"plugins/cc/cctac.ml",
"test-suite/failure/congruence.v",
"test-suite/success/congruence.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Tactics | Changed | setoid rewriting now rewrites under primitive projections. In rare cases (see for instance #20575), some rewrite that used to accidentally work will now correctly fail | 19811 | Josselin Poiret and Pierre-Marie Pédrot | 2025-04-18T11:31:21Z | [
"doc/changelog/04-tactics/19811-fix-setoid-proj-Changed.rst",
"tactics/rewrite.ml",
"test-suite/success/setoid_rewrite_proj.v"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Tactics | Changed | output of Print Instances better matches the actual behaviour when an instance is declared multiple times with different priorities | 20486 | Gaëtan Gilbert | 2025-04-14T19:48:11Z | [
"doc/changelog/04-tactics/20486-tc-locality.rst",
"test-suite/output/global_inst.out",
"test-suite/output/global_inst.v",
"test-suite/success/global_inst.v",
"vernac/classes.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Tactics | Added | a new Rewrite Output Constraints flag and documented its use for debugging typeclass resolution failures in setoid rewriting | 20476 | Matthieu Sozeau | 2025-04-23T14:08:00Z | [
"doc/changelog/04-tactics/20476-generalized-rewrite-debug-opt.rst",
"doc/sphinx/addendum/generalized-rewriting.rst",
"tactics/rewrite.ml"
] | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
9.1.0 | Ltac language | Changed | Ltac redefinitions (Ltac ::=) understand export. Previously global and the default locality meant the redefinition would take effect at Require time and when importing any surrounding module. Now global means it takes affect at Require time, export when the current module (but not its parents) is imported, and the defa... | 20054 | Gaëtan Gilbert | 2025-01-30T15:27:43Z | [
"dev/ci/user-overlays/20054-SkySkimmer-tac-redef-locality.sh",
"doc/changelog/05-Ltac-language/20054-tac-redef-locality.rst",
"doc/sphinx/proof-engine/ltac.rst",
"plugins/ltac/g_ltac.mlg",
"plugins/ltac/tacentries.ml",
"plugins/ltac/tacentries.mli",
"plugins/ltac/tacenv.ml",
"plugins/ltac/tacenv.mli"
... | https://github.com/rocq-prover/rocq | cb44bc1ea0f49fbb9903b355e682794d75fa6ac4 |
Coq/Rocq changelog entries from doc/sphinx/changes.rst, enriched with pull-request metadata.
cb44bc1ea0f49fbb9903b355e682794d75fa6ac4| Column | Type | Description |
|---|---|---|
| version | string | |
| category | string | |
| change_type | string | |
| text | string | |
| pr_number | string | |
| author | string | |
| date | string | |
| files_changed | list | |
| source_url | string | |
| commit | string |
| Change type | Count |
|---|---|
| Added | 395 |
| Fixed | 335 |
| Changed | 329 |
| Removed | 89 |
| Deprecated | 62 |
| Category | Count |
|---|---|
| Tactics | 193 |
| Commands and options | 185 |
| Standard library | 127 |
| Notations | 118 |
| Ltac2 language | 111 |
| Kernel | 98 |
| Specification language, type inference | 95 |
| Command-line tools | 49 |
| Infrastructure and dependencies | 47 |
| Tools | 34 |
| SSReflect | 26 |
| CoqIDE | 26 |
| Tactic language | 25 |
| Extraction | 14 |
| RocqIDE | 10 |
{
"version": "9.2.0",
"category": "Kernel",
"change_type": "Changed",
"text": "Records in Type and Prop, with only fields in SProp, can now have primitive projections but without eta conversion.",
"pr_number": "21438",
"author": "Tomas Diaz",
"date": "2026-01-09T16:17:34Z",
"files_changed": [
"checker/checkInductive.ml",
"checker/values.ml",
"dev/ci/user-overlays/21438-TDiazT-primitive-postponed-eta.sh"
],
"source_url": "https://github.com/rocq-prover/rocq",
"commit": "cb44bc1ea0f49fbb9903b355e682794d75fa6ac4"
}
Per-change date, author and files_changed are mined from the
GitHub API (pull-request metadata); pr_number links each entry to its upstream change.