summaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* change VERSION for 4.03.0+beta24.03.0+beta2Damien Doligez2016-04-013-0/+0
* last commit before tagging 4.03.0+beta2Damien Doligez2016-04-013-0/+0
* change VERSION for 4.03.0+beta1Damien Doligez2016-02-293-0/+0
* update .depend and bootstrap compilers before releaseDamien Doligez2016-02-293-0/+0
* Fix Unbox_closures to lessen runtime performance penaltyMark Shinwell2016-02-243-0/+0
* Add support for immediate attributeWill Crichton2016-02-023-0/+0
* [GC] add full-featured ephemerons in an inefficient wayFrançois Bobot2016-01-233-0/+0
* bootstrapMark Shinwell2016-01-142-0/+0
* opaqueMark Shinwell2016-01-143-0/+0
* bootstrapMark Shinwell2015-12-233-0/+0
|\
| * bootstrap for new primitiveDamien Doligez2015-12-213-0/+0
* | Add Format.kasprintf and fix Misc.fatal_errorf to use itMark Shinwell2015-12-232-0/+0
|/
* When copying the new compilers to boot/, also strip the #! header. It is not...Xavier Leroy2015-12-093-0/+0
* Strip debugging information off the bootstrap compilers, to reduce their sizeXavier Leroy2015-12-093-0/+0
* Revert "Add a special syntax for index operators"Gabriel Scherer2015-11-292-0/+0
* Revert "Simplify the use of custom .() and .[]"Gabriel Scherer2015-11-293-0/+0
* Revert "Simplify the definition of custom .{} operators"Gabriel Scherer2015-11-292-0/+0
* bootstrapGabriel Scherer2015-11-293-0/+0
* Add the predefined type extension_constructorJeremie Dimino2015-11-273-0/+0
* GPR#268: Hexadecimal notation for floating-point numbersXavier Leroy2015-11-193-0/+0
|\
| * Preliminary support for hexadecimal notation for FP numbers.Xavier Leroy2015-07-263-0/+0
* | simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-061-6/+0
* | transl_exception_constructor now uses ImmutableMark Shinwell2015-10-283-0/+0
* | bootstrap (to fix build of ocamlopt)Jérémie Dimino2015-10-233-0/+0
* | Replace uses of "float" by [@@unboxed] [@@noalloc]Jérémie Dimino2015-10-063-0/+0
* | Replace uses of "noalloc" by [@@noalloc]Jérémie Dimino2015-10-063-0/+0
* | Linking order for module Weak has changed.Pierre Weis2015-09-213-0/+0
* | Support [@unboxed] and [@untagged] attributesJérémie Dimino2015-08-253-0/+0
* | bootstrap -- for the shiny colorsGabriel Scherer2015-08-152-0/+0
* | add primitive caml_sys_isatty; fix bootstrapGabriel Scherer2015-08-153-0/+0
|/
* bootstrap (hoping to un-stuck the CI instances on format typing)Gabriel Scherer2015-07-263-0/+0
* PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic...Alain Frisch2015-07-243-0/+0
* update .depend and bootstrap compilers after 4.02 mergeDamien Doligez2015-07-173-0/+0
* bootstrapGabriel Scherer2015-05-023-0/+0
* update bootstrap compilers to avoid "inconsistent assumptions" on 32-bit i386Damien Doligez2015-04-223-0/+0
* PR#6827: prefer string to bytes with -short-pathsDamien Doligez2015-04-073-0/+0
* PR#6521: {Bytes,Char,String}.escaped are locale-dependentDamien Doligez2015-03-113-0/+0
* PR#6468: toplevel now supports backtraces if invoked with OCAMLRUNPARAM=bGabriel Scherer2015-02-083-0/+0
* Exhauce PR#6611: remove the option wrapper on optional arguments in the synta...Jacques Garrigue2014-12-222-0/+0
* exhauce PR#6367: introduce Asttypes.arg_label to encode labelled argumentsJacques Garrigue2014-12-223-0/+0
* Simplify the definition of custom .{} operatorsGabriel Scherer2014-12-132-0/+0
* Simplify the use of custom .() and .[]Gabriel Scherer2014-12-133-0/+0
* Add a special syntax for index operatorsGabriel Scherer2014-12-132-0/+0
* bootstrapGabriel Scherer2014-11-173-0/+0
* bootstrapGabriel Scherer2014-11-173-0/+0
* bootstrapGabriel Scherer2014-11-173-0/+0
* tentative fix of PR#6651Jacques Garrigue2014-11-123-0/+0
* Reintegrate-merge constructors_with_record5 branch.Alain Frisch2014-10-143-0/+0
|\
| * Adapt printer.Alain Frisch2014-04-073-0/+0
| * Support for record arguments on exceptions.Alain Frisch2014-04-013-0/+0