summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-15Doc.Alain Frisch
2014-04-15Turn more sig/str items into records. Patch from Leo White.Alain Frisch
2014-04-15Add back support for explicit_arity mode on constructor expressions and patte...Alain Frisch
2014-04-14Use 'ocaml.' prefix for built-in attributes ocaml.warning, ocaml.deprecated. ...Alain Frisch
2014-04-14Fix syntax for floating attributes (disable until next bootstrap).Alain Frisch
2014-04-14Fix syntax for floating attributes.Alain Frisch
2014-04-14Custom syntax for floating attributes: [@@@id].Alain Frisch
2014-04-14Synchronize with trunk.Alain Frisch
2014-04-12man/ocamlopt.m: document the Arm-specific command-line optionsGabriel Scherer
2014-04-12fix bug in test programDamien Doligez
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-04-12remove tests that depend on camlp4Damien Doligez
2014-04-12test reference files are now exempt from all rulesDamien Doligez
2014-04-12remove broken link in doc commentDamien Doligez
2014-04-12fix wrong type name: string --> usage_msgDamien Doligez
2014-04-12Added comments to parsetree.mliGabriel Scherer
2014-04-12refine ocamlbuild/.depend for `make -jN` to work againGabriel Scherer
2014-04-11parser.mly: minor mistake in position of a symbolGabriel Scherer
2014-04-10Add %loc_* primitives and corresponding values in PervasivesFabrice Le Fessant
2014-04-09Produce type equation on exception rebinding with a record argument.Alain Frisch
2014-04-09Continue support for record argument on exceptions.Alain Frisch
2014-04-09Starting support for exceptions with record arguments.Alain Frisch
2014-04-09Fix PR#6365Jacques Garrigue
2014-04-09Fix ocamlbuild installation directoryJacques Garrigue
2014-04-08For GADT constructors, the type parameters of the original sum type cannot be...Alain Frisch
2014-04-08Support for GADT constructors with record syntax. For now, do not try to inf...Alain Frisch
2014-04-08Polymorphic fields are actually ok.Alain Frisch
2014-04-08Keep the id for the synthesized sub-declaration in Cstr_record.Alain Frisch
2014-04-08Suppressed some useless argument of switcher callsLuc Maranget
2014-04-07Folllowup to PR#6359, great cleanup of switch actions sharing.Luc Maranget
2014-04-07Find the id for local synthesized record types in the environment.Alain Frisch
2014-04-07Fix caml_string_{get,set}{16,32,64} bound checking in cmmgenGabriel Scherer
2014-04-07testsuite for primitive bound checkingGabriel Scherer
2014-04-07Fix re-export with a different name.Alain Frisch
2014-04-07Keep inlined records in Typedtree and Types. Synthesize record types when in...Alain Frisch
2014-04-07Create (yet) another branch for inline record, without syntactic encoding.Alain Frisch
2014-04-07Reference.Alain Frisch
2014-04-07Remove debug.Alain Frisch
2014-04-07Printer for exception with inline records.Alain Frisch
2014-04-07Adapt printer.Alain Frisch
2014-04-07[minor] make tools/Makefile.shared msvc-friendlyGabriel Scherer
2014-04-07[minor] Makefile.nt typoGabriel Scherer
2014-04-07make clean: remove *.cmt and *.cmti filesDamien Doligez
2014-04-07minor Makefile.nt fixGabriel Scherer
2014-04-07CI golf: try a better fix for tools install in Makefile.ntGabriel Scherer
2014-04-07[minor] partial revert of trunk@14535 to make Windows CI happyGabriel Scherer
2014-04-07PR#6358: obey DESTDIR in install targetsGabriel Scherer
2014-04-07harmonize Makefile.nt wrt. Makefile to simplify future line-by-line comparisonGabriel Scherer
2014-04-06PR#6270: remove need for -I directives to ocamldebug in common caseGabriel Scherer
2014-04-04merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14...Damien Doligez