summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a missing update of sc_hole_ty (#16312)Simon Peyton Jones2019-09-192-0/+15
* Improve error message for out-of-scope variables + VTASimon Peyton Jones2019-09-175-11/+9
* Fix #13571 by adding an extension flag checkRichard Eisenberg2019-09-178-3/+28
* Encode shape information in `PmOracle`Sebastian Graf2019-09-1650-36/+877
* Add a test to make sure we don't regress on #17140 in the futureAlp Mestanogullari2019-09-135-0/+29
* Fix scoping of implicit parametersSimon Peyton Jones2019-09-133-0/+26
* testsuite: check for RTS linkerPeter Trommler2019-09-112-1/+2
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-102-3/+3
* Make the C-- O and C types constructors with DataKindsJohn Ericson2019-09-051-1/+3
* Add additional step to T16804Eric Wolf2019-08-316-198/+889
* Fix #17112Sebastian Graf2019-08-282-0/+34
* Fix #17067 by making data family type constructors actually injectiveRyan Scott2019-08-182-0/+12
* Make add_info attach unfoldings (#16615)Tobias Dammers2019-08-154-12/+28
* Add test cases for #16615Tobias Dammers2019-08-154-0/+43
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-145-3/+2
* Use os.devnull instead of '/dev/null' in the testsuite driver.Andreas Klebinger2019-08-141-4/+26
* Add test for #16893Ömer Sinan Ağacan2019-08-103-0/+93
* Fix bug preventing information about patterns from being serialized in .hie f...Zubin Duggal2019-08-076-0/+87
* Fix testmniip2019-08-071-1/+1
* Explicitly number equations when printing axiom incompatibilitiesmniip2019-08-071-3/+3
* Fix testmniip2019-08-071-9/+7