Age | Commit 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-05 | Whitespace. | Alain Frisch |
2014-05-05 | change -trans-mod to -no-alias-deps, and update message | Jacques Garrigue |
2014-05-04 | PR#5584: merge open extensible types, extension-patch-4.0.2 | Jacques Garrigue |
2014-05-04 | Add support for floating attributes in class structures and class signatures.... | Alain Frisch |
2014-05-04 | Fix win32unix (introduction of bytes + immutable strings). | Alain Frisch |
2014-05-04 | Add FIRST_UNIMPLEMENTED_OP instructioon to simplify bootstrapping after addin... | Fabrice Le Fessant |
2014-05-04 | PR#6385: wrong allocation of large closures by the bytecode interpreter | Xavier Leroy |
2014-05-03 | ocamlbuild: only show backtrace in verbose mode | Gabriel Scherer |
2014-05-03 | Some updates for SPARC | Xavier Leroy |
2014-05-03 | stdlib/map: Add some usage exemple in the documentation. | Gabriel Scherer |
2014-05-03 | revert commit 14728 | Jérémie Dimino |
2014-05-02 | -o sets the module name | Jérémie Dimino |
2014-05-02 | configure: fix as/aspp for FreeBSD (works for both gcc and clang) | Gabriel Scherer |
2014-05-02 | add the %int_as_pointer primitive | Jérémie Dimino |
2014-05-02 | fix bug in previous Val_unit initialization patch | Mark Shinwell |
2014-05-02 | * Do not require cmi file to be present if module alias is not accessed | Jacques Garrigue |
2014-05-02 | revert commit 14719 | Jacques Garrigue |
2014-05-01 | safe-string: documentation fixes and add a couple of functions in Pervasives ... | Damien Doligez |
2014-05-01 | initialize blocks with Val_unit, not zero | Mark Shinwell |
2014-05-01 | weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185... | Mark Shinwell |
2014-05-01 | add 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-01 | Ocamlbuild: make log printing code tail-recursive | Gabriel Scherer |
2014-04-30 | document __LOC__ in pervasives.mli | Fabrice Le Fessant |
2014-04-30 | #6387: allow attributes on variants in polymorphic variant types. | Alain Frisch |
2014-04-30 | Fix precedence of extension nodes (#6386). | Alain Frisch |
2014-04-30 | Fix precedence of extension nodes (#6386). | Alain Frisch |
2014-04-30 | Fix precedence of extension nodes (#6386). | Alain Frisch |
2014-04-29 | merge branch "safe-string" | Damien Doligez |
2014-04-29 | Wrong MASM syntax, try again. | Xavier Leroy |
2014-04-29 | update Makefile.nt for new asmcomp modules | Damien Doligez |
2014-04-29 | merge Leo's patch for PR#6384 | Jacques Garrigue |
2014-04-28 | Fix PR#6383: Exception Not_found when using object type in absent module | Jacques Garrigue |
2014-04-28 | Document that the new alternative syntax for string literals can break comments. | Alain Frisch |
2014-04-28 | Revert 14616, 14617. Go back to the original syntax for toplevel directives,... | Alain Frisch |
2014-04-27 | fix bug in commit 14694 | Damien Doligez |
2014-04-27 | add CSE.ml to ignore files | Damien Doligez |
2014-04-27 | add missing rules for CSE.ml | Damien Doligez |
2014-04-26 | PR#6361: Hashtbl.hash not terminating on some lazy values w/ recursive types | Xavier Leroy |
2014-04-26 | New back-end optimization pass: common subexpression elimination (CSE). | Xavier Leroy |
2014-04-26 | ID comments are so passé. | Xavier Leroy |
2014-04-26 | New back-end optimization pass: dead code elimination. | Xavier Leroy |
2014-04-26 | Follow-up to commit 14673: MASM has its own syntax for hex constants | Xavier Leroy |
2014-04-25 | fix some whitespace | Damien Doligez |
2014-04-25 | update to use the git version of camlp5 | Damien Doligez |
2014-04-25 | Follow-up to commit 14673: Iconst_float now takes a float, no longer a string. | Xavier Leroy |
2014-04-25 | Do not add absolute paths for information added to | Jacques Garrigue |
2014-04-25 | - Constant ropagation for float and int32/int64/nativeint arithmetic. | Xavier Leroy |