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
*
Fix test-suite 2255.v
Pierre Boutillier
2014-03-17
*
Useless tactic bindings in Tacticals.
Pierre-Marie Pédrot
2014-03-07
*
Tentative fix for a very strange pervasive equality in Auto.
Pierre-Marie Pédrot
2014-03-07
*
Fixing generic equality in Auto.
Pierre-Marie Pédrot
2014-03-07
*
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Fixing pervasive equalities. In particular, I removed the code that deleted
Pierre-Marie Pédrot
2014-03-03
*
Term dnets do no need to contain the afferent constr pattern in their nodes.
Pierre-Marie Pédrot
2014-03-03
*
Removing Termdn, and putting the relevant code in Btermdn. The current Termdn
Pierre-Marie Pédrot
2014-03-03
*
Extruding code not depending of the functor argument in Termdn.
Pierre-Marie Pédrot
2014-03-03
*
Replacing arguments of Trie by a cancellable monoid.
Pierre-Marie Pédrot
2014-03-03
*
Matching --> ConstrMatching (was clashing with OCaml's compiler-libs)
Pierre Letouzey
2014-03-02
*
Grammar.cma with less deps (Glob_ops and Nameops) after moving minor code
Pierre Letouzey
2014-03-02
*
Fixing pervasive comparisons
Pierre-Marie Pédrot
2014-03-01
*
Removing a fishy use of pervasive equality in Ltac backtrace printing.
Pierre-Marie Pédrot
2014-03-01
*
Removing Pervasives.compare in Termdn.
Pierre-Marie Pédrot
2014-02-28
*
Tacinterp: more refactoring.
Arnaud Spiwack
2014-02-27
*
Tacinterp: refactoring using Monad.
Arnaud Spiwack
2014-02-27
*
Code refactoring thanks to the new Monad module.
Arnaud Spiwack
2014-02-27
*
Remove unsafe code (Obj.magic) in Tacinterp.
Arnaud Spiwack
2014-02-27
*
Proofview.Notations: Now that (>>=) is free, use it for tclBIND.
Arnaud Spiwack
2014-02-27
*
Get rid of the enterl/glist API for Proofview.Goal.
Arnaud Spiwack
2014-02-27
*
Tacinterp: yet another superfluous enterl.
Arnaud Spiwack
2014-02-27
*
Tacinterp: spurious enterl.
Arnaud Spiwack
2014-02-27
*
Dead code: eval_ltac_constr.
Arnaud Spiwack
2014-02-27
*
Tacinterp: remove the is_value check in Ltac's let-in.
Arnaud Spiwack
2014-02-25
*
Tacinterp: fewer enterl still.
Arnaud Spiwack
2014-02-25
*
Tacinterp: fewer Proofview.Goal.enterl.
Arnaud Spiwack
2014-02-25
*
Tacinterp: clean up.
Arnaud Spiwack
2014-02-25
*
Tacinterp: remove unnecessary return/bind pairs.
Arnaud Spiwack
2014-02-25
*
TacticMatching: avoid some closure allocation in (<*>).
Arnaud Spiwack
2014-02-24
*
Removed some trailing whitespaces.
Arnaud Spiwack
2014-02-24
*
IStream: a concat_map primitive.
Arnaud Spiwack
2014-02-24
*
A view type for IStream.
Arnaud Spiwack
2014-02-24
*
Removing non-marshallable data from the Agram constructor. Instead of
Pierre-Marie Pédrot
2014-02-16
*
The constructor tactic now returns several successes.
Pierre-Marie Pédrot
2014-02-04
*
Fixing bug #3226.
Pierre-Marie Pédrot
2014-02-02
*
In Ltac's exact tactic: avoid checking the type of the term twice.
Arnaud Spiwack
2014-01-31
*
Fixing dependent inversion. Some exceptions were not caught by the tactic
Pierre-Marie Pédrot
2014-01-28
*
Adding a default object to generic argument registering mechanism.
Pierre-Marie Pédrot
2014-01-19
*
Fixing bug #1758: Print Hint output can be misleading if variable shadows hyp...
Pierre-Marie Pédrot
2014-01-17
*
Removing unused tactics in rewrite.
Pierre-Marie Pédrot
2014-01-14
*
Exporting the full pretyper options in Goal.constr_of_raw.
Pierre-Marie Pédrot
2014-01-10
*
Fix bug#2080: error message on Ltac name clash with primitive tactics
xclerc
2014-01-10
*
Algebraized "No such hypothesis" errors
Pierre-Marie Pédrot
2014-01-06
*
Code cleaning in Rewrite, may also result faster.
Pierre-Marie Pédrot
2014-01-04
*
Qed: feedback when type checking is done
Enrico Tassi
2013-12-24
*
Simplifying the use of hypinfos in Rewrite.
Pierre-Marie Pédrot
2013-12-24
*
Rewrite.ml: removing direction flag from hypinfo.
Pierre-Marie Pédrot
2013-12-23
*
Do not pass unification flags around in Rewrite.
Pierre-Marie Pédrot
2013-12-22
[next]