index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
constr_matching.ml
Age
Commit message (
Expand
)
Author
2021-01-12
Restore the corner-case behaviour for let-bound variables in patterns.
Pierre-Marie Pédrot
2021-01-12
Slight tweak of the matching algorithm for PIf vs. Case.
Pierre-Marie Pédrot
2021-01-12
Change the case representation of patterns.
Pierre-Marie Pédrot
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-12-12
Tweak constr_matching so as to make it tail-rec on projection expansion.
Pierre-Marie Pédrot
2020-10-21
Add missing deprecations in Projection API.
Pierre-Marie Pédrot
2020-10-21
Similar introduction of a Construct module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Deprecate the non-qualified equality functions on kerpairs.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-18
Fix constr_matching on SProp
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-04
Merge PR #7199: Fixes #7195: missing freshness condition in Ltac pattern-matc...
Matthieu Sozeau
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-18
Merge PR #6965: [api] Move universe syntax to `Glob_term`
Pierre-Marie Pédrot
2018-05-08
[api] Move universe syntax to `Glob_term`
Emilio Jesus Gallego Arias
2018-04-10
Do not compute constr matching context if not used.
Pierre-Marie Pédrot
2018-04-08
Fixes #7195 (missing freshness condition in Ltac pattern-matching names).
Hugo Herbelin
2018-03-28
Patterns: Accepting patterns in PFix and PCofix and not only constr.
Hugo Herbelin
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-01-19
Fix context handling of fix and cofix in Ltac subterm matching.
Cyprien Mangin
2017-12-11
Remove deprecated option Tactic Compat Context.
Théo Zimmermann
2017-12-09
Remove up-to-conversion matching functions.
Pierre-Marie Pédrot
2017-11-23
Make some functions on terms more robust w.r.t new term constructs.
Maxime Dénès
2017-11-13
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-11-04
[api] Deprecate all legacy uses of Name.Id in core.
Emilio Jesus Gallego Arias
2017-10-25
[general] Remove Econstr dependency from `intf`
Emilio Jesus Gallego Arias
2017-09-28
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-15
Merge PR #811: Addressing #5434 (ltac pattern-matching refusing to match anon...
Maxime Dénès
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-18
Addressing #5434 (ltac pattern-matching refusing to match anonymous variables).
Hugo Herbelin
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-17
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-05-14
Removing a line warned unused.
Hugo Herbelin
2017-05-01
Really fixing #2602 which was wrongly working because of #5487 hiding the cause.
Hugo Herbelin
2017-04-27
Post-rebase warnings (unused opens and 2 unused values)
Gaetan Gilbert
2017-04-27
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-04-20
Fix bug #5377: @? patterns broken.
Pierre-Marie Pédrot
2017-04-04
Merge branch 'trunk' into pr379
Maxime Dénès
[next]