summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings when bootstrapping with GHC 9.0wip/fix-warnings-bootstrap-9.0Ryan Scott2021-03-076-6/+6
* 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
* Always INLINE ($!)Sylvain Henry2021-03-031-0/+1
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-0317-13/+182
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-0375-754/+821
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-0315-137/+317
* Fix typo in docs [skip ci]Sebastian Graf2021-03-031-1/+1
* gitlab-ci: Disable utimensat in Darwin buildsBen Gamari2021-03-021-0/+2
* Support auto-detection of MAX_REAL_FLOAT_REG and MAX_REAL_DOUBLE_REG up to 6ARATA Mizuki2021-03-021-2/+18
* Add a test for the calling convention of "foreign import prim" on x86_64 and ...ARATA Mizuki2021-03-025-0/+96
* Test start/endEventlogging: first header must be EVENT_HEADER_BEGINDavid Eichmann2021-03-024-0/+207
* eventlog: Fix various racesBen Gamari2021-03-025-20/+136
* Define TRY_ACQUIRE_LOCK correctly when non-threadedMatthew Pickering2021-03-021-3/+5
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-019-25/+248
* Fix a bug causing loss of sharing in `UniqSDFM`Sebastian Graf2021-03-011-2/+2
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-0127-159/+137
* Fix terrible occurrence-analysis bugSimon Peyton Jones2021-03-019-225/+373
* Infer multiplicity in case expressionsKrzysztof Gogolewski2021-03-013-8/+7