summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-1426-32/+32
* Fix kind-checking for data/newtypesSimon Peyton Jones2019-07-122-0/+14
* Allow reusing temporary object files generated by GHCi by writing to -odir in...nineonine2019-07-117-0/+53
* Don't typecheck too much (or too little) in DerivingVia (#16923)Ryan Scott2019-07-113-0/+11
* Add regression test for old panic on inlining undeclared identifier (#495)Kevin Buhr2019-07-113-0/+15
* Fix erroneous float in CoreOptSimon Peyton Jones2019-07-093-0/+34
* T16804: adjust src spansEric Wolf2019-07-093-157/+161
* Add testcase T16804 for #16804Eric Wolf2019-07-096-0/+415
* Testsuite tweaks and refactoringÖmer Sinan Ağacan2019-07-099-18/+20
* testsuite: Fix #16818Ben Gamari2019-07-091-3/+10
* 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