summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Add matrix for bootstrap sourceswip/bootstrap-ciZubin Duggal2022-06-011-5/+46
* hadrian bootstrap: add plans for 9.0.2 and 9.2.3Zubin Duggal2022-05-314-0/+4
* Avoid using DynFlags in GHC.Linker.Unit (#17957)Sylvain Henry2022-05-304-23/+30
* upload-ghc-libs: Allow candidate-only uploadBen Gamari2022-05-301-19/+18
* Enable -dlint in hadrian lint transformerMatthew Pickering2022-05-301-3/+1
* rts: Remove explicit timescale for deprecating -h flagMatthew Pickering2022-05-301-2/+2
* ci: Allow testing bootstrapping on MRs using the "test-bootstrap" labelMatthew Pickering2022-05-301-0/+2
* ci: Test bootstrapping in release jobsMatthew Pickering2022-05-301-0/+1
* ci: Test the bootstrap without ALEX/HAPPY on pathMatthew Pickering2022-05-301-0/+3
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-05-305-3/+33
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-3046-1471/+1820
* Make PrimOpId record levitySimon Peyton Jones2022-05-307-23/+43
* Comments and white spaceSimon Peyton Jones2022-05-302-3/+2
* Make findRhsArity take RecFlagSimon Peyton Jones2022-05-303-7/+11
* Do arity trimming at bindings, rather than in exprAritySimon Peyton Jones2022-05-309-79/+227
* Eta reduction with casted functionSimon Peyton Jones2022-05-301-7/+22
* Hadrian: remove unused codeSylvain Henry2022-05-301-1/+0
* Bump hadrian to LTS-19.8 (GHC 9.0.2)Sylvain Henry2022-05-302-5/+5
* Split GHC.HsToCore.Foreign.DeclSylvain Henry2022-05-305-665/+762
* ci: Make sure to exit promptly if `make install` fails.Matthew Pickering2022-05-301-1/+1
* Enable USE_INLINE_SRT_FIELD on ARM64Sylvain Henry2022-05-302-16/+3
* Some fixes to SRT documentationSylvain Henry2022-05-301-25/+50
* MachO linker: fix handling of ARM64_RELOC_SUBTRACTORSylvain Henry2022-05-301-29/+73
* export IsList from GHC.IsListTeo Camarasu2022-05-2910-86/+108
* Expand documentation of hIsTerminalDeviceBodigrim2022-05-281-1/+8
* make: Fix make maintainer-clean deleting a file tracked by source controlMatthew Pickering2022-05-281-1/+0
* T16875: Stabilise (temporarily) by increasing acceptance thresholdMatthew Pickering2022-05-281-1/+3
* Fix FreeVars computation for mdosheaf2022-05-283-17/+42
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-2727-272/+299
* [base] Fix the links in the Data.Data moduleHécate Moonlight2022-05-261-4/+2
* Generalize breakTyVarCycle to work with TyFamLHSRichard Eisenberg2022-05-2611-73/+167
* Add tests for eta-expansion of data constructorssheaf2022-05-2610-0/+276
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-2628-151/+130
* Factor out `initArityOps` to `GHC.Driver.Config.*` moduleJohn Ericson2022-05-263-6/+18
* fix executablePath test for NetBSDFraser Tweedale2022-05-262-8/+23
* executablePath test: fix file extension treatmentFraser Tweedale2022-05-261-10/+11
* Optimiser: avoid introducing bad rep-polysheaf2022-05-262-17/+33
* Avoid global compiler state for `GHC.Core.Opt.WorkWrap`Dominik Peteler2022-05-265-23/+34
* Add Haddocks for `WwOpts`John Ericson2022-05-261-5/+8
* Replace dead link in Haddock documentation of Control.Monad.Fail (fixes #21602)BinderDavid2022-05-261-1/+1
* update READMEEric Lindblad2022-05-261-2/+4
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-2546-762/+1015
* SimpleOpt: beta-reduce through castssheaf2022-05-251-21/+80
* Remove HscEnv from GHC.HsToCore.Usage (related to #17957)Andre Marianiello2022-05-255-21/+54
* Hadrian: don't add "lib" for relocatable buildssheaf2022-05-241-1/+1
* Fix compilation with -haddock on GHC <= 8.10Zubin Duggal2022-05-241-2/+2
* Fix #21563 by using Word64 for 64bit shift code.Andreas Klebinger2022-05-241-3/+4
* Use UnionListsOrd instead of UnionLists in most places.Andreas Klebinger2022-05-243-9/+25
* Remove -z wxneeded for OpenBSDGreg Steuck2022-05-241-7/+0
* hadrian/bindist: Drop redundant include of install.mkBen Gamari2022-05-241-1/+0