summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)Author
2011-12-29Replace existing warnings 26, 27, trying to preserve their semantics.Alain Frisch
2011-12-28Forget warning 33 in -warn-help.Alain Frisch
2011-12-28More clever algorithm to detect unused (recursive) type declarations.Alain Frisch
2011-12-22Detected unused type declarations. A type declaration can be used (1) through...Alain Frisch
2011-12-22Detect unused open (#5357, #5438).Alain Frisch
2011-12-21New warning 31 to detect a lot more unused value declarations.Alain Frisch
2011-12-16Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64.Xavier Leroy
2011-10-20Shorter error messages for modulesJacques Garrigue
2011-07-29merge branches/gadtsJacques Garrigue
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-20uniform .ignore systemDamien Doligez
2011-06-20Details.Pierre Weis
2011-03-17Ignoring compiled files.Pierre Weis
2011-03-17add option -runtime-variantDamien Doligez
2011-01-06warning 28 activated by defaultDamien Doligez
2010-11-13updated VERSION and config filesJacques Le Normand
2010-11-10clean upJacques Le Normand
2010-10-21removed Type_variant, fixed bug in GADT exhaustive checkJacques Le Normand
2010-09-19switched to abstract types, still needs work on exhaustion type. the code nee...Jacques Le Normand
2010-05-21PR#4975: spelling mistakes "overriden" and "informations"Damien Doligez
2010-05-19PR#5033: tools/objinfo made more general.Xavier Leroy
2010-05-05cut long linesDamien Doligez
2010-05-04New -help-warnings command-line option.Alain Frisch
2010-05-04Update comment.Alain Frisch
2010-05-04Allow range of warnings and synchronize default for warnings given in usage i...Alain Frisch
2010-05-04Fix bug #5043.Alain Frisch
2010-04-30make command-line parsing forward-compatibleDamien Doligez
2010-04-30make duplicate definitions a warning rather than an errorJacques Garrigue
2010-04-28PR#4741: put -L options before file names, which can be -lxxxXavier Leroy
2010-04-22fixed several build problemsDamien Doligez
2010-04-20PR#4996: Subst.compose revised; Tbl.fold added.Xavier Leroy
2010-04-08merge branches/overrideJacques Garrigue
2010-01-29numbering problem in commentsDamien Doligez
2010-01-22clean up spaces and tabsDamien Doligez
2010-01-20merge changes from release/3.11.1 to release/3.11.2Damien Doligez
2010-01-07PR#4940: get rid of naked end-of-lines in string constants + add warning 29Damien Doligez
2009-12-22PR#4947 bug in parsing of warning optionsDamien Doligez
2009-12-09Using -strict-sequence to compile the compiler.Pierre Weis
2009-12-09Adding the -strict-sequence option.Pierre Weis
2009-11-19added warning 28: wildcard arg to constant constructorDamien Doligez
2009-11-02fine-grained control of warningsDamien Doligez
2009-10-26Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch
2009-10-22New warning `not all labels are mentioned in this record pattern'Xavier Leroy
2009-09-12As discussed at the latest consortium meeting:Xavier Leroy
2009-07-15Added option -no-app-funct to turn off applicative functorsXavier Leroy
2009-05-20merge changes from ocaml3110 to ocaml3111rc0Damien Doligez
2008-12-03merge changes from 3.10.2merged to 3.11.0Damien Doligez
2008-10-06"invalid module name" becomes a warningDamien Doligez
2008-07-15Enable to (old) -dlcode option by default. -nodynlink disables it.Alain Frisch
2008-04-16Cleanup + pass -Wl,-E to linker when linking dynlink.cma in custom mode.Alain Frisch