Age | Commit message (Expand) | Author |
2013-12-17 | configure: SO must be "so" or "dll" without the dot | Damien Doligez |
2013-12-17 | merge generative functors | Jacques Garrigue |
2013-12-14 | Un-bootstrapping of ocamlbuild, clean-up phase: | Xavier Leroy |
2013-11-06 | Do not introduce Obj.raw_tag. | Alain Frisch |
2013-10-23 | Support for exception values allocated in the static area (e.g. out of bound ... | Alain Frisch |
2013-10-23 | Change the representation of exception slots: instead of being represented as... | Alain Frisch |
2013-10-18 | #6203: change representation of exception values created with a constant cons... | Alain Frisch |
2013-10-14 | Rename raise_nostack -> raise_notrace. Expose it in Pervasives. | Alain Frisch |
2013-10-14 | #6203, #5935: variants of raise. 'reraise' is currently only inserted by the ... | Alain Frisch |
2013-10-01 | Keep attributes with module type declarations. Warning on reference to deprec... | Alain Frisch |
2013-09-27 | Keep attributes on module declarations. | Alain Frisch |
2013-09-27 | Keep attributes/locs for class type declarations and class declarations in Ty... | Alain Frisch |
2013-09-27 | Keep location and attributes in type, label and constructor declarations. De... | Alain Frisch |
2013-09-26 | Keep attributes on value declarations in .cmi files (but clear all the locati... | Alain Frisch |
2013-09-22 | bootstrap ocamlbuild again (needed for the cross-compilation patches) | Gabriel Scherer |
2013-09-18 | Wrongly committed bootstrapped compilers with spurious debug output. | Alain Frisch |
2013-09-17 | Do not track unused type declarations created by 'include'. | Alain Frisch |
2013-09-17 | #6180: efficient creation of uninitialized float arrays. | Alain Frisch |
2013-09-11 | Cherry-picking commit 14093 from trunk. | Alain Frisch |
2013-09-09 | Remove labltk from the distribution (will be available as a third-party libra... | Xavier Clerc |
2013-08-28 | Synchronize with trunk. | Alain Frisch |
2013-08-20 | bootstrap myocamlbuild.boot and adapt build/boot.sh | Gabriel Scherer |
2013-07-26 | Fix PR#6090 | Jacques Garrigue |
2013-07-16 | Synchronize with trunk. | Alain Frisch |
2013-06-19 | bootstrap after the new primitives | Gabriel Scherer |
2013-06-18 | Update magic numbers and bootstrap. (Cherry-picked from c13780 on 4.01.) | Alain Frisch |
2013-06-12 | Fix fix to PR#3679 : discard CR instead of printing a dot | Fabrice Le Fessant |
2013-06-05 | Improved implementation of OCAMLPARAM | Fabrice Le Fessant |
2013-06-03 | Experimental OCAMLCOMPPARAM for ocamlc/ocamlopt | Fabrice Le Fessant |
2013-06-03 | Add |> and @@ operators to Pervasives | Fabrice Le Fessant |
2013-06-03 | Item attributes on each let-binding. | Alain Frisch |
2013-05-16 | #5980: explicit way to silence the new warning (open! X). | Alain Frisch |
2013-05-03 | Fix PR#5985 for constrained parameters too. | Jacques Garrigue |
2013-04-30 | Fix PR#5985; compute injectivity of types but no new syntax | Jacques Garrigue |
2013-04-24 | Complete rewriting of Format.mk_printf. Convergence between Printf and Format... | Pierre Weis |
2013-04-23 | PR#5973 (old @ escape was still implemented in Format) + bootstrap. | Pierre Weis |
2013-04-18 | PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32. | Xavier Leroy |
2013-04-17 | Split Pexp_constraint into Pexp_coerce/Pexp_constraint. | Alain Frisch |
2013-04-17 | Split Pexp_function into Pexp_function/Pexp_fun. | Alain Frisch |
2013-04-17 | Getting rid of Pexp_assertfalse/Texp_assertfalse. | Alain Frisch |
2013-04-15 | Explicit representation of guards, get rid of Pexp_when. | Alain Frisch |
2013-04-09 | #5977: ensure that bootstrapping on 64-bit does not produce 64-bit constants ... | Alain Frisch |
2013-03-11 | user-exposed abstract type for raw backtraces in Printexc.ml (original patch ... | Gabriel Scherer |
2013-03-08 | Attributes on expresions (etc) are now stored in the expression record, to fa... | Alain Frisch |
2013-03-06 | Finish attributes on module/recursive modules in structures. | Alain Frisch |
2013-01-23 | Revert bad commit. | Alain Frisch |
2013-01-23 | #5902: adapt standard ppx driver to support extra arguments. | Alain Frisch |
2012-12-27 | update dependencies | Jacques Garrigue |
2012-12-17 | #5744: remove other primitives. | Alain Frisch |
2012-12-17 | #5774: caml_int64_direct_bswap should not be a primitive. | Alain Frisch |