summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-02-08debugger, ocamlbuild, ocamldoc: separate their build from the compiler's.HEADmasterAdrien Nader
2015-02-08ocamldoc/Makefile: don't "test -d" before "mkdir -p".Adrien Nader
2015-02-08ocamldoc/Makefile: replace remove_DEBUG script with a single awk invocationAdrien Nader
2015-02-08ocamldoc/Makefile: $UNIXLIB/unix.mli's content doesn't depend on $UNIXLIB.Adrien Nader
2015-02-06compiler-libs: also install .cm{o,a,x} files.Adrien Nader
2015-02-06GPR#142: add a CAMLdrop macro for undoing CAMLparam*/CAMLlocal*Damien Doligez
2015-02-05Better simplification after inlining (resolve switches on known constants); a...Alain Frisch
2015-02-05Fix PR#6768: Typechecker overflow the stack on cyclic typeJacques Garrigue
2015-02-05configure: add test for cygwin64Damien Doligez
2015-02-04remove exec permission from Makefile.commonDamien Doligez
2015-01-30Fix pretty-printing of inlined recordsJérémie Dimino
2015-01-30Fix #6767 (hopefully).Alain Frisch
2015-01-30try to unbreak travisJérémie Dimino
2015-01-30Fix PR#6763Jacques Garrigue
2015-01-24PR#6720: propagate -g to the C compilerGabriel Scherer
2015-01-24PR#6691: install .cmt[i] files for stdlib and compiler-libsGabriel Scherer
2015-01-24PR#6167: OCAMLPARAM support for disabling PIC generation ('pic=0')Gabriel Scherer
2015-01-22Revert previous commits (not ready yet).Alain Frisch
2015-01-22Use __flimp_ prefix understood by flexlink, not __imp_.Alain Frisch
2015-01-22Fix.Alain Frisch
2015-01-22Adapt amd64 backends under windows in order to avoid relative relocations to ...Alain Frisch
2015-01-20PR#6573: extern "C" for systhreads/threads.hDamien Doligez
2015-01-20PR#5418 (comments) : generate dependencies with $(CC) instead of gccDamien Doligez
2015-01-17Fix PR#6752: scope escaping due to reference inside a moduleJacques Garrigue
2015-01-17Fix PR#6171: Error message confusing for the beginner when a type escapes its...Jacques Garrigue
2015-01-17partial fix of PR#6744Jacques Garrigue
2015-01-16PR#6526: ocamllex warning: unescaped newline in comment stringDamien Doligez
2015-01-16PR#6081: ocaml should add script's directory to search path, not current dire...Damien Doligez
2015-01-16PR#4539: change exception string raised when comparing functional valuesDamien Doligez
2015-01-16add change that is missing from commit 15776Damien Doligez
2015-01-16Resolve PR#6742: remove duplicate virtual_flag information from Tstr_classJacques Garrigue
2015-01-16PR#6600: make -short-paths faster by building the printing map incrementallyJacques Garrigue
2015-01-15Fix #6748 (bug in tast_iter, some module coercions were not rewritten).Alain Frisch
2015-01-09Merge https://github.com/ocaml/ocaml/pull/134: Fix (and simplify) pprintast f...Alain Frisch
2015-01-08ignore generated files in testsuite/tests/ppx-attributesDamien Doligez
2015-01-08fix typo (see PR#6704)Damien Doligez
2015-01-08un-inline a call to caml_check_urgent_gcDamien Doligez
2015-01-07update .ignore filesDamien Doligez
2015-01-07do not compact if the heap is already near its minimum sizeDamien Doligez
2015-01-07fix commentDamien Doligez
2015-01-07Fix #6679 (pprintast bug around constraint).Alain Frisch
2015-01-06#6737: also keep attribute with optional argument + default value.Alain Frisch
2015-01-06#6737: fix typedtree attributes on (fun x -> body) expressions).Alain Frisch
2014-12-27PR#5887: windows testsuite fixGabriel Scherer
2014-12-27PR#5887: windows testsuite fixGabriel Scherer
2014-12-27PR#5587: windows fixGabriel Scherer
2014-12-27minor header fixGabriel Scherer
2014-12-27PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer
2014-12-27PR#6729: minor Makefile.nt fixGabriel Scherer
2014-12-27cherry-pick PR#6475 fix in 4.02Gabriel Scherer