summaryrefslogtreecommitdiff
path: root/toplevel
Commit message (Expand)AuthorAgeFilesLines
* Bytesections: cleanup API (#11623)hhugo2023-03-111-22/+22
* toplevel: also separate the toplevel phrase with a blank lineGabriel Scherer2023-02-232-2/+13
* toplevel: show hints for the "undefined global" error (#10647)wiktorkuchta2023-01-231-0/+36
* rename wrap_def -> with_local_level, etc.Takafumi Saikawa2022-12-271-2/+2
* fixTakafumi Saikawa2022-12-271-20/+20
* Introduce wrapper functions for level management ([Ctype.wrap_def], etc)Takafumi Saikawa2022-12-271-30/+30
* Merge pull request #11534 from gasche/follow-synonyms-in-show-module-typeFlorian Angeletti2022-12-021-10/+32
* topdirs.ml: (install,remove)_printer, test error casesGabriel Scherer2022-11-261-1/+1
* topdirs.ml: avoid exceptions completely in #(remove,install)_printerGabriel Scherer2022-11-261-38/+52
* topdirs.ml: rewrite the printer-matching logic to avoid exceptionsGabriel Scherer2022-11-261-59/+66
* topdirs.ml: Generic printers only need an arityGabriel Scherer2022-11-261-9/+10
* [minor] topdirs.ml: bound the scope of find_printer exception handlingGabriel Scherer2022-11-261-6/+6
* topdirs.ml: cleaner representation of different kinds of printersGabriel Scherer2022-11-261-31/+48
* topdirs.ml; generic printers are never old-styleGabriel Scherer2022-11-261-9/+6
* Define printer types manually rather than parsing them from stringsSébastien Hinderer2022-11-243-36/+34
* Embed printer types in toplevels and debuggerSébastien Hinderer2022-11-249-48/+71
* Encode extra types within pathHyunggyu Jang2022-11-111-3/+3
* Add explicit constructors to Path.t for inline record typesLeo White2022-11-111-0/+4
* Remove hash type encodingHyunggyu Jang2022-11-091-6/+2
* Add a toplevel directive to switch off debugging (#9290)Jacques Garrigue2022-07-191-0/+7
* Merge pull request #11382 from Octachron/topdir_fixGabriel Scherer2022-07-062-2/+0
|\
| * toplevel: don't read Topdirs cmi during pre-initialisationFlorian Angeletti2022-07-012-2/+0
* | Provide an interface for toplevel/topstart.mlSébastien Hinderer2022-06-301-0/+19
* | Add an interface to expunge's entry pointSébastien Hinderer2022-06-301-0/+19
|/
* Merge pull request #11298 from dra27/toplevel-set_pathsFlorian Angeletti2022-06-093-4/+4
|\
| * Add ?auto_include to Toploop.set_pathsDavid Allsopp2022-06-073-4/+4
* | Have ocamlnat display the warning tooDavid Allsopp2022-06-072-1/+6
* | Deprecate implicit basenames with no extensionDavid Allsopp2022-06-073-0/+15
|/
* Display an alert if -I +unix, etc is missingDavid Allsopp2022-05-241-1/+1
* Always load topdirs.cmi from compiler-libsDavid Allsopp2022-05-051-5/+4
* Fallback to +compiler-libs/topdirs.cmi in toplevelDavid Allsopp2022-05-057-2/+18
* Install topdirs.cmi to a separate directoryDavid Allsopp2022-05-051-1/+2
* Factor out reading OCAMLTOP_INCLUDE_PATHDavid Allsopp2022-03-014-16/+14
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-251-1/+1
* Release bytecode only after backtrace has been recorded (#10803)Renato Alencar2022-01-313-15/+23
* Merge pull request #10839 from Et7f3/fix_show_regressionFlorian Angeletti2022-01-271-4/+18
* Printexc.catch, Printf.kprintf, Unix.SO_ERROR: add deprecation warning (#10924)Nicolás Ojeda Bär2022-01-211-1/+1
* Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896)Nicolás Ojeda Bär2022-01-201-3/+0
* Merge pull request #10825 from gasche/shape-strong-call-by-needFlorian Angeletti2022-01-202-2/+4
* Merge pull request #10831 from ocaml-multicore/multicore-prXavier Leroy2022-01-101-1/+1
|\
| * Merge commit '17561dc1cf9127e53485721d0f16f73aa436680e' into 5.00_rebase_to_prTom Kelly2021-12-202-2/+8
| |\
| * \ Merge commit '2bcef4bc172f476217f253d24cb3311eaca504bf' into 5.00_rebase_to_prTom Kelly2021-12-203-87/+159
| |\ \
| * \ \ Merge commit '2250fd8a2218796c07b0a25f184cdc682e4695ba' into 5.00_rebase_to_prTom Kelly2021-12-202-2/+2
| |\ \ \
| * \ \ \ Merge commit '7fb10211f65d0d558d7b0c69e5ea427621f25e09' into 5.00_rebase_to_prTom Kelly2021-12-201-1/+1
| |\ \ \ \
| * | | | | fix for Pfield usage in native/topevalTom Kelly2021-12-201-1/+1
* | | | | | Fix more display differences between ocamlnat/ocaml (#10849)David Allsopp2022-01-054-28/+27
* | | | | | Add comments explaining native code differencesDavid Allsopp2022-01-041-0/+13
* | | | | | Fix type variable naming in native toplevelNathan Rebours2022-01-041-15/+53
| |_|_|_|/ |/| | | |
* | | | | Shapes: Add -dshape flag for debugging and testing purposesUlysse Gérard2021-11-092-2/+4
* | | | | Shapes: Compute shapes during type checkingUlysse Gérard2021-11-092-2/+6
| |_|_|/ |/| | |