aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp
Commit message (Expand)AuthorAge
* Debugger vs tracer: Two different behaviors wrt printing: The debuggerGravatar herbelin2012-02-01
* Printing bugs with match patterns:Gravatar herbelin2012-01-27
* Added documentation for "Set Parsing Explicit" + fixed mistakenlyGravatar herbelin2012-01-20
* Added new command "Set Parsing Explicit" for deactivating parsing (andGravatar herbelin2012-01-20
* Notations with binders: Accepting using notations for functional termsGravatar herbelin2012-01-20
* Boolean Option Patterns CompatibilityGravatar pboutill2012-01-19
* Parameters in pattern first step.Gravatar pboutill2012-01-16
* Backtracking on r14876 (fix for bug #2267): extra scopes might beGravatar herbelin2012-01-05
* Fixing Arguments Scope bug when too many scopes are given (bug #2667).Gravatar herbelin2012-01-04
* Fixing bug #2634 (unscoped notations were disturbing theGravatar herbelin2011-12-18
* A pass on warning printings. Made systematic the use of msg_warning soGravatar herbelin2011-12-17
* Fixing amazing loop when using eta-expansion in pattern-matching forGravatar herbelin2011-12-16
* Renamig support added to "Arguments"Gravatar gareuselesinge2011-11-21
* New Arguments vernacularGravatar gareuselesinge2011-11-21
* Fixing association of wrong "as"-pattern name when expandingGravatar herbelin2011-11-16
* Allow "|_=>_" in "match" in patterns, no more forced enumeration of constructorsGravatar letouzey2011-11-07
* Add type annotations around all calls to Libobject.declare_objectGravatar letouzey2011-11-02
* Fixed broken globalization of identifiers containing utf8 lettersGravatar herbelin2011-10-29
* Added checksums to glob files and warned about possibly missingGravatar herbelin2011-10-29
* Remove dynamic stuff from constr_expr and glob_constrGravatar glondu2011-10-28
* Fixing failing printer when the type of a binder name with implicitGravatar herbelin2011-10-24
* Quick improvement of some error messages related to module applicationGravatar herbelin2011-08-30
* Fixing printing bug with last trailing non-maximally implicitGravatar herbelin2011-08-10
* Partial revert of r14292Gravatar pboutill2011-07-26
* Add a syntax entry for fully applied constructor patternGravatar pboutill2011-07-22
* Internalization of pattern carries a full intern_envGravatar pboutill2011-07-22
* This adds two option tables 'Printing Record' and 'Printing Constructor'Gravatar herbelin2011-07-16
* This option disables the use of the '{| field := ... |}' notationGravatar herbelin2011-07-16
* Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...Gravatar herbelin2011-07-16
* A correct error message for an unknown field in a record definitionGravatar pboutill2011-07-15
* Rather quick hack to avoid using notations involving "Type" whenGravatar herbelin2011-06-12
* Make Notation works with anonymous-level "Type".Gravatar herbelin2011-06-08
* Partial fix for accepting bound variables with same name as implicitGravatar herbelin2011-05-26
* Fixing discriminate for identity.Gravatar herbelin2011-05-26
* Definitions of positive, N, Z moved in Numbers/BinNums.vGravatar letouzey2011-05-05
* Fixing and completing interpretation of let's in notations for iterated binders.Gravatar herbelin2011-04-25
* Yet another bug in printing fix with let-in bindersGravatar herbelin2011-04-24
* Take benefit of eta-expansion so that "ex P" is displayed "exists x, P x".Gravatar herbelin2011-04-15
* - Remove create_evar_defsGravatar msozeau2011-04-13
* Fixing multiple printing bugs with "Notation f x := ..."Gravatar herbelin2011-04-08
* Did that adding a rule for printing applications as "f(x)" works.Gravatar herbelin2011-03-31
* Added a table for using reserved names for binding names to typesGravatar herbelin2011-03-05
* Moving printing of module typing errors upwards to himsg.ml so as toGravatar herbelin2011-03-05
* fix last commit about modules (subst_cl_typ may raise Not_found)Gravatar letouzey2011-02-12
* An automatic substitution of scope at functor applicationGravatar letouzey2011-02-11
* Annotations at functor applications:Gravatar letouzey2011-02-11
* Fixpoints are traverse during implicits arguments search to toplevelGravatar pboutill2011-02-10
* Interp a definition with the implicit arguments of its local contextGravatar pboutill2011-02-10
* local variables can have implicits locallyGravatar pboutill2011-02-10
* Data structure telling implicits of local variables is a map in theGravatar pboutill2011-02-10