summaryrefslogtreecommitdiff
path: root/toplevel
Commit message (Expand)AuthorAgeFilesLines
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-212-2/+2
* rewrite cycle-detection in genprintval.ml to use O instead of ObjGabriel Scherer2014-12-131-7/+8
* rewrite the printing of Lazy values in toplevel/genprintval.mlGabriel Scherer2014-12-131-14/+37
* apply GPR123: fix stupid bug in opttoploopDamien Doligez2014-12-121-1/+1
* toplevel: be explicit about what path are used forGabriel Scherer2014-12-062-5/+8
* toplevel: generic printers are only allowed with 'new' printer style.Gabriel Scherer2014-12-061-32/+42
* toplevel: extends #install_printer to accept parameterised printersGabriel Scherer2014-12-061-15/+73
* toplevel: allows the extension of 'genprintval.ml' with parameterised printer.Gabriel Scherer2014-12-064-30/+130
* fix regression in toplevel printing of lazy valuesGabriel Scherer2014-11-231-6/+29
* PR#6648: show_module should indicate its elision (add Osig_ellipsis to outcom...Jacques Garrigue2014-11-101-7/+2
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-0/+2
|\
| * Sync with trunk.Alain Frisch2014-09-251-1/+4
| |\
| * \ Sync with trunk.Alain Frisch2014-09-046-5/+11
| |\ \
| * \ \ Sync with trunk. Rebinding of inlined extension constructors with free variab...Alain Frisch2014-08-079-112/+216
| |\ \ \
| * \ \ \ Synchronize with trunk.Alain Frisch2014-04-223-6/+101
| |\ \ \ \
| * | | | | Keep the id for the synthesized sub-declaration in Cstr_record.Alain Frisch2014-04-081-1/+1
| * | | | | Keep inlined records in Typedtree and Types. Synthesize record types when in...Alain Frisch2014-04-071-32/+52
* | | | | | Reintegrate-merge constructors_with_record5 branch.Alain Frisch2014-10-142-33/+68
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Adapt printer.Alain Frisch2014-04-071-45/+9
| * | | | | Support for record arguments on exceptions.Alain Frisch2014-04-011-2/+8
| * | | | | Rvert parts of the original commit which are not relevant with the encoding a...Alain Frisch2014-03-311-14/+2
| * | | | | Encode record arguments into extra record declarations.Alain Frisch2014-03-311-5/+13
| * | | | | Some preparation for record arguments.Alain Frisch2014-03-281-2/+14
* | | | | | #6609: export Toploop.phrase.Alain Frisch2014-10-132-3/+6
* | | | | | Factorize.Alain Frisch2014-10-031-45/+9
* | | | | | Prepare environment (with Compenv.readenv) before executing script passed on ...Alain Frisch2014-10-011-0/+1
| |_|_|_|/ |/| | | |
* | | | | #5904: improve support for ppx in the toplevel by allowing ppx processors to ...Alain Frisch2014-09-231-1/+4
| |_|_|/ |/| | |
* | | | #6529: further optimize consistency check.Alain Frisch2014-09-012-2/+2
* | | | merge changes of version/4.02 from r15121 to r15155Damien Doligez2014-08-292-0/+2
* | | | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-222-3/+7
| |_|/ |/| |
* | | Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch2014-08-072-2/+2
* | | Reflecting commit 14976 on version/4.02:Xavier Leroy2014-06-091-5/+8
* | | merge from 4.02: rev. 14858, Adding #ppx toplevel directive (patch by Peter Z...Mark Shinwell2014-05-301-0/+3
* | | * split Typetexp.lookup_module and Typetexp.find_moduleJacques Garrigue2014-05-121-2/+1
* | | commit o_and_opens.diffJacques Garrigue2014-05-111-0/+1
* | | cycle detection in the toplevel printer (Leo White, https://github.com/ocaml/...Mark Shinwell2014-05-081-12/+46
* | | re-commit Leo's weak-dependencies pull requestJacques Garrigue2014-05-073-4/+13
* | | change -trans-mod to -no-alias-deps, and update messageJacques Garrigue2014-05-052-1/+2
* | | PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue2014-05-046-19/+38
* | | revert commit 14719Jacques Garrigue2014-05-023-13/+4
* | | weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell2014-05-013-4/+13
* | | merge branch "safe-string"Damien Doligez2014-04-294-4/+6
* | | Revert 14616, 14617. Go back to the original syntax for toplevel directives,...Alain Frisch2014-04-283-67/+92
* | | Avoid bad error report when a registered toplevel primitive raises Not_found.Alain Frisch2014-04-231-14/+22
| |/ |/|
* | #5377: add a #show directive to the toplevel.Alain Frisch2014-04-171-1/+93
* | Support for toplevel primitives with multiple arguments.Alain Frisch2014-04-162-5/+8
|/
* Merge module-alias branch (cf. PR#6063)Jacques Garrigue2014-01-106-7/+11
|\
| * Add -trans-mod option for transparent module dependencies.module-aliasJacques Garrigue2013-12-201-0/+1
| * make path normalization safer; now Core not only compiles but worksJacques Garrigue2013-10-045-7/+10
* | Change the representation of exception slots: instead of being represented as...Alain Frisch2013-10-231-1/+7