summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)Author
2013-06-05Improved implementation of OCAMLPARAMFabrice Le Fessant
2013-06-03Experimental OCAMLCOMPPARAM for ocamlc/ocamloptFabrice Le Fessant
2013-06-03Re-add configure option -with-frame-pointersFabrice Le Fessant
2013-06-03Reverting -with-frame-pointersFabrice Le Fessant
2013-06-03Add -with-frame-pointers to ./configureFabrice Le Fessant
2013-05-28print magic number for -config optionHongbo Zhang
2013-05-28extend warning 3 to other deprecated features: Latin1, (&) and (or)Damien Doligez
2013-05-16#5980: warning on open statements which shadow an existing identifier (which ...Alain Frisch
2013-04-30Fix PR#5985; compute injectivity of types but no new syntaxJacques Garrigue
2013-04-26Improve message for warning 40Jacques Garrigue
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-04-17PR#5957,PR#5920,PR#5925: LongString module to workaround 32bits string size l...Gabriel Scherer
2013-04-13remove redundant definition of dump_schedulingDamien Doligez
2013-03-12improve Ambiguous_name warningJacques Garrigue
2013-02-26typoDamien Doligez
2013-02-19Replace error by warning for PR#5835Jacques Garrigue
2013-02-19Add warning 42 for disambiguated labels and constructors (compatibility with ...Jacques Garrigue
2013-01-29Merge short-paths into a fresh branch of trunk.Jacques Garrigue
2012-12-18Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat.Alain Frisch
2012-10-30Whitespace cleanup.Alain Frisch
2012-10-30fix warningsJacques Garrigue
2012-10-29clean up and merge the patch disambiguate-with-warning from PR#5759Jacques Garrigue
2012-10-17#5741: make Pprintast available from the command-line (-dsource).Alain Frisch
2012-10-16PR#5768: On 'unbound identifier' errors, use spell-checking to suggest names ...Alain Frisch
2012-10-15remove all $Id keywordsDamien Doligez
2012-08-21merge version/4.00 at revision 12866Jacques Garrigue
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-26merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez
2012-06-13#5634: parstree rewriters (merge with ast_rewriter branch).Alain Frisch
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-29Detect (and fix some) useless recursive flags.Alain Frisch
2012-04-18Revert bad typo fix.Alain Frisch
2012-04-18Typo.Alain Frisch
2012-04-18Improve message for Unused constructor/exception warnings.Alain Frisch
2012-04-13PR#5585: typo explicitely -> explicitlyDamien Doligez
2012-03-31PR#5311: better message for warning 23Damien Doligez
2012-03-06Detect unused exception declarations (#5524).Alain Frisch
2012-02-23refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez
2012-02-23aftermath of PR#5497Damien Doligez
2012-02-21PR#5487: addition of CFI directives and a few filename/linenumber info to gen...Xavier Leroy
2012-02-06fix try_finally in case the finally function raises an exceptionDamien Doligez
2012-01-27document the interval notation for warning sets; use it for default warningsDamien Doligez
2012-01-27PR#1898: add -nopromptcont option to suppress secondary promptsDamien Doligez
2012-01-23propagate path-expansion environment everywhereJacques Garrigue
2012-01-18-warn-help show the meaning of letters.Alain Frisch
2012-01-18Warning K for all new 'unused declarations' warnings.Alain Frisch
2012-01-18Synchronize with trunk.Alain Frisch
2012-01-17Fix PR#5461Fabrice Le Fessant
2012-01-16#5478: makes it possible to specify a custom 'ar' command.Alain Frisch
2012-01-12New warning for unused constructors.Alain Frisch