index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
interp
/
constrintern.ml
Commit message (
Expand
)
Author
Age
*
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-30
*
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-27
*
Revert specific syntax for primitive projections, avoiding ugly
Matthieu Sozeau
2014-09-17
*
Uniformisation of the order of arguments env and sigma.
Hugo Herbelin
2014-09-12
*
Parsing evar instances.
Hugo Herbelin
2014-09-12
*
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
*
Parsing and printing of primitive projections, fix buggy behavior when
Matthieu Sozeau
2014-09-10
*
- Fix printing and parsing of primitive projections, including the Set
Matthieu Sozeau
2014-09-09
*
Parsing of Type@{max(i,j)}.
Matthieu Sozeau
2014-09-08
*
Change internalization of primitive projections to allow parsing [p t] as
Matthieu Sozeau
2014-08-08
*
Revert the change in Constrintern introduced by "Add a type of untyped term t...
Arnaud Spiwack
2014-08-06
*
Better fix of e5c025
Pierre Boutillier
2014-08-05
*
Fixing #3483 (graceful failing with notations to non-constructors in "match").
Hugo Herbelin
2014-08-03
*
Better struture for Ltac internalization environments in Constrintern.
Pierre-Marie Pédrot
2014-08-02
*
Faster uconstr.
Arnaud Spiwack
2014-08-01
*
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-08-01
*
Finish fixes on notations and primitive projections, add test-suite files for...
Matthieu Sozeau
2014-07-31
*
Add a type of untyped term to Ltac's value.
Arnaud Spiwack
2014-07-29
*
Fix treatment of notations containing applications of projections (fixes bug ...
Matthieu Sozeau
2014-07-29
*
Continue fix on argument scopes of primitive projections.
Matthieu Sozeau
2014-06-17
*
Fixing #3282 (two bugs in the presence of let-in's in "fix").
Hugo Herbelin
2014-06-17
*
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
*
Fix bug #3289
Matthieu Sozeau
2014-06-11
*
Collecting in Namegen those conventional default names that are used in diffe...
Hugo Herbelin
2014-06-04
*
- Fix hashing of levels to get the "right" order in universe contexts etc...
Matthieu Sozeau
2014-06-04
*
Fix printing of projections with implicits.
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Pierre-Marie Pédrot
2014-04-23
*
Fixing interpretation of tactics in terms. It was forgetting part of the
Pierre-Marie Pédrot
2014-03-06
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Fix grammatical mistake in error message (bug #3238)
xclerc
2014-02-24
*
Fixing an interpretation bug with tactics in notations. For some obscure
Pierre-Marie Pédrot
2014-01-19
*
Disable GlobRef feedback (CoqIDE does nothing with them)
Enrico Tassi
2014-01-05
*
Notation variables are now taken into account as possible ltac bound variables
Pierre-Marie Pédrot
2013-12-22
*
Notations now accept the $(...)$ tactic-in-term syntax. They are resolved at
Pierre-Marie Pédrot
2013-12-22
*
Notations can now accept dummy arguments. If ever a bound variable is not
Pierre-Marie Pédrot
2013-12-22
*
Removing the need of evarmaps in constr internalization.
Pierre-Marie Pédrot
2013-12-17
*
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-11-27
*
Fixing bug #3165.
Pierre-Marie Pédrot
2013-11-23
*
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-24
*
cList.index is now cList.index_f, same for index0
letouzey
2013-10-23
*
cList: set-as-list functions are now with an explicit comparison
letouzey
2013-10-23
*
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-19
*
Removing more association lists in Constrintern.
ppedrot
2013-09-02
*
Actually using the domain function for maps.
ppedrot
2013-08-25
*
Support Proof General
gareuselesinge
2013-08-08
*
Removing association lists in Constrintern.
ppedrot
2013-08-07
*
Replacing uses of association lists by maps in notations.
ppedrot
2013-08-03
*
Useless use of maps in constr internalizing.
ppedrot
2013-06-25
*
Using the whole tactic environment while Pretyping.
ppedrot
2013-06-24
[next]