summaryrefslogtreecommitdiff
path: root/libraries/ghci
Commit message (Expand)AuthorAgeFilesLines
* Enable tables next to code for riscv64Andreas Schwab2021-04-191-0/+9
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-292-0/+19
* Bump template-haskell version to 2.18.0.0wip/T19083Ryan Scott2021-03-201-1/+1
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-1/+1
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-103-52/+53
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-103-0/+9
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-1/+1
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-18/+8
* ghci: reuse Arch from ghc-bootSylvain Henry2020-12-111-61/+20
* ghci: don't compile unneeded modulesSylvain Henry2020-12-111-2/+2
* Move SizedSeq into ghc-bootSylvain Henry2020-12-114-51/+2
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-282-11/+22
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-262-4/+15
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-151-3/+3
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* Make ghc-boot reexport modules from ghc-boot-thSylvain Henry2020-09-161-1/+0
* Rename ghci flag into internal-interpreterSylvain Henry2020-09-161-3/+3
* GHCi: Fix isLittleEndianStefan Schulze Frielinghaus2020-07-181-2/+2
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-1/+1
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-101-2/+2
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-014-7/+7
* Explicit SpecificityGert-Jan Bottu2020-05-211-1/+2
* Improve prepForeignCall error reportingÖmer Sinan Ağacan2020-04-181-9/+21
* Bump template-haskell version to 2.17.0.0Ryan Scott2020-04-141-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-5/+4
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-5/+1
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-263-23/+18
* Prepare to use run-time tablesNextToCode in compiler exclusivelyJoachim Breitner2020-03-261-59/+63
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-292-2/+41
* 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
* base: Bump version to 4.14.0.0Ben Gamari2019-11-141-1/+1
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+17
* Always enable the external interpreterJohn Ericson2019-10-043-23/+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
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-031-1/+1
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-113-8/+19
* ghci: Ensure that system libffi include path is searchedBen Gamari2019-04-291-0/+2
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Clean up URLs to point to GitLabTakenobu Tani2019-04-011-1/+1
* 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-182-2/+4
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+1
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-281-1/+1