summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-introduce Note [keepAlive# magic]wip/keepAlive-noteBen Gamari2021-04-273-1/+148
* Pretty-print HsArgPar applications correctly (#19737)Ryan Scott2021-04-276-16/+88
* Add documentation for GHC.Exts.sortWithiori tsu2021-04-271-0/+5
* docs: add a short up-front description for -O, -n, -qn, -I and -IwAdam Sandberg Ericsson2021-04-261-10/+19
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-269-22/+27
* rts/m32: Fix bounds checkBen Gamari2021-04-261-2/+3
* Add GHC.Utils.Error.pprMessagesRafal Gwozdzinski2021-04-264-3/+8
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-04-2623-222/+524
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-04-262-4/+3
* users guide: Various other cleanupsBen Gamari2021-04-262-10/+26
* users-guide: Document deprecation of -funfolding-keeness-factorBen Gamari2021-04-263-1/+16
* testsuite: Add test for #19645Ben Gamari2021-04-263-0/+31
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-04-264-36/+81
* Add Eq1 and Ord1 Fixed instancesOleg Grenrus2021-04-262-1/+11
* Parser: Unbox `ParseResult`Sebastian Graf2021-04-261-14/+26
* Rename references to Note [Trees That Grow] consistently [skip ci]wip/amg/rename-ttg-notesAdam Gundry2021-04-236-12/+18
* Make tests more portable on FreeBSDViktor Dukhovni2021-04-226-11/+22
* Block signals in the ticker threadViktor Dukhovni2021-04-221-1/+21
* Add background note in elf_tlsgd.c.Viktor Dukhovni2021-04-226-23/+173
* Support R_X86_64_TLSGD relocation on FreeBSDViktor Dukhovni2021-04-225-4/+170
* Move 'nextWrapperNum' into 'DsM' and 'TcM'Fendor2021-04-227-22/+34
* driver: Consider dyn_o files when checking recompilation in -cMatthew Pickering2021-04-225-8/+59
* Fix occAnalAppSimon Peyton Jones2021-04-201-5/+13
* Worker/wrapper: Refactor CPR WW to work for nested CPR (#18174)wip/nested-cpr-wwSebastian Graf2021-04-2017-334/+639
* Worker/wrapper: Consistent namesSebastian Graf2021-04-2010-19/+19
* Refactor around `wantToUnbox`Sebastian Graf2021-04-204-82/+70
* Factor out DynFlags from WorkWrap.UtilsSebastian Graf2021-04-206-112/+148
* EPA: cleanups after the mergeAlan Zimmerman2021-04-1935-1123/+884
* Enable tables next to code for riscv64Andreas Schwab2021-04-193-2/+32
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-184-3/+50
* users-guide: Add missing FieldSelectors to GHC2021 listBen Gamari2021-04-181-0/+1
* users guide: Sort lists of implied language extensionsBen Gamari2021-04-181-20/+20
* users-guide: Clarify GHC2021 documentationBen Gamari2021-04-181-1/+7
* Fix Haddock referenceBen Gamari2021-04-181-1/+1
* Only load package environment file once when starting GHCiMatthew Pickering2021-04-186-2/+24
* Improvements in SpecConstrwip/T19672Simon Peyton Jones2021-04-175-90/+150
* Improve CSE in STG-landSimon Peyton Jones2021-04-174-23/+119
* Fix handling ze_meta_tv_env in GHC.Tc.Utils.ZonkSimon Peyton Jones2021-04-151-31/+42
* hie: Initialise the proper environment for calling dsExprMatthew Pickering2021-04-151-8/+13
* Fix some negation issues when creating FractionalLitMatthew Pickering2021-04-147-3/+30
* Add isInjectiveTyCon check to opt_univ (fixes #19509)Adam Gundry2021-04-141-0/+18
* Prelude: Fix version bound on Bits importPeter Trommler2021-04-141-2/+1
* Data.List strictness optimisations for maximumBy and minimumByHécate Moonlight2021-04-141-14/+21
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-1417-234/+116
* configure: Bump version to 9.3wip/bump-versionBen Gamari2021-04-132-1/+1
* Add {lifted,unlifted}DataConKey to pretendNameIsInScope's list of NamesRyan Scott2021-04-1311-1/+56
* Produce constant file atomically (#19684)Sylvain Henry2021-04-132-6/+18
* Make the specialiser handle polymorphic specialisationSimon Peyton Jones2021-04-135-50/+302
* hadrian: Provide build rule for ghc-stage3 wrapperStefan Schulze Frielinghaus2021-04-131-0/+1
* CI: Also ignore metric decreases on masterMatthew Pickering2021-04-121-0/+8