summaryrefslogtreecommitdiff
path: root/parsing/parsetree.mli
Commit message (Expand)AuthorAgeFilesLines
...
* Add rec_flag to type items in the parsetree and typedtreeJérémie Dimino2015-03-131-2/+2
* PR#6663: A misleading typo in parsetree.mliDamien Doligez2014-12-231-1/+1
* exhauce PR#6367: introduce Asttypes.arg_label to encode labelled argumentsJacques Garrigue2014-12-221-21/+21
* #6688: fix comment.Alain Frisch2014-12-101-1/+2
* #6688: allow val declarations as structure items.Alain Frisch2014-12-101-2/+0
* Reintegrate-merge constructors_with_record5 branch.Alain Frisch2014-10-141-5/+13
|\
| * Get rid of 'as' clause in inline records. Support re-export of sum types wit...Alain Frisch2014-04-041-1/+1
| * Allow to give an explicit name (and specify parameters) for inlined records.Alain Frisch2014-04-011-4/+7
| * Some preparation for record arguments.Alain Frisch2014-03-281-1/+6
* | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-5/+24
* | #6318: Extend match...with with exception cases. (Patch by Jeremy Yallop, bac...Alain Frisch2014-05-051-0/+2
* | #6387: also allow attributes on methods in object types (< m [@foo] : int; ..>).Alain Frisch2014-05-051-1/+1
* | PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue2014-05-041-13/+41
* | Add support for floating attributes in class structures and class signatures....Alain Frisch2014-05-041-0/+4
* | #6387: allow attributes on variants in polymorphic variant types.Alain Frisch2014-04-301-1/+3
* | Revert 14616, 14617. Go back to the original syntax for toplevel directives,...Alain Frisch2014-04-281-2/+2
* | Make Parsetree more uniform by keeping locations in all records which have at...Alain Frisch2014-04-221-1/+5
* | Allow keywords and capitalized longidents as toplevel directives.Alain Frisch2014-04-171-0/+1
* | Support for toplevel primitives with multiple arguments.Alain Frisch2014-04-161-2/+1
* | Doc.Alain Frisch2014-04-161-1/+1
* | Doc typo.Alain Frisch2014-04-151-1/+1
* | Doc.Alain Frisch2014-04-151-2/+2
* | Doc.Alain Frisch2014-04-151-6/+2
* | Doc.Alain Frisch2014-04-151-5/+6
* | Turn more sig/str items into records. Patch from Leo White.Alain Frisch2014-04-151-10/+38
* | fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-2/+4
* | Added comments to parsetree.mliGabriel Scherer2014-04-121-5/+20
|/
* Add location to module and module type definitions. Improves #6311.Alain Frisch2014-01-301-0/+3
* Merge module-alias branch (cf. PR#6063)Jacques Garrigue2014-01-101-0/+2
|\
| * Support module aliases.Jacques Garrigue2013-09-291-0/+2
* | merge generative functorsJacques Garrigue2013-12-171-2/+2
* | #6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be ...Alain Frisch2013-12-021-1/+1
|/
* Doc, export a convenience function.Alain Frisch2013-09-031-4/+4
* Allow an optional 'when' clause after a pattern payload.Alain Frisch2013-07-221-2/+2
* More explicit internal representation of attribute payload. Now also support...Alain Frisch2013-07-221-2/+7
* Synchronize with trunk.Alain Frisch2013-07-161-3/+3
|\
| * #5980: explicit way to silence the new warning (open! X).Alain Frisch2013-05-161-3/+3
* | Item attributes on each let-binding.Alain Frisch2013-06-031-3/+10
* | Revert addition of raw literals to the parsetreeJérémie Dimino2013-05-231-3/+3
* | add the raw representation of constants to the parsetreeJérémie Dimino2013-05-201-3/+3
* | The arument of attributes and extension nodes is now a structure, which is sy...Alain Frisch2013-04-191-41/+35
* | Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch2013-04-181-14/+6
* | Doc.Alain Frisch2013-04-171-1/+1
* | Split Pexp_constraint into Pexp_coerce/Pexp_constraint.Alain Frisch2013-04-171-7/+5
* | Split Pexp_function into Pexp_function/Pexp_fun.Alain Frisch2013-04-171-10/+10
* | Check AST invariants.Alain Frisch2013-04-171-1/+1
* | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch2013-04-171-22/+8
* | Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch2013-04-171-5/+1
* | Keep interval pattern sugar in the Parsetree (Camlp4 parsers still expand them).Alain Frisch2013-04-161-0/+5
* | Doc.Alain Frisch2013-04-161-1/+1