summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-23Avoid bad error report when a registered toplevel primitive raises Not_found.Alain Frisch
2014-04-23#6119: document that the set of values contained in a closure is not specifie...Alain Frisch
2014-04-23Fix doc for unmarshaled exception values and structural comparison.Alain Frisch
2014-04-23Add a .gitignore file for git usersFabrice Le Fessant
2014-04-23Remove Ast_helper.Convenience submodule. This is better located in the ppx_t...Alain Frisch
2014-04-23update expected test results following commit 14660Damien Doligez
2014-04-22Check unicity of types introduced through exceptions. Do not discard excepti...Alain Frisch
2014-04-22Sync with trunk.Alain Frisch
2014-04-22More precise location on 'name must be unique' error (report the identifier n...Alain Frisch
2014-04-22Make Parsetree more uniform by keeping locations in all records which have at...Alain Frisch
2014-04-22Better locations.Alain Frisch
2014-04-22Synchronize with trunk.Alain Frisch
2014-04-22Proper renaming of the ident in Cstr_record during signature substitution.Alain Frisch
2014-04-22Consider that exceptions with a record argument create an implicit type.Alain Frisch
2014-04-22#6273: fix.Alain Frisch
2014-04-22Add OCAMLPARAM option 'can-discard' to remove warnings about unknown version-...Fabrice Le Fessant
2014-04-22#6273: fix Sys.file_exists on large files for Win32 (patch by C. Bauer).Alain Frisch
2014-04-22PR#6075: fix build under Windows (there is no caml_strbuf_free).Alain Frisch
2014-04-21Fix PR#6376Jacques Garrigue
2014-04-21part 2: fix regression (extraneous moves) caused by previous Cconst_blockhead...Mark Shinwell
2014-04-21fix regression (extraneous moves) caused by previous Cconst_blockheader patchMark Shinwell
2014-04-19[minor] documentation typo in HashtblGabriel Scherer
2014-04-19[minor] improvement over the Hashtbl docGabriel Scherer
2014-04-19makefile target to build the stdlib documentation as htmlGabriel Scherer
2014-04-19an example of functor application for HashtblGabriel Scherer
2014-04-18PR#5941: add Printexc.set_uncaught_exception_handlerJérémie Dimino
2014-04-18minor clean-upsDamien Doligez
2014-04-18The type parameters of inlined record types are free variables that appear in...Alain Frisch
2014-04-18Cleanup.Alain Frisch
2014-04-18Do not register labels of inlined records into the environment; they can only...Alain Frisch
2014-04-18As mentioned by gcc -Wall, the variable "frame_number" is useless. Removed it.Xavier Leroy
2014-04-18Simpler variant of commit r14635:Xavier Leroy
2014-04-18configure: always define ARCH_INT64_TYPE in config/m.h because CoqXavier Leroy
2014-04-17Add a hook in the lexer for an internal preprocessorFabrice Le Fessant
2014-04-17Changelog.Alain Frisch
2014-04-17merge COMPFLAGS and OPTCOMPFLAGSDamien Doligez
2014-04-17remove $Id markersDamien Doligez
2014-04-17#5377: add a #show directive to the toplevel.Alain Frisch
2014-04-17Allow keywords and capitalized longidents as toplevel directives.Alain Frisch
2014-04-16Support for toplevel primitives with multiple arguments.Alain Frisch
2014-04-16Doc.Alain Frisch
2014-04-16on i386 and AMD64, mark 'morally tail' C function calls as non-leafGabriel Scherer
2014-04-16selectgen.ml: cross-cutting handling of Proc.contains_callsGabriel Scherer
2014-04-16Fix PR#6371Jacques Garrigue
2014-04-15PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy
2014-04-15[whitespace] bring threads/pervasives.ml closer to stdlib/pervasives.mlGabriel Scherer
2014-04-15Doc typo.Alain Frisch
2014-04-15Doc.Alain Frisch
2014-04-15Support for the let%foo syntax as structure item.Alain Frisch
2014-04-15Doc.Alain Frisch