summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix #16511: changes in interface dependencies should trigger recompilationPhuong Trinh2019-07-098-0/+45
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-097-526/+536
* Add test for old issue w/ bad source locations for warnings in .lhs files (#515)Kevin Buhr2019-07-083-0/+28
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-0511-0/+68
* More sensible SrcSpans for recursive pattern synonym errors (#16900)Ryan Scott2019-07-053-0/+14
* Fix over-eager implication constraint discardSimon Peyton Jones2019-07-045-0/+50
* Add a missing zonk (fixes #16902)Simon Peyton Jones2019-07-043-0/+18
* Produce all DerivInfo in tcTyAndClassDeclsVladislav Zavialov2019-07-045-499/+499
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-031-1/+1
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-0315-1/+459
* Add test for #16575Eric Wolf2019-07-024-0/+54
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-026-2/+107
* testsuite: Add more type annotations to perf_notesBen Gamari2019-06-272-54/+100
* Fix #16805 by formatting warning messagenineonine2019-06-272-3/+7
* testsuite: More type signatureswip/run-fragile-testsBen Gamari2019-06-262-9/+12
* testsuite: Run and report on fragile testsBen Gamari2019-06-263-9/+23
* testsuite: Mark T5611 and T5611a as fragileBen Gamari2019-06-261-2/+2
* testsuite: Add T5611aBen Gamari2019-06-265-4/+42
* testsuite: Use safe FFI call in T5611Ben Gamari2019-06-261-3/+3
* testsuite: Fix T16832Ben Gamari2019-06-262-5/+6
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-252-10/+10
* Bump Cabal submodule to what will become 3.0.0.0Ben Gamari2019-06-251-0/+6
* Bump containers submodule to v0.6.2.1Ben Gamari2019-06-253-6/+4
* testsuite: Unbreak T16608 testsBen Gamari2019-06-252-2/+4
* Don't eta-expand unsaturated primopsBen Gamari2019-06-252-9/+3
* testsuite: Add test for #16846Ben Gamari2019-06-253-0/+42
* testsuite: Mark ghci058 as broken on WindowsBen Gamari2019-06-251-1/+2
* testsuite: Fix expected output for caf_crashBen Gamari2019-06-251-0/+1
* testsuite: Don't run T16525a with -DS unless compiler_debuggedBen Gamari2019-06-251-1/+2
* testsuite: Fix a few issues in JUnit outputBen Gamari2019-06-251-5/+14
* testsuite: A major revamp of the driverBen Gamari2019-06-258-357/+510
* Refactor UnliftedNewtypes-relation kind signature validity checksRyan Scott2019-06-2313-12/+77
* testsuite: Test for #13786Ben Gamari2019-06-237-0/+51
* testsuite: Add caf_crash testcaseBen Gamari2019-06-226-0/+67
* testsuite: Mark T5611 as broken in ghci wayBen Gamari2019-06-221-1/+4
* testsuite: Add test for #16563Ben Gamari2019-06-223-0/+4
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-229-21/+15
* testsuite: Mark T16608_* as fragile on DarwinBen Gamari2019-06-221-2/+2
* testsuite: Mark T15633a and T15633b as fragile on WindowsBen Gamari2019-06-211-2/+2
* testsuite: Mark T7702 as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Mark T7170 as broken on WindowsBen Gamari2019-06-211-1/+4
* testsuite: Mark OldModLocation as broken on WindowsBen Gamari2019-06-211-0/+1
* testsuite: Add stderr output for UnsafeInfered02 on WindowsBen Gamari2019-06-211-0/+7
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-1/+7
* testsuite: Skip dynamicToo006 when dynamic linking is not availableBen Gamari2019-06-211-1/+2
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-218-0/+218
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-191-2/+4
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Fix typechecking of partial type signaturesSimon Peyton Jones2019-06-198-4/+75
* Fix #1620: ModBreaks.modBreaks_array not initialisedRoland Senn2019-06-194-0/+34