| Commit message (Expand) | Author | Age |
* | Make the user_err header an optional parameter. | Emilio Jesus Gallego Arias | 2016-08-19 |
* | Unify location handling of error functions. | Emilio Jesus Gallego Arias | 2016-08-19 |
* | errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod... | Pierre Letouzey | 2016-07-03 |
* | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Revert specific syntax for primitive projections, avoiding ugly | Matthieu Sozeau | 2014-09-17 |
* | Referring to evars by names. Added a parser for evars (but parsing of | Hugo Herbelin | 2014-09-12 |
* | 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 |
* | Better behaviour for sets of reserved names. | Pierre-Marie Pédrot | 2014-03-01 |
* | Never suppress the typing constraint of bound variables whose name was | Pierre-Marie Pédrot | 2014-03-01 |
* | Notations can now accept dummy arguments. If ever a bound variable is not | Pierre-Marie Pédrot | 2013-12-22 |
* | Adding generic solvers to term holes. For now, no resolution mechanism nor | Pierre-Marie Pédrot | 2013-11-27 |
* | Replacing uses of association lists by maps in notations. | ppedrot | 2013-08-03 |
* | Getting rid of module Gmapl. | ppedrot | 2013-05-09 |
* | code simplifications concerning Summary | letouzey | 2013-04-22 |
* | Modulification of identifier | ppedrot | 2012-12-14 |
* | Monomorphization (interp) | ppedrot | 2012-11-25 |
* | More cleaning on Utils and CList. Some parts of the code being | ppedrot | 2012-09-17 |
* | Some documentation and cleaning of CList and Util interfaces. | ppedrot | 2012-09-15 |
* | 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 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Added an indirection with respect to Loc in Compat. As many [open Compat] | ppedrot | 2012-06-22 |
* | global_reference migrated from Libnames to new Globnames, less deps in gramma... | letouzey | 2012-05-29 |
* | Stuff about notation_constr (ex-aconstr) now in notation_ops.ml | letouzey | 2012-05-29 |
* | New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr | letouzey | 2012-05-29 |
* | Evar_kinds.mli containing former Evd.hole_kind, avoid deps on Evd | letouzey | 2012-05-29 |
* | Noise for nothing | pboutill | 2012-03-02 |
* | Add type annotations around all calls to Libobject.declare_object | letouzey | 2011-11-02 |
* | Fixing failing printer when the type of a binder name with implicit | herbelin | 2011-10-24 |
* | Rather quick hack to avoid using notations involving "Type" when | herbelin | 2011-06-12 |
* | Added a table for using reserved names for binding names to types | herbelin | 2011-03-05 |
* | Rename rawterm.ml into glob_term.ml | glondu | 2010-12-23 |
* | Change of nomenclature: rawconstr -> glob_constr | glondu | 2010-12-23 |
* | Add information of localisation when an error involving an "implicit | herbelin | 2010-11-07 |
* | Some dead code removal, thanks to Oug analyzer | letouzey | 2010-09-24 |
* | Updated all headers for 8.3 and trunk | herbelin | 2010-07-24 |
* | Remove the svn-specific $Id$ annotations | letouzey | 2010-04-29 |
* | Delete trailing whitespaces in all *.{v,ml*} files | glondu | 2009-09-17 |
* | Death of "survive_module" and "survive_section" (the first one was | herbelin | 2009-08-13 |
* | Move Record desugaring to constrintern and add ability to use notations | msozeau | 2008-11-05 |
* | Open notation for declaring record instances. | msozeau | 2008-10-23 |
* | - Second pass on implementation of let pattern. Parse "let ' par [as x]? | msozeau | 2008-03-28 |
* | Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b... | msozeau | 2008-01-17 |
* | Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,... | msozeau | 2007-12-31 |
* | Plus de combinateurs sont passés de Util à Option. Le module Options | aspiwack | 2007-12-06 |
* | Factorisation des opérations sur le type option de Util dans un module | aspiwack | 2007-12-05 |
* | Add a parameter to QuestionMark evar kind to say it can be turned into an obl... | msozeau | 2007-03-19 |
* | Pas d'escamotage des noms réservés si Set Printing All actibvé | herbelin | 2006-12-08 |