index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
parsing
Commit message (
Expand
)
Author
Age
*
Fixes in rewrite and a Elimination/Case to Scheme:
msozeau
2010-03-06
*
Makefile: the .ml of .ml4 are now produced explicitely (in binary ast form)
letouzey
2010-03-04
*
New command Declare Reduction <id> := <conv_expr>.
letouzey
2010-01-28
*
Variant !F M for functor application that does not honor the Inline declarations
letouzey
2010-01-17
*
g_decl_mode: 'by' is now a keyword
letouzey
2010-01-12
*
* Segmenttree: New. A very simple implementation of segment trees.
regisgia
2010-01-08
*
Include can accept both Module and Module Type
letouzey
2010-01-07
*
"by" becomes officially a reserved keyword of Coq (fixes "rewrite ... at ... ...
letouzey
2010-01-06
*
Specific syntax for Instances in Module Type: Declare Instance
letouzey
2010-01-04
*
Fixing bug #2146 (broken selection of occurrences in "change").
herbelin
2009-12-30
*
Fixing precedence while printing patterns in Ltac (was modified in r12607)
herbelin
2009-12-29
*
Fix "Existing Instance" to handle globality information and "Existing
msozeau
2009-12-27
*
In "simpl c" and "change c with d", c can be a pattern.
herbelin
2009-12-24
*
Opened the possibility to type Ltac patterns but it is not fully functional yet
herbelin
2009-12-24
*
Generic support for open terms in tactics
herbelin
2009-12-21
*
* Rewrite [classify_unicode] using standard unicode tables.
regisgia
2009-12-20
*
Made the interpretation levels rlevel/glevel/tlevel truly phantom
herbelin
2009-12-19
*
Deactivating printing of {| |} for records when option Printing All is set.
herbelin
2009-12-13
*
Fixing bug in printing option as of remember and generalize
herbelin
2009-12-13
*
Migration of ProtectedToplevel and Line_oriented_parser into new contrib Inte...
letouzey
2009-12-08
*
No more specific syntax "Include Self" for inclusion of partially-applied fun...
letouzey
2009-12-07
*
Added support for definition of fixpoints using tactics.
herbelin
2009-11-27
*
Module subtyping : allow many <: and module type declaration with <:
letouzey
2009-11-18
*
New syntax <+ for chains of Include (or Include Type) (or Include Self (Type))
letouzey
2009-11-16
*
Include Self (Type) Foo: applying a (Type) Functor to the current context
letouzey
2009-11-16
*
Document Generalizable Variables, and change syntax to
msozeau
2009-11-15
*
Added support for multiple where-clauses in Inductive and co (see wish #2163).
herbelin
2009-11-11
*
Improving abbreviations/notations + backtrack of semantic change in r12439
herbelin
2009-11-11
*
A bit of cleaning around name generation + creation of dedicated file namegen.ml
herbelin
2009-11-09
*
Misc fixes.
msozeau
2009-11-06
*
Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.
gmelquio
2009-11-04
*
Integrate a few improvements on typeclasses and Program from the equations br...
msozeau
2009-10-28
*
Module type expressions of the form (Fsig X) with Definition foo := bar are n...
soubiran
2009-10-28
*
Add a new vernacular command for controling implicit generalization of
msozeau
2009-10-27
*
New cleaning phase of the Local/Global option management
herbelin
2009-10-26
*
Restore (and test) broken chaining of lemmas in "apply in" in presence
herbelin
2009-10-25
*
fixed bug in Czar grammar
corbinea
2009-10-25
*
Improved the treatment of Local/Global options (noneffective Local on
herbelin
2009-10-25
*
This big commit addresses two problems:
soubiran
2009-10-21
*
Fixed a notation bug when extending binder_constr with empty levels
herbelin
2009-10-17
*
Removal of trailing spaces.
serpyc
2009-10-04
*
Add support for Local Declare ML Module
glondu
2009-09-29
*
Complement to 12347 and 12348 on the extended syntax of case/elim.
herbelin
2009-09-27
*
Only one "in" clause in "destruct" even for a multiple "destruct".
herbelin
2009-09-20
*
Add "case as/in/using" and temporary "destruct" with n args.
herbelin
2009-09-20
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
- Addition of "Reserved Infix" continued.
herbelin
2009-09-14
*
- Inductive types in the "using" option of auto/eauto/firstorder are
herbelin
2009-09-13
*
Generalized the possibility to refer to a global name by a notation
herbelin
2009-09-11
*
Added syntax "exists bindings, ..., bindings" for iterated "exists".
herbelin
2009-09-10
[next]