summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-0/+17
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-17/+0
* #5817: new compiler flag (-keep-locs) to keep location in cmi files.Alain Frisch2013-09-175-0/+13
* Continue.exception_registrationAlain Frisch2013-09-123-32/+8
* Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch2013-09-123-18/+2
* Continue.Alain Frisch2013-09-122-30/+4
* Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch2013-09-122-12/+0
* Switch Includemod.Error, without trying to split the message (to keep current...Alain Frisch2013-09-122-6/+0
* Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error.Alain Frisch2013-09-122-16/+0
* Switch Ctype.Tags.Alain Frisch2013-09-122-10/+0
* Switch Cmi_format.Error.Alain Frisch2013-09-122-6/+0
* Simplify common case of unit-wide errors.Alain Frisch2013-09-121-6/+2
* Do not keep file name in exception, after all.Alain Frisch2013-09-122-8/+9
* Keep input file in Env.Error. Switch it to the new system.Alain Frisch2013-09-123-7/+2
* Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch2013-09-124-10/+15
* Switch Lexer.Error to the new system.Alain Frisch2013-09-122-6/+0
* Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch2013-09-112-4/+0
* Cherry-picking commit 14093 from trunk.Alain Frisch2013-09-112-6/+10
* Fix order of application of ppx rewriters (matching the order on the command-...Alain Frisch2013-09-101-1/+3
* More direct style, remove the temporary file created by -pp processor right a...Alain Frisch2013-09-104-60/+54
* Introduce and use higher-level wrappers around parsing routine for .ml/.mli f...Alain Frisch2013-09-104-82/+95
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-047-46/+49
* PR#6071: Add a -noinit option to the toplevel [patch by David Sheets]Gabriel Scherer2013-08-042-0/+10
* Fix OCAMLPARAM problemsFabrice Le Fessant2013-07-174-101/+27
* Remove non-ASCII chars from headersFabrice Le Fessant2013-07-094-8/+9
* Add cmo/cma/cmx/cmxa cases to OCAMLPARAMFabrice Le Fessant2013-06-114-7/+37
* Fix PR#6031 : problem with -with-frame-pointers in caml_allocNFabrice Le Fessant2013-06-111-1/+0
* Revert r13746 (demanded by Xavier)Fabrice Le Fessant2013-06-051-3/+3
* Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-0511-274/+458
* Experimental OCAMLCOMPPARAM for ocamlc/ocamloptFabrice Le Fessant2013-06-032-6/+92
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-183-0/+8
* fix whitespace and over-long linesDamien Doligez2013-03-223-12/+18
* It is no longer necessary to keep pre-processed files in case of errorsDamien Doligez2013-03-184-22/+21
* Merge short-paths into a fresh branch of trunk.short-paths-4.01Jacques Garrigue2013-01-297-20/+40
|\
| * merge version/4.00 at revision 12866Jacques Garrigue2012-08-219-36/+100
| * propagate path-expansion environment everywhereJacques Garrigue2012-01-236-4/+23
| * shorten paths in signatures and toplevel outputJacques Garrigue2012-01-221-2/+3
| * first attempt: handles only unification errorsJacques Garrigue2012-01-221-4/+4
* | #5904: support for -ppx in the toplevel.Alain Frisch2013-01-256-19/+49
* | Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat.Alain Frisch2012-12-186-2/+26
* | #5741: make Pprintast available from the command-line (-dsource).Alain Frisch2012-10-176-0/+24
* | remove all $Id keywordsDamien Doligez2012-10-1516-32/+0
* | Support -absname in ocamldep + update man pages.Alain Frisch2012-08-031-1/+1
* | merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-1/+1
* | #5634: parstree rewriters (merge with ast_rewriter branch).Alain Frisch2012-06-135-1/+55
* | merge with branch bin-annotFabrice Le Fessant2012-05-308-16/+45
* | Enable and fix more warnings.Alain Frisch2012-05-291-1/+0
* | Compile with warning 33, and remove unused opens.Alain Frisch2012-05-291-1/+0
* | Detecting unused open in .mli files also in ocamlopt.Alain Frisch2012-05-251-0/+2
* | Reverting commits 12385 and 12370, while waiting for a decision to be taken t...Fabrice Le Fessant2012-04-221-2/+0