| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge 'merge-exceptions.patch' and add forgotten filesopen_types | Jacques Garrigue | 2014-04-15 | 82 | -774/+1501 |
| * | shorter-transl-extension-constructor.patch | Jacques Garrigue | 2014-03-25 | 1 | -47/+20 |
| * | merge extension.patch-3.0.0 | Jacques Garrigue | 2014-03-19 | 101 | -393/+2835 |
| * | Create a branch for importing open_types patch, based on trunk@14466. | Jacques Garrigue | 2014-03-19 | 0 | -0/+0 |
| * | #6345: better compilation of optional arguments with default values. | Alain Frisch | 2014-03-18 | 4 | -34/+150 |
| * | improved abstractions for register naming in the native code backend | Mark Shinwell | 2014-03-17 | 5 | -19/+70 |
| * | be explicit when constructing integers that are block headers | Mark Shinwell | 2014-03-17 | 17 | -26/+38 |
| * | [minor] update Changes | Gabriel Scherer | 2014-03-17 | 1 | -0/+2 |
| * | ocamllex: user-definable refill actions (patch by Frédéric Bour) | Gabriel Scherer | 2014-03-14 | 11 | -65/+147 |
| * | [minor] forgotten Changes entry for 4.01 | Gabriel Scherer | 2014-03-13 | 1 | -0/+3 |
| * | Fix two makeblocks incorrectly marked as Immutable. The lazy-related one is ... | Alain Frisch | 2014-03-10 | 2 | -2/+2 |
| * | Optimization: if a function doesn't use its environment, one can do as if it ... | Alain Frisch | 2014-03-10 | 1 | -0/+1 |
| * | #6343, #5537, #5573: improving access to values in nested modules. | Alain Frisch | 2014-03-10 | 4 | -3/+19 |
| * | Fix PR#6307 | Jacques Garrigue | 2014-03-10 | 12 | -6/+385 |
| * | Structural typing of first class modules (cf. PR#6333) | Jacques Garrigue | 2014-03-10 | 7 | -30/+202 |
| * | #5779: Revert change on camlinternalOO. | Alain Frisch | 2014-03-07 | 1 | -13/+15 |
| * | use -bin-annot when building | Mark Shinwell | 2014-03-07 | 8 | -8/+11 |
| * | #5779: adopt gasche's sentinel solution. | Alain Frisch | 2014-03-07 | 1 | -15/+13 |
| * | Really remove debug output. | Alain Frisch | 2014-03-07 | 1 | -1/+0 |
| * | remove debugging output | Jacques Garrigue | 2014-03-07 | 1 | -1/+1 |
| * | #5779: improve support for structured constants (better propagation, sharing,... | Alain Frisch | 2014-03-06 | 15 | -257/+385 |
| * | Fix PR#6331 | Jacques Garrigue | 2014-02-25 | 7 | -20/+183 |
| * | fix major performance problem on large heaps by making the heap increment pro... | Damien Doligez | 2014-02-20 | 6 | -44/+71 |
| * | PR#6214: "sed: comment garbled" on make world | Damien Doligez | 2014-02-19 | 1 | -1/+4 |
| * | PR#6208: Hashtbl.reset @since 4.00.0 | Damien Doligez | 2014-02-19 | 1 | -1/+2 |
| * | add #includes to declare the functions enter/leave_blocking_section | Damien Doligez | 2014-02-19 | 3 | -0/+3 |
| * | #6328: use real temporary file names for ocamlyacc under Windows. | Alain Frisch | 2014-02-18 | 1 | -15/+15 |
| * | Quick fix of PR#6325 | Jacques Garrigue | 2014-02-17 | 2 | -0/+21 |
| * | Fix bug (structure-level attributes and ocamlopt). | Alain Frisch | 2014-02-07 | 1 | -3/+3 |
| * | PR#6322 Corrected. | Luc Maranget | 2014-02-06 | 4 | -1/+20 |
| * | PR#6054: add support for M.[ foo ], M.[| foo |], etc. | Gabriel Scherer | 2014-02-04 | 2 | -0/+27 |
| * | Fix a typo in close_functions. | Gabriel Scherer | 2014-01-31 | 1 | -1/+1 |
| * | #6311. Changelog. | Alain Frisch | 2014-01-30 | 1 | -0/+1 |
| * | Add location to module and module type definitions. Improves #6311. | Alain Frisch | 2014-01-30 | 18 | -60/+112 |
| * | #6311: show kind and location of missing item, in case of signature mismatch. | Alain Frisch | 2014-01-30 | 2 | -14/+26 |
| * | release the lock in ftruncate, fchown, and fchmod | Jérémie Dimino | 2014-01-29 | 3 | -7/+21 |
| * | PR#6310: fix ocamldoc's subscript/superscript CSS font size | Gabriel Scherer | 2014-01-28 | 2 | -2/+4 |
| * | Fix testsuite (rely on compilerlibs to be more robust). | Alain Frisch | 2014-01-28 | 1 | -85/+2 |
| * | Record inclusion checks between value_descriptions in .cmt files. This makes... | Alain Frisch | 2014-01-28 | 8 | -75/+107 |
| * | #6308: better error message when the types inferred for a variable on both si... | Alain Frisch | 2014-01-27 | 2 | -1/+9 |
| * | Fix conditional installation of ocamldebug under Windows. | Alain Frisch | 2014-01-23 | 1 | -1/+1 |
| * | PR#6183: enhanced documentation for 'Unix.shutdown_connection' | Xavier Clerc | 2014-01-23 | 2 | -1/+4 |
| * | PR#6267: more information printed by "bt" command of ocamldebug | Xavier Clerc | 2014-01-23 | 6 | -5/+28 |
| * | Fix PR#6303 | Jacques Garrigue | 2014-01-23 | 4 | -18/+53 |
| * | PR#6189, items (10) and (11) | Damien Doligez | 2014-01-22 | 2 | -1/+1 |
| * | PR#6189: items (8) and (9) | Damien Doligez | 2014-01-22 | 1 | -18/+16 |
| * | PR#6189: items (5) (6) (7) | Damien Doligez | 2014-01-22 | 1 | -25/+19 |
| * | PR#6189, item (2): missing options in the doc | Damien Doligez | 2014-01-22 | 2 | -15/+28 |
| * | svn wants to commit mergeinfo... | Damien Doligez | 2014-01-22 | 0 | -0/+0 |
| * | PR#5598: (follow-up) handling of string constants in ocamllex should be the s... | Damien Doligez | 2014-01-22 | 2 | -8/+12 |