summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Classify missing expected perf numbers as merely warningsBen Gamari2017-04-022-2/+16
* 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
* array: Clear up inconsistency in T9220 outputBen Gamari2017-04-021-0/+7
* 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
* mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1.Edward Z. Yang2017-04-021-1/+1
* 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
* Don't derive showListDavid Feuer2017-04-011-1/+0
* testsuite: Add regression test for #13474Ben Gamari2017-04-012-0/+14
* Remove Core Lint pass on occurrence analysis output (#13220)Reid Barton2017-03-311-7/+5
* testsuite: Update Windows allocations for T12234Ben Gamari2017-03-311-2/+3
* Fix space leaks in simplifier (#13426)Reid Barton2017-03-311-5/+10
* Clean up coreView/tcView.Ben Gamari2017-03-319-20/+59
* Deriving for phantom and empty typesDavid Feuer2017-03-307-73/+181
* Show valid substitutions for typed holesMatthías Páll Gissurarson2017-03-296-0/+72
* Allow operators as record pattern synonym fieldsMatthew Pickering2017-03-292-0/+16
* Print module when dumping rulesMatthew Pickering2017-03-294-20/+20
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-2911-987/+74
* testsuite: More 32-bit performance changesBen Gamari2017-03-292-6/+6
* Fix scc001Simon Marlow2017-03-292-22/+22
* cg057: accept outputSimon Marlow2017-03-291-2/+3
* Fix ASSERT failure in TcErrorsSimon Peyton Jones2017-03-293-11/+7
* Allow unbound Refl binders in a RULESimon Peyton Jones2017-03-292-0/+153
* Make the test fail if compiled without -threadedSimon Marlow2017-03-281-0/+3
* Test Trac #13490Simon Peyton Jones2017-03-282-0/+13
* Complete the fix for #13441 (pattern synonyms)Simon Peyton Jones2017-03-285-0/+43
* Fix #13458Richard Eisenberg2017-03-272-0/+12
* Fix 'unsolved constraints' in GHCiSimon Peyton Jones2017-03-273-0/+8
* Fix error-message suppress on given equalitiesSimon Peyton Jones2017-03-2710-27/+101
* Fix explicitly-bidirectional pattern synonymsSimon Peyton Jones2017-03-272-0/+30
* Only use locally bound variables in pattern synonym declarationsMatthew Pickering2017-03-273-0/+29
* testsuite: Mark T12622 as broken in ghci wayBen Gamari2017-03-261-1/+1
* testsuite: Only run T13143 in optasm wayBen Gamari2017-03-261-1/+1
* Recompile if -fhpc is added or removed (#11798)Reid Barton2017-03-264-0/+13
* testsuite: Update performance numbers for 32-bit platformsBen Gamari2017-03-266-39/+81
* testsuite: Allow join007 to pass on 32-bit machinesBen Gamari2017-03-263-0/+3
* Eliminate word-size dependence in HsDumpAst outputBen Gamari2017-03-261-27/+27