summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Don't run T7160 in nonmoving_thr waysBen Gamari2019-10-221-1/+1
* testsuite: Don't run T9630 in nonmoving waysBen Gamari2019-10-221-1/+3
* testsuite: Skip T15892 in nonmoving_thr_ghcBen Gamari2019-10-221-1/+1
* testsuite: bug1010 requires -c, which isn't supported by nonmovingBen Gamari2019-10-221-1/+4
* testsuite: Ensure that threaded tests are run in nonmoving_thrBen Gamari2019-10-222-9/+13
* testsuite: Nonmoving collector doesn't support -G1Ben Gamari2019-10-221-1/+2
* testsuite: Don't run T15892 in nonmoving waysBen Gamari2019-10-221-3/+5
* rts/BlockAlloc: Allow aligned allocation requestswip/gc/aligned-block-allocationÖmer Sinan Ağacan2019-10-181-37/+84
* testsuite: Ensure that makefile tests get runBen Gamari2019-10-1710-21/+19
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-162-2/+4
* Infer rho-types instead of sigma-types in guard BindStmts and TransStmtsSebastian Graf2019-10-163-0/+13
* testsuite: Add test for #8305Takenobu Tani2019-10-163-0/+45
* Compiling with -S and -fno-code no longer panics (fixes #17143)adithyaov2019-10-163-0/+6
* Don't skip validity checks for built-in classes (#17355)Ryan Scott2019-10-153-0/+21
* 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