| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ... | Xavier Leroy | 2013-11-29 | 1 | -0/+17 |
| * | build: replace ocamlcomp*.sh. | Wojciech Meyer | 2013-09-20 | 1 | -17/+0 |
| * | #5817: new compiler flag (-keep-locs) to keep location in cmi files. | Alain Frisch | 2013-09-17 | 5 | -0/+13 |
| * | Continue.exception_registration | Alain Frisch | 2013-09-12 | 3 | -32/+8 |
| * | Continue cleanup. driver/errors.ml is no longer needed. | Alain Frisch | 2013-09-12 | 3 | -18/+2 |
| * | Continue. | Alain Frisch | 2013-09-12 | 2 | -30/+4 |
| * | Switch {Translmod,Translcore,Translclass}.Error. | Alain Frisch | 2013-09-12 | 2 | -12/+0 |
| * | Switch Includemod.Error, without trying to split the message (to keep current... | Alain Frisch | 2013-09-12 | 2 | -6/+0 |
| * | Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error. | Alain Frisch | 2013-09-12 | 2 | -16/+0 |
| * | Switch Ctype.Tags. | Alain Frisch | 2013-09-12 | 2 | -10/+0 |
| * | Switch Cmi_format.Error. | Alain Frisch | 2013-09-12 | 2 | -6/+0 |
| * | Simplify common case of unit-wide errors. | Alain Frisch | 2013-09-12 | 1 | -6/+2 |
| * | Do not keep file name in exception, after all. | Alain Frisch | 2013-09-12 | 2 | -8/+9 |
| * | Keep input file in Env.Error. Switch it to the new system. | Alain Frisch | 2013-09-12 | 3 | -7/+2 |
| * | Keep input file in Pparse.Error. Switch it to the new system. | Alain Frisch | 2013-09-12 | 4 | -10/+15 |
| * | Switch Lexer.Error to the new system. | Alain Frisch | 2013-09-12 | 2 | -6/+0 |
| * | Port Syntaxerr.Error to the new system. Trickier, because of special way to r... | Alain Frisch | 2013-09-11 | 2 | -4/+0 |
| * | Cherry-picking commit 14093 from trunk. | Alain Frisch | 2013-09-11 | 2 | -6/+10 |
| * | Fix order of application of ppx rewriters (matching the order on the command-... | Alain Frisch | 2013-09-10 | 1 | -1/+3 |
| * | More direct style, remove the temporary file created by -pp processor right a... | Alain Frisch | 2013-09-10 | 4 | -60/+54 |
| * | Introduce and use higher-level wrappers around parsing routine for .ml/.mli f... | Alain Frisch | 2013-09-10 | 4 | -82/+95 |
| * | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez | 2013-09-04 | 7 | -46/+49 |
| * | PR#6071: Add a -noinit option to the toplevel [patch by David Sheets] | Gabriel Scherer | 2013-08-04 | 2 | -0/+10 |
| * | Fix OCAMLPARAM problems | Fabrice Le Fessant | 2013-07-17 | 4 | -101/+27 |
| * | Remove non-ASCII chars from headers | Fabrice Le Fessant | 2013-07-09 | 4 | -8/+9 |
| * | Add cmo/cma/cmx/cmxa cases to OCAMLPARAM | Fabrice Le Fessant | 2013-06-11 | 4 | -7/+37 |
| * | Fix PR#6031 : problem with -with-frame-pointers in caml_allocN | Fabrice Le Fessant | 2013-06-11 | 1 | -1/+0 |
| * | Revert r13746 (demanded by Xavier) | Fabrice Le Fessant | 2013-06-05 | 1 | -3/+3 |
| * | Improved implementation of OCAMLPARAM | Fabrice Le Fessant | 2013-06-05 | 11 | -274/+458 |
| * | Experimental OCAMLCOMPPARAM for ocamlc/ocamlopt | Fabrice Le Fessant | 2013-06-03 | 2 | -6/+92 |
| * | PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32. | Xavier Leroy | 2013-04-18 | 3 | -0/+8 |
| * | fix whitespace and over-long lines | Damien Doligez | 2013-03-22 | 3 | -12/+18 |
| * | It is no longer necessary to keep pre-processed files in case of errors | Damien Doligez | 2013-03-18 | 4 | -22/+21 |
| * | Merge short-paths into a fresh branch of trunk.short-paths-4.01 | Jacques Garrigue | 2013-01-29 | 7 | -20/+40 |
| |\ |
|
| | * | merge version/4.00 at revision 12866 | Jacques Garrigue | 2012-08-21 | 9 | -36/+100 |
| | * | propagate path-expansion environment everywhere | Jacques Garrigue | 2012-01-23 | 6 | -4/+23 |
| | * | shorten paths in signatures and toplevel output | Jacques Garrigue | 2012-01-22 | 1 | -2/+3 |
| | * | first attempt: handles only unification errors | Jacques Garrigue | 2012-01-22 | 1 | -4/+4 |
| * | | #5904: support for -ppx in the toplevel. | Alain Frisch | 2013-01-25 | 6 | -19/+49 |
| * | | Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat. | Alain Frisch | 2012-12-18 | 6 | -2/+26 |
| * | | #5741: make Pprintast available from the command-line (-dsource). | Alain Frisch | 2012-10-17 | 6 | -0/+24 |
| * | | remove all $Id keywords | Damien Doligez | 2012-10-15 | 16 | -32/+0 |
| * | | Support -absname in ocamldep + update man pages. | Alain Frisch | 2012-08-03 | 1 | -1/+1 |
| * | | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 1 | -1/+1 |
| * | | #5634: parstree rewriters (merge with ast_rewriter branch). | Alain Frisch | 2012-06-13 | 5 | -1/+55 |
| * | | merge with branch bin-annot | Fabrice Le Fessant | 2012-05-30 | 8 | -16/+45 |
| * | | Enable and fix more warnings. | Alain Frisch | 2012-05-29 | 1 | -1/+0 |
| * | | Compile with warning 33, and remove unused opens. | Alain Frisch | 2012-05-29 | 1 | -1/+0 |
| * | | Detecting unused open in .mli files also in ocamlopt. | Alain Frisch | 2012-05-25 | 1 | -0/+2 |
| * | | Reverting commits 12385 and 12370, while waiting for a decision to be taken t... | Fabrice Le Fessant | 2012-04-22 | 1 | -2/+0 |