summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* #6203: change representation of exception values created with a constant cons...Alain Frisch2013-10-182-8/+8
* #6203, #5935: variants of raise. 'reraise' is currently only inserted by the ...Alain Frisch2013-10-141-1/+1
* #5445: interpret warning attribute on expressions, and as floating signature/...Alain Frisch2013-10-042-3/+22
* #5817: new compiler flag (-keep-locs) to keep location in cmi files.Alain Frisch2013-09-172-0/+3
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-043-4/+5
* PR#6071: Add a -noinit option to the toplevel [patch by David Sheets]Gabriel Scherer2013-08-042-1/+2
* Fix OCAMLPARAM problemsFabrice Le Fessant2013-07-172-2/+6
* configure: store $target and $host in the build configuration (fix-pt2). (Pat...Wojciech Meyer2013-07-013-0/+16
* Revert "configure: store $target and $host in the build configuration." as it...Wojciech Meyer2013-06-303-16/+0
* configure: store $target and $host in the build configuration.Wojciech Meyer2013-06-303-0/+16
* Update magic numbers and bootstrap. (Cherry-picked from c13780 on 4.01.)Alain Frisch2013-06-182-8/+8
* #5980: a different warning for shadowing labels/constructors and for other ki...Alain Frisch2013-06-182-2/+11
* Revert r13746 (demanded by Xavier)Fabrice Le Fessant2013-06-052-0/+38
* Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-055-25/+8
* Experimental OCAMLCOMPPARAM for ocamlc/ocamloptFabrice Le Fessant2013-06-032-1/+21
* Re-add configure option -with-frame-pointersFabrice Le Fessant2013-06-033-1/+6
* Reverting -with-frame-pointersFabrice Le Fessant2013-06-033-6/+1
* Add -with-frame-pointers to ./configureFabrice Le Fessant2013-06-033-1/+6
* print magic number for -config optionHongbo Zhang2013-05-282-0/+24
* extend warning 3 to other deprecated features: Latin1, (&) and (or)Damien Doligez2013-05-282-5/+5
* #5980: warning on open statements which shadow an existing identifier (which ...Alain Frisch2013-05-162-2/+10
* Fix PR#5985; compute injectivity of types but no new syntaxJacques Garrigue2013-04-302-0/+2
* Improve message for warning 40Jacques Garrigue2013-04-262-9/+13
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-182-0/+2
* PR#5957,PR#5920,PR#5925: LongString module to workaround 32bits string size l...Gabriel Scherer2013-04-172-0/+55
* remove redundant definition of dump_schedulingDamien Doligez2013-04-131-1/+0
* improve Ambiguous_name warningJacques Garrigue2013-03-122-8/+10
* typoDamien Doligez2013-02-261-2/+2
* Replace error by warning for PR#5835Jacques Garrigue2013-02-192-2/+8
* Add warning 42 for disambiguated labels and constructors (compatibility with ...Jacques Garrigue2013-02-192-2/+8
* Merge short-paths into a fresh branch of trunk.short-paths-4.01Jacques Garrigue2013-01-292-0/+2
|\
| * merge version/4.00 at revision 12866Jacques Garrigue2012-08-219-27/+111
| * propagate path-expansion environment everywhereJacques Garrigue2012-01-232-0/+2
* | Add a -dtypedtree flag to all tools (using Printtyped). Also fix ocamlnat.Alain Frisch2012-12-182-0/+2
* | Whitespace cleanup.Alain Frisch2012-10-301-4/+4
* | fix warningsJacques Garrigue2012-10-301-2/+2
* | clean up and merge the patch disambiguate-with-warning from PR#5759Jacques Garrigue2012-10-292-2/+22
* | #5741: make Pprintast available from the command-line (-dsource).Alain Frisch2012-10-172-0/+2
* | PR#5768: On 'unbound identifier' errors, use spell-checking to suggest names ...Alain Frisch2012-10-162-0/+60
* | remove all $Id keywordsDamien Doligez2012-10-1517-34/+0
* | clean up TABs and whitespaceDamien Doligez2012-07-302-2/+0
* | merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-2/+2
* | #5634: parstree rewriters (merge with ast_rewriter branch).Alain Frisch2012-06-132-0/+2
* | merge with branch bin-annotFabrice Le Fessant2012-05-307-7/+45
* | Detect (and fix some) useless recursive flags.Alain Frisch2012-05-292-3/+9
* | Revert bad typo fix.Alain Frisch2012-04-181-1/+1
* | Typo.Alain Frisch2012-04-181-1/+1
* | Improve message for Unused constructor/exception warnings.Alain Frisch2012-04-182-6/+19
* | PR#5585: typo explicitely -> explicitlyDamien Doligez2012-04-131-1/+1
* | PR#5311: better message for warning 23Damien Doligez2012-03-311-3/+3