summaryrefslogtreecommitdiffstats
path: root/boot
AgeCommit message (Expand)Author
2013-12-17configure: SO must be "so" or "dll" without the dotDamien Doligez
2013-12-17merge generative functorsJacques Garrigue
2013-12-14Un-bootstrapping of ocamlbuild, clean-up phase:Xavier Leroy
2013-11-06Do not introduce Obj.raw_tag.Alain Frisch
2013-10-23Support for exception values allocated in the static area (e.g. out of bound ...Alain Frisch
2013-10-23Change 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-14Rename 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-01Keep attributes with module type declarations. Warning on reference to deprec...Alain Frisch
2013-09-27Keep attributes on module declarations.Alain Frisch
2013-09-27Keep attributes/locs for class type declarations and class declarations in Ty...Alain Frisch
2013-09-27Keep location and attributes in type, label and constructor declarations. De...Alain Frisch
2013-09-26Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch
2013-09-22bootstrap ocamlbuild again (needed for the cross-compilation patches)Gabriel Scherer
2013-09-18Wrongly committed bootstrapped compilers with spurious debug output.Alain Frisch
2013-09-17Do not track unused type declarations created by 'include'.Alain Frisch
2013-09-17#6180: efficient creation of uninitialized float arrays.Alain Frisch
2013-09-11Cherry-picking commit 14093 from trunk.Alain Frisch
2013-09-09Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc
2013-08-28Synchronize with trunk.Alain Frisch
2013-08-20bootstrap myocamlbuild.boot and adapt build/boot.shGabriel Scherer
2013-07-26Fix PR#6090Jacques Garrigue
2013-07-16Synchronize with trunk.Alain Frisch
2013-06-19bootstrap after the new primitivesGabriel Scherer
2013-06-18Update magic numbers and bootstrap. (Cherry-picked from c13780 on 4.01.)Alain Frisch
2013-06-12Fix fix to PR#3679 : discard CR instead of printing a dotFabrice Le Fessant
2013-06-05Improved implementation of OCAMLPARAMFabrice Le Fessant
2013-06-03Experimental OCAMLCOMPPARAM for ocamlc/ocamloptFabrice Le Fessant
2013-06-03Add |> and @@ operators to PervasivesFabrice Le Fessant
2013-06-03Item attributes on each let-binding.Alain Frisch
2013-05-16#5980: explicit way to silence the new warning (open! X).Alain Frisch
2013-05-03Fix PR#5985 for constrained parameters too.Jacques Garrigue
2013-04-30Fix PR#5985; compute injectivity of types but no new syntaxJacques Garrigue
2013-04-24Complete rewriting of Format.mk_printf. Convergence between Printf and Format...Pierre Weis
2013-04-23PR#5973 (old @ escape was still implemented in Format) + bootstrap.Pierre Weis
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-04-17Split Pexp_constraint into Pexp_coerce/Pexp_constraint.Alain Frisch
2013-04-17Split Pexp_function into Pexp_function/Pexp_fun.Alain Frisch
2013-04-17Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch
2013-04-15Explicit 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-11user-exposed abstract type for raw backtraces in Printexc.ml (original patch ...Gabriel Scherer
2013-03-08Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch
2013-03-06Finish attributes on module/recursive modules in structures.Alain Frisch
2013-01-23Revert bad commit.Alain Frisch
2013-01-23#5902: adapt standard ppx driver to support extra arguments.Alain Frisch
2012-12-27update dependenciesJacques 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