summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-12Enable warning 27 in tools/ and fix occurrences. It's good to mark in depend...Alain Frisch
2014-05-12update Changes for -no-naked-pointersMark Shinwell
2014-05-12Jacques forgot a crucial detailMark Shinwell
2014-05-12no-naked-pointers patchMark Shinwell
2014-05-11Fix PR#6410: Error message for an attempt to use a functor as a module is con...Jacques Garrigue
2014-05-11comment out Ctype.local_non_recursive_abbrevJacques Garrigue
2014-05-11fix man pages: should be open!Jacques Garrigue
2014-05-11commit o_and_opens.diffJacques Garrigue
2014-05-10fix testsuiteGabriel Scherer
2014-05-10update ChangesGabriel Scherer
2014-05-10Reformulation of the user-facing slot-access APIGabriel Scherer
2014-05-10bootstrapGabriel Scherer
2014-05-10improve backtrace testsuiteGabriel Scherer
2014-05-10expose Printexc.format_backtrace_slot to facilitate testingGabriel Scherer
2014-05-10reinstate the deprecated primitive caml_get_exception_backtraceGabriel Scherer
2014-05-10factor the pointers-into-ints cleverness through pair of macrosGabriel Scherer
2014-05-10cleanup cmp_ev_infoGabriel Scherer
2014-05-10typosGabriel Scherer
2014-05-10Printexc: OCaml-friendly access to individual backtrace slotsGabriel Scherer
2014-05-09indentationJacques Garrigue
2014-05-09disable Clflags.transparent_modules when narrowing unbound identifier errorJacques Garrigue
2014-05-09add Changes note for the patch in rev 14772Mark Shinwell
2014-05-09fixed bug in native caml_raise_with_string, and synced code in byterun/fail.c...Mark Shinwell
2014-05-09small re-ordering of declarations, to match commentsFabrice Le Fessant
2014-05-09Add reset functions to make modules reentrant when used through compiler-libsFabrice Le Fessant
2014-05-09Fix PR#6405: unsound interaction of -rectypes and GADTsJacques Garrigue
2014-05-08[minor] Makefile: fix the hard-bootstrap recipeGabriel Scherer
2014-05-08fix .depend for parallel makeGabriel Scherer
2014-05-08cycle detection in the toplevel printer (Leo White, https://github.com/ocaml/...Mark Shinwell
2014-05-08fixes to Travis CI script from AnilMark Shinwell
2014-05-08Follow-up to r14763: use caml_stat_free instead of plain free.Xavier Leroy
2014-05-07Eradicate one more sprintf().Xavier Leroy
2014-05-07Protocol to allow ppx processors to report warnings to the compiler (reported...Alain Frisch
2014-05-07fix various thingsDamien Doligez
2014-05-07add small precision about -warn-errorDamien Doligez
2014-05-07Expose a Typemod.type_interface (currently an alias of Typemod.transl_signatu...Alain Frisch
2014-05-07Minor tweak to raw dump of parsetree/typedtree.Alain Frisch
2014-05-07Fix PR#6394: Assertion failed in Typecore.expand_pathJacques Garrigue
2014-05-07#6399: protocol (based on a built-in ocaml.error extension node) to let ppx t...Alain Frisch
2014-05-07re-commit Leo's weak-dependencies pull requestJacques Garrigue
2014-05-06PR#6397: fix infix (+=) operators after open types mergeGabriel Scherer
2014-05-06ocaml.warnerror built-in attribute.Alain Frisch
2014-05-06Revise behavior of ocaml.warning attribute: when used as a floating attribut...Alain Frisch
2014-05-06When the payload of the ocaml.deprecated attribute is a string, report it as ...Alain Frisch
2014-05-06Recognize both prefixed and unprefixed built-in attributes (e.g. ocaml.deprec...Alain Frisch
2014-05-05Accept a fully empty pattern matching. This can be generated by Camlp4 using...Alain Frisch
2014-05-05Remove FIRST_UNIMPLEMENTED_OP from interp.cFabrice Le Fessant
2014-05-05Whitespace.Alain Frisch
2014-05-05Changelog.Alain Frisch
2014-05-05Indent + comment.Alain Frisch