| Commit message (Expand) | Author | Age | Files | Lines |
* | ci: Don't try to run ./boot when testing bootstrap of source dist | Matthew Pickering | 2022-06-01 | 2 | -3/+7 |
* | source-dist: Copy in files created by ./boot | Matthew Pickering | 2022-06-01 | 1 | -0/+28 |
* | typos | Eric Lindblad | 2022-06-01 | 31 | -42/+42 |
* | Pure Haskell implementation of GHC.Unicode | Pierre Le Marre | 2022-06-01 | 34 | -12289/+24362 |
* | Add test for #21619 | Matthew Pickering | 2022-06-01 | 2 | -0/+11 |
* | TTG: Rework and improve splices | romes | 2022-06-01 | 49 | -1050/+1145 |
* | Move UntypedSpliceFlavour from L.H.S to GHC.Hs | romes | 2022-06-01 | 2 | -7/+7 |
* | Restore Note [Quasi-quote overview] | romes | 2022-06-01 | 1 | -1/+20 |
* | Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too...wip/dflags-core-opt-easier | John Ericson | 2022-05-31 | 17 | -110/+127 |
* | Revert "packaging: Build perf builds with -split-sections" | Matthew Pickering | 2022-05-31 | 2 | -14/+1 |
* | Build stage1 with -V as well | Matthew Pickering | 2022-05-31 | 1 | -1/+1 |
* | hadrian: Introduce new package database for executables needed to build stage0 | Matthew Pickering | 2022-05-31 | 32 | -149/+236 |
* | Avoid using DynFlags in GHC.Linker.Unit (#17957) | Sylvain Henry | 2022-05-30 | 4 | -23/+30 |
* | upload-ghc-libs: Allow candidate-only upload | Ben Gamari | 2022-05-30 | 1 | -19/+18 |
* | Enable -dlint in hadrian lint transformer | Matthew Pickering | 2022-05-30 | 1 | -3/+1 |
* | rts: Remove explicit timescale for deprecating -h flag | Matthew Pickering | 2022-05-30 | 1 | -2/+2 |
* | ci: Allow testing bootstrapping on MRs using the "test-bootstrap" label | Matthew Pickering | 2022-05-30 | 1 | -0/+2 |
* | ci: Test bootstrapping in release jobs | Matthew Pickering | 2022-05-30 | 1 | -0/+1 |
* | ci: Test the bootstrap without ALEX/HAPPY on path | Matthew Pickering | 2022-05-30 | 1 | -0/+3 |
* | hadrian: Fix building from source-dist without alex/happy | Matthew Pickering | 2022-05-30 | 5 | -3/+33 |
* | A bunch of changes related to eta reduction | Simon Peyton Jones | 2022-05-30 | 46 | -1471/+1820 |
* | Make PrimOpId record levity | Simon Peyton Jones | 2022-05-30 | 7 | -23/+43 |
* | Comments and white space | Simon Peyton Jones | 2022-05-30 | 2 | -3/+2 |
* | Make findRhsArity take RecFlag | Simon Peyton Jones | 2022-05-30 | 3 | -7/+11 |
* | Do arity trimming at bindings, rather than in exprArity | Simon Peyton Jones | 2022-05-30 | 9 | -79/+227 |
* | Eta reduction with casted function | Simon Peyton Jones | 2022-05-30 | 1 | -7/+22 |
* | Hadrian: remove unused code | Sylvain Henry | 2022-05-30 | 1 | -1/+0 |
* | Bump hadrian to LTS-19.8 (GHC 9.0.2) | Sylvain Henry | 2022-05-30 | 2 | -5/+5 |
* | Split GHC.HsToCore.Foreign.Decl | Sylvain Henry | 2022-05-30 | 5 | -665/+762 |
* | ci: Make sure to exit promptly if `make install` fails. | Matthew Pickering | 2022-05-30 | 1 | -1/+1 |
* | Enable USE_INLINE_SRT_FIELD on ARM64 | Sylvain Henry | 2022-05-30 | 2 | -16/+3 |
* | Some fixes to SRT documentation | Sylvain Henry | 2022-05-30 | 1 | -25/+50 |
* | MachO linker: fix handling of ARM64_RELOC_SUBTRACTOR | Sylvain Henry | 2022-05-30 | 1 | -29/+73 |
* | export IsList from GHC.IsList | Teo Camarasu | 2022-05-29 | 10 | -86/+108 |
* | Expand documentation of hIsTerminalDevice | Bodigrim | 2022-05-28 | 1 | -1/+8 |
* | make: Fix make maintainer-clean deleting a file tracked by source control | Matthew Pickering | 2022-05-28 | 1 | -1/+0 |
* | T16875: Stabilise (temporarily) by increasing acceptance threshold | Matthew Pickering | 2022-05-28 | 1 | -1/+3 |
* | Fix FreeVars computation for mdo | sheaf | 2022-05-28 | 3 | -17/+42 |
* | Use a class to check validity of withDictwip/withdict | Krzysztof Gogolewski | 2022-05-27 | 27 | -272/+299 |
* | [base] Fix the links in the Data.Data module | Hécate Moonlight | 2022-05-26 | 1 | -4/+2 |
* | Generalize breakTyVarCycle to work with TyFamLHS | Richard Eisenberg | 2022-05-26 | 11 | -73/+167 |
* | Add tests for eta-expansion of data constructors | sheaf | 2022-05-26 | 10 | -0/+276 |
* | TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-origin | romes | 2022-05-26 | 28 | -151/+130 |
* | Factor out `initArityOps` to `GHC.Driver.Config.*` module | John Ericson | 2022-05-26 | 3 | -6/+18 |
* | fix executablePath test for NetBSD | Fraser Tweedale | 2022-05-26 | 2 | -8/+23 |
* | executablePath test: fix file extension treatment | Fraser Tweedale | 2022-05-26 | 1 | -10/+11 |
* | Optimiser: avoid introducing bad rep-poly | sheaf | 2022-05-26 | 2 | -17/+33 |
* | Avoid global compiler state for `GHC.Core.Opt.WorkWrap` | Dominik Peteler | 2022-05-26 | 5 | -23/+34 |
* | Add Haddocks for `WwOpts` | John Ericson | 2022-05-26 | 1 | -5/+8 |
* | Replace dead link in Haddock documentation of Control.Monad.Fail (fixes #21602) | BinderDavid | 2022-05-26 | 1 | -1/+1 |