summaryrefslogtreecommitdiff
path: root/toplevel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace existing warnings 26, 27, trying to preserve their semantics.Alain Frisch2011-12-292-2/+0
|/
* New option to force the compilers to show absolute paths in error messages.Alain Frisch2011-12-202-0/+2
* Fix ocamlnet.Alain Frisch2011-12-201-1/+1
* #5411: close input channel when loading a .cmo file fails in the toplevel.Alain Frisch2011-12-141-28/+37
* #5411: New #load_rec primitive for the toplevel (finds and loads .cmo files r...Alain Frisch2011-12-131-3/+22
* merge branches/gadts-develJacques Garrigue2011-11-241-1/+1
* Module Lnenum has vanished!Pierre Weis2011-10-281-1/+1
* Keep type variable namesJacques Garrigue2011-09-221-3/+1
* PR#5238, PR#5277: Sys_error when getting error locationDamien Doligez2011-08-042-2/+4
* merge branches/gadtsJacques Garrigue2011-07-291-3/+12
|\
| * clean upJacques Le Normand2010-11-101-13/+10
| * allow variance in GADTsJacques Garrigue2010-11-081-1/+1
| * fixed bug in genprintvalJacques Le Normand2010-11-011-2/+11
| * removed Type_variant, fixed bug in GADT exhaustive checkJacques Le Normand2010-10-211-2/+0
| * fixed bug in syntax extension. Made unification of variants and objects local...Jacques Le Normand2010-10-191-1/+1
| * first commitJacques Le Normand2010-09-131-9/+14
* | renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-2719-19/+19
* | renaming "Objective Caml" to "OCaml" (first pass)Damien Doligez2011-04-264-4/+4
|/
* PR#4857: add -vnum option to all executablesDamien Doligez2010-05-202-0/+12
* rename -help-warnings to -warn-helpDamien Doligez2010-05-082-2/+2
* New -help-warnings command-line option.Alain Frisch2010-05-042-0/+2
* fixed several build problemsDamien Doligez2010-04-221-1/+1
* unified command-line argumentsDamien Doligez2010-04-133-115/+78
* clean up spaces and tabsDamien Doligez2010-01-225-22/+20
* Typo.Pierre Weis2009-12-091-1/+1
* Adding the -strict-sequence option.Pierre Weis2009-12-092-0/+4