summaryrefslogtreecommitdiffstats
path: root/driver
AgeCommit message (Expand)Author
2015-01-24PR#6167: OCAMLPARAM support for disabling PIC generation ('pic=0')Gabriel Scherer
2015-01-16PR#6081: ocaml should add script's directory to search path, not current dire...Damien Doligez
2014-12-21minor: cut too-long linesGabriel Scherer
2014-12-21PR#6475: accept -o in ocamlc when compiling C filesGabriel Scherer
2014-12-21PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez
2014-10-02#6582: make backport of #5904 more backwards compatible.Alain Frisch
2014-09-23#5904: improve support for ppx in the toplevel by allowing ppx processors to ...Alain Frisch
2014-08-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-08-18new -opaque flag: ocamlopt creates .cmx without cross-module infoGabriel Scherer
2014-08-07Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch
2014-05-12* split Typetexp.lookup_module and Typetexp.find_moduleJacques Garrigue
2014-05-12Jacques forgot a crucial detailMark Shinwell
2014-05-11commit o_and_opens.diffJacques Garrigue
2014-05-07Expose a Typemod.type_interface (currently an alias of Typemod.transl_signatu...Alain Frisch
2014-05-05change -trans-mod to -no-alias-deps, and update messageJacques Garrigue
2014-05-03revert commit 14728Jérémie Dimino
2014-05-02-o sets the module nameJérémie Dimino
2014-05-02revert commit 14719Jacques Garrigue
2014-05-01weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-26New back-end optimization pass: common subexpression elimination (CSE).Xavier Leroy
2014-04-25- Constant ropagation for float and int32/int64/nativeint arithmetic.Xavier Leroy
2014-04-22Add OCAMLPARAM option 'can-discard' to remove warnings about unknown version-...Fabrice Le Fessant
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-04-04merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14...Damien Doligez
2014-01-10Merge module-alias branch (cf. PR#6063)Jacques Garrigue
2013-12-20Add -trans-mod option for transparent module dependencies.Jacques Garrigue
2013-11-29Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy
2013-09-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-17#5817: new compiler flag (-keep-locs) to keep location in cmi files.Alain Frisch
2013-09-12Continue.Alain Frisch
2013-09-12Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch
2013-09-12Continue.Alain Frisch
2013-09-12Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch
2013-09-12Switch Includemod.Error, without trying to split the message (to keep current...Alain Frisch
2013-09-12Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error.Alain Frisch
2013-09-12Switch Ctype.Tags.Alain Frisch
2013-09-12Switch Cmi_format.Error.Alain Frisch
2013-09-12Simplify common case of unit-wide errors.Alain Frisch
2013-09-12Do not keep file name in exception, after all.Alain Frisch
2013-09-12Keep input file in Env.Error. Switch it to the new system.Alain Frisch
2013-09-12Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch
2013-09-12Switch Lexer.Error to the new system.Alain Frisch
2013-09-11Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch
2013-09-11Cherry-picking commit 14093 from trunk.Alain Frisch
2013-09-10Fix order of application of ppx rewriters (matching the order on the command-...Alain Frisch
2013-09-10More direct style, remove the temporary file created by -pp processor right a...Alain Frisch
2013-09-10Introduce and use higher-level wrappers around parsing routine for .ml/.mli f...Alain Frisch