summaryrefslogtreecommitdiff
path: root/libraries/ghci/GHCi/Message.hs
Commit message (Expand)AuthorAgeFilesLines
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-2/+2
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-261-3/+4
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-291-1/+8
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+1
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-261-1/+5
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-071-1/+5
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-311-1/+1
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-271-7/+10
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+1
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-1/+34
* Add HeapView functionalityPatrick Dougherty2018-05-201-1/+1
* Support adding objects from THAlec Theriault2018-03-251-18/+21
* Drop GHC 8.0 compatibilityRyan Scott2018-03-131-5/+1
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-1/+4
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-15/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-3/+4
* Improve documentation for CreateBCOs Message.Moritz Angermann2017-02-281-0/+3
* Type-indexed TypeableBen Gamari2017-02-181-1/+5
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-091-1/+4
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-1/+7
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-3/+30
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-30/+3
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-3/+30
* Tag pointers in interpreted constructorsmniip2016-08-301-2/+3
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-8/+10
* Remote GHCi: comments onlySimon Marlow2016-06-241-2/+15
* Remote GHCi: separate out message typesSimon Marlow2016-06-241-72/+101
* Remote GHCi: parallelise BCO serializationSimon Marlow2016-02-021-2/+1
* Remote GHCi: batch the creation of stringsSimon Marlow2016-02-021-73/+76
* Remote GHCi: create cost centre stacks in batchesSimon Marlow2016-01-271-9/+7
* A little closer to supporting breakpoints with -fexternal-interpreterSimon Marlow2016-01-131-43/+51
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-081-1/+1
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-081-5/+12
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-62/+115
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-13/+16
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-37/+54
* Random typo fixesHerbert Valerio Riedel2015-12-171-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-0/+386