summaryrefslogtreecommitdiff
path: root/compiler/ghci/ByteCodeTypes.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-211-2/+4
* Add HeapView functionalityPatrick Dougherty2018-05-201-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-5/+1
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-121-1/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-1/+5
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-5/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-1/+5
* Squash space leaks in the result of byteCodeGenSimon Marlow2016-07-221-17/+56
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-021-0/+1
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-26/+73
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-1/+2
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-0/+90