summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Banish reportFloatingViaTvs to the shadow realm (#15831, #16181)Ryan Scott2019-07-2613-19/+206
* Make sure to load interfaces when running :instancesXavier Denis2019-07-234-0/+29
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-214-0/+19
* Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko2019-07-213-0/+47
* Line wrap when pp long expressions (fixes #16874)Alfredo Di Napoli2019-07-203-0/+25
* testsuite: Unmark recomp007 as brokenBen Gamari2019-07-181-1/+0
* testsuite: Mark test-hole-plugin as req_thBen Gamari2019-07-181-1/+2
* testsuite: Fix some ints used as boolsBen Gamari2019-07-181-10/+10
* testsuite: Print output from hp2psBen Gamari2019-07-181-1/+1
* testsuite: Fix req_thBen Gamari2019-07-182-1/+4
* testsuite: Set -dinitial-unique when reversing uniquesBen Gamari2019-07-183-3/+3
* testsuite: Mark static-plugins as broken in profiled waysBen Gamari2019-07-181-0/+1
* testsuite: More type checking fixesBen Gamari2019-07-186-98/+174
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-1615-459/+1
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-143-3/+3
* 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