Age | Commit message (Expand) | Author |
2013-09-12 | Continue cleanup. driver/errors.ml is no longer needed. | Alain Frisch |
2013-09-12 | Continue. | Alain Frisch |
2013-09-12 | Switch {Translmod,Translcore,Translclass}.Error. | Alain Frisch |
2013-09-12 | Switch Includemod.Error, without trying to split the message (to keep current... | Alain Frisch |
2013-09-12 | Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error. | Alain Frisch |
2013-09-12 | Switch Ctype.Tags. | Alain Frisch |
2013-09-12 | Switch Cmi_format.Error. | Alain Frisch |
2013-09-12 | Do not keep file name in exception, after all. | Alain Frisch |
2013-09-12 | Keep input file in Env.Error. Switch it to the new system. | Alain Frisch |
2013-09-12 | Keep input file in Pparse.Error. Switch it to the new system. | Alain Frisch |
2013-09-12 | Switch Lexer.Error to the new system. | Alain Frisch |
2013-09-11 | Port Syntaxerr.Error to the new system. Trickier, because of special way to r... | Alain Frisch |
2013-09-11 | Cherry-picking commit 14093 from trunk. | Alain Frisch |
2013-09-04 | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez |
2013-08-28 | Synchronize with trunk. | Alain Frisch |
2013-08-12 | PR#5149: (point 15) add line breaks in html source before <pre> tags | Maxence Guesdon |
2013-08-05 | ocamldoc|html: Add missing space in record fields | Maxence Guesdon |
2013-08-05 | PR#5111: additional class for info tags | Maxence Guesdon |
2013-08-05 | PR#6069: improve ocamldoc error message (bis) | Maxence Guesdon |
2013-08-05 | PR#6069: improve ocamldoc error message | Maxence Guesdon |
2013-07-24 | PR#4243: make the Makefiles parallelizable | Damien Doligez |
2013-07-16 | Synchronize with trunk. | Alain Frisch |
2013-06-30 | build: select win32 variants of unix and graph for mingw. | Wojciech Meyer |
2013-06-05 | Improved implementation of OCAMLPARAM | Fabrice Le Fessant |
2013-06-03 | Item attributes on each let-binding. | Alain Frisch |
2013-05-28 | get rid of deprecated operators (&) and (or) | Damien Doligez |
2013-05-16 | #5980: explicit way to silence the new warning (open! X). | Alain Frisch |
2013-05-03 | Fix PR#5985 for constrained parameters too. | Jacques Garrigue |
2013-04-30 | Fix PR#5985; compute injectivity of types but no new syntax | Jacques Garrigue |
2013-04-18 | Allow abstract module declaration in structures to make the syntax and Parset... | Alain Frisch |
2013-04-17 | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re... | Alain Frisch |
2013-04-16 | Better representation of with-constraints. | Alain Frisch |
2013-04-16 | Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ... | Alain Frisch |
2013-04-15 | Explicit representation of guards, get rid of Pexp_when. | Alain Frisch |
2013-04-11 | Keep item attributes on let-binding structure items. | 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 | Start to bring constructor names closer to concrete syntax. | Alain Frisch |
2013-04-05 | Fix for Win32. | Alain Frisch |
2013-03-26 | Support for quoted strings. | Alain Frisch |
2013-03-26 | Align module type binding with Parsetree. | Alain Frisch |
2013-03-26 | Align module binding with Parsetree. | Alain Frisch |
2013-03-25 | Align exception_declaration with Parsetree. | Alain Frisch |
2013-03-25 | Align type_declaration with parsetree. | Alain Frisch |
2013-03-25 | Align typed value_declaration with parsetree. | Alain Frisch |
2013-03-25 | Represent exception declarations as constructor declarations in the Parsetree. | Alain Frisch |
2013-03-25 | Starting to keep attributes in the typedtree. | Alain Frisch |
2013-03-19 | PR#5933 type-specialize 'let compare = compare' on ints and strings | Gabriel Scherer |
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 |