Proof Assistant Projects
Collection
Digesting proof assistant libraries for AI ingestion. • 84 items • Updated
• 3
version string | category string | change_type string | text string | pr_number string | date string | author string | files_changed list |
|---|---|---|---|---|---|---|---|
8.20.0 | Kernel | Changed | The guard checker now recognizes uniform parameters of a fixpoint and treats their instances as constant over the recursive call | 17986 | 2024-05-07T06:27:37Z | herbelin | [
"clib/cList.ml",
"clib/cList.mli",
"doc/changelog/01-kernel/17986-master+fix16040-guard-extrude-fix-parameter.rst",
"interp/constrextern.ml",
"interp/constrintern.ml",
"interp/impargs.ml",
"kernel/inductive.ml",
"test-suite/success/Fixpoint.v",
"vernac/comSearch.ml"
] |
8.20.0 | Kernel | Added | A mechanism to add user-defined rewrite rules to Coq's reduction mechanisms; see chapter :ref:`rewrite_rules` | 18038 | 2024-02-21T13:39:24Z | yannl35133 | [
"boot/usage.ml",
"checker/check_stat.ml",
"checker/mod_checking.ml",
"checker/safe_checking.ml",
"checker/values.ml",
"clib/cArray.ml",
"clib/cArray.mli",
"clib/cList.ml",
"clib/cList.mli",
"dev/ci/user-overlays/18038-Yann-Leray-rewrite-rules.sh",
"dev/include_printers",
"dev/top_printers.dbg",
"dev/top_printers.ml",
"dev/top_printers.mli",
"doc/changelog/01-kernel/18038-rewrite-rules.rst",
"doc/sphinx/addendum/rewrite-rules.rst",
"doc/sphinx/biblio.bib",
"doc/sphinx/language/core/assumptions.rst",
"doc/sphinx/language/core/index.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"doc/tools/coqrst/coqdomain.py",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"engine/eConstr.ml",
"engine/eConstr.mli",
"engine/uState.ml",
"engine/uState.mli",
"interp/decls.ml",
"interp/decls.mli"
] |
8.20.0 | Kernel | Added | Support for primitive strings in terms | 18973 | 2024-06-14T06:58:59Z | rlepigre | [
"checker/mod_checking.ml",
"checker/values.ml",
"dev/ci/user-overlays/18973-rlepigre-brprim-string.sh",
"dev/top_printers.ml",
"dev/vm_printers.ml",
"doc/changelog/01-kernel/18973-br-prim-string.rst",
"doc/sphinx/language/coq-library.rst",
"doc/sphinx/language/core/primitive.rst",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"doc/stdlib/hidden-files",
"doc/stdlib/index-list.html.template",
"engine/eConstr.ml",
"engine/eConstr.mli",
"engine/evd.ml",
"engine/namegen.ml",
"engine/termops.ml",
"interp/constrextern.ml",
"interp/constrintern.ml",
"interp/impargs.ml",
"interp/notation.ml",
"interp/notation.mli",
"interp/notation_ops.ml",
"interp/notation_term.mli",
"kernel/byterun/coq_interp.c",
"kernel/cClosure.ml",
"kernel/cClosure.mli",
"kernel/cPrimitives.ml",
"kernel/cPrimitives.mli",
"kernel/constr.ml",
"kernel/constr.mli"
] |
8.20.0 | Specification language, type inference | Changed | Warnings `future-coercion-class-constructor` and `future-coercion-class-field` about `:>` in :cmd:`Class` as errors by default; replace `:>` with `::` for typeclass instances | 18590 | 2024-03-15T14:21:24Z | proux01 | [
"doc/changelog/02-specification-language/18590-cleanup_16230.rst",
"doc/sphinx/addendum/type-classes.rst",
"test-suite/bugs/HoTT_coq_058.v",
"test-suite/bugs/HoTT_coq_059.v",
"test-suite/bugs/HoTT_coq_062.v",
"test-suite/bugs/HoTT_coq_088.v",
"test-suite/bugs/HoTT_coq_108.v",
"test-suite/bugs/HoTT_coq_112.v",
"test-suite/bugs/HoTT_coq_123.v",
"test-suite/bugs/bug_14221.v",
"test-suite/bugs/bug_15099.v",
"test-suite/bugs/bug_16204.v",
"test-suite/bugs/bug_3321.v",
"test-suite/bugs/bug_3329.v",
"test-suite/bugs/bug_3330.v",
"test-suite/bugs/bug_3393.v",
"test-suite/bugs/bug_3422.v",
"test-suite/bugs/bug_3427.v",
"test-suite/bugs/bug_3480.v",
"test-suite/bugs/bug_3513.v",
"test-suite/bugs/bug_3647.v",
"test-suite/bugs/bug_3661.v",
"test-suite/bugs/bug_3699.v",
"test-suite/bugs/bug_3943.v",
"test-suite/bugs/bug_3960.v",
"test-suite/bugs/bug_4095.v",
"test-suite/bugs/bug_4116.v",
"test-suite/bugs/bug_4151.v",
"test-suite/bugs/bug_4187.v",
"test-suite/bugs/bug_4232.v"
] |
8.20.0 | Specification language, type inference | Changed | Mutually-proved theorems with statements in different coinductive types now supported | 18743 | 2024-05-16T10:52:23Z | herbelin | [
"dev/ci/user-overlays/18743-herbelin-master+more-flexible-theorem-with.sh",
"doc/changelog/02-specification-language/18743-master+more-flexible-theorem-with.rst",
"engine/eConstr.mli",
"pretyping/pretyping.ml",
"pretyping/pretyping.mli",
"tactics/tactics.ml",
"test-suite/success/Fixpoint.v",
"vernac/comFixpoint.ml",
"vernac/comProgramFixpoint.ml",
"vernac/declare.ml",
"vernac/declare.mli",
"vernac/recLemmas.ml",
"vernac/recLemmas.mli",
"vernac/vernacentries.ml"
] |
8.20.0 | Specification language, type inference | Added | :cmd:`CoFixpoint` supports attributes `bypass_guard`, `clearbody`, `deprecated`, and `warn` | 18754 | 2024-03-14T12:11:03Z | herbelin | [
"doc/changelog/02-specification-language/18754-HEAD.rst",
"test-suite/success/Fixpoint.v",
"test-suite/success/typing_flags.v",
"vernac/comFixpoint.ml",
"vernac/comFixpoint.mli",
"vernac/comProgramFixpoint.ml",
"vernac/comProgramFixpoint.mli",
"vernac/vernacentries.ml"
] |
8.20.0 | Specification language, type inference | Added | `Program Fixpoint` with `measure` or `wf` now supports `where` clauses, `local`/`clearbody` attributes, and non-atomic conclusions | 18834 | 2024-04-03T10:37:09Z | herbelin | [
"doc/changelog/02-specification-language/18834-master+use-extra-impargs-program-fixpoint-wf.rst",
"interp/constrintern.ml",
"interp/constrintern.mli",
"test-suite/success/ProgramWf.v",
"vernac/comProgramFixpoint.ml",
"vernac/declare.ml"
] |
8.20.0 | Specification language, type inference | Fixed | Anomaly on the absence of remaining obligations of some name is now an error | 18873 | 2024-04-03T10:35:47Z | herbelin | [
"test-suite/bugs/bug_3889.v",
"vernac/declare.ml"
] |
8.20.0 | Specification language, type inference | Fixed | Universe polymorphic `Program` obligations are now only generalized over effectively occurring universe variables | 18915 | 2024-05-17T11:53:33Z | herbelin | [
"doc/changelog/02-specification-language/18915-master+fixes11902-restrict-univ-obligations.rst",
"test-suite/bugs/bug_11766.v",
"vernac/declare.ml"
] |
8.20.0 | Specification language, type inference | Fixed | Anomaly `assertion failed` in pattern-matching compilation with :flag:`Program Mode` | 18921 | 2024-04-13T14:39:52Z | herbelin | [
"dev/ci/user-overlays/18921-herbelin-master+fix11030-bugs-program-pattern-matching.sh",
"doc/changelog/02-specification-language/18921-master+fix11030-bugs-program-pattern-matching.rst",
"pretyping/cases.ml",
"test-suite/bugs/bug_11030.v"
] |
8.20.0 | Specification language, type inference | Fixed | Support for `Program`-style pattern-matching on more than one argument in an inductive family | 18929 | 2024-06-06T06:24:00Z | herbelin | [
"doc/changelog/02-specification-language/18929-master+program-equality-wrapper-multiple-inductive-families.rst",
"pretyping/cases.ml",
"test-suite/bugs/bug_1956.v",
"test-suite/bugs/bug_5777.v",
"test-suite/success/ProgramCases.v"
] |
8.20.0 | Specification language, type inference | Fixed | Anomaly with obligations in the binders of a `measure`- or `wf`-based `Program Fixpoint` | 18958 | 2024-04-30T11:03:39Z | herbelin | [
"doc/changelog/02-specification-language/18958-master+fix18920-evars-leak-program-fixpoint.rst",
"test-suite/bugs/bug_18920.v",
"vernac/comProgramFixpoint.ml"
] |
8.20.0 | Specification language, type inference | Fixed | Incorrect registration of universe names attached to a primitive polymorphic constant | 19100 | 2024-06-01T12:36:08Z | herbelin | [
"doc/changelog/02-specification-language/19100-master+fix19099-poly-prim-constant-with-udecl.rst",
"test-suite/bugs/bug_19099.v",
"vernac/declare.ml"
] |
8.20.0 | Notations | Changed | An :g:`only printing` interpretation of a notation with a specific format no longer changes printing rules of other interpretations | 16329 | 2024-03-04T13:28:11Z | herbelin | [
"doc/changelog/03-notations/16329-master+experiment-addressing16262-heuristic-redefining-notation-format.rst",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"test-suite/output/bug_16262.out",
"test-suite/output/bug_16262.v",
"vernac/metasyntax.ml"
] |
8.20.0 | Notations | Changed | Levels of :cmd:`Reserved Notation` now default to levels of previous notations with longest common prefix | 19149 | 2024-06-18T10:53:00Z | proux01 | [
"doc/changelog/03-notations/19149-existing_level_default.rst",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"test-suite/output-coqtop/LookaheadErrors.out",
"test-suite/output/BinaryPrintingNotations.v",
"test-suite/output/allBytes.v",
"test-suite/output/lexical_convention_in_doc.out",
"test-suite/output/notation_previous_prefix.out",
"test-suite/output/notation_previous_prefix.v",
"test-suite/success/Notations2.v",
"vernac/metasyntax.ml"
] |
8.20.0 | Notations | Added | :warn:`closed-notation-not-level-0` and :warn:`postfix-notation-not-level-1` warnings for unusual levels | 18588 | 2024-05-29T07:52:07Z | proux01 | [
"doc/changelog/03-notations/18588-closed_notation_level0.rst",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"test-suite/output/Notations3.out",
"theories/Init/Notations.v",
"theories/Logic/Hurkens.v",
"theories/ssr/ssreflect.v",
"theories/ssr/ssrfun.v",
"vernac/metasyntax.ml"
] |
8.20.0 | Notations | Added | :warn:`notation-incompatible-prefix` warning when two notation definitions have incompatible prefixes | 19049 | 2024-05-31T17:18:28Z | proux01 | [
"doc/changelog/03-notations/19049-warn_notation_incompatible_prefix.rst",
"doc/sphinx/user-extensions/syntax-extensions.rst",
"parsing/notgram_ops.ml",
"parsing/notgram_ops.mli",
"test-suite/output/BinaryPrintingNotations.v",
"test-suite/output/Notations.out",
"test-suite/output/Notations3.out",
"test-suite/output/allBytes.out",
"test-suite/output/allBytes.v",
"test-suite/output/lexical_convention_in_doc.out",
"test-suite/output/lexical_convention_in_doc.v",
"test-suite/output/notation_prefix_incompatible_level.out",
"test-suite/output/notation_prefix_incompatible_level.v",
"theories/Program/Utils.v",
"theories/Relations/Operators_Properties.v",
"theories/ssr/ssreflect.v",
"vernac/metasyntax.ml"
] |
8.20.0 | Notations | Fixed | Notations for applied constants with multiple signatures of implicit arguments now correctly insert maximal implicit arguments | 18445 | 2024-01-10T16:05:27Z | herbelin | [
"dev/ci/user-overlays/18445-herbelin-master+more-robust-notations-with-max-impargs.sh",
"doc/changelog/03-notations/18445-master+more-robust-notations-with-max-impargs.rst",
"interp/constrextern.ml",
"interp/constrintern.ml",
"interp/impargs.ml",
"test-suite/success/Notations.v",
"test-suite/success/implicit.v"
] |
8.20.0 | Notations | Fixed | Support printing notations applied to extra arguments in custom entries, removing an anomaly | 18447 | 2024-01-09T08:01:40Z | herbelin | [
"doc/changelog/03-notations/18447-master+fix18342-insert-entry-coercion-applied-custom-notation.rst",
"interp/constrextern.ml",
"interp/notation.ml",
"interp/notation.mli",
"test-suite/output/bug_18342.out",
"test-suite/output/bug_18342.v"
] |
8.20.0 | Tactics | Changed | :g:`Z.to_euclidean_division_equations` can now do better reasoning when noticing two equations of the form x = y*q1 + … and x = y*q2 + … | 17934 | 2023-12-19T10:14:43Z | JasonGross | [
"doc/changelog/04-tactics/17934-more-nia.rst",
"doc/sphinx/addendum/micromega.rst",
"test-suite/micromega/div_mod.v",
"test-suite/success/Nia.v",
"theories/omega/PreOmega.v"
] |
8.20.0 | Tactics | Changed | The opacity/transparency of primitive projections is now attached to the projections themselves, not the compatibility constants | 18327 | 2024-01-24T07:57:59Z | rlepigre | [
"checker/values.ml",
"dev/ci/user-overlays/18327-rlepigre-brfix-18281.sh",
"dev/top_printers.ml",
"doc/changelog/04-tactics/18327-br-fix-18281.rst",
"doc/sphinx/proofs/writing-proofs/equality.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"kernel/constr.ml",
"kernel/conv_oracle.ml",
"kernel/conv_oracle.mli",
"kernel/conversion.ml",
"kernel/names.ml",
"kernel/names.mli",
"kernel/redFlags.ml",
"kernel/redFlags.mli",
"kernel/safe_typing.mli",
"kernel/transparentState.ml",
"kernel/transparentState.mli",
"library/global.mli",
"plugins/funind/functional_principles_proofs.ml",
"plugins/funind/gen_principle.ml",
"plugins/funind/indfun_common.ml",
"plugins/funind/indfun_common.mli",
"plugins/ltac/pptactic.ml",
"plugins/ltac/pptactic.mli",
"plugins/ltac/taccoerce.ml",
"plugins/ltac/taccoerce.mli",
"plugins/ltac/tacexpr.ml",
"plugins/ltac/tacexpr.mli",
"plugins/ltac/tacintern.ml"
] |
8.20.0 | Tactics | Changed | Tactic :g:`intro z` on an existential variable goal now defines ?P in a context where the variable is named z | 18395 | 2024-01-08T14:10:39Z | herbelin | [
"doc/changelog/04-tactics/18395-master+use-intro-name-in-evar-context-when-goal-is-evar.rst",
"pretyping/evardefine.ml",
"pretyping/evardefine.mli",
"tactics/tactics.ml",
"test-suite/success/intros.v"
] |
8.20.0 | Tactics | Changed | Syntactic global references in `using` clauses of :tacn:`auto`-like tactics are now plain references rather than interpreted terms | 18909 | 2024-05-02T11:57:41Z | ppedrot | [
"doc/changelog/04-tactics/18909-hint-using-strict-globref.rst",
"tactics/hints.ml",
"test-suite/bugs/bug_4354.v",
"test-suite/bugs/bug_4450.v",
"test-suite/bugs/bug_5501.v",
"theories/Sorting/PermutSetoid.v"
] |
8.20.0 | Tactics | Changed | Use Coqlib's :cmd:`Register` for generalized rewriting tactic, making (C)RelationClasses/(C)Morphisms independent of the `rewrite` tactic | 19115 | 2024-06-01T15:26:40Z | mattam82 | [
"doc/changelog/04-tactics/19115-setoid-rewrite-coqlib.rst",
"tactics/rewrite.ml",
"theories/Classes/CMorphisms.v",
"theories/Classes/CRelationClasses.v",
"theories/Classes/Morphisms.v",
"theories/Classes/RelationClasses.v",
"theories/Classes/SetoidTactics.v",
"theories/Init/Logic.v",
"theories/Program/Basics.v"
] |
8.20.0 | Tactics | Removed | The `clear` modifier, deprecated since 8.17 | 18887 | 2024-04-05T10:36:50Z | ppedrot | [
"doc/changelog/04-tactics/18887-rm-deprecated-clear-modifier.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"plugins/ltac/g_tactic.mlg"
] |
8.20.0 | Tactics | Removed | The `cutrewrite` tactic, deprecated since Coq 8.5 | 19027 | 2024-05-24T15:24:51Z | ppedrot | [
"doc/changelog/04-tactics/19027-rm-cutrewrite.rst",
"doc/sphinx/proofs/writing-proofs/equality.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/extratactics.mlg",
"plugins/ltac/internals.ml",
"tactics/equality.ml",
"tactics/equality.mli"
] |
8.20.0 | Tactics | Deprecated | Non-reference hints in `using` clauses of :tacn:`auto`-like tactics | 19006 | 2024-05-13T14:57:08Z | ppedrot | [
"doc/changelog/04-tactics/19006-hint-using-deprecate-constr.rst",
"tactics/hints.ml",
"test-suite/bugs/bug_4450.v",
"test-suite/success/auto.v",
"theories/Logic/ChoiceFacts.v",
"theories/Sorting/PermutSetoid.v",
"theories/Structures/OrdersTac.v"
] |
8.20.0 | Tactics | Deprecated | The `gintuition` tactic | 19129 | 2024-06-03T09:06:39Z | ppedrot | [
"doc/changelog/04-tactics/19129-deprecate-gintuition.rst",
"doc/sphinx/proofs/automatic-tactics/logic.rst",
"plugins/firstorder/g_ground.mlg"
] |
8.20.0 | Tactics | Deprecated | :tacn:`destauto` | 19179 | 2024-06-08T09:06:16Z | jfehrle | [
"doc/changelog/04-tactics/19179-deprecate_destauto.rst",
"plugins/ltac/extratactics.mlg"
] |
8.20.0 | Tactics | Added | :g:`Z.to_euclidean_division_equations` can now pose equations of the form x = y*q using :g:`Z.divide` | 17927 | 2023-12-30T02:31:19Z | doctor-kaliy | [
"doc/changelog/04-tactics/17927-divide_to_euclidean_division_equations.rst",
"doc/sphinx/addendum/micromega.rst",
"test-suite/success/Nia.v",
"theories/omega/PreOmega.v"
] |
8.20.0 | Tactics | Added | Support for :g:`Nat.double` and :g:`Nat.div2` in :g:`zify` and :g:`lia` | 18729 | 2024-04-16T13:43:55Z | andres-erbsen | [
"doc/changelog/04-tactics/18729-zify-nat-double-halve.rst",
"test-suite/micromega/zify.v",
"theories/Reals/Exp_prop.v",
"theories/ZArith/Znat.v",
"theories/micromega/ZifyInst.v"
] |
8.20.0 | Tactics | Added | :tacn:`replace` now accepts `->` / `<-` for direction of replacement | 19060 | 2024-05-23T11:21:47Z | ppedrot | [
"doc/changelog/04-tactics/19060-replace-with-diropt.rst",
"doc/sphinx/proofs/writing-proofs/equality.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/extratactics.mlg",
"plugins/ltac/internals.ml",
"plugins/ltac/internals.mli",
"tactics/equality.ml",
"tactics/equality.mli",
"test-suite/bugs/bug_13480.v"
] |
8.20.0 | Tactics | Fixed | :tacn:`simpl` systematically reuses the cofixpoint’s name if globally defined | 18576 | 2024-02-07T14:25:31Z | herbelin | [
"doc/changelog/04-tactics/18576-master+fix4056-refolding-simpl-cofix.rst",
"pretyping/reductionops.ml",
"pretyping/reductionops.mli",
"pretyping/tacred.ml",
"test-suite/success/simpl.v"
] |
8.20.0 | Tactics | Fixed | Reduction of primitive projections of cofixpoints by :tacn:`simpl` | 18577 | 2024-02-21T17:58:18Z | herbelin | [
"doc/changelog/04-tactics/18577-master+fix7982-primproj-cofix-simpl.rst",
"pretyping/tacred.ml",
"test-suite/bugs/bug_7982.v"
] |
8.20.0 | Tactics | Fixed | Refolding of reduced global mutual fixpoints/cofixpoints with parameters in :tacn:`cbn` | 18601 | 2024-02-12T14:10:24Z | herbelin | [
"doc/changelog/04-tactics/18601-master+fix17897-cbn-wrong-canonical-name-refolding.rst",
"tactics/cbn.ml",
"test-suite/success/cbn.v"
] |
8.20.0 | Tactics | Fixed | :tacn:`cbn` left unnamable constants when refolding mutual fixpoints/cofixpoints from aliased modules | 18616 | 2024-02-04T11:11:59Z | herbelin | [
"doc/changelog/04-tactics/18616-master+fix17897-cbn-wrong-canonical-name-refolding.rst",
"kernel/names.mli",
"tactics/cbn.ml",
"test-suite/bugs/bug_17897.v"
] |
8.20.0 | Tactics | Fixed | :tacn:`cbv` of primitive projections applied to a tuple now ignores `beta` | 18618 | 2024-02-28T13:02:02Z | herbelin | [
"doc/changelog/04-tactics/18618-master+fix9086-align-cbv-prim-proj-other-reduction.rst",
"pretyping/cbv.ml",
"test-suite/bugs/bug_9086.v"
] |
8.20.0 | Ltac language | Added | :tacn:`rewrite_strat` now supports fixpoint operator in `@rewstrategy` | 18094 | 2024-01-05T16:57:09Z | JasonGross | [
"dev/ci/user-overlays/18094-JasonGross-stratfix.sh",
"doc/changelog/05-Ltac-language/18094-stratfix.rst",
"doc/sphinx/addendum/generalized-rewriting.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/g_rewrite.mlg",
"plugins/ltac/g_rewrite.mli",
"plugins/ltac/pptactic.mli",
"plugins/ltac/tacexpr.ml",
"plugins/ltac/tacexpr.mli",
"plugins/ltac/tacintern.ml",
"plugins/ltac/tacintern.mli",
"plugins/ltac/tacinterp.ml",
"plugins/ltac/tacinterp.mli",
"plugins/ltac/tacsubst.ml",
"plugins/ltac/tacsubst.mli",
"tactics/redexpr.mli",
"tactics/rewrite.ml",
"tactics/rewrite.mli",
"test-suite/bugs/bug_18463.v",
"test-suite/output/rewrite_strat.out",
"test-suite/output/rewrite_strat.v",
"test-suite/success/rewrite_strat.v"
] |
8.20.0 | Ltac language | Fixed | :tacn:`rewrite_strat` now works inside module functors | 18094 | 2024-01-05T16:57:09Z | JasonGross | [
"dev/ci/user-overlays/18094-JasonGross-stratfix.sh",
"doc/changelog/05-Ltac-language/18094-stratfix.rst",
"doc/sphinx/addendum/generalized-rewriting.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/g_rewrite.mlg",
"plugins/ltac/g_rewrite.mli",
"plugins/ltac/pptactic.mli",
"plugins/ltac/tacexpr.ml",
"plugins/ltac/tacexpr.mli",
"plugins/ltac/tacintern.ml",
"plugins/ltac/tacintern.mli",
"plugins/ltac/tacinterp.ml",
"plugins/ltac/tacinterp.mli",
"plugins/ltac/tacsubst.ml",
"plugins/ltac/tacsubst.mli",
"tactics/redexpr.mli",
"tactics/rewrite.ml",
"tactics/rewrite.mli",
"test-suite/bugs/bug_18463.v",
"test-suite/output/rewrite_strat.out",
"test-suite/output/rewrite_strat.v",
"test-suite/success/rewrite_strat.v"
] |
8.20.0 | Ltac2 language | Changed | Recursive let and nonmutable projections of syntactic values are considered syntactic | 18411 | 2024-01-14T14:28:24Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18411-ltac2-more-values.rst",
"plugins/ltac2/tac2intern.ml",
"plugins/ltac2/tac2interp.ml"
] |
8.20.0 | Ltac2 language | Changed | Ltac2 notations are typechecked at declaration time by default | 18432 | 2024-02-09T14:07:03Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18432-ltac2-typed-notation.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"doc/stdlib/index-list.html.template",
"plugins/ltac2/tac2entries.ml",
"plugins/ltac2/tac2env.ml",
"plugins/ltac2/tac2env.mli",
"plugins/ltac2/tac2expr.mli",
"plugins/ltac2/tac2intern.ml",
"plugins/ltac2/tac2intern.mli",
"plugins/ltac2/tac2print.ml",
"plugins/ltac2/tac2quote.ml",
"sysinit/coqargs.ml",
"test-suite/output/ltac2_check_globalize.out",
"test-suite/output/ltac2_check_globalize.v",
"test-suite/output/ltac2_typed_notations.out",
"test-suite/output/ltac2_typed_notations.v",
"user-contrib/Ltac2/Compat/Coq818.v",
"user-contrib/Ltac2/Compat/Coq819.v"
] |
8.20.0 | Ltac2 language | Changed | Argument order for `List.fold_left2` / `List.fold_right2` changed to match OCaml | 18706 | 2024-03-25T13:51:02Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18706-ltac2-fold2-order.rst",
"user-contrib/Ltac2/List.v"
] |
8.20.0 | Ltac2 language | Changed | `Import`ing a module with a mutable Ltac2 definition does not undo its mutations | 18713 | 2024-04-02T09:57:45Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18713-ltac2-original-redef-no-import.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2entries.ml",
"test-suite/ltac2/rebind.v"
] |
8.20.0 | Ltac2 language | Changed | The `using` clause argument of :tacn:`auto`-like tactics in Ltac2 now takes a global `reference` | 18940 | 2024-05-06T15:28:06Z | ppedrot | [
"doc/changelog/06-Ltac2-language/18940-ltac2-auto-ref-using.rst",
"plugins/ltac2/tac2stdlib.ml",
"plugins/ltac2/tac2tactics.ml",
"plugins/ltac2/tac2tactics.mli",
"user-contrib/Ltac2/Notations.v",
"user-contrib/Ltac2/Std.v"
] |
8.20.0 | Ltac2 language | Deprecated | `Ltac2.Constr.Pretype.Flags.open_constr_flags` | 18765 | 2024-04-01T12:52:24Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18765-ltac2-pretype-flags-2.rst",
"doc/changelog/06-Ltac2-language/18765-ltac2-pretype-flags.rst",
"plugins/ltac2/tac2core.ml",
"user-contrib/Ltac2/Constr.v",
"user-contrib/Ltac2/Notations.v"
] |
8.20.0 | Ltac2 language | Added | `fst` and `snd` in `Ltac2.Init` | 18370 | 2024-01-30T15:27:30Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18370-ltac2-apis.rst",
"test-suite/output/ltac2_printabout.out",
"user-contrib/Ltac2/Init.v"
] |
8.20.0 | Ltac2 language | Added | `Ltac2.Ltac1.of_preterm` and `to_preterm` | 18551 | 2024-01-28T10:45:43Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18551-ltac2-ltac1-uconstr.rst",
"plugins/ltac2/tac2core.ml",
"plugins/ltac2/tac2ffi.ml",
"plugins/ltac2/tac2ffi.mli",
"plugins/ltac2/tac2print.ml",
"plugins/ltac2_ltac1/tac2core_ltac1.ml",
"user-contrib/Ltac2/Ltac1.v"
] |
8.20.0 | Ltac2 language | Added | `of_intro_pattern` and `to_intro_pattern` in `Ltac2.Ltac1` | 18558 | 2024-01-29T13:01:14Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18558-ltac2-ltac1-intro-pattern.rst",
"plugins/ltac2/tac2stdlib.ml",
"plugins/ltac2/tac2stdlib.mli",
"plugins/ltac2/tac2tactics.mli",
"plugins/ltac2_ltac1/tac2stdlib_ltac1.ml",
"plugins/ltac2_ltac1/tac2stdlib_ltac1.mli",
"test-suite/ltac2/ltac1_conversions.v",
"user-contrib/Ltac2/Ltac1.v"
] |
8.20.0 | Ltac2 language | Added | Basic APIs in `Ltac2.Ltac1` for more informative errors on value conversion | 18558 | 2024-01-29T13:01:14Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18558-ltac2-ltac1-intro-pattern.rst",
"plugins/ltac2/tac2stdlib.ml",
"plugins/ltac2/tac2stdlib.mli",
"plugins/ltac2/tac2tactics.mli",
"plugins/ltac2_ltac1/tac2stdlib_ltac1.ml",
"plugins/ltac2_ltac1/tac2stdlib_ltac1.mli",
"test-suite/ltac2/ltac1_conversions.v",
"user-contrib/Ltac2/Ltac1.v"
] |
8.20.0 | Ltac2 language | Added | APIs `Ltac2.Control.unshelve` and `Ltac2.Notations.unshelve` | 18604 | 2024-02-08T15:03:32Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18604-ltac2-unshelve.rst",
"plugins/ltac2/tac2core.ml",
"test-suite/success/unshelve.v",
"user-contrib/Ltac2/Control.v",
"user-contrib/Ltac2/Notations.v"
] |
8.20.0 | Ltac2 language | Added | Warning on unused Ltac2 variables | 18641 | 2024-05-17T08:40:49Z | SkySkimmer | [
"clib/cString.ml",
"clib/cString.mli",
"doc/changelog/06-Ltac2-language/18641-ltac2-warn-unused.rst",
"plugins/ltac2/tac2intern.ml",
"plugins/ltac2/tac2typing_env.ml",
"plugins/ltac2/tac2typing_env.mli",
"test-suite/output/PrintGenarg.out",
"test-suite/output/PrintGenarg.v",
"test-suite/output/bug_18138.v",
"test-suite/output/ltac2_unused_var.out",
"test-suite/output/ltac2_unused_var.v",
"user-contrib/Ltac2/Array.v",
"user-contrib/Ltac2/List.v",
"user-contrib/Ltac2/Notations.v"
] |
8.20.0 | Ltac2 language | Added | `Ltac2.Control.numgoals` | 18690 | 2024-03-05T16:14:08Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18690-ltac2-numgoals.rst",
"plugins/ltac2/tac2core.ml",
"test-suite/ltac2/control_tests.v",
"user-contrib/Ltac2/Control.v"
] |
8.20.0 | Ltac2 language | Added | `intropattern` and `intropatterns` notation scopes support views | 18757 | 2024-03-14T08:40:35Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18757-ltac2-intro-apply-on.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac2/g_ltac2.mlg",
"plugins/ltac2/tac2qexpr.mli",
"plugins/ltac2/tac2quote.ml",
"test-suite/ltac2/std_tactics.v"
] |
8.20.0 | Ltac2 language | Added | Open recursion combinators in `Ltac2.Constr.Unsafe` | 18764 | 2024-04-24T08:40:29Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18764-ltac2-combinators.rst",
"plugins/ltac2/tac2core.ml",
"user-contrib/Ltac2/Constr.v"
] |
8.20.0 | Ltac2 language | Added | APIs in `Ltac2.Constr.Pretype.Flags` to customize pretyping flags | 18765 | 2024-04-01T12:52:24Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18765-ltac2-pretype-flags-2.rst",
"doc/changelog/06-Ltac2-language/18765-ltac2-pretype-flags.rst",
"plugins/ltac2/tac2core.ml",
"user-contrib/Ltac2/Constr.v",
"user-contrib/Ltac2/Notations.v"
] |
8.20.0 | Ltac2 language | Added | :attr:`abstract` attribute for `Ltac2 Type` | 18766 | 2024-05-01T13:39:06Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18766-ltac2-abstract-type.rst",
"doc/sphinx/proof-engine/ltac2.rst",
"plugins/ltac2/tac2entries.ml",
"plugins/ltac2/tac2entries.mli",
"plugins/ltac2/tac2print.ml",
"test-suite/output/ltac2_abstract.out",
"test-suite/output/ltac2_abstract.v"
] |
8.20.0 | Ltac2 language | Added | APIs in `Ltac2.Message` to interact with the boxing system of the pretty printer | 18988 | 2024-05-06T16:00:12Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/18988-ltac2-message-box.rst",
"plugins/ltac2/tac2core.ml",
"user-contrib/Ltac2/Message.v"
] |
8.20.0 | Ltac2 language | Added | Flag `Automatic Proposition Inductives`, :flag:`Dependent Proposition Eliminators`, and warning `automatic-prop-lowering` | 18989 | 2024-05-29T10:35:24Z | SkySkimmer | [
"dev/ci/user-overlays/18989-SkySkimmer-warn-auto-lower.sh",
"doc/changelog/06-Ltac2-language/18989-warn-auto-lower.rst",
"doc/sphinx/language/coq-library.rst",
"doc/sphinx/language/core/inductive.rst",
"doc/sphinx/language/core/variants.rst",
"doc/sphinx/language/extensions/canonical.rst",
"plugins/funind/glob_term_to_relation.ml",
"test-suite/bugs/HoTT_coq_054.v",
"test-suite/bugs/bug_4116.v",
"test-suite/bugs/bug_5501.v",
"test-suite/output/ArgumentsScope.v",
"test-suite/output/bug_13266.v",
"test-suite/output/inference.v",
"test-suite/success/AutoPropLowering.v",
"test-suite/success/DependentPropositionEliminators.v",
"theories/micromega/OrderedRing.v",
"vernac/comInductive.ml",
"vernac/comInductive.mli",
"vernac/declareInd.ml",
"vernac/record.ml"
] |
8.20.0 | Ltac2 language | Added | `String.sub` | 19204 | 2024-06-17T08:35:10Z | rlepigre | [
"doc/changelog/06-Ltac2-language/19204-more-ltac2-string.rst",
"plugins/ltac2/tac2core.ml",
"test-suite/ltac2/string_lib.v",
"user-contrib/Ltac2/String.v"
] |
8.20.0 | Ltac2 language | Fixed | `Ltac2.Control.new_goal` removes the new goal from the shelf/future goals | 19141 | 2024-06-25T14:27:45Z | SkySkimmer | [
"doc/changelog/06-Ltac2-language/19141-ltac2-new-goal-shelf.rst",
"plugins/ltac2/tac2core.ml",
"test-suite/output/bug_19138.out",
"test-suite/output/bug_19138.v"
] |
8.20.0 | SSReflect | Changed | ssreflect no longer relies on the recovery mechanism of the parsing engine | 18224 | 2024-03-14T12:21:45Z | proux01 | [
"dev/ci/user-overlays/18224-proux01-ssr_17876.sh",
"plugins/ssr/ssrparser.mlg",
"test-suite/bugs/HoTT_coq_058.v",
"test-suite/bugs/bug_3317.v",
"test-suite/bugs/bug_3446.v",
"test-suite/bugs/bug_3480.v",
"test-suite/bugs/bug_3485.v",
"test-suite/bugs/bug_3640.v",
"test-suite/bugs/bug_3668.v",
"test-suite/bugs/bug_3698.v",
"test-suite/bugs/bug_3699.v",
"test-suite/bugs/bug_3710.v",
"test-suite/bugs/bug_3754.v",
"test-suite/bugs/bug_4089.v",
"test-suite/bugs/bug_4097.v",
"test-suite/bugs/bug_4116.v",
"test-suite/bugs/bug_4527.v",
"test-suite/bugs/bug_4533.v",
"test-suite/bugs/bug_4544.v",
"test-suite/bugs/bug_4634.v",
"test-suite/bugs/bug_4780.v",
"test-suite/bugs/bug_7059.v",
"test-suite/output/PrintGrammar.out",
"test-suite/output/PrintKeywords.out",
"test-suite/success/eauto.v",
"theories/Init/Notations.v",
"theories/ssr/ssrfun.v"
] |
8.20.0 | SSReflect | Changed | Notations `_.1` and `_.2` are now defined in the prelude at level 1 rather than in `ssrfun` at level 2 | 18224 | 2024-03-14T12:21:45Z | proux01 | [
"dev/ci/user-overlays/18224-proux01-ssr_17876.sh",
"plugins/ssr/ssrparser.mlg",
"test-suite/bugs/HoTT_coq_058.v",
"test-suite/bugs/bug_3317.v",
"test-suite/bugs/bug_3446.v",
"test-suite/bugs/bug_3480.v",
"test-suite/bugs/bug_3485.v",
"test-suite/bugs/bug_3640.v",
"test-suite/bugs/bug_3668.v",
"test-suite/bugs/bug_3698.v",
"test-suite/bugs/bug_3699.v",
"test-suite/bugs/bug_3710.v",
"test-suite/bugs/bug_3754.v",
"test-suite/bugs/bug_4089.v",
"test-suite/bugs/bug_4097.v",
"test-suite/bugs/bug_4116.v",
"test-suite/bugs/bug_4527.v",
"test-suite/bugs/bug_4533.v",
"test-suite/bugs/bug_4544.v",
"test-suite/bugs/bug_4634.v",
"test-suite/bugs/bug_4780.v",
"test-suite/bugs/bug_7059.v",
"test-suite/output/PrintGrammar.out",
"test-suite/output/PrintKeywords.out",
"test-suite/success/eauto.v",
"theories/Init/Notations.v",
"theories/ssr/ssrfun.v"
] |
8.20.0 | SSReflect | Changed | The :tacn:`have` tactic generates a proof term with an opaque constant, as in Coq ≤ 8.16 | 18449 | 2024-05-23T15:22:16Z | gares | [
"dev/ci/ci-basic-overlay.sh",
"plugins/ssr/ssrfwd.ml",
"test-suite/output/section_have.out",
"theories/ssr/ssreflect.v"
] |
8.20.0 | SSReflect | Deprecated | The `fun_scope` notation scope declared in `ssrfun.v` is deprecated; use `function_scope` instead | 18374 | 2023-12-07T12:15:00Z | pi8027 | [
"doc/changelog/07-ssreflect/18374-backport-mathcomp.rst",
"theories/ssr/ssrbool.v",
"theories/ssr/ssreflect.v",
"theories/ssr/ssrfun.v"
] |
8.20.0 | SSReflect | Fixed | Handling of primitive projections in ssrewrite | 19213 | 2024-06-21T12:51:52Z | proux01 | [
"doc/changelog/07-ssreflect/19213-ssrmatching_primitive_proj.rst",
"plugins/ssrmatching/ssrmatching.ml",
"test-suite/ssr/bug_19229.v"
] |
8.20.0 | Commands and options | Changed | Default reversibility status of most coercions is now truly “non-reversible except record :>` fields” | 18705 | 2024-03-01T13:40:56Z | proux01 | [
"doc/changelog/08-vernac-commands-and-options/18705-fix_reversible_coercion.rst",
"test-suite/output/relaxed_ambiguous_paths.out",
"vernac/comAssumption.ml",
"vernac/record.ml",
"vernac/vernacentries.ml"
] |
8.20.0 | Commands and options | Changed | Focus commands (e.g. `1:{`) and goal selection (e.g. `1: Check`) don’t need Classic (Ltac1) proof mode | 18707 | 2024-03-26T15:14:39Z | SkySkimmer | [
"dev/ci/user-overlays/18707-SkySkimmer-vernac-focus.sh",
"doc/changelog/08-vernac-commands-and-options/18707-vernac-focus.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"plugins/ltac/g_ltac.mlg",
"plugins/ltac2/g_ltac2.mlg",
"test-suite/bugs/bug_12138.v",
"test-suite/bugs/bug_18351.v",
"test-suite/output-coqtop/bug_12138.out",
"test-suite/output-coqtop/bug_12138.v",
"test-suite/success/subprf_commands.v",
"vernac/g_vernac.mlg",
"vernac/g_vernac.mli"
] |
8.20.0 | Commands and options | Changed | Inductives declared with `: Type` or no annotation and auto-lowered to `Prop` are not declared template polymorphic | 18867 | 2024-04-18T19:26:31Z | SkySkimmer | [
"dev/ci/user-overlays/18867-SkySkimmer-non-prop-template.sh",
"doc/changelog/08-vernac-commands-and-options/18867-non-prop-template.rst",
"engine/eConstr.ml",
"kernel/inductive.ml",
"kernel/inductive.mli",
"kernel/term.ml",
"pretyping/indrec.ml",
"pretyping/indrec.mli",
"pretyping/inductiveops.ml",
"tactics/eqschemes.ml",
"test-suite/output/PrimitiveProjectionsAttribute_Records.out",
"vernac/comInductive.ml",
"vernac/comInductive.mli",
"vernac/declareInd.ml",
"vernac/declareInd.mli",
"vernac/indschemes.ml",
"vernac/prettyp.ml",
"vernac/record.ml",
"vernac/record.mli"
] |
8.20.0 | Commands and options | Changed | Warning about use of `Let`, `Variable`, `Hypothesis`, and `Context` outside sections is now an error by default | 18880 | 2024-05-29T07:58:29Z | proux01 | [
"doc/changelog/08-vernac-commands-and-options/18880-deprecate_let_variable_outside_section.rst",
"doc/sphinx/language/core/assumptions.rst",
"test-suite/bugs/HoTT_coq_042.v",
"test-suite/bugs/HoTT_coq_061.v",
"test-suite/bugs/bug_10669.v",
"test-suite/bugs/bug_10888.v",
"test-suite/bugs/bug_1238.v",
"test-suite/bugs/bug_1448.v",
"test-suite/bugs/bug_1634.v",
"test-suite/bugs/bug_17294_1.v",
"test-suite/bugs/bug_17294_2.v",
"test-suite/bugs/bug_2017.v",
"test-suite/bugs/bug_2393.v",
"test-suite/bugs/bug_2846.v",
"test-suite/bugs/bug_3217.v",
"test-suite/bugs/bug_3321.v",
"test-suite/bugs/bug_3329.v",
"test-suite/bugs/bug_3469.v",
"test-suite/bugs/bug_3485.v",
"test-suite/bugs/bug_3638.v",
"test-suite/bugs/bug_3641.v",
"test-suite/bugs/bug_3648.v",
"test-suite/bugs/bug_3653.v",
"test-suite/bugs/bug_3665.v",
"test-suite/bugs/bug_3668.v",
"test-suite/bugs/bug_3710.v",
"test-suite/bugs/bug_3732.v",
"test-suite/bugs/bug_3900.v",
"test-suite/bugs/bug_3943.v",
"test-suite/bugs/bug_4001.v"
] |
8.20.0 | Commands and options | Changed | The "fragile-hint-constr" warning is now an error by default | 18895 | 2024-04-18T07:31:40Z | ppedrot | [
"doc/changelog/08-vernac-commands-and-options/18895-hint-constr-warning-default-error.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"lib/deprecation.ml",
"lib/deprecation.mli",
"test-suite/bugs/bug_4450.v",
"test-suite/ssr/absevarprop.v",
"vernac/comHints.ml"
] |
8.20.0 | Commands and options | Changed | :cmd:`Scheme` automatically registers the resulting schemes in the :cmd:`Register Scheme` database | 19016 | 2024-05-14T21:06:22Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/19016-scheme-auto-register.rst",
"tactics/ind_tables.ml",
"tactics/ind_tables.mli",
"test-suite/bugs/bug_3132.v",
"vernac/indschemes.ml"
] |
8.20.0 | Commands and options | Changed | :cmd:`Typeclasses Transparent` / `Opaque` default locality outside sections is now `export` | 19069 | 2024-05-24T08:48:17Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/19069-hint-locality.rst",
"plugins/ltac/extratactics.mlg",
"plugins/ltac/g_auto.mlg",
"plugins/ltac/g_class.mlg",
"tactics/autorewrite.ml",
"tactics/autorewrite.mli",
"tactics/hints.ml",
"tactics/hints.mli",
"vernac/attributes.ml",
"vernac/attributes.mli",
"vernac/classes.ml",
"vernac/classes.mli",
"vernac/vernacentries.ml"
] |
8.20.0 | Commands and options | Deprecated | The :cmd:`Cd` command. Use the command line option `-output-directory` or :opt:`Extraction Output Directory` | 17403 | 2024-04-19T11:39:12Z | herbelin | [
"doc/changelog/08-vernac-commands-and-options/17403-master+deprecating-change-directory.rst",
"doc/sphinx/addendum/extraction.rst",
"vernac/g_vernac.mlg",
"vernac/ppvernac.ml",
"vernac/synterp.ml"
] |
8.20.0 | Commands and options | Added | :attr:`warn` attribute, generalizing the deprecation machinery to other forms of comments | 18248 | 2024-02-07T08:48:22Z | herbelin | [
"dev/ci/user-overlays/18248-herbelin-master-extend-deprecation.sh",
"doc/changelog/08-vernac-commands-and-options/18248-user_warn.rst",
"doc/sphinx/language/core/assumptions.rst",
"doc/sphinx/language/core/basic.rst",
"doc/sphinx/language/core/definitions.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"doc/sphinx/using/libraries/writing.rst",
"interp/abbreviation.ml",
"interp/abbreviation.mli",
"interp/constrintern.ml",
"interp/notation.ml",
"interp/notation.mli",
"lib/cWarnings.ml",
"lib/cWarnings.mli",
"lib/userWarn.ml",
"lib/userWarn.mli",
"library/lib.ml",
"library/lib.mli",
"library/library_info.ml",
"library/library_info.mli",
"library/nametab.ml",
"library/nametab.mli",
"test-suite/output/deprecation_definition.out",
"test-suite/output/deprecation_definition.v",
"test-suite/output/library_attributes.out",
"test-suite/output/library_attributes.v",
"test-suite/output/library_attributes_require.out",
"test-suite/output/library_attributes_require_transitive.out",
"test-suite/output/library_attributes_require_transitive.v",
"test-suite/prerequisite/deprecated_library.v"
] |
8.20.0 | Commands and options | Added | :cmd:`Register Scheme` to add entries to the scheme database | 18299 | 2024-04-01T12:49:47Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/18299-regscheme.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"tactics/declareScheme.ml",
"tactics/declareScheme.mli",
"tactics/elimschemes.ml",
"tactics/elimschemes.mli",
"tactics/eqschemes.ml",
"tactics/equality.ml",
"tactics/ind_tables.ml",
"tactics/ind_tables.mli",
"tactics/rewrite.ml",
"vernac/auto_ind_decl.ml",
"vernac/declare.ml",
"vernac/g_vernac.mlg",
"vernac/indschemes.ml",
"vernac/ppvernac.ml",
"vernac/vernacentries.ml",
"vernac/vernacexpr.mli"
] |
8.20.0 | Commands and options | Added | `Print @reference` shows implicit arguments directly on the type | 18444 | 2024-01-10T08:34:36Z | herbelin | [
"doc/changelog/08-vernac-commands-and-options/18444-master+cleaning-print-about.rst",
"test-suite/output/Arguments_renaming.out",
"test-suite/output/Implicit.out",
"test-suite/output/PatternsInBinders.out",
"test-suite/output/PrintMatch.out",
"test-suite/output/PrintModule.out",
"test-suite/output/UnivBinders.out",
"vernac/prettyp.ml",
"vernac/prettyp.mli",
"vernac/printmod.ml",
"vernac/vernacentries.ml"
] |
8.20.0 | Commands and options | Added | `@import_categories` supports category `options` | 18536 | 2024-03-13T10:14:15Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/18536-opts-cat.rst",
"doc/sphinx/language/core/modules.rst",
"library/goptions.ml"
] |
8.20.0 | Commands and options | Added | `About`/`Print` now indicate if a name is a projection | 18725 | 2024-03-04T13:26:11Z | herbelin | [
"doc/changelog/08-vernac-commands-and-options/18725-HEAD.rst",
"test-suite/output/InductiveMainName.out",
"test-suite/output/InductiveMainName.v",
"test-suite/output/PrintInfos.out",
"test-suite/output/PrintInfos.v",
"test-suite/output/Projections.out",
"test-suite/output/RecordProjParameter.out",
"test-suite/output/UnivBinders.out",
"vernac/prettyp.ml",
"vernac/printmod.ml",
"vernac/record.ml",
"vernac/record.mli"
] |
8.20.0 | Commands and options | Added | :cmd:`Hint Projections` sets transparency flags for projections in specified hint DBs | 18785 | 2024-05-07T11:47:11Z | Janno | [
"doc/changelog/08-vernac-commands-and-options/18785-janno-fix-dnet-proj.rst",
"doc/sphinx/proofs/automatic-tactics/auto.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"printing/printer.ml",
"printing/printer.mli",
"tactics/btermdn.ml",
"tactics/hints.ml",
"tactics/hints.mli",
"tactics/redexpr.ml",
"test-suite/output/HintLocality.out",
"test-suite/success/primitive_tc.v",
"vernac/comHints.ml",
"vernac/g_proofs.mlg",
"vernac/ppvernac.ml"
] |
8.20.0 | Commands and options | Added | :cmd:`Search` now has `is:Fixpoint` and `is:CoFixpoint` | 18983 | 2024-05-16T11:01:18Z | Villetaneuse | [
"doc/changelog/08-vernac-commands-and-options/18983-SearchFixpoint.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"doc/tools/docgram/common.edit_mlg",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"test-suite/output/SearchFixpoint.out",
"test-suite/output/SearchFixpoint.v",
"vernac/g_vernac.mlg"
] |
8.20.0 | Commands and options | Added | :cmd:`Include` can now include module types with `with` clauses | 19144 | 2024-06-09T14:15:41Z | Villetaneuse | [
"doc/changelog/08-vernac-commands-and-options/19144-include-module-type-with-definition.rst",
"doc/sphinx/language/core/modules.rst",
"doc/tools/docgram/fullGrammar",
"doc/tools/docgram/orderedGrammar",
"test-suite/modules/include_module_type.v",
"vernac/g_vernac.mlg"
] |
8.20.0 | Commands and options | Fixed | Missing implicit args after a `->` in `Print`/`About` | 18442 | 2024-01-09T13:55:56Z | herbelin | [
"doc/changelog/08-vernac-commands-and-options/18442-master+fixes15020-print-about-fully-see-through-notations.rst",
"interp/constrextern.ml",
"test-suite/output/Arguments.out",
"test-suite/output/Search.out",
"test-suite/output/bug_15020.out",
"test-suite/output/bug_15020.v",
"test-suite/output/bug_3810.out"
] |
8.20.0 | Commands and options | Fixed | :flag:`Cumulativity Weak Constraints` can unify universes to `Set` with :flag:`Universe Minimization ToSet` | 18458 | 2024-02-08T15:19:08Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/18458-weak-constraints-set.rst",
"engine/univMinim.ml",
"test-suite/bugs/bug_18455.v"
] |
8.20.0 | Commands and options | Fixed | `Search` with `is:Scheme` was searching for inductives with schemes, not the schemes themselves | 18537 | 2024-02-07T10:40:43Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/18537-fix-search-scheme.rst",
"tactics/declareScheme.ml",
"tactics/declareScheme.mli",
"test-suite/output/SearchScheme.out",
"test-suite/output/SearchScheme.v",
"vernac/comSearch.ml"
] |
8.20.0 | Commands and options | Fixed | `Search` now searches in included module types | 18662 | 2024-02-13T17:29:50Z | herbelin | [
"doc/changelog/08-vernac-commands-and-options/18662-master+small-cleanup-declare_variable.rst",
"test-suite/output/bug_18657.out",
"test-suite/output/bug_18657.v",
"vernac/declaremods.ml"
] |
8.20.0 | Commands and options | Fixed | `Eval` / `Definition := Eval` work without loading the Ltac plugin | 18852 | 2024-04-09T06:41:32Z | SkySkimmer | [
"dev/ci/user-overlays/18852-SkySkimmer-redexpr-clean.sh",
"doc/Makefile.docgram",
"doc/changelog/08-vernac-commands-and-options/18852-redexpr-clean.rst",
"doc/tools/docgram/fullGrammar",
"plugins/ltac/dune",
"plugins/ltac/extratactics.mlg",
"plugins/ltac/g_rewrite.mlg",
"plugins/ltac/g_tactic.mlg",
"plugins/ltac/pltac.ml",
"plugins/ltac/pltac.mli",
"plugins/ltac/pptactic.ml",
"plugins/ltac/pptactic.mli",
"plugins/ltac/taccoerce.ml",
"plugins/ltac/taccoerce.mli",
"plugins/ltac/tacexpr.ml",
"plugins/ltac/tacexpr.mli",
"plugins/ltac/tacintern.ml",
"plugins/ltac/tacinterp.ml",
"plugins/ltac/tacinterp.mli",
"plugins/ltac/tacsubst.ml",
"plugins/ltac2/tac2tactics.ml",
"pretyping/locus.mli",
"pretyping/tacred.ml",
"pretyping/tacred.mli",
"tactics/generalize.ml",
"tactics/genredexpr.mli",
"tactics/ppred.ml",
"tactics/ppred.mli",
"tactics/redexpr.ml",
"tactics/redexpr.mli"
] |
8.20.0 | Commands and options | Fixed | :cmd:`Scheme` declares non-recursive schemes for `@scheme_type` | 19017 | 2024-05-21T14:04:09Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/19017-scheme-norec.rst",
"test-suite/bugs/bug_10816.v",
"vernac/indschemes.ml",
"vernac/indschemes.mli"
] |
8.20.0 | Commands and options | Fixed | :flag:`Cumulativity Weak Constraints` had its meaning flipped since 8.12 | 19201 | 2024-06-17T08:24:19Z | SkySkimmer | [
"doc/changelog/08-vernac-commands-and-options/19201-weak-constraints-flip.rst",
"engine/uState.ml",
"test-suite/success/CumulInd.v"
] |
8.20.0 | Command-line tools | Changed | SIGINT now produces “user interrupt” instead of aborting, for better messages | 18716 | 2024-02-28T13:45:53Z | SkySkimmer | [
"checker/checker.ml",
"doc/changelog/09-cli-tools/18716-catch-break.rst",
"sysinit/coqinit.ml",
"toplevel/coqloop.ml"
] |
8.20.0 | Command-line tools | Added | `-output-directory dir` sets default output dir for extraction, :cmd:`Redirect`, :cmd:`Print Universes` | 17392 | 2024-03-01T13:10:20Z | herbelin | [
"doc/changelog/09-cli-tools/17392-master+add-output-directory.rst",
"doc/sphinx/addendum/extraction.rst",
"doc/sphinx/addendum/universe-polymorphism.rst",
"doc/sphinx/practical-tools/coq-commands.rst",
"doc/sphinx/proof-engine/vernacular-commands.rst",
"kernel/nativelib.ml",
"lib/flags.ml",
"lib/flags.mli",
"lib/system.ml",
"lib/system.mli",
"plugins/extraction/table.ml",
"sysinit/coqargs.ml",
"sysinit/coqargs.mli",
"sysinit/coqinit.ml",
"vernac/topfmt.ml",
"vernac/vernacentries.ml"
] |
8.20.0 | Command-line tools | Fixed | coqdoc links to section variables introduced with `Context` | 18527 | 2024-01-28T15:37:51Z | proux01 | [
"doc/changelog/09-cli-tools/18527-hack_18516.rst",
"interp/dumpglob.mli",
"test-suite/coqdoc/Context.html.out",
"test-suite/coqdoc/Context.tex.out",
"test-suite/coqdoc/Context.v",
"vernac/comAssumption.ml"
] |
8.20.0 | CoqIDE | Changed | Find/replace UI improved: margins, icons for found/not found | 18523 | 2024-02-23T19:02:39Z | Frigory33 | [
"doc/changelog/10-coqide/18523-coqide.rst",
"ide/coqide/wg_Find.ml"
] |
8.20.0 | CoqIDE | Changed | Default key binding modifier for Navigation menu is now Alt (non-macOS). Undo changed to Ctrl-Z, Next/Previous tab to Ctrl-PgUp/PgDn | 18717 | 2024-05-01T14:44:00Z | Frigory33 | [
"doc/changelog/10-coqide/18717-coqide.rst",
"doc/sphinx/practical-tools/coqide.rst",
"ide/coqide/coq.ml",
"ide/coqide/coqide.ml",
"ide/coqide/coqide_main.ml",
"ide/coqide/coqide_ui.ml",
"ide/coqide/preferences.ml",
"ide/coqide/preferences.mli",
"ide/coqide/wg_Debugger.ml",
"ide/coqide/wg_Debugger.mli",
"ide/coqide/wg_MessageView.ml",
"ide/coqide/wg_MessageView.mli",
"ide/coqide/wg_ProofView.ml",
"ide/coqide/wg_ProofView.mli",
"ide/coqide/wg_RoutedMessageViews.ml",
"ide/coqide/wg_RoutedMessageViews.mli",
"ide/coqide/wg_ScriptView.ml",
"ide/coqide/wg_ScriptView.mli"
] |
8.20.0 | CoqIDE | Changed | Changing modifiers for View menu only applies to toggle items; View/Show Proof changed to Shift-F2 | 18717 | 2024-05-01T14:44:00Z | Frigory33 | [
"doc/changelog/10-coqide/18717-coqide.rst",
"doc/sphinx/practical-tools/coqide.rst",
"ide/coqide/coq.ml",
"ide/coqide/coqide.ml",
"ide/coqide/coqide_main.ml",
"ide/coqide/coqide_ui.ml",
"ide/coqide/preferences.ml",
"ide/coqide/preferences.mli",
"ide/coqide/wg_Debugger.ml",
"ide/coqide/wg_Debugger.mli",
"ide/coqide/wg_MessageView.ml",
"ide/coqide/wg_MessageView.mli",
"ide/coqide/wg_ProofView.ml",
"ide/coqide/wg_ProofView.mli",
"ide/coqide/wg_RoutedMessageViews.ml",
"ide/coqide/wg_RoutedMessageViews.mli",
"ide/coqide/wg_ScriptView.ml",
"ide/coqide/wg_ScriptView.mli"
] |
8.20.0 | CoqIDE | Added | Edit/Select All and Navigation/Fully Check menu items | 18717 | 2024-05-01T14:44:00Z | Frigory33 | [
"doc/changelog/10-coqide/18717-coqide.rst",
"doc/sphinx/practical-tools/coqide.rst",
"ide/coqide/coq.ml",
"ide/coqide/coqide.ml",
"ide/coqide/coqide_main.ml",
"ide/coqide/coqide_ui.ml",
"ide/coqide/preferences.ml",
"ide/coqide/preferences.mli",
"ide/coqide/wg_Debugger.ml",
"ide/coqide/wg_Debugger.mli",
"ide/coqide/wg_MessageView.ml",
"ide/coqide/wg_MessageView.mli",
"ide/coqide/wg_ProofView.ml",
"ide/coqide/wg_ProofView.mli",
"ide/coqide/wg_RoutedMessageViews.ml",
"ide/coqide/wg_RoutedMessageViews.mli",
"ide/coqide/wg_ScriptView.ml",
"ide/coqide/wg_ScriptView.mli"
] |
8.20.0 | CoqIDE | Fixed | Opening a file via drag and drop now works correctly | 18524 | 2024-02-23T19:04:25Z | Frigory33 | [
"doc/changelog/10-coqide/18524-coqide.rst",
"ide/coqide/coqide.ml",
"ide/coqide/fileOps.ml",
"ide/coqide/fileOps.mli",
"ide/coqide/preferences.ml",
"ide/coqide/preferences.mli"
] |
8.20.0 | CoqIDE | Fixed | Incorrect highlight/line numbers for errors/warnings with Unicode; XML protocol updated | 19040 | 2024-06-05T19:00:24Z | herbelin | [
"dev/doc/xml-protocol.md",
"doc/changelog/10-coqide/19040-master+fix-xmlprotocol-loc-line_nb-fail.rst",
"ide/coqide/coqOps.ml",
"ide/coqide/coqide.ml",
"ide/coqide/idetop.ml",
"ide/coqide/ideutils.ml",
"ide/coqide/ideutils.mli",
"ide/coqide/protocol/interface.mli",
"ide/coqide/protocol/serialize.ml",
"ide/coqide/protocol/xmlprotocol.ml"
] |
8.20.0 | CoqIDE | Fixed | Show tooltips for syntax errors | 19153 | 2024-06-17T08:14:27Z | jfehrle | [
"clib/cString.ml",
"clib/cString.mli",
"doc/changelog/10-coqide/19153-syntax_error_tooltip.rst",
"ide/coqide/coqOps.ml",
"ide/coqide/document.ml",
"ide/coqide/document.mli"
] |
8.20.0 | Standard library | Changed | Renamed “push” lemmas for List.length to consistent naming: e.g. `app_length`→`length_app` | 18564 | 2024-01-30T11:04:23Z | andres-erbsen | [
"doc/changelog/11-standard-library/18564-rename-push-length.rst",
"theories/FSets/FMapFacts.v",
"theories/FSets/FMapPositive.v",
"theories/FSets/FSetProperties.v",
"theories/Lists/List.v",
"theories/Logic/FinFun.v",
"theories/MSets/MSetProperties.v",
"theories/MSets/MSetRBT.v",
"theories/Numbers/DecimalFacts.v",
"theories/Numbers/HexadecimalFacts.v",
"theories/Reals/RList.v",
"theories/Reals/RiemannInt_SF.v",
"theories/Sorting/PermutEq.v",
"theories/Sorting/PermutSetoid.v",
"theories/Sorting/Permutation.v"
] |
8.20.0 | Standard library | Changed | `Coq.CRelationClasses.arrow`, `iffT`, `flip` are now Typeclasses Opaque | 18910 | 2024-04-19T11:37:31Z | ppedrot | [
"doc/changelog/11-standard-library/18910-setoid-type-core-tc-opaque.rst",
"test-suite/bugs/bug_7675_3.v",
"theories/Classes/CRelationClasses.v"
] |
Structured dataset of changelog entries from the Coq/Rocq proof assistant.
| Column | Type | Description |
|---|---|---|
| version | string | Coq/Rocq version |
| category | string | Kernel, Tactics, Notations, Commands, etc. |
| change_type | string | Added, Changed, Fixed, Deprecated, Removed |
| text | string | Change description |
| pr_number | string | GitHub PR number |
| date | datetime | PR merge date |
| author | string | PR author |
| files_changed | list | Modified files |