summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-132-0/+150
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-136-20/+55
* Do not add a 'solved dict' for quantified constraintsSimon Peyton Jones2019-10-1211-0/+209
* Fix validity checking for inferred typesSimon Peyton Jones2019-10-124-0/+17
* Use newDFunName for both manual and derived instances (#17339)Ryan Scott2019-10-123-0/+42
* Skip T13767 on DarwinVladislav Zavialov2019-10-121-1/+3
* Escape stats file command (#13676)Vladislav Zavialov2019-10-123-0/+49
* Much simpler language for PmCheckSebastian Graf2019-10-113-2/+8
* Use addUsedDataCons more judiciously in TcDeriv (#17324)Ryan Scott2019-10-093-0/+22
* PmCheck: Look up parent data family TyCon when populating `PossibleMatches`Sebastian Graf2019-10-082-1/+24
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-0811-82/+75
* Mark newtype constructors as used in the Coercible solver (#10347)Ryan Scott2019-10-082-5/+8
* PmCheck: Identify some semantically equivalent expressionsSebastian Graf2019-10-081-1/+0
* Refactor, document, and optimize LLVM configuration loadingBen Gamari2019-10-071-1/+1
* Only flatten up to type family arity in coreFlattenTyFamApp (#16995)Ryan Scott2019-10-072-0/+22
* New fix for #11647. Avoid side effects like #17171Roland Senn2019-10-047-0/+28
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-044-3/+5
* Add new debug flag -DZTobias Guggenmos2019-10-033-0/+3
* testsuite: Mark print037 as fragile, not brokenBen Gamari2019-10-031-2/+2
* Improve documentation around empty tuples/listsRichard Eisenberg2019-10-032-8/+5
* Add `module {-# SOURCE #-} Foo` syntax for hs-boot in bkpJohn Ericson2019-10-033-0/+31
* Make small INLINE functions behave properlyÖmer Sinan Ağacan2019-10-011-1/+4
* Add testcases inspired by Luke Maranget's pattern match serieswip/add-testcasesSebastian Graf2019-10-015-0/+247
* Add a bunch of testcases for the pattern match checkerSebastian Graf2019-10-0113-0/+230
* testsuite: Mark T3389 as broken in hpc way on i386Ben Gamari2019-09-301-1/+1
* testsuite: Add minimal test for :doc commandTakenobu Tani2019-09-304-0/+47
* Move pattern match checker modules to GHC.HsToCore.PmCheckSebastian Graf2019-09-301-1/+1
* PmCheck: No ConLike instantiation in pmcheckSebastian Graf2019-09-283-0/+14
* testsuite: Mark TH tests as fragile in LLVM built external-interpreterBen Gamari2019-09-271-9/+4
* testsuite: Mark T3389 as broken in profiled ways on i386Ben Gamari2019-09-271-1/+2
* testsuite: Mark hs_try_putmvar003 as fragile in threaded1Ben Gamari2019-09-271-1/+2
* testsuite: Mark cgrun071 as broken on i386Ben Gamari2019-09-271-1/+4
* Add test for expected dependencies of 'Parser'Shayne Fletcher2019-09-272-0/+65
* PmCheck: Look at precendence to give type signatures to some wildcardsSebastian Graf2019-09-2717-49/+50
* Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott2019-09-265-0/+32
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-25208-200/+1571
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-252-18/+18
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-255-3/+65
* Add -Wderiving-defaults (#15839)Kari Pahula2019-09-255-3/+26
* testsuite: Mark threadstatus-9333 as fragile in profthreadedBen Gamari2019-09-241-1/+1
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-2311-0/+50
* Get rid of PmFakewip/pmcheck-nofakeSebastian Graf2019-09-211-1/+1
* Fix bogus type of case expressionwip/T17056Simon Peyton Jones2019-09-203-1/+49
* testsuite: Add test for #17202Ben Gamari2019-09-202-0/+21
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-2016-40/+40
* testsuite: Add testcase for #17206Ben Gamari2019-09-193-0/+19
* Add a regression test for #11822Sebastian Graf2019-09-193-4/+54
* Test #17077.Richard Eisenberg2019-09-193-0/+14
* Use level numbers for generalisationRichard Eisenberg2019-09-192-6/+12
* Refactor kindGeneralize and friendsRichard Eisenberg2019-09-191-5/+8