index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pretyping
/
constr_matching.ml
Commit message (
Expand
)
Author
Age
*
Remove Sorts.contents
Gaëtan Gilbert
2018-06-26
*
Merge PR #7199: Fixes #7195: missing freshness condition in Ltac pattern-matc...
Matthieu Sozeau
2018-06-04
|
\
*
|
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-30
*
|
Merge PR #6965: [api] Move universe syntax to `Glob_term`
Pierre-Marie Pédrot
2018-05-18
|
\
\
|
*
|
[api] Move universe syntax to `Glob_term`
Emilio Jesus Gallego Arias
2018-05-08
*
|
|
Do not compute constr matching context if not used.
Pierre-Marie Pédrot
2018-04-10
|
/
/
|
*
Fixes #7195 (missing freshness condition in Ltac pattern-matching names).
Hugo Herbelin
2018-04-08
|
/
*
Patterns: Accepting patterns in PFix and PCofix and not only constr.
Hugo Herbelin
2018-03-28
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
Fix context handling of fix and cofix in Ltac subterm matching.
Cyprien Mangin
2018-01-19
*
Remove deprecated option Tactic Compat Context.
Théo Zimmermann
2017-12-11
*
Remove up-to-conversion matching functions.
Pierre-Marie Pédrot
2017-12-09
*
Make some functions on terms more robust w.r.t new term constructs.
Maxime Dénès
2017-11-23
*
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-13
*
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-11-06
*
[api] Deprecate all legacy uses of Name.Id in core.
Emilio Jesus Gallego Arias
2017-11-04
*
[general] Remove Econstr dependency from `intf`
Emilio Jesus Gallego Arias
2017-10-25
*
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-28
*
Merge PR #811: Addressing #5434 (ltac pattern-matching refusing to match anon...
Maxime Dénès
2017-09-15
|
\
*
|
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
|
*
Addressing #5434 (ltac pattern-matching refusing to match anonymous variables).
Hugo Herbelin
2017-06-18
|
/
*
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-05-17
|
\
|
*
Removing a line warned unused.
Hugo Herbelin
2017-05-14
|
*
Really fixing #2602 which was wrongly working because of #5487 hiding the cause.
Hugo Herbelin
2017-05-01
*
|
Post-rebase warnings (unused opens and 2 unused values)
Gaetan Gilbert
2017-04-27
*
|
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-04-27
|
\
|
|
*
Fix bug #5377: @? patterns broken.
Pierre-Marie Pédrot
2017-04-20
*
|
Merge branch 'trunk' into pr379
Maxime Dénès
2017-04-04
|
\
\
*
|
|
Actually exporting delayed universes in the EConstr implementation.
Pierre-Marie Pédrot
2017-04-01
|
*
|
Replacing "cast surgery" in LetIn by a proper field (see PR #404).
Hugo Herbelin
2017-03-24
*
|
|
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Eliminating parts of the right-hand side compatibility layer
Pierre-Marie Pédrot
2017-02-14
*
|
|
Tactic_matching API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Cleaning up opening of the EConstr module in pretyping folder.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Constr_matching API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Retyping API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Reductionops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
*
|
|
Termops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
|
/
/
*
/
Unplugging Tacexpr in several interface files.
Pierre-Marie Pédrot
2016-09-08
|
/
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
A new infrastructure for warnings.
Maxime Dénès
2016-06-29
*
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
*
Revert "When interpreting "match goal with ... end" in ltac, expand evars by"
Hugo Herbelin
2016-04-27
*
When interpreting "match goal with ... end" in ltac, expand evars by
Hugo Herbelin
2016-04-27
*
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2016-01-11
|
/
*
Revert "Fixing #4198 (continued): not matching within the inner lambdas/let-ins"
Hugo Herbelin
2015-10-28
[next]