Age | Commit message (Expand) | Author |
2014-12-22 | exhauce PR#6367: introduce Asttypes.arg_label to encode labelled arguments | Jacques Garrigue |
2014-10-14 | Reintegrate-merge constructors_with_record5 branch. | Alain Frisch |
2014-05-07 | Minor tweak to raw dump of parsetree/typedtree. | Alain Frisch |
2014-05-05 | #6318: Extend match...with with exception cases. (Patch by Jeremy Yallop, bac... | Alain Frisch |
2014-05-05 | #6387: also allow attributes on methods in object types (< m [@foo] : int; ..>). | Alain Frisch |
2014-05-04 | PR#5584: merge open extensible types, extension-patch-4.0.2 | Jacques Garrigue |
2014-05-04 | Add support for floating attributes in class structures and class signatures.... | Alain Frisch |
2014-04-30 | #6387: allow attributes on variants in polymorphic variant types. | Alain Frisch |
2014-04-28 | Revert 14616, 14617. Go back to the original syntax for toplevel directives,... | Alain Frisch |
2014-04-17 | Allow keywords and capitalized longidents as toplevel directives. | Alain Frisch |
2014-04-16 | Support for toplevel primitives with multiple arguments. | Alain Frisch |
2014-04-15 | Turn more sig/str items into records. Patch from Leo White. | Alain Frisch |
2014-04-12 | fix some of the whitespace problems in the source | Damien Doligez |
2014-04-04 | Get rid of 'as' clause in inline records. Support re-export of sum types wit... | Alain Frisch |
2014-04-01 | Allow to give an explicit name (and specify parameters) for inlined records. | Alain Frisch |
2014-03-28 | Some preparation for record arguments. | Alain Frisch |
2014-01-10 | Merge module-alias branch (cf. PR#6063) | Jacques Garrigue |
2013-12-17 | merge generative functors | Jacques Garrigue |
2013-12-02 | #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be ... | Alain Frisch |
2013-09-29 | Support module aliases. | Jacques Garrigue |
2013-07-22 | Allow an optional 'when' clause after a pattern payload. | Alain Frisch |
2013-07-22 | More explicit internal representation of attribute payload. Now also support... | Alain Frisch |
2013-07-16 | Synchronize with trunk. | Alain Frisch |
2013-06-03 | Item attributes on each let-binding. | Alain Frisch |
2013-05-23 | Revert addition of raw literals to the parsetree | Jérémie Dimino |
2013-05-20 | add the raw representation of constants to the parsetree | Jérémie Dimino |
2013-05-16 | #5980: explicit way to silence the new warning (open! X). | Alain Frisch |
2013-04-19 | The arument of attributes and extension nodes is now a structure, which is sy... | Alain Frisch |
2013-04-18 | Allow abstract module declaration in structures to make the syntax and Parset... | Alain Frisch |
2013-04-17 | Split Pexp_constraint into Pexp_coerce/Pexp_constraint. | Alain Frisch |
2013-04-17 | Split Pexp_function into Pexp_function/Pexp_fun. | Alain Frisch |
2013-04-17 | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re... | Alain Frisch |
2013-04-17 | Getting rid of Pexp_assertfalse/Texp_assertfalse. | Alain Frisch |
2013-04-16 | Keep interval pattern sugar in the Parsetree (Camlp4 parsers still expand them). | Alain Frisch |
2013-04-16 | Get rid of the undocumented syntax #c[>`A] (#5936, #5983). | Alain Frisch |
2013-04-16 | Better representation of with-constraints. | Alain Frisch |
2013-04-16 | Remove pcsig_loc field + doc. | Alain Frisch |
2013-04-16 | Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ... | Alain Frisch |
2013-04-16 | Get rid of the location argument on pci_params, and improve location of error... | Alain Frisch |
2013-04-15 | Explicit representation of guards, get rid of Pexp_when. | Alain Frisch |
2013-04-12 | Represent the closed flag of Ptyp_variant using closed_flag instead of bool, ... | Alain Frisch |
2013-04-11 | Attributes on Pstr_eval. | Alain Frisch |
2013-04-11 | Keep item attributes on let-binding structure items. | Alain Frisch |
2013-04-11 | Forgot to show attributes. | Alain Frisch |
2013-04-10 | Extension nodes as class field or class type field. | Alain Frisch |
2013-04-10 | Extension nodes and attributes for class types. | Alain Frisch |
2013-04-10 | Attributes and extension points in class_expr. | Alain Frisch |
2013-04-10 | Start to bring constructor names closer to concrete syntax. | Alain Frisch |
2013-04-10 | Renaming pcstr_pat -> pcstr_self, cstr_pat -> cstr_self. | Alain Frisch |
2013-04-10 | Support for attributes on class type fields. | Alain Frisch |