summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force name_exe field to avoid retaining entire UnitEnv (including whole HPT)wip/ghci-spaceMatthew Pickering2021-10-111-2/+2
* Add GHCi recompilation performance testMatthew Pickering2021-10-113-0/+44
* driver: Filter out HPT modules **before** typecheck loopMatthew Pickering2021-10-111-3/+5
* More strictness around HomePackageTableMatthew Pickering2021-10-113-10/+20
* Make the fields of MakeEnv strictMatthew Pickering2021-10-111-5/+5
* Make fields of Linkable strictMatthew Pickering2021-10-111-2/+2
* driver: Pass hsc_env with empty HPT into upsweepMatthew Pickering2021-10-111-0/+1
* Be more careful about retaining KnotVarsMatthew Pickering2021-10-114-5/+51
* Make the OccName field of NotOrphan strictMatthew Pickering2021-10-111-1/+1
* hadrian: Include Cabal flags in verbose configure outputBen Gamari2021-10-101-4/+4
* driver: Fix assertion failure on self-importMatthew Pickering2021-10-105-1/+12
* Reject GADT pattern matches in arrow notationsheaf2021-10-0941-77/+376
* Add defaulting plugins.Andrei Barbu2021-10-0824-37/+453
* code gen: Disable dead code elimination when -finfo-table-map is enabledMatthew Pickering2021-10-083-2/+8
* Fix -E -fno-code undesirable interactions #20439CarrieMY2021-10-083-2/+8
* Normalise output of T20199 testMatthew Pickering2021-10-081-1/+2
* ci: Expect x86-darwin to passMatthew Pickering2021-10-081-3/+0
* ci: Remove BROKEN_TESTS for x86 darwin buildsMatthew Pickering2021-10-081-2/+0
* Fix nonmoving gen label in gc stats reportTeo Camarasu2021-10-081-3/+6
* New test case: Variant of T14052 with data type definitionsJoachim Breitner2021-10-083-0/+1011
* Don't link plugins' units with target code (#20218)Sylvain Henry2021-10-0810-2/+109
* Recover test case for T11547Joachim Breitner2021-10-074-0/+19
* Bignum: transfer NOINLINE from Natural to BigNatSylvain Henry2021-10-072-4/+9
* Bignum: remove outdated commentSylvain Henry2021-10-071-8/+0
* Bignum: allow naturalToWordClamp/Negate/Signum to inline (#20361)Sylvain Henry2021-10-074-52/+19
* Bignum: allow inlining of naturalEq/Ne/Gt/Lt/Ge/Le/Compare (#20361)Sylvain Henry2021-10-075-69/+34
* Bignum: allow naturalEq#/Ne# to inline (#20361)Sylvain Henry2021-10-074-14/+18
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-077-45/+51
* Removed left-over comment from `nonDetEltsUFM`-removal in `seqEltsUFM`.Benjamin Maurer2021-10-071-3/+0
* Fix rst syntax mistakes in release notesJoachim Breitner2021-10-071-3/+3
* fix non-moving gc heap space requirements estimateTeo Camarasu2021-10-071-1/+1
* hadrian: Fix incorrect ticket referenceBen Gamari2021-10-071-1/+1
* hadrian: Generate ghcii.sh in binary distributionsBen Gamari2021-10-071-0/+15
* Improve overlap error for polykinded constraintssheaf2021-10-0631-102/+141
* Disable -dynamic-too if -dynamic is also passedMatthew Pickering2021-10-066-0/+36
* CprAnal: Two regression testsSebastian Graf2021-10-065-0/+70
* Add a regression test for #13233sheaf2021-10-063-0/+62
* Remove the Maybe in primRepName's typeRyan Scott2021-10-061-8/+9
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-065-27/+618
* Corrected types of thread ids obtained from the RTSMann mit Hut2021-10-0612-48/+55
* docs: Clarify documentation of `getFileSystemEncoding` (#20344)Zubin Duggal2021-10-051-1/+3
* Constant folding for (.&.) maxBound (#20448)Sylvain Henry2021-10-054-0/+70
* Ensure top-level binders in scope in SetLevelsSimon Peyton Jones2021-10-055-30/+66
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-0539-351/+1002
* Make GHC.Utils.Error.Validity type polymorphicAlfredo Di Napoli2021-10-054-12/+15
* Explain Endo, Dual, ... in lawsViktor Dukhovni2021-10-051-2/+40
* Adopt David Feuer's explantion of foldl' via foldrViktor Dukhovni2021-10-051-22/+31
* Minor wording tweaks/fixesViktor Dukhovni2021-10-052-24/+22
* Note elem ticket 20421Viktor Dukhovni2021-10-051-0/+4
* Note linear `elem` costViktor Dukhovni2021-10-051-10/+55