summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Reduce verbosity on failed testsuite runwip/hadrian-testsuite-exitMatthew Pickering2021-05-201-1/+4
* Added new regresion test for #18036 from ticket #19865.Baldur Blöndal2021-05-192-0/+34
* Remove wired-in names hs-boot check bypass (#19855)Sylvain Henry2021-05-191-3/+0
* constant folding: Make shiftRule for Word8/16/32# types return correct typeMatthew Pickering2021-05-193-6/+18
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-05-193-4/+12
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-192-2/+2
* driver: check if clang is the assembler when passing clang specific arguments...Adam Sandberg Ericsson2021-05-193-15/+34
* Changes to HsRecField'Shayne Fletcher2021-05-1927-219/+229
* Bignum: bump to version 1.1 (#19846)Sylvain Henry2021-05-192-1/+11
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-1912-21/+90
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-195-5/+90
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-05-197-27/+75
* testsuite: Don't copy .hi-boot and .o-boot files into temp dirMatthew Pickering2021-05-191-1/+3
* Point posters to ghc-proposalsRichard Eisenberg2021-05-191-0/+7
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-1917-144/+112
* Tidy: Ignore rules (more) when -fomit-interface-pragmas is onMatthew Pickering2021-05-191-1/+8
* Fix LitRubbish being applied to values.Andreas Klebinger2021-05-191-12/+14
* hadrian: Build check-ppr and check-exact using normal hadrian rules when in-treeMatthew Pickering2021-05-193-25/+23
* hadrian: Make copyFileLinked a bit more robustMatthew Pickering2021-05-192-11/+14
* Implement :info for record pattern synonyms (#19462)nineonine2021-05-197-13/+41
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-19119-323/+605
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-1911-55/+164
* Implement bitwise infix opsKoz Ross2021-05-191-0/+42
* CI: Disable darwin buildsMatthew Pickering2021-05-191-2/+2
* genprimopcode: fix bootstrap errorsSylvain Henry2021-05-132-4/+3
* Use fix-sized order primops for fixed size boxed typesJohn Ericson2021-05-132-24/+24
* ci: Fix unbound CI_MERGE_REQUEST_SOURCE_BRANCH_NAME variableMatthew Pickering2021-05-121-1/+1
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-129-16/+37
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-12265-314/+272
* Fully remove HsVersions.hSylvain Henry2021-05-12268-641/+84
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-12178-909/+1061
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-1210-13/+12
* Move GlobalVar macros into GHC.Utils.GlobalVarsSylvain Henry2021-05-123-35/+32
* Hadrian: Enable SMP on powerpc64{le}Peter Trommler2021-05-121-1/+10
* hadrian: Fix dynamic+debug flag combination for check-ppr executableMatthew Pickering2021-05-121-2/+2
* W/W: Always zap useless idInfos.Andreas Klebinger2021-05-121-2/+28
* Hadrian: add comment to avoid surprisesSylvain Henry2021-05-111-2/+2
* rts: Remove trailing whitespace from Adjustor.cMatthew Pickering2021-05-111-32/+32
* hadrian: Don't always links against libffiMatthew Pickering2021-05-111-2/+1
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-115-49/+101
* EPA: record annotations for braces in LetStmtAlan Zimmerman2021-05-116-5/+15
* Fix strictness and arity info in SpecConstrSimon Peyton Jones2021-05-117-77/+215
* Document unfolding treatment of simplLamBndr.Andreas Klebinger2021-05-111-3/+5
* Don't warn about ClassOp bindings not specialising.Andreas Klebinger2021-05-114-0/+57
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-119-16/+72
* Minor refactoring in WorkWrapSimon Peyton Jones2021-05-111-15/+7
* Expand Note [Data con representation].Andreas Klebinger2021-05-111-4/+30
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-097-8/+24
* EPA: update some comments in Annotations.Alan Zimmerman2021-05-081-119/+82
* Fix newtype eta-reductionSimon Peyton Jones2021-05-078-18/+130