summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-073-0/+17
* testsuite: Rework tracking of fragile testsBen Gamari2019-08-043-7/+18
* testsuite: Add testsuite for #16978Ben Gamari2019-08-042-0/+30
* Use injectiveVarsOfType to catch dodgy type family instance binders (#17008)Ryan Scott2019-08-025-0/+61
* Rip out 9-year-old pattern variable hack (#17007)Ryan Scott2019-08-023-9/+23
* Fix T16916 CI failures (#16966)Ivan Kasatenko2019-08-011-4/+8
* Apply a missing substitution in mkEtaWW (#16979)Simon Peyton Jones2019-07-303-0/+266
* Add regression test for #16946nineonine2019-07-262-0/+13
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-267-0/+66
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-265-2/+34
* 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