summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-023-227/+251
* Test case for #17652Vladislav Zavialov2020-08-013-0/+15
* Bignum: fix powMod for gmp backend (#18515)Sylvain Henry2020-07-306-12/+18
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2020-07-307-0/+46
* Don't mark closed type family equations as occurrencesRyan Scott2020-07-308-19/+26
* Clean up the inferred type variable restrictionRyan Scott2020-07-307-1/+24
* Fix validation errors (#18510)Krzysztof Gogolewski2020-07-295-10/+12
* Fix bug in Natural multiplication (fix #18509)Sylvain Henry2020-07-293-0/+9
* Add regression test for #16341Brandon Chinn2020-07-292-0/+32
* Bignum: add support for negative shifts (fix #18499)Sylvain Henry2020-07-283-0/+44
* This patch addresses the exponential blow-up in the simplifier.Simon Peyton Jones2020-07-2824-50/+437
* Add minimal test for #12492Michalis Pardalos2020-07-272-0/+12
* Improve NegativeLiterals (#18022, GHC Proposal #344)Vladislav Zavialov2020-07-274-18/+98
* testsuite: Normalise WinIO error message differencesBen Gamari2020-07-261-0/+24
* testsuite: Update win32 output for parseTreeBen Gamari2020-07-261-7/+7
* Bump CountParserDepsSylvain Henry2020-07-251-1/+1
* Remove platform constant wrappersSylvain Henry2020-07-251-2/+2
* Simplify XRec definitionZubin Duggal2020-07-251-1/+1
* Care with occCheckExpand in kind of occurrencesSimon Peyton Jones2020-07-247-0/+58
* Minor refactoring of Unit displaySylvain Henry2020-07-221-2/+2
* Add regression test for #18478Sebastian Graf2020-07-222-0/+953
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-224-8/+8
* Add test for #18064Sylvain Henry2020-07-228-0/+29
* Replace HscTarget with BackendSylvain Henry2020-07-226-9/+11
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-2123-63/+1498
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-2120-44/+46
* testsuite: Mark ghci tests as fragile under unreg compilerBen Gamari2020-07-181-2/+2
* Remove {-# CORE #-} pragma (part of #18048)Krzysztof Gogolewski2020-07-184-8/+2
* Allow multiple case branches to have a higher rank typeSimon Peyton Jones2020-07-187-47/+56
* testsuite: Add winio and winio_threaded wayswip/winioBen Gamari2020-07-1511-24/+13
* winio: Accept accepted stderr for linker_unload_multiple_objsAndreas Klebinger2020-07-151-0/+2
* winio: Accept accepted stderr for linker_unloadAndreas Klebinger2020-07-151-0/+2
* winio: Accept accepted stderr for T3807Andreas Klebinger2020-07-151-0/+4
* winio: fix T5435_dyn_gcc by accepting expected stderrAndreas Klebinger2020-07-151-0/+2
* winio: fix safePkg01 by accepting expected stderrAndreas Klebinger2020-07-151-0/+2
* winio: fix cabal01 by accepting expected stderrAndreas Klebinger2020-07-151-0/+2
* winio: fix cabal04 by filtering rts argsAndreas Klebinger2020-07-151-1/+1
* winio: Also accept T7037 stderrAndreas Klebinger2020-07-151-0/+2
* winio: Adjust T5435_dyn_asm stderrAndreas Klebinger2020-07-151-0/+2
* winio: Adjust T15261b stdout for --io-manager flag.Andreas Klebinger2020-07-151-1/+1
* winio: Fix stderr output for ghci/linking/dyn tests.Andreas Klebinger2020-07-153-1/+7
* winio: Fix cabal006 after upgrading cabal submoduleAndreas Klebinger2020-07-154-4/+4
* winio: Switch Testsuite to test winio by defaultTamar Christina2020-07-151-1/+6
* Bump Cabal submoduleBen Gamari2020-07-1514-27/+25
* testsuite: Add regression test for #17744Ben Gamari2020-07-154-0/+107
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-1414-43/+193
* testsuite: Widen acceptance threshold on T5837wip/T18282Ben Gamari2020-07-131-1/+1
* Reduce result discount in conSizeSimon Peyton Jones2020-07-1318-49/+99
* Warn about empty Char enumerations (#18402)Aaron Allen2020-07-133-0/+19
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-122-7/+9