index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
Commit message (
Expand
)
Author
Age
*
Split [Proofview] into a file where the basic operations on the state are def...
Arnaud Spiwack
2014-10-22
*
Make names in [Proofview_monad] more uniform.
Arnaud Spiwack
2014-10-22
*
Add more primitives to the [Monad.Make] arguments.
Arnaud Spiwack
2014-10-22
*
Proofview: move more functions to the Unsafe module.
Arnaud Spiwack
2014-10-22
*
Proofview: split [V82] module into [Unsafe] and [V82].
Arnaud Spiwack
2014-10-22
*
Remove the deprecated open-constr based refine.
Arnaud Spiwack
2014-10-22
*
Lemmas/Pfedit: use full evar_map instead of universe contexts to start proofs.
Arnaud Spiwack
2014-10-22
*
Remove duplicate code.
Arnaud Spiwack
2014-10-22
*
Removing dead code in Rewrite.
Pierre-Marie Pédrot
2014-10-21
*
Small invariants in Rewrite code.
Pierre-Marie Pédrot
2014-10-21
*
Fixing decompose_app_rel in Rewrite.
Pierre-Marie Pédrot
2014-10-21
*
Using new clausenv in rewrite.
Pierre-Marie Pédrot
2014-10-21
*
Removing re-typecheking from "refine" in no-check mode of the new
Hugo Herbelin
2014-10-20
*
Revert "Essai où assert_style n'est utilisé que si pas visuellement une éq...
Hugo Herbelin
2014-10-17
*
Essai où assert_style n'est utilisé que si pas visuellement une équation;
Hugo Herbelin
2014-10-17
*
Relaxing again the test on types of replacements in tactic change
Hugo Herbelin
2014-10-16
*
In convert_concl/convert_hyp: nf_enter -> enter.
Hugo Herbelin
2014-10-16
*
Refresh to avoid algebraic universes on the right.
Matthieu Sozeau
2014-10-16
*
Goal: remove some functions from the compatibility layer.
Arnaud Spiwack
2014-10-16
*
Goal: remove most of the API (make [Goal.goal] concrete).
Arnaud Spiwack
2014-10-16
*
Proofview.Refine: remove the handle type, and simplify the API.
Arnaud Spiwack
2014-10-16
*
Fix for bug #3618.
Matthieu Sozeau
2014-10-15
*
Remaining tactics of the Auto module were put in the monad.
Pierre-Marie Pédrot
2014-10-15
*
Fix bug #3698: stack overflow due to eta+canonical structures in
Matthieu Sozeau
2014-10-14
*
Fixing "change" and "fold" after convert_hyp/convert_concl moved to
Hugo Herbelin
2014-10-13
*
Add support for deactivating type class inference from induction/destruct.
Hugo Herbelin
2014-10-13
*
Fix segfault in native compiler on int31 division.
Maxime Dénès
2014-10-10
*
Propagating name of goal to main subgoal in cut and conversion tactics.
Hugo Herbelin
2014-10-09
*
A version of convert_concl and convert_hyp in new proof engine.
Hugo Herbelin
2014-10-09
*
Forgotten hints.ml{,i} files in 38b34dfffcc.
Hugo Herbelin
2014-10-08
*
Splitting out of auto.ml a file hints.ml dedicated to hints so as to
Hugo Herbelin
2014-10-07
*
Removing debugging information committed by mistake.
Hugo Herbelin
2014-10-07
*
Make tclEFFECTS also update the env in the proof monad
Enrico Tassi
2014-10-06
*
Semantic fix of a refine in Rewrite.
Pierre-Marie Pédrot
2014-10-05
*
Check compatibility of types in change depending on whether it is a
Hugo Herbelin
2014-10-05
*
Fixing #3657 (check that both sides of a "change with" have the same
Hugo Herbelin
2014-10-03
*
Fixing bug #2810 (autounfold on local variable declared as hint but cleared).
Hugo Herbelin
2014-10-02
*
Fixing nice printing of error reporting with ml tactics bound to ltac names.
Hugo Herbelin
2014-10-01
*
Made Tacsubst independent of Auto at linking time so that Tacenv does
Hugo Herbelin
2014-10-01
*
Seeing IntroWildcard as an action intro pattern rather than as a naming pattern
Hugo Herbelin
2014-09-30
*
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-30
*
Merging some functions from evarutil.ml/evd.ml.
Hugo Herbelin
2014-09-29
*
Keyed unification option, compiling the whole standard library
Matthieu Sozeau
2014-09-27
*
Remove auto's use of dummy goal, use the proper sigma for pattern_of_constr.
Matthieu Sozeau
2014-09-27
*
Make pattern_of_constr typed so that we can infer the proper patterns
Matthieu Sozeau
2014-09-27
*
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-27
*
Changed semantics of induction !id when a clause is given: don't
Hugo Herbelin
2014-09-27
*
Removing the last use of tclSENSITIVE in favour of tclNEWGOALS.
Pierre-Marie Pédrot
2014-09-27
*
Rename eq_constr functions in Evd to not break backward compatibility
Matthieu Sozeau
2014-09-24
*
Make eq_pattern_test/eq_test work up to the equivalence of primitive
Matthieu Sozeau
2014-09-24
[next]