summaryrefslogtreecommitdiff
path: root/compiler/ghci/GHCi.hs
Commit message (Expand)AuthorAgeFilesLines
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-5/+5
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-0/+14
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-0/+651
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-622/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-26/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-1/+26
* GHCi: Unconditionally import System.DirectoryBen Gamari2016-11-171-1/+1
* Fix -fobject-code with -fexternal-interpreterSimon Marlow2016-11-161-3/+15
* Add hook for creating ghci external interpreterAlan Zimmerman2016-09-091-6/+12
* Remote GHCi: comments onlySimon Marlow2016-06-241-0/+7
* GHCi: Fix Windows build (again)Ben Gamari2016-02-051-1/+1
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-021-1/+38
* Fix the Windows buildThomas Miedema2016-01-291-0/+1
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-271-6/+5
* Enable RemoteGHCi on WindowsTamar Christina2016-01-271-22/+39
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-131-19/+25
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-24/+50
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-1/+13
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-0/+499