summaryrefslogtreecommitdiffstats
path: root/boot
AgeCommit message (Expand)Author
2014-12-22Exhauce PR#6611: remove the option wrapper on optional arguments in the synta...Jacques Garrigue
2014-12-22exhauce PR#6367: introduce Asttypes.arg_label to encode labelled argumentsJacques Garrigue
2014-12-13Simplify the definition of custom .{} operatorsGabriel Scherer
2014-12-13Simplify the use of custom .() and .[]Gabriel Scherer
2014-12-13Add a special syntax for index operatorsGabriel Scherer
2014-11-17bootstrapGabriel Scherer
2014-11-17bootstrapGabriel Scherer
2014-11-17bootstrapGabriel Scherer
2014-11-12tentative fix of PR#6651Jacques Garrigue
2014-10-14Reintegrate-merge constructors_with_record5 branch.Alain Frisch
2014-10-02Fix PR#6593: Functor application in tests/basic-modules failsJacques Garrigue
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-08-07Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch
2014-06-14PR#6418: support "@[<hov %d>" in the new format implementation (Benoît Vaugon)Gabriel Scherer
2014-06-09PR#6418: fix format regression on "@{<..%d..%s..>" (Benoît Vaugon)Gabriel Scherer
2014-06-09Fix PR#6417: sprintf broken when local module named Pervasives is in scopeGabriel Scherer
2014-06-09bootstrapGabriel Scherer
2014-05-21format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer
2014-05-14Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer
2014-05-12bootstrap with -no-naked-pointers againGabriel Scherer
2014-05-12final bootstrap (make partialclean core coreboot)Gabriel Scherer
2014-05-12boostrap (same steps as the last one)Gabriel Scherer
2014-05-12finish %_[nNlL] boostrap (same bootstrap steps)Gabriel Scherer
2014-05-12temporary bootstrap (%_[nNlL] not yet handled by the typer)Gabriel Scherer
2014-05-12bootstrapGabriel Scherer
2014-05-12temporarily revert the bootstrap of naked-pointers before merging format+gadtsGabriel Scherer
2014-05-12no-naked-pointers patchMark Shinwell
2014-05-10bootstrapGabriel Scherer
2014-05-07re-commit Leo's weak-dependencies pull requestJacques Garrigue
2014-05-05change -trans-mod to -no-alias-deps, and update messageJacques Garrigue
2014-05-04PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue
2014-05-04Add FIRST_UNIMPLEMENTED_OP instructioon to simplify bootstrapping after addin...Fabrice Le Fessant
2014-05-02fix bug in previous Val_unit initialization patchMark Shinwell
2014-05-02revert commit 14719Jacques Garrigue
2014-05-01weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-17Add a hook in the lexer for an internal preprocessorFabrice Le Fessant
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-04-10Add %loc_* primitives and corresponding values in PervasivesFabrice Le Fessant
2014-04-07Adapt printer.Alain Frisch
2014-04-06PR#6270: remove need for -I directives to ocamldebug in common caseGabriel Scherer
2014-04-01Support for record arguments on exceptions.Alain Frisch
2014-03-31Rvert parts of the original commit which are not relevant with the encoding a...Alain Frisch
2014-03-31Revert "PR#6270: remove need for -I directives to ocamldebug in common case (...Gabriel Scherer
2014-03-31Encode record arguments into extra record declarations.Alain Frisch
2014-03-31PR#6270: remove need for -I directives to ocamldebug in common case (patch by...Xavier Clerc
2014-03-28Some preparation for record arguments.Alain Frisch
2014-03-23Optimize Env.find_module further for PR#6350Jacques Garrigue
2014-03-22Fix PR#6350Jacques Garrigue
2014-03-21#PR6269 Optimized string matchingLuc Maranget