index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
Age
Commit message (
Expand
)
Author
2014-09-21
Rewrite.apply_lemma is written in state passing style.
Pierre-Marie Pédrot
2014-09-21
More invariants in the code of Refine.
Pierre-Marie Pédrot
2014-09-21
Removing a nonsensical Errors.push.
Pierre-Marie Pédrot
2014-09-18
Fixing strange evarmap leak in goals.
Pierre-Marie Pédrot
2014-09-17
Be more conservative and keep the use of eq_constr in pretyping/ functions.
Matthieu Sozeau
2014-09-17
Fix bug #3593, making constr_eq and progress work up to
Matthieu Sozeau
2014-09-17
Fix bug #3633 properly, by delaying the interpetation of constrs in
Matthieu Sozeau
2014-09-17
Revert specific syntax for primitive projections, avoiding ugly
Matthieu Sozeau
2014-09-15
Add a "Hint Mode ref (+ | -)*" hint for setting a global mode
Matthieu Sozeau
2014-09-15
Fix timing of evar-normalisation of goals in [Ftactic.nf_enter].
Arnaud Spiwack
2014-09-15
Ltac names in binders: some Ltac values can be seen both as terms and identif...
Arnaud Spiwack
2014-09-15
A small pass of code cleaning and clenv removing in Rewrite.
Pierre-Marie Pédrot
2014-09-15
Avoid backtracking in typeclass search if a solution for a closed
Matthieu Sozeau
2014-09-15
Rework typeclass resolution and control of backtracking.
Matthieu Sozeau
2014-09-15
Removing one Evd.merge in Rewrite.
Pierre-Marie Pédrot
2014-09-15
More invariants in Rewrite unification.
Pierre-Marie Pédrot
2014-09-15
The unifying functions of Rewrite uses the return types of strategies.
Pierre-Marie Pédrot
2014-09-15
Splitting the uses of the unification function according to the status of
Pierre-Marie Pédrot
2014-09-14
Rewrite.apply_strategy uses the same return type as strategies.
Pierre-Marie Pédrot
2014-09-14
Proper type for rewrite strategy results.
Pierre-Marie Pédrot
2014-09-13
Retroknowledge arguments are made VERNAC ARGUMENTS.
Pierre-Marie Pédrot
2014-09-13
Fixing injection bug #3616 on sigma-types.
Hugo Herbelin
2014-09-12
Uniformisation of the order of arguments env and sigma.
Hugo Herbelin
2014-09-12
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
Commit 682aa67cc80 about enforcing that apply does not create new
Hugo Herbelin
2014-09-11
Oopps.. fixed the .ml not the .ml4
Matthieu Sozeau
2014-09-11
Use an AST for strategy names.
Matthieu Sozeau
2014-09-11
Add a flag for restricting resolution of typeclasses to
Matthieu Sozeau
2014-09-11
Keeping a sub-optimal behavior of intros_possibly_replacing for compatibility...
Hugo Herbelin
2014-09-11
Other bugs with "inversion as" (collision between user-provided names and gen...
Hugo Herbelin
2014-09-10
A step towards better differentiating when w_unify is used for subterm
Hugo Herbelin
2014-09-10
Fixing localisation of tactic errors (my mistake in himsg.ml essentially).
Hugo Herbelin
2014-09-10
More small bugs in intros_replacing.
Hugo Herbelin
2014-09-10
Fixing inversion after having fixed intros_replacing
Hugo Herbelin
2014-09-09
Displaying genarg tag in idtac.
Pierre-Marie Pédrot
2014-09-08
Removing antiquotations in Tauto.
Pierre-Marie Pédrot
2014-09-08
Removing the XML plugin.
Pierre-Marie Pédrot
2014-09-08
Display number of available goals in "incorrect number of goals" error message.
Arnaud Spiwack
2014-09-08
Fix [induction] wrt inductive records and non-recursive variants.
Arnaud Spiwack
2014-09-08
Rename [extract_ltac_uconstr_values] to [extract_ltac_constr_context].
Arnaud Spiwack
2014-09-08
The [constr:(…)] Ltac construction now shares the same context as [uconstr:...
Arnaud Spiwack
2014-09-08
Add a tactic [revgoals] to reverse the list of focused goals.
Arnaud Spiwack
2014-09-07
A better check that an "as" clause has been given to inversion, so
Hugo Herbelin
2014-09-07
Fixing a bug in intros_replacing which was causing inversion not
Hugo Herbelin
2014-09-07
Fixing "simple inversion as" (bug #2164).
Hugo Herbelin
2014-09-07
Dead code in inv.ml.
Hugo Herbelin
2014-09-06
Inlining code in Tacinterp that was only used once.
Pierre-Marie Pédrot
2014-09-06
Code simplification in Tacinterp.
Pierre-Marie Pédrot
2014-09-06
Proper interpretation function for tauto.
Pierre-Marie Pédrot
2014-09-06
Adding a way to inject tactic closures in interpretation values.
Pierre-Marie Pédrot
[next]