| Commit message (Expand) | Author | Age | Files | Lines |
* | Assorted fixes to avoid Data.List.{head,tail} | Bodigrim | 2022-11-25 | 2 | -4/+7 |
* | utils/unlit: adjust parser to match Report spec | Jonathan Dowland | 2022-11-22 | 1 | -2/+2 |
* | Type vs Constraint: finally nailed | Simon Peyton Jones | 2022-11-11 | 2 | -1/+1 |
* | rts: workaround cmm's improper variadic ccall breaking wasm32 typechecking | Cheng Shao | 2022-11-11 | 1 | -3/+4 |
* | deriveConstants: parse .ll output for wasm32 due to broken nm | Cheng Shao | 2022-11-11 | 1 | -2/+21 |
* | Fix Cmm symbol kind | Cheng Shao | 2022-11-11 | 1 | -0/+26 |
* | gen-dll: Drop it | Ben Gamari | 2022-11-03 | 3 | -560/+0 |
* | llvm-targets: Add datalayouts for big-endian AArch64 targets | Ben Gamari | 2022-10-25 | 1 | -0/+3 |
* | Class layout info (#19623) | Vladislav Zavialov | 2022-10-23 | 3 | -10/+13 |
* | Allow configuration of error message printing | Matthew Pickering | 2022-10-18 | 3 | -18/+12 |
* | use heredoc | Eric Lindblad | 2022-10-17 | 1 | -3/+4 |
* | remove redirect | Eric Lindblad | 2022-10-17 | 1 | -1/+1 |
* | example rewrite | Eric Lindblad | 2022-10-17 | 1 | -2/+2 |
* | Update the check-exact infrastructure to match ghc-exactprint | Alan Zimmerman | 2022-10-17 | 11 | -3095/+3818 |
* | implement proposal 106 (Define Kinds Without Promotion) (fixes #6024) | Ross Paterson | 2022-09-27 | 2 | -1/+1 |
* | Rename Solo[constructor] to MkSolo | Torsten Schmits | 2022-09-21 | 1 | -0/+0 |
* | Add notes to ghc-prim Haddocks that users should not import it | Tom Ellis | 2022-09-20 | 1 | -1/+3 |
* | Relax instances for Functor combinators; put superclass on Class1 and Class2 ... | John Ericson | 2022-09-20 | 1 | -0/+0 |
* | Scrub partiality about `NewOrData`. | M Farkas-Dyck | 2022-09-19 | 3 | -9/+10 |
* | Clean up some. In particular: | M Farkas-Dyck | 2022-09-17 | 1 | -0/+0 |
* | Add native delimited continuations to the RTS | Alexis King | 2022-09-11 | 3 | -6/+14 |
* | Drop mkdirhier | Ben Gamari | 2022-08-25 | 2 | -19/+0 |
* | Drop make build system | Ben Gamari | 2022-08-25 | 19 | -761/+0 |
* | Implement Response File support for HPC | Peter Becich | 2022-08-17 | 7 | -16/+85 |
* | Bump haddock submodule | Ben Gamari | 2022-08-16 | 1 | -0/+0 |
* | EPA: DotFieldOcc does not have exact print annotations | Alan Zimmerman | 2022-08-11 | 3 | -6/+12 |
* | rts: Move thread labels into TSO | Ben Gamari | 2022-08-06 | 1 | -0/+1 |
* | genprimopcode: Drop ArrayArray# references | Ben Gamari | 2022-08-06 | 1 | -2/+0 |
* | ghc-cabal: allow Cabal 3.8 to unbreak make build | sternenseemann | 2022-07-25 | 1 | -2/+2 |
* | Fix exact printing of the HsRule name | Alan Zimmerman | 2022-07-06 | 1 | -2/+2 |
* | Remove many GHC dependencies from L.H.S | romes | 2022-07-06 | 4 | -42/+36 |
* | TTG: Move ImpExp client-independent bits to L.H.S.ImpExp | romes | 2022-07-03 | 7 | -27/+27 |
* | Remove the traces of i386-*-openbsd, long live amd64 | Greg Steuck | 2022-06-27 | 1 | -1/+0 |
* | Bump ghc-prim and base versions | Ben Gamari | 2022-06-27 | 1 | -0/+0 |
* | Use correct arch for the FreeBSD triple in gen-data-layout.sh | Gleb Popov | 2022-06-22 | 1 | -1/+1 |
* | HsToken for @-patterns and TypeApplications (#19623) | Vladislav Zavialov | 2022-06-20 | 3 | -14/+10 |
* | Don't print the number of deps in count-deps testswip/enumerate-deps-only-no-count | John Ericson | 2022-06-07 | 1 | -2/+1 |
* | TTG: Rework and improve splices | romes | 2022-06-01 | 2 | -27/+12 |
* | hadrian: Fix building from source-dist without alex/happy | Matthew Pickering | 2022-05-30 | 2 | -2/+12 |
* | A bunch of changes related to eta reduction | Simon Peyton Jones | 2022-05-30 | 1 | -7/+30 |
* | TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-origin | romes | 2022-05-26 | 3 | -13/+13 |
* | Desugar RecordUpd in `tcExpr`wip/T18802 | CarrieMY | 2022-05-25 | 1 | -0/+0 |
* | EPA : Remove duplicate comments in DataFamInstD | Alan Zimmerman | 2022-05-23 | 2 | -8/+6 |
* | Change `Backend` type and remove direct dependencieswip/backend-as-record | Norman Ramsey | 2022-05-21 | 1 | -0/+0 |
* | Don't store LlvmConfig into DynFlags | Sylvain Henry | 2022-05-17 | 1 | -1/+1 |
* | EPA: do statement with leading semicolon has wrong anchor | Alan Zimmerman | 2022-05-11 | 1 | -3/+4 |
* | genprimopcode: Replace LaTeX documentation syntax with Haddock | Alexis King | 2022-05-04 | 2 | -204/+5 |
* | genprimopcode: Support Unicode properly | Alexis King | 2022-05-04 | 2 | -20/+36 |
* | rts: Refactor handling of dead threads' stacks | Ben Gamari | 2022-04-29 | 1 | -3/+5 |
* | Revert "rts: Refactor handling of dead threads' stacks" | Matthew Pickering | 2022-04-28 | 1 | -1/+0 |