summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark print002 as fragile on ARMwip/green-armBen Gamari2019-12-161-1/+1
* Revert "testsuite: Mark cgrun057 as broken on ARMv7"Ben Gamari2019-12-161-1/+0
* gitlab-ci: Don't allow armv7 jobs to failBen Gamari2019-12-161-1/+0
* testsuite: Mark T5435_* tests as broken on ARMBen Gamari2019-12-161-6/+16
* testsuite: Make ghc_built_by_llvm check more preciseBen Gamari2019-12-163-11/+11
* testsuite: Mark T14028 as broken on ARMv7Ben Gamari2019-12-161-0/+1
* testsuite: Mark T13825-debugger as broken on ARMv7Ben Gamari2019-12-161-1/+3
* testsuite: Mark T10272 as broken on ARMv7Ben Gamari2019-12-161-3/+4
* testsuite: Mark prog001 as fragile on ARMv7Ben Gamari2019-12-161-0/+1
* testsuite: Mark cgrun057 as broken on ARMv7Ben Gamari2019-12-161-0/+1
* Add index-state to hadrian/cabal.projectOleg Grenrus2019-12-161-0/+3
* Having no shake upper bound is irresposibleOleg Grenrus2019-12-161-1/+1
* Revert "rts: Drop redundant flags for libffi"Ben Gamari2019-12-121-3/+8
* gitlab-ci: Move -dwarf and -debug jobs to full-build stageBen Gamari2019-12-121-2/+2
* testsuite: Add test for #17549Ben Gamari2019-12-122-0/+7
* testsuite: Simplify and clarify performance test baseline searchBen Gamari2019-12-123-69/+48
* Add --show-unit-ids flag to ghc-pkgOleg Grenrus2019-12-121-9/+22
* Warn on inferred polymorphic recursionRichard Eisenberg2019-12-1118-39/+191
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-1110-88/+157
* Re-layout validate scriptBen Gamari2019-12-101-144/+142
* testsuite: Add (broken) test for #17510Ben Gamari2019-12-103-0/+20
* Move Int64# and Word64# sections of primops.txt.ppJohn Ericson2019-12-101-22/+21
* Move Int# section of primops.txt.ppJohn Ericson2019-12-101-153/+153
* hadrian: AArch64 supports the GHCi interpreter and SMPBen Gamari2019-12-102-2/+2
* base: Fix incorrect @since in GHC.NaturalBen Gamari2019-12-101-1/+1
* gitlab-ci: Move changelog linting logic to shell scriptBen Gamari2019-12-101-1/+3
* gitlab-ci: Move changelog linting logic to shell scriptBen Gamari2019-12-102-5/+15
* Ignore unary constraint tuples during typechecking (#17511)Ryan Scott2019-12-105-25/+86
* rts: Add a long form flag to enable the non-moving GCBen Gamari2019-12-102-6/+19
* users guide: Motivation of DefaultSignaturesMicha Wiedenmann2019-12-101-5/+8
* Fix comment typosGabor Greif2019-12-093-3/+3
* Split up coercionKindSimon Peyton Jones2019-12-0614-53/+54
* Work in progress on coercionLKind, coercionRKindSimon Peyton Jones2019-12-061-75/+122
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-0619-32/+382
* Fix typo in documentation of Base.hs.Matthias Braun2019-12-051-1/+1
* rts/NonMovingSweep: Fix locking of new mutable list allocationBen Gamari2019-12-051-1/+1
* Parenthesize the * kind in TH.PprVladislav Zavialov2019-12-056-14/+36
* Pretty-printing of the * kindVladislav Zavialov2019-12-0524-97/+123
* testsuite: Use colors more consistentlyBen Gamari2019-12-052-9/+12
* testsuite: Make performance metric summary more readableBen Gamari2019-12-054-20/+53
* testsuite: Factor out terminal coloringBen Gamari2019-12-054-19/+36
* testsuite: Disable divByZero on non-NCG targetsBen Gamari2019-12-051-0/+4
* nonmoving: Clear segment bitmaps during sweepBen Gamari2019-12-053-7/+4
* Test proxy-polymorphic sameNat and sameSymbolBodigrim2019-12-052-0/+25
* Make sameNat and sameSymbol proxy-polymorphicBodigrim2019-12-053-6/+4
* users guide: Try to silence underfull \hbox warningsBen Gamari2019-12-051-0/+4
* Improve error messages for SCC pragmasVladislav Zavialov2019-12-054-21/+26
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-0513-59/+141
* Elf: Fix link info note generationBen Gamari2019-12-031-12/+4
* Simplify uniqAwayBen Gamari2019-12-038-60/+84