| Commit message (Expand) | Author | Age | Files | Lines |
* | winio: add support to iserv. | Tamar Christina | 2022-04-28 | 1 | -1/+1 |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 1 | -1/+1 |
* | rts: Rip out SPARC support | Ben Gamari | 2022-01-29 | 1 | -22/+0 |
* | Multiple Home Units | Matthew Pickering | 2021-12-28 | 2 | -0/+4 |
* | Move `/includes` to `/rts/include`, sort per package better | John Ericson | 2021-08-09 | 1 | -1/+1 |
* | Improve preprocessor error message | Shayne Fletcher | 2021-07-29 | 1 | -1/+1 |
* | rts: Introduce and use ExecPage abstraction | Ben Gamari | 2021-07-27 | 1 | -36/+57 |
* | Enable tables next to code for riscv64 | Andreas Schwab | 2021-04-19 | 1 | -0/+9 |
* | Allocate Adjustors and mark them readable in two steps | Moritz Angermann | 2021-03-29 | 1 | -0/+18 |
* | Generate GHCi bytecode from STG instead of Core and support unboxed | Luite Stegeman | 2021-03-20 | 1 | -1/+1 |
* | Ignore breakpoint for a specified number of iterations. (#19157) | Roland Senn | 2021-03-10 | 3 | -52/+53 |
* | template-haskell: Add putDoc, getDoc, withDecDoc and friends | Luke Lau | 2021-03-10 | 3 | -0/+9 |
* | Fix array and cleanup conversion primops (#19026) | Sylvain Henry | 2021-03-03 | 1 | -18/+8 |
* | ghci: reuse Arch from ghc-boot | Sylvain Henry | 2020-12-11 | 1 | -61/+20 |
* | Move SizedSeq into ghc-boot | Sylvain Henry | 2020-12-11 | 2 | -2/+2 |
* | ghc-heap: partial TSO/STACK decoding | David Eichmann | 2020-11-28 | 2 | -11/+22 |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 1 | -4/+14 |
* | AArch64/arm64 adjustments | Moritz Angermann | 2020-11-15 | 1 | -3/+3 |
* | GHCi: Fix isLittleEndian | Stefan Schulze Frielinghaus | 2020-07-18 | 1 | -2/+2 |
* | Fix duplicated words and typos in comments and user guide | Jan Hrček | 2020-06-28 | 1 | -1/+1 |
* | Initialize the allocation counter in GHCi to 0 (Fixes #16012) | Roland Senn | 2020-06-10 | 1 | -2/+2 |
* | Clean up file paths for new module hierarchy | Takenobu Tani | 2020-06-01 | 4 | -7/+7 |
* | Explicit Specificity | Gert-Jan Bottu | 2020-05-21 | 1 | -1/+2 |
* | Improve prepForeignCall error reporting | Ömer Sinan Ağacan | 2020-04-18 | 1 | -9/+21 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -5/+4 |
* | Require GHC 8.8 as the minimum compiler for bootstrapping | Ryan Scott | 2020-03-31 | 1 | -5/+1 |
* | Use run-time tablesNextToCode in compiler exclusively (#15548) | Joachim Breitner | 2020-03-26 | 3 | -23/+18 |
* | Prepare to use run-time tablesNextToCode in compiler exclusively | Joachim Breitner | 2020-03-26 | 1 | -59/+63 |
* | Show breakpoint locations of breakpoints which were ignored during :force (#2... | Roland Senn | 2020-02-29 | 2 | -2/+41 |
* | Module hierarchy: ByteCode and Runtime (cf #13009) | Sylvain Henry | 2020-02-12 | 1 | -1/+1 |
* | Make BCO# lifted | Ben Gamari | 2019-12-03 | 1 | -11/+12 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 1 | -1/+1 |
* | Implement s390x LLVM backend. | Stefan Schulze Frielinghaus | 2019-10-22 | 1 | -0/+17 |
* | Always enable the external interpreter | John Ericson | 2019-10-04 | 2 | -12/+0 |
* | Remove unused imports of the form 'import foo ()' (Fixes #17065) | James Foster | 2019-08-15 | 1 | -1/+1 |
* | TemplateHaskell: reifyType (#16976) | Vladislav Zavialov | 2019-07-26 | 2 | -1/+6 |
* | Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETER | Alp Mestanogullari | 2019-06-11 | 2 | -7/+7 |
* | TH: support raw bytes literals (#14741) | Sylvain Henry | 2019-03-08 | 1 | -0/+8 |
* | Fix #16392: revertCAFs in external interpreter when necessary | Phuong Trinh | 2019-03-07 | 2 | -1/+9 |
* | Implement -Wredundant-record-wildcards and -Wunused-record-wildcards | Matthew Pickering | 2019-02-14 | 1 | -1/+1 |
* | Use ByteString to represent Cmm string literals (#16198) | Sylvain Henry | 2019-01-31 | 2 | -5/+10 |
* | Prepare source-tree for base-4.13 MFP bump | Herbert Valerio Riedel | 2019-01-18 | 1 | -1/+3 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 1 | -1/+1 |
* | Fix for recover with -fexternal-interpreter (#15418) | Simon Marlow | 2018-09-27 | 2 | -13/+17 |
* | NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghci | Shayne Fletcher | 2018-09-18 | 14 | -0/+14 |
* | Support the GHCi debugger with -fexternal-interpreter | Simon Marlow | 2018-07-16 | 2 | -2/+40 |
* | Fix validate for GHCi without TABLES_NEXT_TO_CODE | Peter Trommler | 2018-05-30 | 1 | -2/+2 |
* | Add HeapView functionality | Patrick Dougherty | 2018-05-20 | 2 | -110/+29 |
* | Save a word in the info table on x86_64 | Simon Marlow | 2018-05-16 | 1 | -2/+2 |
* | An overhaul of the SRT representation | Simon Marlow | 2018-05-16 | 1 | -0/+8 |