Age | Commit message (Expand) | Author |
2015-01-30 | Fix PR#6763 | Jacques Garrigue |
2015-01-16 | PR#6081: ocaml should add script's directory to search path, not current dire... | Damien Doligez |
2015-01-08 | fix typo (see PR#6704) | Damien Doligez |
2014-12-22 | exhauce PR#6367: introduce Asttypes.arg_label to encode labelled arguments | Jacques Garrigue |
2014-12-21 | PR6695: Make sure the compiler only uses ASCII string functions. | Gabriel Scherer |
2014-12-13 | rewrite cycle-detection in genprintval.ml to use O instead of Obj | Gabriel Scherer |
2014-12-13 | rewrite the printing of Lazy values in toplevel/genprintval.ml | Gabriel Scherer |
2014-12-12 | apply GPR123: fix stupid bug in opttoploop | Damien Doligez |
2014-12-06 | toplevel: be explicit about what path are used for | Gabriel Scherer |
2014-12-06 | toplevel: generic printers are only allowed with 'new' printer style. | Gabriel Scherer |
2014-12-06 | toplevel: extends #install_printer to accept parameterised printers | Gabriel Scherer |
2014-12-06 | toplevel: allows the extension of 'genprintval.ml' with parameterised printer. | Gabriel Scherer |
2014-11-23 | fix regression in toplevel printing of lazy values | Gabriel Scherer |
2014-11-10 | PR#6648: show_module should indicate its elision (add Osig_ellipsis to outcom... | Jacques Garrigue |
2014-10-15 | merge branch 4.02 from release 4.02.0 to release 4.02.1 | Damien Doligez |
2014-10-14 | Reintegrate-merge constructors_with_record5 branch. | Alain Frisch |
2014-10-13 | #6609: export Toploop.phrase. | Alain Frisch |
2014-10-03 | Factorize. | Alain Frisch |
2014-10-01 | Prepare environment (with Compenv.readenv) before executing script passed on ... | Alain Frisch |
2014-09-25 | Sync with trunk. | Alain Frisch |
2014-09-23 | #5904: improve support for ppx in the toplevel by allowing ppx processors to ... | Alain Frisch |
2014-09-04 | Sync with trunk. | Alain Frisch |
2014-09-01 | #6529: further optimize consistency check. | Alain Frisch |
2014-08-29 | merge changes of version/4.02 from r15121 to r15155 | Damien Doligez |
2014-08-22 | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez |
2014-08-07 | Sync with trunk. Rebinding of inlined extension constructors with free variab... | Alain Frisch |
2014-08-07 | Cherry-pick 15062,15063,15064 from 4.02 (#6497). | Alain Frisch |
2014-06-09 | Reflecting commit 14976 on version/4.02: | Xavier Leroy |
2014-05-30 | merge from 4.02: rev. 14858, Adding #ppx toplevel directive (patch by Peter Z... | Mark Shinwell |
2014-05-12 | * split Typetexp.lookup_module and Typetexp.find_module | Jacques Garrigue |
2014-05-11 | commit o_and_opens.diff | Jacques Garrigue |
2014-05-08 | cycle detection in the toplevel printer (Leo White, https://github.com/ocaml/... | Mark Shinwell |
2014-05-07 | re-commit Leo's weak-dependencies pull request | Jacques Garrigue |
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-02 | revert commit 14719 | Jacques Garrigue |
2014-05-01 | weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185... | Mark Shinwell |
2014-04-29 | merge branch "safe-string" | Damien Doligez |
2014-04-28 | Revert 14616, 14617. Go back to the original syntax for toplevel directives,... | Alain Frisch |
2014-04-23 | Avoid bad error report when a registered toplevel primitive raises Not_found. | Alain Frisch |
2014-04-22 | Synchronize with trunk. | Alain Frisch |
2014-04-17 | #5377: add a #show directive to the toplevel. | Alain Frisch |
2014-04-16 | Support for toplevel primitives with multiple arguments. | Alain Frisch |
2014-04-08 | Keep the id for the synthesized sub-declaration in Cstr_record. | Alain Frisch |
2014-04-07 | Keep inlined records in Typedtree and Types. Synthesize record types when in... | Alain Frisch |
2014-04-07 | Adapt printer. | Alain Frisch |
2014-04-01 | Support for record arguments on exceptions. | Alain Frisch |
2014-03-31 | Rvert parts of the original commit which are not relevant with the encoding a... | Alain Frisch |
2014-03-31 | Encode record arguments into extra record declarations. | Alain Frisch |
2014-03-28 | Some preparation for record arguments. | Alain Frisch |