| Commit message (Expand) | Author | Age |
* | Bump year in headers. | Pierre-Marie Pédrot | 2017-07-04 |
* | Constrexpr.Numeral stays uninterpreted (string+sign instead of BigInt.t) | Pierre Letouzey | 2017-06-14 |
* | Merge branch 'trunk' into located_switch | Emilio Jesus Gallego Arias | 2017-05-24 |
|\ |
|
| * | Allow flexible anonymous universes in instances and sorts. | Gaetan Gilbert | 2017-05-03 |
* | | [location] [ast] Switch Constrexpr AST to an extensible node type. | Emilio Jesus Gallego Arias | 2017-04-25 |
* | | [location] Make location optional in Loc.located | Emilio Jesus Gallego Arias | 2017-04-25 |
* | | [location] Remove Loc.ghost. | Emilio Jesus Gallego Arias | 2017-04-25 |
* | | [location] More located use. | Emilio Jesus Gallego Arias | 2017-04-24 |
* | | [location] Use Loc.located for constr_expr. | Emilio Jesus Gallego Arias | 2017-04-24 |
* | | [constrexpr] Make patterns use Loc.located for location information | Emilio Jesus Gallego Arias | 2017-04-24 |
|/ |
|
* | Merge PR#422: Supporting all kinds of binders, including 'pat, in syntax of r... | Maxime Dénès | 2017-04-12 |
|\ |
|
* | | [camlpX] Remove camlp4 compat layer. | Emilio Jesus Gallego Arias | 2017-04-07 |
* | | Applying same convention as in Definition for parsing type in a let in. | Hugo Herbelin | 2017-03-24 |
* | | Replacing "cast surgery" in LetIn by a proper field (see PR #404). | Hugo Herbelin | 2017-03-24 |
* | | Unifying standard "constr_level" names for constructors of local_binder_expr. | Hugo Herbelin | 2017-03-24 |
* | | "Standardizing" the name LocalPatten into LocalRawPattern. | Hugo Herbelin | 2017-03-24 |
| * | Supporting arbitrary binders in record fields, including e.g. patterns. | Hugo Herbelin | 2017-03-23 |
| * | Removing a redundant line in the syntax of record fields. | Hugo Herbelin | 2017-03-23 |
| * | Improving the API of constrexpr_ops.mli. | Hugo Herbelin | 2017-03-23 |
|/ |
|
* | Merge branch 'v8.6' | Pierre-Marie Pédrot | 2016-10-02 |
|\ |
|
| * | Fix bug #4869, allow Prop, Set, and level names in constraints. | Matthieu Sozeau | 2016-09-29 |
* | | Moving the tactic-in-term extension from G_constr to G_ltac. | Pierre-Marie Pédrot | 2016-09-14 |
* | | 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 |
* | Adding ability to put any pattern in binders, prefixed by a quote. | Daniel de Rauglaudre | 2016-06-27 |
* | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-05-09 |
|\ |
|
| * | Rename Lexer -> CLexer. | Pierre-Marie Pédrot | 2016-05-09 |
* | | Adopting the same rules for interpreting @, abbreviations and | Hugo Herbelin | 2016-03-13 |
* | | Supporting "(@foo) args" in patterns, where "@foo" has no arguments. | Hugo Herbelin | 2016-03-13 |
* | | Uniformizing the parsing of argument scopes in Ltac. | Pierre-Marie Pédrot | 2016-03-04 |
* | | Removing the METAIDENT token, as it is not used anymore. | Pierre-Marie Pédrot | 2016-02-24 |
* | | Merge branch 'v8.5' | Pierre-Marie Pédrot | 2016-01-21 |
|\| |
|
| * | Update copyright headers. | Maxime Dénès | 2016-01-20 |
* | | CLEANUP: removing unused field | Matej Kosik | 2016-01-11 |
* | | CLEANUP: the definition of the "Constrexpr.case_expr" type was simplified | Matej Kosik | 2015-12-18 |
|/ |
|
* | Changing syntax "$(tactic)$" into "ltac:(tactic)", as discussed in WG. | Hugo Herbelin | 2015-12-02 |
* | Record fields accept an optional final semicolon separator. | Pierre-Marie Pédrot | 2015-10-07 |
* | Univs: add Strict Universe Declaration option (on by default) | Matthieu Sozeau | 2015-10-07 |
* | Notation: use same level for "@" in constr: and pattern: (Close: #4272) | Enrico Tassi | 2015-07-01 |
* | Inlining "fun" and "forall" tokens in parser, so that alternative notations for | Hugo Herbelin | 2015-04-20 |
* | Fixing #3982 (conflict with max notation for universes). | Hugo Herbelin | 2015-02-12 |
* | Update headers. | Maxime Dénès | 2015-01-12 |
* | Parsing of "?[" as two tokens (makes ssr compile). | Enrico Tassi | 2014-10-13 |
* | Add syntax for naming new goals in refine: writing ?[id] instead of _ | Hugo Herbelin | 2014-09-30 |
* | Checking typability of evar instances. Using ";" to separate bindings | Hugo Herbelin | 2014-09-13 |
* | Parsing evar instances. | Hugo Herbelin | 2014-09-12 |
* | Parsing of Type@{max(i,j)}. | Matthieu Sozeau | 2014-09-08 |
* | Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un... | Matthieu Sozeau | 2014-06-10 |
* | - Better parsing and printing of named universes: Type{ident} and foo@{(ident... | Matthieu Sozeau | 2014-06-04 |