index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
class_tactics.ml
Age
Commit message (
Expand
)
Author
2018-10-26
[typeclasses] functionalize typeclass evar handling
Matthieu Sozeau
2018-10-26
Cleanup evar_extra: remove evar_info's store and add maps to evar_map
Matthieu Sozeau
2018-10-01
Merge PR #8177: Make the warning for non-imported hints compatible with inter...
Matthieu Sozeau
2018-09-26
[print] Restrict use of "debug" Termops printer.
Emilio Jesus Gallego Arias
2018-09-26
Make the warning for non-imported hints compatible with internal backtracking.
Pierre-Marie Pédrot
2018-09-24
[engine] Remove and deprecate `nf_enter` et al.
Emilio Jesus Gallego Arias
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-12
[api] Misctypes removal: tactic flags.
Emilio Jesus Gallego Arias
2018-06-07
Merge PR #7629: Fix anomaly in autoapply when an unbound hint name is provided
Matthieu Sozeau
2018-05-31
Remove some dead code in class_tactics.ml
Armaël Guéneau
2018-05-31
Merge PR #6969: [api] Remove functions deprecated in 8.8
Maxime Dénès
2018-05-30
Move interning the [hint_pattern] outside the Typeclasses hooks.
Gaëtan Gilbert
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-29
Fix anomaly in autoapply when an unbound hint name is provided
Armaël Guéneau
2018-05-25
Remove some occurrences of Evd.empty
Maxime Dénès
2018-05-17
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-04-26
[api] Move `hint_info_expr` to `Typeclasses`.
Emilio Jesus Gallego Arias
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-03-08
Add an invariant on given up goals in class_tactics.
Hugo Herbelin
2018-03-08
Proof engine: support for nesting tactic-in-term within other tactics.
Hugo Herbelin
2018-03-08
Proof engine: consider the pair principal and future goals as an entity.
Hugo Herbelin
2018-03-06
Merge PR #6824: Remove deprecated options related to typeclasses.
Maxime Dénès
2018-03-05
Merge PR #6855: Update headers following #6543.
Maxime Dénès
2018-03-04
Remove deprecated options related to typeclasses.
Théo Zimmermann
2018-03-04
Merge PR #6511: [econstr] Continue consolidation of EConstr API under `interp`.
Maxime Dénès
2018-02-28
[econstr] Continue consolidation of EConstr API under `interp`.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-20
proofview: goals come with a state
Enrico Tassi
2018-02-12
[engine] Remove ghost parameter from `Proofview.Goal.t`
Emilio Jesus Gallego Arias
2018-01-02
Cleanup name-binding structure for fresh evar name generation.
Pierre-Marie Pédrot
2017-12-11
[proof] Embed evar_map in RefinerError exception.
Emilio Jesus Gallego Arias
2017-11-21
[printing] Deprecate all printing functions accessing the global proof.
Emilio Jesus Gallego Arias
2017-08-29
Merge PR #805: Functional tactics
Maxime Dénès
2017-08-01
Merge PR #919: Remove a few useless evar-normalizations in printing code.
Maxime Dénès
2017-07-31
Merge PR #761: deprecate Pp.std_ppcmds type and promote Pp.t instead
Maxime Dénès
2017-07-31
env, sigma as first arguments of functions
amblaf
2017-07-31
Remove references to Global.env in tactics/*.ml
amblaf
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-26
Remove a few useless evar-normalizations in printing code.
Pierre-Marie Pédrot
2017-07-26
Merge PR #868: Fix debug trace of typeclasses eauto.
Maxime Dénès
2017-07-20
Merge PR #892: Improve do_split option of typeclass resolution
Maxime Dénès
2017-07-20
Merge PR #869: Enforce alternating separators in typeclass debug output
Maxime Dénès
2017-07-19
Fix debug trace of typeclasses eauto.
Théo Zimmermann
2017-07-18
Improve do_split option of typeclass resolution
Matthieu Sozeau
2017-07-12
format pairs of items for pr_depth to get alternating separators
Paul Steckler
2017-07-11
Deprecate options that were introduced for compatibility with 8.5.
Théo Zimmermann
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-19
Merge PR#787: [typeclasses eauto] Fix bug #3943: non-termination in topological
Maxime Dénès
2017-06-19
Merge PR#727: [tactics] Fix summary registration of global hint variable.
Maxime Dénès
2017-06-14
[typeclasses eauto] Fix bug #3943: non-termination in topological
Matthieu Sozeau
[next]