index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proofs
/
tacmach.mli
Age
Commit message (
Expand
)
Author
2020-12-21
Move evaluable_global_reference from Names to Tacred.
Pierre-Marie Pédrot
2020-09-29
Almost fully moving funind to new proof engine.
Hugo Herbelin
2020-03-22
[proof] Deprecate unused tacmach functions.
Emilio Jesus Gallego Arias
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-18
Deprecate unsafe_type_of
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-29
[proofs] Remove unused API [detected by coverage]
Emilio Jesus Gallego Arias
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-04-05
[api] [proofs] Remove dependency of proofs on interp.
Emilio Jesus Gallego Arias
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2018-12-11
[api] Move reduction modules to `tactics`
Emilio Jesus Gallego Arias
2018-11-21
[legacy proof engine] Remove some cruft.
Emilio Jesus Gallego Arias
2018-10-30
Generalizing the various evar_map printers in Termops over an environment.
Hugo Herbelin
2018-10-18
[universes] deprecate constr_of_global
Matthieu Sozeau
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-08-15
tacmach: function to gather undef evars of the goal
Matthieu Sozeau
2018-05-14
Deprecate Refiner [evar_map ref] exported functions.
Gaëtan Gilbert
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-12
[engine] Remove ghost parameter from `Proofview.Goal.t`
Emilio Jesus Gallego Arias
2017-12-09
Remove up-to-conversion matching functions.
Pierre-Marie Pédrot
2017-11-13
[api] Insert miscellaneous API deprecation back to core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the 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-08-29
Merge PR #830: Moving assert (the "Cut" rule) to new proof engine
Maxime Dénès
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-25
Moving "assert" (internally "Cut") to the new proof engine.
Hugo Herbelin
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-05-29
Cleanup: removal of constr_of_global.
Matthieu Sozeau
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-04-01
Using delayed universe instances in EConstr.
Pierre-Marie Pédrot
2017-02-14
Merge branch 'master'.
Pierre-Marie Pédrot
2017-02-14
Do not ask for a normalized goal to get hypotheses and conclusions.
Pierre-Marie Pédrot
2017-02-14
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
Removing various compatibility layers of tactics.
Pierre-Marie Pédrot
2017-02-14
Removing compatibility layers in Retyping
Pierre-Marie Pédrot
2017-02-14
Quote API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Proofview.Goal primitive now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Eqdecide API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Tactics API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Tacmach API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2016-11-08
Use pf_get_type_of to avoid blowup in pose proof of large proof terms
Matthieu Sozeau
2016-11-04
Fix #3441 Use pf_get_type_of to avoid blowup
Matthieu Sozeau
2016-09-24
Moving "move" in the new proof engine.
Hugo Herbelin
[next]