summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-04-13ignore .exe filesDamien Doligez
2013-03-18It is no longer necessary to keep pre-processed files in case of errorsDamien Doligez
2013-03-09fix a few problems with whitespace and over-long linesDamien Doligez
2013-02-24fix PR#5930: ocamldep leaks temporary preprocessing filesGabriel Scherer
2013-01-29Merge short-paths into a fresh branch of trunk.Jacques Garrigue
2013-01-25#5904: support for -ppx in the toplevel.Alain Frisch
2013-01-16Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf...Alain Frisch
2013-01-07Extend ast_mapper to allow mapping locations.Alain Frisch
2013-01-07Mark explicitly unused bound variables (warning 27) in tast_iter.ml.Alain Frisch
2013-01-03Reverting "PR#5868: Bytecode dependencies should not appear in output of ocam...Wojciech Meyer
2013-01-01PR#5868: Somewhat a better fix for -native option.Wojciech Meyer
2013-01-01PR#5868: Bytecode dependencies should not appear in output of ocamldep when -...Wojciech Meyer
2012-12-19Enable 'unused stuff' warnings in tools/ and get rid of them.Alain Frisch
2012-12-18Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat.Alain Frisch
2012-12-06ignore stuffDamien Doligez
2012-11-08New implementation of cmt2annot, based on an OO iterator for typed trees. Mos...Alain Frisch
2012-11-08Header.Alain Frisch
2012-11-08Move ast_mapper.ml to tools/.Alain Frisch
2012-11-08Failed attempt at fixing #5816.Alain Frisch
2012-11-08#5814: rebuild environments from summaries when needed.Alain Frisch
2012-11-08#5814: remove annotations from environments; to produce .annot file, use the ...Alain Frisch
2012-11-06#5812: compile read_cmt.opt (about 10x faster than read_cmt to generate .anno...Alain Frisch
2012-11-02bug fix for parsing/pprintast.ml and add tools/eqparsetree to diff two parsetreeHongbo Zhang
2012-10-24Stop keeping a Path.t to refer to labels and constructors in the Typedtree AS...Alain Frisch
2012-10-17more small changesDamien Doligez
2012-10-17#5741: make Pprintast available from the command-line (-dsource).Alain Frisch
2012-10-17#5741: link pprintast into the compiler (unused for now, but it is available ...Alain Frisch
2012-10-16PR#5775: several bug fixes for tools/pprintast.mlDamien Doligez
2012-10-15remove all $Id keywordsDamien Doligez
2012-10-15add possibility of ignoring a directoryDamien Doligez
2012-10-15small tweaksDamien Doligez
2012-10-05merge changes from 4.00.0 to 4.00.1Damien Doligez
2012-09-27Fix PR#5729 : Untypeast creates unexpected nodesFabrice Le Fessant
2012-09-10add *.cmt and *.cmti to lists of ignored filesDamien Doligez
2012-08-25typoJacques Garrigue
2012-08-25real fix for PR#5738Jacques Garrigue
2012-08-25fix PR#5738Jacques Garrigue
2012-08-21merge version/4.00 at revision 12866Jacques Garrigue
2012-08-10Make ocamldep ignore toplevel directives in .ml files, as it did beforeDamien Doligez
2012-08-09remove leftover debug code from previous commitDamien Doligez
2012-08-09undo commit 12847, it breaks preprocessingDamien Doligez
2012-08-09Revert one change of commit 12769 that (inadvertently?) breaks ocamlnet 3.5.1Damien Doligez
2012-08-03Support -absname in ocamldep + update man pages.Alain Frisch
2012-08-02add some missing copyright headersDamien Doligez
2012-08-02add possibility of splitting long `...` strings across linesDamien Doligez
2012-08-02add check for $Id$; various fixesDamien Doligez
2012-08-01add detection of missing copyright headersDamien Doligez
2012-08-01fix language name in headerDamien Doligez
2012-07-31Tool to check the OCaml sources for simple typographic rules (no TABs, etc)Damien Doligez