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