Age | Commit message (Expand) | Author |
2013-11-21 | remove camlp4 | Jérémie Dimino |
2013-10-01 | bootstrap camlp4 | Jacques Garrigue |
2013-08-28 | Synchronize with trunk. | Alain Frisch |
2013-08-18 | fix let a = ( *) 1 problem | Hongbo Zhang |
2013-07-28 | fix PR#5820 | Hongbo Zhang |
2013-07-28 | PR#4855: 'camlp4 -I +dir' accepted, dir is related to 'camlp4 -where' | Hongbo Zhang |
2013-07-16 | Synchronize with trunk. | Alain Frisch |
2013-07-07 | fix PR#6062: camlp4 macro parser uncaught exception | Hongbo Zhang |
2013-06-22 | upgrade camlp4 to support open! and let open! | Hongbo Zhang |
2013-06-06 | Fix Excessive memory consumption while compiling Camlp4 | Hongbo Zhang |
2013-06-05 | bootstrap camlp4 to snapshot previous changes before fixing #0006001 | Hongbo Zhang |
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-23 | Continue to add support for attributes to Camlp4, a little bit. | Alain Frisch |
2013-04-23 | First attempt at adding attributes to expressions in Camlp4 (not bootstrapped). | 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 | 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-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 |
2013-04-09 | Item attributes on class fields. | Alain Frisch |
2013-04-09 | Get rid of core_field_type, more direct representation of object types. | Alain Frisch |
2013-04-02 | Better representation of variance in the Parsetree. | Alain Frisch |
2013-03-26 | Support for quoted strings. | Alain Frisch |
2013-03-25 | Represent exception declarations as constructor declarations in the Parsetree. | Alain Frisch |
2013-03-08 | Attributes on expresions (etc) are now stored in the expression record, to fa... | Alain Frisch |
2013-03-06 | Attributes on label in record type declarations. | Alain Frisch |
2013-03-06 | Record for module type declarations. | Alain Frisch |
2013-03-06 | Name is part of the value_description record. | Alain Frisch |
2013-03-06 | Type name is part of the type declaration record. | Alain Frisch |
2013-03-06 | Switch Pstr_modtype argument to a record type. | Alain Frisch |
2013-03-06 | Finish attributes on module/recursive modules in structures. | Alain Frisch |
2013-03-05 | Support item attributes on exn rebind. | Alain Frisch |
2013-03-05 | Put name in the exception_declaration record. | Alain Frisch |