index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Commit message (
Expand
)
Author
Age
*
cList: set-as-list functions are now with an explicit comparison
letouzey
2013-10-23
*
Moving side effects into evar_map. There was no reason to keep another
ppedrot
2013-10-05
*
Removing a bunch of generic equalities.
ppedrot
2013-09-27
*
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-19
*
At least made the evar type opaque! There are still 5 remaining unsafe
ppedrot
2013-09-18
*
Actually using the domain function for maps.
ppedrot
2013-08-25
*
Less "Coq" strings everywhere
letouzey
2013-08-22
*
State Transaction Machine
gareuselesinge
2013-08-08
*
Side effect free implementation of admit (Isabelle's oracle)
gareuselesinge
2013-08-08
*
Fixing #3062. Computation of the value of a fresh identifier was
ppedrot
2013-08-04
*
Removing useless casts between arrays and lists.
ppedrot
2013-08-04
*
Revising r16550 about providing intro patterns for applying injection:
herbelin
2013-07-09
*
Replacing lists by maps in matching interpretation.
ppedrot
2013-06-05
*
Now interpreting introduction patterns [x1 .. xn] and (x1,..,xn) as an
herbelin
2013-06-02
*
Fixing buggy backtracking in "intros * pat" with failing "pat".
herbelin
2013-06-02
*
Setting "appcontext" as the default behaviour in Ltac matching.
ppedrot
2013-05-28
*
Use the Hook module here and there.
ppedrot
2013-05-12
*
A uniformization step around understand_* and interp_* functions.
herbelin
2013-05-09
*
Merging Context and Sign.
ppedrot
2013-04-29
*
Splitting Term into five unrelated interfaces:
ppedrot
2013-04-29
*
raise UnsafeSuccess -> feedback AddedAxiom
gareuselesinge
2013-04-25
*
Minor code cleaning in CArray / CList.
ppedrot
2013-03-23
*
Using hnf instead of "intro H" for forcing reduction to a product.
herbelin
2013-03-21
*
Fixing an old pecularity of "red": head betaiota redexes are now
herbelin
2013-03-21
*
Restrict (try...with...) to avoid catching critical exn (part 10)
letouzey
2013-03-13
*
Added a Local Definition vernacular command. This type of definition
ppedrot
2013-03-11
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
New implementation of the conversion test, using normalization by evaluation to
mdenes
2013-01-22
*
Yet a new reduction tactic in Coq : cbn
pboutill
2012-12-21
*
Fixed a little inefficiency of "set/destruct" over a pattern. Now
herbelin
2012-12-18
*
Modulification of identifier
ppedrot
2012-12-14
*
Moved Intset and Intmap to Int namespace.
ppedrot
2012-12-14
*
Using library string functions.
ppedrot
2012-12-13
*
Monomorphization (tactics)
ppedrot
2012-11-25
*
Added a CString module.
ppedrot
2012-11-13
*
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-11-08
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
More cleaning in CArray...
ppedrot
2012-09-18
*
Cleaning interface of Util.
ppedrot
2012-09-18
*
More cleaning on Utils and CList. Some parts of the code being
ppedrot
2012-09-17
*
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
*
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
*
This patch removes unused "open" (automatically generated from
regisgia
2012-09-14
*
The new ocaml compiler (4.00) has a lot of very cool warnings,
regisgia
2012-09-14
*
Updating headers.
herbelin
2012-08-08
*
Reductionops refactoring
pboutill
2012-07-20
*
induction/destruct : nicer syntax for generating equations (solves #2741)
letouzey
2012-07-09
*
ZArith + other : favor the use of modern names instead of compat notations
letouzey
2012-07-05
*
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-22
*
Let's try to avoid generating induction principles for records (wish #2693)
letouzey
2012-06-01
[next]