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