index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Age
Commit message (
Expand
)
Author
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-02-08
Change interfaces of evarconv as suggested by Enrico.
Matthieu Sozeau
2019-02-08
Merge PR #9410: Make `Program` a regular attribute
Matthieu Sozeau
2019-02-06
Avoid eqn when generating name in induction_gen.
Jasper Hugunin
2019-02-05
Make Program a regular attribute
Maxime Dénès
2019-01-23
Move and rewrite documentation for intro patterns that was under
Jim Fehrle
2018-12-19
Merge PR #9139: [engine] Allow debug printers to access the environment.
Pierre-Marie Pédrot
2018-12-18
Merge PR #9160: Avoid user-given names in automatic introduction of binders
Pierre-Marie Pédrot
2018-12-17
Merge PR #9153: [api] Move reduction modules to `tactics`
Pierre-Marie Pédrot
2018-12-15
Avoid explicit names in binders for automatic intros
Jasper Hugunin
2018-12-13
[engine] Allow debug printers to access the environment.
Emilio Jesus Gallego Arias
2018-12-11
[api] Move reduction modules to `tactics`
Emilio Jesus Gallego Arias
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-21
[legacy proof engine] Remove some cruft.
Emilio Jesus Gallego Arias
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-11-16
Remove the implicit tactic feature following #7229.
Pierre-Marie Pédrot
2018-11-08
Standardize handling of Automatic Introduction.
Jasper Hugunin
2018-11-05
Merge PR #8866: Check universe instances in Typing
Pierre-Marie Pédrot
2018-10-30
Fix evar leak in induction tactic.
Gaëtan Gilbert
2018-10-30
Move abstract out of tactics.ml
Gaëtan Gilbert
2018-10-26
Cleanup evar_extra: remove evar_info's store and add maps to evar_map
Matthieu Sozeau
2018-10-14
Passing env functionally in move_hyp and insert_decl_in_named_context.
Hugo Herbelin
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-10-08
Remove dead code in universe handling in the abstract tactical.
Pierre-Marie Pédrot
2018-09-27
Fixes #8553 (regression of tactic "change" under binders).
Hugo Herbelin
2018-09-24
[engine] Remove and deprecate `nf_enter` et al.
Emilio Jesus Gallego Arias
2018-09-19
Merge PR #8246: Implementing an internal basic version of the "pose" tactic i...
Enrico Tassi
2018-09-04
Merge PR #8263: Do not abstract over the named variable in unsafe introductio...
Hugo Herbelin
2018-09-03
Merge PR #7912: Simplify effects API
Maxime Dénès
2018-08-17
Do not abstract over the named variable in unsafe introduction tactic.
Pierre-Marie Pédrot
2018-08-13
Less crazy implementation of the "pose" family of tactics.
Pierre-Marie Pédrot
2018-07-28
Merge PR #8077: Fix #7291: unify tactic should have more descriptive error me...
Hugo Herbelin
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-16
Fix #7291: unify tactic should have more descriptive error messages.
Pierre-Marie Pédrot
2018-06-26
Merge PR #7826: evd: restrict_evar with candidates, can raise NoCandidatesLeft
Hugo Herbelin
2018-06-24
Share the role type between the implementations of side-effects.
Pierre-Marie Pédrot
2018-06-18
Fix #7421: constr_eq ignores universe constraints.
Gaëtan Gilbert
2018-06-15
evd: restrict_evar with candidates, can raise NoCandidatesLeft
Matthieu Sozeau
2018-06-13
Merge PR #7789: Fixes #7779: destruct's "in" clause was forgetting the possib...
Pierre-Marie Pédrot
2018-06-12
Fixes #7779 (destruct's "in" clause was forgetting the possibility of "eqn").
Hugo Herbelin
2018-06-12
[api] Misctypes removal: tactic flags.
Emilio Jesus Gallego Arias
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-06-05
Merge PR #7004: Make `simple apply` obey `Opaque` directive.
Pierre-Marie Pédrot
2018-06-05
Make direct invocations of `simple apply` obey `Opaque` directive.
Maxime Dénès
2018-06-04
Stronger invariants in unification signature.
Pierre-Marie Pédrot
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-28
Tactics.introduction: remove dangerous option ~check
Enrico Tassi
[next]