summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make use of DebugCallStack for plain panic.wip/andreask/callstack-preludeAndreas Klebinger2021-03-103-16/+23
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-03-094-1/+9
* Fix some warnings when bootstrapping with GHC 9.0Ryan Scott2021-03-096-6/+6
* Fixes to dealing with the export of mainSimon Peyton Jones2021-03-0947-399/+520
* Replace Ord TyLit with nonDetCmpTyLit (#19441)Vladislav Zavialov2021-03-092-11/+21
* Add a distclean command to hadrian.Andreas Klebinger2021-03-092-3/+13
* Document operator sections' interaction with subsumptionRyan Scott2021-03-092-0/+19
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-0919-95/+32
* eventlog: Repost initialisation events when eventlog restartsMatthew Pickering2021-03-085-9/+93
* rts: Use a separate free block list for allocatePinnedMatthew Pickering2021-03-086-15/+215
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-0822-329/+439
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-082-0/+32
* eventlog: Add changelog entry for BLOCKS_SIZE and MEM_RETURNMatthew Pickering2021-03-081-0/+7
* eventlog: Add BLOCKS_SIZE eventMatthew Pickering2021-03-086-8/+41
* eventlog: Add MEM_RETURN event to give information about fragmentationMatthew Pickering2021-03-0810-6/+106
* Hadrian: Add powerpc64[le] to supported arch listPeter Trommler2021-03-081-1/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-07107-380/+774
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-0666-75/+1552
* hadrian: Pass -fno-use-rpaths to GHC while linkingBen Gamari2021-03-061-0/+4
* Windows: fix crlf on checkoutSylvain Henry2021-03-061-0/+3
* Implement riscv64 LLVM backendAndreas Schwab2021-03-0526-11/+347
* Update bounds/hadrian to fix bootstrapping with 9.0.Andreas Klebinger2021-03-054-8/+10
* Add new driver test for use of outdated .o filesHarry Garrood harry@garrood.me2021-03-057-0/+61
* Run linear Lint on the desugarer output (part of #19165)Krzysztof Gogolewski2021-03-058-19/+82
* testsuite: Prevent T16318 from picking up .ghciBen Gamari2021-03-041-1/+1
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-0415-58/+220
* gitlab-ci: Build releases with hyperlinked sourcesBen Gamari2021-03-041-6/+4
* rts: Make markLiveObject thread-safeBen Gamari2021-03-042-3/+9
* base: Add reference to #19413 to Note [unsafePerformIO and strictness]Ben Gamari2021-03-041-1/+1
* testsuite: Add test for #19413Ben Gamari2021-03-043-0/+20
* Hadrian: Enable -ticky-dyn-thunk in ticky_ghc transformerMatthew Pickering2021-03-041-0/+1
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-049-1/+72
* IPE: Give all constructor and function tables locationswip/con-infoMatthew Pickering2021-03-033-22/+17
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-0311-44/+71
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-034-25/+23
* Add release notes for -hi, -finfo-table-map and -fdistinct-constructor-tablesMatthew Pickering2021-03-031-0/+14
* Add test for whereFrom#Matthew Pickering2021-03-035-0/+51
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-036-0/+76
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-0325-187/+330
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-0340-79/+852
* Profiling by info table mode (-hi)Matthew Pickering2021-03-037-6/+35
* Revert "Remove GHC.Types.Unique.Map module"Matthew Pickering2021-03-032-0/+207
* User's Guide: document DefaultSignatures' interaction with subsumptionRyan Scott2021-03-031-25/+118
* Build event logging rts in all flavours except GhcinGhci.Andreas Klebinger2021-03-032-2/+2
* Add a flag to dump the FastString tableSylvain Henry2021-03-034-1/+19
* DmdAnal: Better syntax for demand signatures (#19016)Sebastian Graf2021-03-0349-396/+384
* ghc-heap: Fix profiled buildBen Gamari2021-03-031-2/+2
* hadrian: Fix profiled flavour transformerBen Gamari2021-03-031-1/+9
* Fix leaks of the HscEnv with quick flavour (#19356)Sylvain Henry2021-03-031-3/+5
* Minor simplification for leak indicatorsSylvain Henry2021-03-031-15/+18