index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
autorewrite.ml
Age
Commit message (
Expand
)
Author
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-24
Stop using pstate in global print queries
Gaëtan Gilbert
2019-03-27
[geninterp] Track polymorphic status in tactic interpretation.
Emilio Jesus Gallego Arias
2019-03-20
Stop accessing proof env via Pfedit in printers
Maxime Dénès
2019-02-08
locus: Add an AtLeastOneOccurrence constructor.
Matthieu Sozeau
2018-12-12
Higher-level libobject API for objects with fixed scopes
Maxime Dénès
2018-10-26
[typeclasses] functionalize typeclass evar handling
Matthieu Sozeau
2018-09-24
[engine] Remove and deprecate `nf_enter` et al.
Emilio Jesus Gallego Arias
2018-06-04
[econstr] Remove some Unsafe.to_constr use.
Emilio Jesus Gallego Arias
2018-05-23
Moving Option.smart_map to Option.Smart.map.
Hugo Herbelin
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-03-09
[located] More work towards using CAst.t
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-11-22
[api] Deprecate Term destructors, move to Constr
Emilio Jesus Gallego Arias
2017-11-21
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-05-25
Merge PR#608: Allow Ltac2 as a plugin
Maxime Dénès
2017-05-24
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-19
Merge branch 'master' into ltac2-hooks
Pierre-Marie Pédrot
2017-05-05
Remove two unused opens.
Maxime Dénès
2017-05-03
Allowing to pass arbitrary data in internalization environments.
Pierre-Marie Pédrot
2017-05-01
Removing dead code in Autorewrite.
Pierre-Marie Pédrot
2017-04-25
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-02-14
Removing most nf_enter in tactics.
Pierre-Marie Pédrot
2017-02-14
Removing various compatibility layers of tactics.
Pierre-Marie Pédrot
2017-02-14
Removing some return type compatibility layers in Termops.
Pierre-Marie Pédrot
2017-02-14
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Equality API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Clenv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Typing API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2016-09-08
Unplugging Pptactic from Ppvernac.
Pierre-Marie Pédrot
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-08-19
Unify location handling of error functions.
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-05-16
Put the "clear" tactic into the monad.
Pierre-Marie Pédrot
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-04
Getting rid of the Geninterp.generic_interp function.
Pierre-Marie Pédrot
2016-03-25
Moving Autorewrite back to tactics/.
Pierre-Marie Pédrot
2016-03-21
Creating a dedicated ltac/ folder for Hightactics.
Pierre-Marie Pédrot
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-09
Fix bug 4479: "Error: Rewriting base foo does not exist." should be catchable.
Pierre-Marie Pédrot
2015-10-29
Removing the evar_map argument from s_enter.
Pierre-Marie Pédrot
2015-10-20
Boxing the Goal.enter primitive into a record type.
Pierre-Marie Pédrot
[next]