summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2013-05-23Revert addition of raw literals to the parsetreeJérémie Dimino
2013-05-22merge changes from version/4.00 from 4.00.1 to r13697Damien Doligez
2013-05-20add the raw representation of constants to the parsetreeJérémie Dimino
2013-05-16#5980: explicit way to silence the new warning (open! X).Alain Frisch
2013-05-07ignore *.exe.manifest filesDamien Doligez
2013-05-07ignore .obj and .lib filesDamien Doligez
2013-04-29ignore also .dll filesDamien Doligez
2013-04-18Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-04-17Split Pexp_constraint into Pexp_coerce/Pexp_constraint.Alain Frisch
2013-04-17Split Pexp_function into Pexp_function/Pexp_fun.Alain Frisch
2013-04-17Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch
2013-04-17Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch
2013-04-16Keep interval pattern sugar in the Parsetree (Camlp4 parsers still expand them).Alain Frisch
2013-04-16Get rid of the undocumented syntax #c[>`A] (#5936, #5983).Alain Frisch
2013-04-16Better representation of with-constraints.Alain Frisch
2013-04-16Remove pcsig_loc field + doc.Alain Frisch
2013-04-16Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch
2013-04-15Explicit representation of guards, get rid of Pexp_when.Alain Frisch
2013-04-13ignore .exe filesDamien Doligez
2013-04-11Attributes on Pstr_eval.Alain Frisch
2013-04-11Keep item attributes on let-binding structure items.Alain Frisch
2013-04-10Extension nodes as class field or class type field.Alain Frisch
2013-04-10Extension nodes and attributes for class types.Alain Frisch
2013-04-10Attributes and extension points in class_expr.Alain Frisch
2013-04-10Start to bring constructor names closer to concrete syntax.Alain Frisch
2013-04-10Renaming pcstr_pat -> pcstr_self, cstr_pat -> cstr_self.Alain Frisch
2013-04-10Support for attributes on class type fields.Alain Frisch
2013-04-09Item attributes on class fields.Alain Frisch
2013-04-09Allow to not have empty Ptyp_poly node in the Parsetree (the type-checker ins...Alain Frisch
2013-04-09Get rid of core_field_type, more direct representation of object types.Alain Frisch
2013-04-04Get rid of the Default case in Asttype.rec_flag.Alain Frisch
2013-04-02Better representation of variance in the Parsetree.Alain Frisch
2013-03-29Filtering of location and empty attribute fields.Alain Frisch
2013-03-29A tool to dump the Parsetree in OCaml syntax (relies on the toplevel pretty-p...Alain Frisch
2013-03-26Support for quoted strings.Alain Frisch
2013-03-26Align module type binding with Parsetree.Alain Frisch
2013-03-26Align module binding with Parsetree.Alain Frisch
2013-03-25Align exception_declaration with Parsetree.Alain Frisch
2013-03-25Align type_declaration with parsetree.Alain Frisch
2013-03-25Align typed value_declaration with parsetree.Alain Frisch
2013-03-25Align module and module type declarations between Parsetree and Typedtree.Alain Frisch
2013-03-25Represent exception declarations as constructor declarations in the Parsetree.Alain Frisch
2013-03-25Represent label and constructor declarations as records in the typedtree. Al...Alain Frisch
2013-03-25Starting to keep attributes in the typedtree.Alain Frisch
2013-03-18It is no longer necessary to keep pre-processed files in case of errorsDamien Doligez
2013-03-09fix a few problems with whitespace and over-long linesDamien Doligez
2013-03-08Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch
2013-03-06Attributes on label in record type declarations.Alain Frisch
2013-03-06Attribute has structure/signature item.Alain Frisch