summaryrefslogtreecommitdiff
path: root/toplevel
Commit message (Expand)AuthorAgeFilesLines
* Change the representation of exception slots: instead of being represented as...Alain Frisch2013-10-231-1/+7
* #6203: change representation of exception values created with a constant cons...Alain Frisch2013-10-181-2/+3
* Keep attributes on module declarations.Alain Frisch2013-09-271-2/+2
* Keep location and attributes in type, label and constructor declarations. De...Alain Frisch2013-09-271-7/+7
* Continue.exception_registrationAlain Frisch2013-09-122-3/+3
* Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch2013-09-122-3/+3
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-044-10/+22
* Synchronize with trunk.Alain Frisch2013-08-283-2/+5
|\
| * PR#6071: Add a -noinit option to the toplevel [patch by David Sheets]Gabriel Scherer2013-08-043-2/+5
* | Synchronize with trunk.Alain Frisch2013-07-221-3/+4
|\ \ | |/
| * Fix OCAMLPARAM problemsFabrice Le Fessant2013-07-171-3/+4
* | Synchronize with trunk.Alain Frisch2013-07-164-11/+17
|\ \ | |/
| * Fix ocamlnat compilationFabrice Le Fessant2013-06-122-5/+6
| * Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-052-5/+8
| * Take ambiguity into account when using -short-paths option.Jacques Garrigue2013-04-301-1/+3
* | Attributes on Pstr_eval.Alain Frisch2013-04-111-1/+1
* | Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch2013-03-081-8/+8
* | Parse recursive module as standard modules, and check in the type-checker tha...Alain Frisch2013-03-051-3/+6
|/
* Merge short-paths into a fresh branch of trunk.short-paths-4.01Jacques Garrigue2013-01-293-7/+10
|\
| * merge version/4.00 at revision 12866Jacques Garrigue2012-08-2110-44/+61
| * prefer newest name + only update env after printingJacques Garrigue2012-04-191-1/+1
| * propagate path-expansion environment everywhereJacques Garrigue2012-01-233-6/+4
| * shorten paths in signatures and toplevel outputJacques Garrigue2012-01-221-8/+13
* | #5904: support for -ppx in the toplevel.Alain Frisch2013-01-253-4/+15
* | Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat.Alain Frisch2012-12-185-17/+19
* | PR#5825: Add a primitive to use source file wrapped in the coresponding module.Wojciech Meyer2012-11-183-3/+30
* | Stop keeping a Path.t to refer to labels and constructors in the Typedtree AS...Alain Frisch2012-10-241-3/+3
* | #5741: make Pprintast available from the command-line (-dsource).Alain Frisch2012-10-174-0/+6
* | remove TABsDamien Doligez2012-10-151-5/+5
* | remove all $Id keywordsDamien Doligez2012-10-1519-38/+0
* | PR#5787: Bad behavior of 'Unused ...' warnings in the toplevel.Alain Frisch2012-10-121-1/+1
* | PR#5722: toplevel: print full module path only for first record fieldJacques Garrigue2012-08-141-2/+7
* | clean up TABs and whitespaceDamien Doligez2012-07-302-10/+10
* | PR#5677: do not use "value" as identifier (genprintval.ml)Damien Doligez2012-07-103-9/+9
* | PR#5628: Add Topdirs.remove_directory (and directive #remove_directory) to re...Gabriel Scherer2012-07-072-0/+11
* | Unused opens.Alain Frisch2012-06-011-1/+0
* | #5629: A toplevel 'open' in the REPL does not trigger an unused open warning.Alain Frisch2012-06-011-2/+1
* | merge with branch bin-annotFabrice Le Fessant2012-05-303-21/+23
* | Compile with warning 33, and remove unused opens.Alain Frisch2012-05-292-2/+0
* | Catch Not_found when calling Env.find_type + call Includemod.signatures in To...Jacques Garrigue2012-05-081-4/+3
* | disable unused warnings for identifiers defined in the toplevelJacques Garrigue2012-04-251-2/+4
* | #5551: avoid repeated lookups for missing cmi files.Alain Frisch2012-03-211-0/+1
* | Detect unused exception declarations (#5524).Alain Frisch2012-03-061-1/+1
* | refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez2012-02-231-2/+1
* | PR#1898: add -nopromptcont option to suppress secondary promptsDamien Doligez2012-01-274-0/+4
|/
* #4830: Add option -v to expunge.ml.Alain Frisch2012-01-201-8/+14
* Reverting bad commit.Alain Frisch2012-01-202-2/+2
* Fix #5490.Alain Frisch2012-01-202-2/+2
* Synchronize with trunk.unused_declarationsAlain Frisch2012-01-184-9/+27
|\
| * PR#352: new option to make ocaml read stdin as a scriptDamien Doligez2011-12-304-9/+27