Age | Commit message (Expand) | Author |
2012-01-17 | Fix PR#5461 | Fabrice Le Fessant |
2011-12-28 | Remove unused constructors in the AST: Cf_let, Pcf_let. | Alain Frisch |
2011-12-22 | Fix PR#5313: Run the rest of the ocamlopt optimisations even when -g flag is ... | Wojciech Meyer |
2011-12-21 | PR#5179: giant steps towards a Mingw64 port. | Xavier Leroy |
2011-12-20 | PR#4880: added appropriate event to "assert" so that it shows up properly in ... | Xavier Leroy |
2011-12-13 | #5411: New #load_rec primitive for the toplevel (finds and loads .cmo files r... | Alain Frisch |
2011-10-21 | merge branches/located_errors | Jacques Garrigue |
2011-09-30 | PR#5364: missing thinning on (val m : S) projection | Xavier Leroy |
2011-09-22 | Keep type variable names | Jacques Garrigue |
2011-08-04 | PR#5238, PR#5277: Sys_error when getting error location | Damien Doligez |
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-07-20 | merge changes from 3.12.0 to 3.12.1 | Damien Doligez |
2011-06-24 | Small optimisation. | Luc Maranget |
2011-06-11 | Revised simplification of let-alias (PR#5205, PR#5288) | Xavier Leroy |
2011-03-17 | Ignoring compiled files. | Pierre Weis |
2011-03-17 | add option -runtime-variant | Damien Doligez |
2010-11-08 | allow variance in GADTs | Jacques Garrigue |
2010-10-21 | removed Type_variant, fixed bug in GADT exhaustive check | Jacques Le Normand |
2010-10-19 | fixed bug in syntax extension. Made unification of variants and objects local... | Jacques Le Normand |
2010-09-13 | first commit | Jacques Le Normand |
2010-05-21 | Keep location on value declarations. | Alain Frisch |
2010-05-21 | PR#4975: spelling mistakes "overriden" and "informations" | Damien Doligez |
2010-05-20 | PR#5054: simple recursive value with array not accepted | Damien Doligez |
2010-04-18 | PR#4971: wrong variable name in alpha/proc.ml; cleanups in lex/cset.mli and b... | Xavier Leroy |
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-10-26 | Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod. | Alain Frisch |
2009-06-23 | PR#0004828 fixed | Luc Maranget |
2009-05-20 | merge changes from ocaml3110 to ocaml3111rc0 | Damien Doligez |
2008-10-08 | merge changes between 3.10.2 and the end of branch 3.10 | Damien Doligez |
2008-10-03 | Un peu de menage au passage | Luc Maranget |
2008-08-27 | optimize polymorphic variants as suggested in PR#4555 | Jacques Garrigue |
2008-08-01 | Implement Lazy.force as a primitive, and optimize its calls. | Michel Mauny |
2008-07-24 | Output references to the native version of the primitives in ocamlopt | Alain Frisch |
2008-07-22 | Simplified a bit matcher_lazy | Michel Mauny |
2008-07-14 | PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set} | Xavier Leroy |
2008-07-09 | Add lazy patterns. | Michel Mauny |
2008-07-08 | Readability: put the case lazy(float_constant) closer to other lazy(constant)... | Michel Mauny |
2008-07-08 | Optimized the creation of lazy values in the same way as Lazy.lazy_from_val, | Michel Mauny |
2008-06-16 | Stop multi-parameter optimization when the pattern is refutable. Now, ((fun t... | Michel Mauny |
2008-03-19 | Found a small bug in bytecomp/simplif.ml | Luc Maranget |
2008-02-29 | merge changes from 3.10.1 to 3.10.2 | Damien Doligez |
2008-01-11 | merge changes 3.10.0 -> 3.10.1 | Damien Doligez |
2007-11-15 | Improve -output-obj: can now build directly a dynamic library (with all the c... | Alain Frisch |
2007-11-15 | Cleanup and factorization of linker-related code. | Alain Frisch |
2007-11-13 | Pass the load_path to flexlink. | Alain Frisch |
2007-11-08 | Make it work under Win64. | Alain Frisch |