version
stringclasses
7 values
category
stringclasses
15 values
type
stringclasses
5 values
change
stringlengths
11
174
change_number
sequencelengths
1
4
8.18.0
Standard library
Added
Modules `Nat.Div0`/`Nat.Lcm0` and `N.Div0`/`N.Lcm0`
[ "16203", "16186" ]
8.18.0
Standard library
Added
`measure_induction` in `Nat` and `N`
[ "16203" ]
8.18.0
Standard library
Added
`Listing_decidable_eq`, `Finite_dec`, `NoDup_list_decidable`
[ "16489" ]
8.18.0
Standard library
Added
`not_NoDup`, `NoDup_app_remove_l`, `NoDup_app_remove_r`
[ "16588" ]
8.18.0
Standard library
Added
`skipn_skipn`
[ "16632" ]
8.18.0
Standard library
Added
`nth_error_ext`, `map_repeat`, `rev_repeat` in `List.v`; `to_list_nil_iff`, `to_list_inj` in `VectorSpec.v`
[ "16756" ]
8.18.0
Standard library
Added
Transparent `extgcd` to replace opaque `euclid` in `Znumtheory`
[ "16915" ]
8.18.0
Infrastructure and dependencies
Changed
Entirely built with Dune; must use new build instructions
[ "15560" ]
8.18.0
Infrastructure and dependencies
Changed
Not compiled with `-rectypes` by default
[ "16007" ]
8.18.0
Infrastructure and dependencies
Changed
Dune >= 2.9
[ "16118" ]
8.18.0
Infrastructure and dependencies
Changed
Makefile “pretty-timed” targets strip absolute prefixes from paths
[ "16268" ]
8.18.0
Infrastructure and dependencies
Changed
Default to `-native-compiler no` in Coq’s configure
[ "16997" ]
8.18.0
Infrastructure and dependencies
Removed
`-coqide` and `-nomacintegration`
[ "16512", "16531" ]
8.18.0
Infrastructure and dependencies
Added
Coq now supports OCaml 5, though `native_compute` is unavailable
[ "15494" ]
8.18.0
Infrastructure and dependencies
Added
Officially supports OCaml 4.14
[ "15867" ]
8.18.0
Miscellaneous
Changed
Module names added to loadpath in alphabetical order, not directory order
[ "16725" ]
8.17.0
Kernel
Fixed
:tacn:`vm_compute` inconsistency by removing a vulnerable cache
[ "16958", "16957" ]
8.17.0
Kernel
Fixed
Unexpected anomaly in fixpoint termination with inaccessible branches
[ "17116", "17073" ]
8.17.0
Specification language, type inference
Changed
The “Unused variable ‘ident’ might be a misspelled constructor” warning triggers even if the variable matches a single case
[ "16135" ]
8.17.0
Specification language, type inference
Fixed
Pattern-matching clauses lost for a constructor from a singleton inductive under implicit coercions
[ "17138", "17137" ]
8.17.0
Specification language, type inference
Fixed
Possible anomaly with `term.(proj)` if projection is from a section
[ "17174", "17173" ]
8.17.0
Notations
Changed
New lexical rule: if multiple tokens match the same characters, the longest matching token that does not cut inside a contiguous letter group is used
[ "16322", "4712" ]
8.17.0
Notations
Added
`Enable Notation` / `Disable Notation` to toggle previously defined notations
[ "12324", "16945" ]
8.17.0
Notations
Added
Multiple scopes in :cmd:`Arguments`, e.g. `Arguments foo _%scope _%other`
[ "16472" ]
8.17.0
Notations
Added
:attr:`add_top` / :attr:`add_bottom` for `Bind Scope` to attach multiple scopes
[ "16472" ]
8.17.0
Tactics
Changed
Documented grammar is now correct for the tactics chapter
[ "15015", "16498", "16659" ]
8.17.0
Tactics
Changed
:tacn:`eauto` respects `Extern` hint priorities
[ "16289", "5163", "16282" ]
8.17.0
Tactics
Changed
:tacn:`auto` is more consistent with :tacn:`simple apply` and :tacn:`exact`
[ "16293", "16062", "16323" ]
8.17.0
Tactics
Removed
`absurd_hyp` tactic (use :tacn:`contradict`)
[ "16670" ]
8.17.0
Tactics
Removed
Undocumented `progress_evars` tactical
[ "16843" ]
8.17.0
Tactics
Deprecated
Default `intuition_solver` uses `auto with *`, now warns with `intuition-auto-with-star`
[ "16026" ]
8.17.0
Tactics
Deprecated
The `>` clear modifier
[ "16407" ]
8.17.0
Tactics
Fixed
:tacn:`auto` updates local hypotheses after a hint is applied
[ "16302", "15814", "6332" ]
8.17.0
Tactics
Fixed
:tacn:`destruct ... using ...` is now more aligned with :tacn:`destruct ...`
[ "16605" ]
8.17.0
Tactics
Fixed
Typeclass inference sometimes lost holes
[ "16743", "5239" ]
8.17.0
Ltac language
Changed
`Ltac ::= ...` redefinitions now respect :attr:`local`
[ "16106" ]
8.17.0
Ltac language
Changed
In :tacn:`match goal`, “hyp := body : typ” is sugar only for a default cast
[ "16764" ]
8.17.0
Ltac2 language
Changed
`Ltac2.Bool` notations moved into `Ltac2.Bool.BoolNotations`
[ "16536" ]
8.17.0
Ltac2 language
Changed
`Constr.in_context` enforces the “constr is a type” requirement
[ "16547", "16540" ]
8.17.0
Ltac2 language
Changed
Goal matching functions in `Ltac2.Pattern` changed type
[ "16655" ]
8.17.0
Ltac2 language
Added
Deep pattern matching with `match x with` + `as`, records, literal ints
[ "16023", "16179" ]
8.17.0
Ltac2 language
Added
`Message.to_string`, `String.concat`, `String.cat`, `String.equal`, etc.
[ "16217" ]
8.17.0
Ltac2 language
Added
`Ltac2.Constr.Unsafe.liftn`
[ "16413" ]
8.17.0
Ltac2 language
Added
`Ltac2.Constr.Unsafe.closedn`, `is_closed`, `occur_between`, `occurn`
[ "16414" ]
8.17.0
Ltac2 language
Added
`Ltac2.List.equal`
[ "16429" ]
8.17.0
Ltac2 language
Added
:cmd:`Print Ltac2`, :cmd:`Print Ltac2 Signatures`, :cmd:`Locate` can find Ltac2 definitions
[ "16466", "16418", "16415" ]
8.17.0
Ltac2 language
Added
`Ltac2.Array.for_all2`, `Ltac2.Array.equal`
[ "16535" ]
8.17.0
Ltac2 language
Added
`Ltac2.Constant.equal` & many `equal` for Constructors, Evars, Floats, etc.
[ "16537" ]
8.17.0
Ltac2 language
Added
`Ltac2.Option.equal`
[ "16538" ]
8.17.0
Ltac2 language
Added
Syntax for Ltac2 record update `{ foo with field := bar }`
[ "16552", "10117" ]
8.17.0
Ltac2 language
Added
Record punning in Ltac2, e.g. `{ foo; M.bar }`
[ "16556" ]
8.17.0
Ltac2 language
Added
`match! goal` can match hypothesis bodies
[ "16655", "12803" ]
8.17.0
Ltac2 language
Added
Quotation & syntax class for “preterm”
[ "16740" ]
8.17.0
SSReflect
Added
`olift`, `pred_oapp`, etc. from math-comp
[ "16158" ]
8.17.0
Commands and options
Changed
Commands setting tactic options now support :attr:`export`
[ "15274" ]
8.17.0
Commands and options
Changed
No “locality attribute omitted” warnings for `Hint` / `Instance` become errors now
[ "16004" ]
8.17.0
Commands and options
Changed
Program transparent obligations no longer produce an implicit `Hint Unfold`
[ "16340" ]
8.17.0
Commands and options
Changed
`Print Typeclasses` replaces `Print TypeClasses`
[ "16690", "16686" ]
8.17.0
Commands and options
Changed
`-async-proofs-tac-j=0` means no new processes for `par`
[ "16837" ]
8.17.0
Commands and options
Removed
The “Program Naming” flag
[ "16519" ]
8.17.0
Commands and options
Removed
Undocumented/broken `Solve Obligation`
[ "16842" ]
8.17.0
Commands and options
Deprecated
`:>` syntax for typeclass instance fields replaced by `::`
[ "16230" ]
8.17.0
Commands and options
Added
Better doc for :cmd:`Proof using`
[ "16168" ]
8.17.0
Commands and options
Added
`::` syntax for typeclass instance fields
[ "16230" ]
8.17.0
Commands and options
Added
:cmd:`Print Keywords`
[ "16438" ]
8.17.0
Commands and options
Added
:cmd:`Print Grammar` for arbitrary nonterminals
[ "16440" ]
8.17.0
Commands and options
Fixed
:flag:`Fast Name Printing` no longer captures variable names
[ "16395" ]
8.17.0
Commands and options
Fixed
:tacn:`vm_compute` respects `bytecode-compiler`
[ "16931" ]
8.17.0
Commands and options
Fixed
:cmd:`Proof Mode` errors if nonexistent
[ "16981" ]
8.17.0
Commands and options
Fixed
Backtracking over grammar modifications
[ "17069" ]
8.17.0
Commands and options
Fixed
Anomaly in :cmd:`Function` with an applied `fix`
[ "17113" ]
8.17.0
Command-line tools
Changed
`coq_makefile` no longer passes `-rectypes` to OCaml
[ "17038" ]
8.17.0
Command-line tools
Changed
`coqdoc` no longer indexes variable binders by default
[ "17045" ]
8.17.0
Command-line tools
Added
`coqdoc` can now unify references
[ "17118" ]
8.17.0
Command-line tools
Added
`-require lib` / `-require-from root lib`
[ "17364" ]
8.17.0
Command-line tools
Added
`coqtimelog2html` to render timing logs
[ "17411" ]
8.17.0
Command-line tools
Fixed
`coq_makefile` large “install” commands replaced by smaller ones
[ "17697" ]
8.17.0
CoqIDE
Changed
XML protocol includes line+column info
[ "17382", "17023" ]
8.17.0
Standard library
Changed
`Vector.nth` is strict
[ "16731", "16738" ]
8.17.0
Standard library
Changed
`set_diff_nodup` drops second NoDup assumption
[ "16926" ]
8.17.0
Standard library
Changed
Instances from `DecidableClass` moved
[ "17021" ]
8.17.0
Standard library
Changed
`btauto.Algebra.bool` hint is now :attr:`export`
[ "17281" ]
8.17.0
Standard library
Changed
`xorb` simplified
[ "17427" ]
8.17.0
Standard library
Changed
Renames in `Reals/RIneq.v`
[ "17036" ]
8.17.0
Standard library
Removed
Old definitions like `Datatypes.prod_curry`
[ "16920" ]
8.17.0
Standard library
Deprecated
`Coq.Lists.List.Forall2_refl`
[ "17646" ]
8.17.0
Standard library
Deprecated
`ZArith.Zdigits`
[ "17733" ]
8.17.0
Standard library
Deprecated
`Numbers.Cyclic.Int31.Cyclic31`
[ "17734" ]
8.17.0
Standard library
Deprecated
Various `Reals/RIneq.v` lemmas
[ "17036" ]
8.17.0
Standard library
Added
`olift` and `pred_oapp`, plus new lemmas from math-comp
[ "16158" ]
8.17.0
Standard library
Added
Extra Permutation/List lemmas
[ "15986" ]
8.17.0
Standard library
Added
`Nat.Div0` / `Nat.Lcm0` / `N.Div0` / `N.Lcm0`
[ "16203" ]
8.17.0
Standard library
Added
`measure_induction` in `Nat` and `N`
[ "16203" ]
8.17.0
Standard library
Added
`Listing_decidable_eq`, `Finite_dec`, `NoDup_list_decidable`
[ "16489" ]
8.17.0
Standard library
Added
`not_NoDup`, `NoDup_app_remove_l`, `NoDup_app_remove_r`
[ "16588" ]
8.17.0
Standard library
Added
`skipn_skipn`
[ "16632" ]
8.17.0
Standard library
Added
`nth_error_ext`, `map_repeat`, `rev_repeat` in `List.v`; `to_list_nil_iff`, `to_list_inj` in `VectorSpec.v`
[ "16756" ]
8.17.0
Standard library
Added
Transparent `extgcd` in `Znumtheory`
[ "16915" ]
8.17.0
Infrastructure and dependencies
Changed
Dune-only build
[ "15560" ]
8.17.0
Infrastructure and dependencies
Changed
Not compiled with `-rectypes` anymore
[ "16007" ]