summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-261-2/+2
* Only pretty-print binders in closed type families with -fprint-explicit-forallsRyan Scott2017-04-257-7/+23
* Don't setProgramDynFlags on every :loadSimon Marlow2017-04-252-0/+19
* Add failing test case for T13611Joachim Breitner2017-04-242-0/+10
* Add regression test for #13603Ryan Scott2017-04-242-1/+11
* testsuite: Mark T13075 as broken due to #13075Ben Gamari2017-04-231-1/+1
* testsuite: Add testcase for #13075Ben Gamari2017-04-232-0/+8
* testsuite: Increase T13056 window size to +/-10%Ben Gamari2017-04-231-2/+3
* testsuite: Add testcase for #13587Ben Gamari2017-04-233-0/+27
* testsuite: Add test for #13591Ben Gamari2017-04-235-0/+12
* Document the kind generalization behavior observed in #13555Ryan Scott2017-04-233-0/+67
* testsuite: Update performance metricsBen Gamari2017-04-211-2/+5
* testsuite: Bump timeout multiplier for T11195Ben Gamari2017-04-211-1/+1
* Simplify StgCases when all alts refer to the case binderJoachim Breitner2017-04-181-1/+1
* Add failing test case for #13588Joachim Breitner2017-04-184-0/+230
* Remove redundant flag (-O) registration (fixes #13392)Santiago Munin2017-04-173-0/+9
* hs_add_root() RTS API removalSergei Trofimovich2017-04-172-6/+0
* Yet more work on TcSimplify.simplifyInferSimon Peyton Jones2017-04-135-2/+56
* Allow qualified names to be children in export listsMatthew Pickering2017-04-122-0/+15
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-123-0/+234
* Use -G1 for reliable peak mem usageSimon Peyton Jones2017-04-121-0/+1
* Improve demand analysis for join pointsSimon Peyton Jones2017-04-123-0/+19
* Typos in comments [ci skip]Gabor Greif2017-04-115-5/+5
* Add a second regression test for #13536Joachim Breitner2017-04-103-0/+38
* StgCse: Do not re-use trivial case scrutineesJoachim Breitner2017-04-104-0/+20
* Parenthesize type/data families correctly for -ddump-splicesAlan Zimmerman2017-04-094-0/+96
* Do Note [Improving seq] alwaysSimon Peyton Jones2017-04-073-0/+22
* testsuite: Update expected performance numbers on 32-bit LinuxBen Gamari2017-04-062-7/+10
* Add regression test for #13538Ryan Scott2017-04-062-0/+46
* Be less aggressive about fragile-context warrningsSimon Peyton Jones2017-04-064-4/+36
* Yet another attempt at inferring the right quantificationSimon Peyton Jones2017-04-063-7/+24
* Add a missing addDeferredBindingSimon Peyton Jones2017-04-063-0/+25
* Don't report fundep wanted/wanted errorsSimon Peyton Jones2017-04-063-0/+35
* Typos in comments [ci skip]Gabor Greif2017-04-051-1/+1
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-1/+3
* Add regression test for #7944Ryan Scott2017-04-042-8/+28
* testsuite: Add test for #13524Ben Gamari2017-04-042-0/+28
* testsuite: Bump up timeout multiplier on T11195Ben Gamari2017-04-041-1/+1
* Revert "Make raiseIO# produce topRes"David Feuer2017-04-031-1/+1
* Various testsuite fixes for 32-bit WindowsBen Gamari2017-04-028-7/+62
* rts: Make out-of-memory errors more consistentBen Gamari2017-04-023-3/+3
* Correctly handle wired in unit IDs in -instantiated-withEdward Z. Yang2017-04-026-0/+54
* Better test coverage for module reexports in signatures.Edward Z. Yang2017-04-0210-0/+73
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-029-0/+73
* Derive the definition of nullDavid Feuer2017-04-023-2/+24
* Add a perf test for deriving nullDavid Feuer2017-04-023-0/+32
* testsuite: Fix GhciCurDir testBen Gamari2017-04-021-1/+2
* :cd affects the iserv process tooSimon Marlow2017-04-022-0/+8
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-021-3/+0
* Stamp out space leaks from demand analysisReid Barton2017-04-011-2/+3