summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Update hsc2hs submodule to work around bug in response file handling.klebinger.andreas@gmx.at2018-10-224-0/+15
* Fix T15729 in masterZejun Wu2018-10-171-1/+1
* testsuite: Fix non-canonical Monoid instance in T3001-2Ben Gamari2018-10-171-1/+1
* Fix #15761 by adding parensRichard Eisenberg2018-10-173-0/+11
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-155-0/+31
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-15301-796/+1277
* Generate correct relocation for external cost centreZejun Wu2018-10-155-0/+27
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-153-0/+25
* Fix #12430 by expanding type synonyms in injTyVarsOfTypeRyan Scott2018-10-153-0/+15
* Surprising error message with bang patternSasa Bogicevic2018-10-156-2/+40
* Typeable: Only render saturated tuple types with tuple syntaxBen Gamari2018-10-153-0/+13
* Fix plugin tests requirementsTamar Christina2018-10-153-7/+51
* Fix #15725 with an extra SymRyan Scott2018-10-152-0/+75
* Add RubbishLit for absent bindings of UnliftedRepSebastian Graf2018-10-143-0/+363
* Include -fwarn-star-is-type in -WcompatVladislav Zavialov2018-10-122-1/+10
* Support builtin classes like KnownNat in backpackPiyush P Kurur2018-10-113-0/+57
* Re-enable test T14251Ömer Sinan Ağacan2018-10-101-2/+1
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-1010-22/+65
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-0918-691/+0
* update amd64 linux/osx stats for haddock.base perf testAlp Mestanogullari2018-10-091-1/+2
* Add Int8# and Word8#Michal Terepeta2018-10-0718-0/+691
* testsuite: disable nursery-chunks1 on non-smp targetsSergei Trofimovich2018-10-071-0/+1
* testsuite: disable T10017 on non-smp targetsSergei Trofimovich2018-10-071-0/+1
* testsuite: disable T14075 on non-smp targetsSergei Trofimovich2018-10-071-1/+3
* Update performance numbers on WindowsTamar Christina2018-10-042-5/+10
* Multiple fixes / improvements for LLVM backendKavon Farvardin2018-10-041-2/+1
* testsuite: Skip T3171 for nowBen Gamari2018-10-041-0/+1
* Set `infixr -1 ->`Alec Theriault2018-10-044-4/+4
* Don't drop arguments in TH type argumentsAlec Theriault2018-10-044-0/+54
* Allow (unparenthesized) kind signaturesAlec Theriault2018-10-0413-27/+661
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-043-0/+18
* Distinguish Inferred from Specified tyvarsSimon Peyton Jones2018-10-043-0/+17
* Better pretty-printing of forall typesSimon Peyton Jones2018-10-041-2/+2
* Fail fast on pattern synonymsSimon Peyton Jones2018-10-045-0/+47
* Do not mark CoVars as dead in the occur-analSimon Peyton Jones2018-10-043-0/+94
* Better -ddump-typesSimon Peyton Jones2018-10-0418-74/+54
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-0422-35/+81
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-023-0/+15
* resolve T13704chessai2018-10-022-1/+4
* Quantify class variables first in associated families' kindsRyan Scott2018-10-014-0/+17
* Fix #15637 by using VTA more in GNDRyan Scott2018-10-015-14/+32
* Add -fkeep-cafsSimon Marlow2018-09-288-0/+86
* Normalise EmptyCase types using the constraint solverRyan Scott2018-09-284-6/+31
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-275-0/+45
* Fix constant-folding for Integer shiftsSimon Peyton Jones2018-09-262-0/+7
* Fix Lint of unsaturated type familiesSimon Peyton Jones2018-09-262-0/+14
* Add regression test for #15666Ryan Scott2018-09-252-0/+30
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-255-0/+24
* Add a recursivity check in nonVoidRyan Scott2018-09-232-0/+17
* Fix get getIdFromTrivialExprSimon Peyton Jones2018-09-234-0/+39