summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* base: Bump version to 4.10.0.0Ben Gamari2016-12-1576-115/+115
* testsuite: Separate out Windows results for T5205Ben Gamari2016-12-151-1/+6
* Warn about missing instance methods that start with an underscoreRyan Scott2016-12-152-3/+9
* Fix pretty printing of MINIMAL signaturesMatthew Pickering2016-12-151-0/+4
* Fix cost-centre-stacks bug (#5654)Simon Marlow2016-12-157-54/+97
* testsuite: Specify expected allocations of T12877 for WindowsBen Gamari2016-12-151-1/+5
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-152-0/+13
* testsuite: Mark T9577 as broken due to #12965Ben Gamari2016-12-151-0/+1
* Reset FPU precision back to MSVCRT defaultsTamar Christina2016-12-155-0/+46
* Show constraints when reporting typed holesMaciej Bielecki2016-12-155-0/+117
* Load orphan interfaces before checking if module implements signatureEdward Z. Yang2016-12-133-0/+36
* Fix pretty printing of top level SCC pragmasMatthew Pickering2016-12-133-0/+14
* print * in unicode correctly (fixes #12550)John Leo2016-12-134-22/+70
* Fix testcase T12903 on OS XAlexander Vershilov2016-12-132-8/+15
* Revert "Float unboxed expressions by boxing"Ben Gamari2016-12-134-54/+0
* Fix recompilation detection when set of signatures to merge changes.Edward Z. Yang2016-12-1213-0/+107
* Sanity check if we pick up an hsig file without -instantiated-with.Edward Z. Yang2016-12-128-8/+25
* Float unboxed expressions by boxingSimon Peyton Jones2016-12-124-0/+54
* Disable T12903 due to flakinessTamar Christina2016-12-121-1/+4
* Make dropDerivedSimples restore [WD] constraintsSimon Peyton Jones2016-12-122-0/+31
* Make globals use sharedCAFMoritz Angermann2016-12-113-5/+1
* testsuite: Fix syntax error in rts/all.TBen Gamari2016-12-091-1/+1
* testsuite: Mark prog003 as broken on WindowsBen Gamari2016-12-091-0/+1
* Rename TH constructors for deriving strategiesRyan Scott2016-12-092-12/+12
* Ensure each test inherits the TEST_HC_OPTSPhil Ruffwind2016-12-0916-268/+40
* testsuite: make tests respond to SIGINT properlyPhil Ruffwind2016-12-091-13/+9
* Mark T12903 as broken on OS XBen Gamari2016-12-091-1/+3
* Scrutinee Constant FoldingSylvain Henry2016-12-093-0/+131
* Disambiguate reified closed type family kinds in THRyan Scott2016-12-094-1/+21
* testsuite: Add test for #10249Ben Gamari2016-12-083-0/+10
* Reduce qualification in error messages from signature matching.Edward Z. Yang2016-12-0814-50/+48
* Setup tcg_imports earlier during signature matching, so orphans are visible.Edward Z. Yang2016-12-083-0/+32
* Ignore stderr of all printer testsAlan Zimmerman2016-12-0830-803/+46
* Remove stray commented out line in all.TAlan Zimmerman2016-12-071-1/+0
* Fix pretty printer test to nog generate stdoutAlan Zimmerman2016-12-074-189/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-07192-627/+4211
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+3
* Really mark T9577 as brokenBen Gamari2016-12-061-1/+1
* Mark T9577 as broken on Darwin due to #12937Ben Gamari2016-12-061-1/+3
* Test Trac #12919Vladislav Zavialov2016-12-062-0/+23
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-064-0/+17
* Revert "Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUG"Matthew Pickering2016-12-061-3/+1
* Mark rn017 and T7672 as expect_broken(#12930) with -DDEBUGSimon Marlow2016-12-061-1/+3
* Fix x86 Windows build and testsuiteTamar Christina2016-12-061-1/+2
* Color output is wreaking havoc on test resultsTamar Christina2016-12-052-0/+12
* Test Trac #12925Simon Peyton Jones2016-12-052-1/+13
* Use isFamFreeTyCon now we have itSimon Peyton Jones2016-12-051-1/+3
* Fix used-variable calculation (Trac #12548)Simon Peyton Jones2016-12-052-0/+13
* Fix an asymptotic bug in the occurrence analyserSimon Peyton Jones2016-12-055-5/+72
* Maintain in-scope set in deeply_instantiate (fixes #12549).John Leo2016-12-023-0/+7