summaryrefslogtreecommitdiffstats
path: root/bytecomp
AgeCommit message (Expand)Author
2013-05-28extend warning 3 to other deprecated features: Latin1, (&) and (or)Damien Doligez
2013-05-16#5980: explicit way to silence the new warning (open! X).Alain Frisch
2013-04-29#5832: patch to improve 'wrong file naming' error messages.Alain Frisch
2013-04-25Fix PR #5992Luc Maranget
2013-04-18PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy
2013-04-17PR#5957,PR#5920,PR#5925: LongString module to workaround 32bits string size l...Gabriel Scherer
2013-03-17typos in commentDamien Doligez
2013-03-09fix a few problems with whitespace and over-long linesDamien Doligez
2012-12-13#5546: change compilation scheme for nested structures (improve compilation t...Alain Frisch
2012-11-29PR#5774: Add bswap primitives for amd64Fabrice Le Fessant
2012-11-09PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarraysFabrice Le Fessant
2012-11-06PR#5762: Add primitives for fast access to bigarray dimensionsFabrice Le Fessant
2012-10-24Stop keeping a Path.t to refer to labels and constructors in the Typedtree AS...Alain Frisch
2012-10-15remove all $Id keywordsDamien Doligez
2012-09-27Checked #PR5758, (also closed bug in Mantis)Luc Maranget
2012-09-19Fix PR#5758Jacques Garrigue
2012-09-01PR#5611: avoid clashes betwen .cmo files and output files during linkingWojciech Meyer
2012-08-21Fix PR#5735: %apply and %revapply not first class citizensFabrice Le Fessant
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-27Fix PR#5702: remove never used value Bytelibrarian.lib_sharedobjsFabrice Le Fessant
2012-07-10fix PR#5674: move Texp_poly and Texp_newtype to exp_extraJacques Garrigue
2012-07-08fix wrong parameter name in binary annotationJacques Garrigue
2012-07-07PR#5628: Add Topdirs.remove_directory (and directive #remove_directory) to re...Gabriel Scherer
2012-06-21PR#5131: compilation of custom runtime with g++ generates lots of warningsDamien Doligez
2012-06-20Fix PR#5627 (lablgtk not compiling with 4.00 after merge with bin-annot)Jacques Garrigue
2012-06-19revert wrong commit on bytecomp/typeclass.mlJacques Garrigue
2012-06-19applied (improved) patch of PR#5654Jacques Garrigue
2012-06-01Unused opens.Alain Frisch
2012-06-01Fix PR#5291Jacques Garrigue
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-29Removal of unnecessary "rec" clauses (to please warning #39).Xavier Clerc
2012-05-29Enable and fix more warnings.Alain Frisch
2012-05-29Compile with warning 33, and remove unused opens.Alain Frisch
2012-04-16#5593: Remove C file when -output-obj fails.Alain Frisch
2012-03-07#5527: absolute filenames for more error messages.Alain Frisch
2012-03-07#5527: absolute filenames for more error messages.Alain Frisch
2012-03-07#5527: use absolute filenames in the message for Warning 31, when requested (...Alain Frisch
2012-03-06Detect unused exception declarations (#5524).Alain Frisch
2012-02-23refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez
2012-02-21PR#5487: addition of CFI directives and a few filename/linenumber info to gen...Xavier Leroy
2012-02-20Optimize away compile-time beta-redexes, as found sometimes in generated code...Xavier Leroy
2012-02-18Reverting commits 12108 and 12109 concerning PR#4072. I feel the cure (makin...Xavier Leroy
2012-02-18Fix PR#5297: compiler does not check %primitive's existenceFabrice Le Fessant
2012-02-14Unshare on type annotations even in non -principal mode.Jacques Garrigue
2012-02-10More renaming to OCamlDamien Doligez
2012-02-01Fix PR#4072Fabrice Le Fessant
2012-01-23Backported '%apply' and '%revapply' from 3.12.1+dev to 3.13+devFabrice Le Fessant
2012-01-20Reverting bad commit.Alain Frisch
2012-01-20Fix #5490.Alain Frisch
2012-01-17Fix PR#5461Fabrice Le Fessant