summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix example for PromotedConsTwip/fix-syntaxMatthew Pickering2022-05-301-1/+1
* [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
* Fix haddock_*_perf tests on non-GNU-grep systemsGreg Steuck2022-05-241-4/+4
* Allow passing -po outside profiling wayTeo Camarasu2022-05-241-0/+17
* Add test for T21455Teo Camarasu2022-05-242-0/+6
* EPA: Comment Order ReversedAlan Zimmerman2022-05-238-21/+270
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-2310-27/+365
* Make debug a `Bool` not an `Int` in `StgToCmmConfig`John Ericson2022-05-233-6/+6
* Improve FloatOut and SpecConstrwip/T21386Simon Peyton Jones2022-05-236-51/+111
* Modularize GHC.Core.Opt.LiberateCasewip/cmm-dominatorsDominik Peteler2022-05-224-16/+51
* Consider the stage of typeable evidence when checking stage restrictionMatthew Pickering2022-05-227-21/+130
* Test DESTDIR in test_hadrian()wip/type-dataJulian Ospald2022-05-211-2/+23
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Julian Ospald2022-05-211-25/+24
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-2149-362/+1306
* validate: Use $make rather than makeMatthew Pickering2022-05-201-1/+1
* docs: Fix LlvmVersion in manpage (#21280)Zubin Duggal2022-05-203-5/+7
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-05-203-1/+101
* nonmoving: Fix documentation of GC statistics fieldsBen Gamari2022-05-202-25/+17
* document fields of `DominatorSet`Andreas Klebinger2022-05-201-2/+2
* add HasDebugCallStack; remove unneeded extensionsNorman Ramsey2022-05-201-16/+19
* add dominator-tree functionNorman Ramsey2022-05-201-0/+12
* add dominator analysis of `CmmGraph`Norman Ramsey2022-05-202-0/+201
* configure: Check CC_STAGE0 for --target supportBen Gamari2022-05-193-12/+16
* hadrian: Don't attempt to build dynamic profiling librariesMatthew Pickering2022-05-191-1/+1
* ci: Use correct syntax when args list is emptyMatthew Pickering2022-05-191-1/+1
* ci: Don't build sphinx documentation on centosMatthew Pickering2022-05-192-0/+6
* Add release flavour and use it for the release jobsMatthew Pickering2022-05-198-126/+161
* testsuite: Add tests for #21336Ben Gamari2022-05-197-0/+47
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-194-15/+70
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-1911-31/+104