summaryrefslogtreecommitdiff
path: root/libraries/ghci/GHCi
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Make BCO# liftedBen Gamari2019-12-031-11/+12
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+17
* Always enable the external interpreterJohn Ericson2019-10-042-12/+0
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+1
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-262-1/+6
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-112-7/+7
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-081-0/+8
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-072-1/+9
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+1
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-312-5/+10
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+3
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+1
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-272-13/+17
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-1814-0/+14
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-162-2/+40
* Fix validate for GHCi without TABLES_NEXT_TO_CODEPeter Trommler2018-05-301-2/+2
* Add HeapView functionalityPatrick Dougherty2018-05-202-110/+29
* Save a word in the info table on x86_64Simon Marlow2018-05-161-2/+2
* An overhaul of the SRT representationSimon Marlow2018-05-161-0/+8
* Support adding objects from THAlec Theriault2018-03-252-19/+23
* Drop GHC 8.0 compatibilityRyan Scott2018-03-132-22/+1
* Comment improvements on interpreter breakpoint IO actionÖmer Sinan Ağacan2018-03-131-1/+6
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-1/+0
* ghci: Include "Rts.h" before using TABLES_NEXT_TO_CODEBen Gamari2017-10-161-3/+3
* Implement TH addCorePlugin.Facundo Domínguez2017-09-212-1/+5
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-072-6/+6
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-051-1/+4
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-15/+1
* Typos in comments and explanation for unusused importsGabor Greif2017-07-181-5/+5
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-124-51/+121
* ByteCodeGen: use depth instead of offsets in BCEnvMichal Terepeta2017-07-111-3/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-282-3/+3
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-1/+1
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-082-4/+5
* Improve documentation for CreateBCOs Message.Moritz Angermann2017-02-281-0/+3
* Move Typeable Binary instances to binary packageBen Gamari2017-02-261-169/+8
* Type-indexed TypeableBen Gamari2017-02-182-1/+176
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-092-1/+5
* Add support for StaticPointers in GHCiBen Gamari2017-02-023-1/+33
* Expose purgeObj in ObjLinkJon Coens2017-01-101-3/+18
* Allow use of the external interpreter in stage1.Shea Levy2016-12-204-76/+101
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-194-101/+76
* Allow use of the external interpreter in stage1.Shea Levy2016-12-174-76/+101
* Add option to not retain CAFs to the linker APISimon Marlow2016-10-182-3/+24
* Implement deriving strategiesRyan Scott2016-09-301-0/+2
* Tag pointers in interpreted constructorsmniip2016-08-303-8/+25