summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-05#6318: Extend match...with with exception cases. (Patch by Jeremy Yallop, bac...Alain Frisch
2014-05-05#6387: also allow attributes on methods in object types (< m [@foo] : int; ..>).Alain Frisch
2014-05-05Whitespace.Alain Frisch
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 support for floating attributes in class structures and class signatures....Alain Frisch
2014-05-04Fix win32unix (introduction of bytes + immutable strings).Alain Frisch
2014-05-04Add FIRST_UNIMPLEMENTED_OP instructioon to simplify bootstrapping after addin...Fabrice Le Fessant
2014-05-04PR#6385: wrong allocation of large closures by the bytecode interpreterXavier Leroy
2014-05-03ocamlbuild: only show backtrace in verbose modeGabriel Scherer
2014-05-03Some updates for SPARCXavier Leroy
2014-05-03stdlib/map: Add some usage exemple in the documentation.Gabriel Scherer
2014-05-03revert commit 14728Jérémie Dimino
2014-05-02-o sets the module nameJérémie Dimino
2014-05-02configure: fix as/aspp for FreeBSD (works for both gcc and clang)Gabriel Scherer
2014-05-02add the %int_as_pointer primitiveJérémie Dimino
2014-05-02fix bug in previous Val_unit initialization patchMark Shinwell
2014-05-02* Do not require cmi file to be present if module alias is not accessedJacques Garrigue
2014-05-02revert commit 14719Jacques Garrigue
2014-05-01safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez
2014-05-01initialize blocks with Val_unit, not zeroMark Shinwell
2014-05-01weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell
2014-05-01add travis CI files (github.com/avsm/ocaml 22e0620)Mark Shinwell
2014-05-01[minor] auto-generate a .gitignore using `git svn show-ignore`Gabriel Scherer
2014-05-01Ocamlbuild: make log printing code tail-recursiveGabriel Scherer
2014-04-30document __LOC__ in pervasives.mliFabrice Le Fessant
2014-04-30#6387: allow attributes on variants in polymorphic variant types.Alain Frisch
2014-04-30Fix precedence of extension nodes (#6386).Alain Frisch
2014-04-30Fix precedence of extension nodes (#6386).Alain Frisch
2014-04-30Fix precedence of extension nodes (#6386).Alain Frisch
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-29Wrong MASM syntax, try again.Xavier Leroy
2014-04-29update Makefile.nt for new asmcomp modulesDamien Doligez
2014-04-29merge Leo's patch for PR#6384Jacques Garrigue
2014-04-28Fix PR#6383: Exception Not_found when using object type in absent moduleJacques Garrigue
2014-04-28Document that the new alternative syntax for string literals can break comments.Alain Frisch
2014-04-28Revert 14616, 14617. Go back to the original syntax for toplevel directives,...Alain Frisch
2014-04-27fix bug in commit 14694Damien Doligez
2014-04-27add CSE.ml to ignore filesDamien Doligez
2014-04-27add missing rules for CSE.mlDamien Doligez
2014-04-26PR#6361: Hashtbl.hash not terminating on some lazy values w/ recursive typesXavier Leroy
2014-04-26New back-end optimization pass: common subexpression elimination (CSE).Xavier Leroy
2014-04-26ID comments are so passé.Xavier Leroy
2014-04-26New back-end optimization pass: dead code elimination.Xavier Leroy
2014-04-26Follow-up to commit 14673: MASM has its own syntax for hex constantsXavier Leroy
2014-04-25fix some whitespaceDamien Doligez
2014-04-25update to use the git version of camlp5Damien Doligez
2014-04-25Follow-up to commit 14673: Iconst_float now takes a float, no longer a string.Xavier Leroy
2014-04-25Do not add absolute paths for information added toJacques Garrigue
2014-04-25- Constant ropagation for float and int32/int64/nativeint arithmetic.Xavier Leroy