summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Disable recomp015 on ARMBen Gamari2015-12-171-1/+3
* T9961 allocations crept further upwardsBen Gamari2015-12-171-2/+3
* Remove unused T10524.stderrSimon Peyton Jones2015-12-171-10/+0
* Add -fprint-typechecker-elaboration flag (fixes #10662)Eugene Akentyev2015-12-175-4/+16
* Reify DuplicateRecordFields by label, rather than by selectorAdam Gundry2015-12-175-2/+45
* Fix #11232.Richard Eisenberg2015-12-172-0/+16
* Conditionally show plural "s" in warningsDavid Luposchainsky2015-12-177-66/+120
* TcTypeable: Don't use bogus fingerprints when suppress-uniques is enabledBen Gamari2015-12-172-5/+6
* testsuite: Add missing LiteralsTest2.hsBen Gamari2015-12-171-0/+24
* Bump haddock expected performance numbersBen Gamari2015-12-171-6/+9
* Fix tests when run in parallelSimon Marlow2015-12-173-5/+7
* accept outputSimon Marlow2015-12-171-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-1725-50/+136
* Add test for #10897Matthew Pickering2015-12-163-0/+11
* Look through type synonyms in GADT kind signaturesJan Stolarek2015-12-162-0/+14
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-162-3/+3
* Expose enabled language extensions to THBen Gamari2015-12-154-1/+24
* primops: Mark actions evaluated by `catch*` as lazyBen Gamari2015-12-151-1/+2
* Add testcase for #11224Ben Gamari2015-12-153-0/+35
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-1582-1008/+1238
* Allow recursive (undecidable) superclassesSimon Peyton Jones2015-12-1544-362/+310
* Update expected test output for 32 bit platformsErik de Castro Lopo2015-12-1510-140/+146
* DynFlags Remove -fwarn-context-quantification flagBen Gamari2015-12-152-19/+18
* Test #9632 in dependent/should_compile/T9632Richard Eisenberg2015-12-142-0/+12
* Add testcase for #11216Ben Gamari2015-12-142-0/+7
* Make binds in do-blocks strict when -XStrict (#11193)Adam Sandberg Eriksson2015-12-143-0/+12
* Suggest import Data.Kinds when * is out of scopeRichard Eisenberg2015-12-143-0/+17
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-145-4/+38
* Some more typos in commentsGabor Greif2015-12-141-1/+1
* Refactor type families in Template HaskellJohn Leo2015-12-1210-33/+38
* Make -XStrict imply -XStrictDataAdam Sandberg Eriksson2015-12-123-2/+14
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-1222-336/+336
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-124-2/+38
* Frontend plugins.Edward Z. Yang2015-12-125-0/+67
* Test #9017 in polykinds/T9017Richard Eisenberg2015-12-113-0/+35
* Test case for #7961.Richard Eisenberg2015-12-112-0/+27
* Add kind equalities to GHC.Richard Eisenberg2015-12-11319-1683/+2405
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-1114-7/+117
* testsuite: Only run recomp015 on ELF-based platformsBen Gamari2015-12-111-1/+2
* Removed colon append operation (fixes #10785)Ben Gamari2015-12-115-14/+14
* T4801: Update expected allocations on DarwinBen Gamari2015-12-111-2/+3
* Mark retc001 as broken on DarwinBen Gamari2015-12-111-1/+2
* T7478: Don't expect broken on DarwinBen Gamari2015-12-111-1/+0
* Test Trac #11187Simon Peyton Jones2015-12-102-0/+19
* Test Trac #11192Simon Peyton Jones2015-12-103-0/+60
* More typos in comments/docsGabor Greif2015-12-093-5/+5
* Fix DeriveAnyClass (Trac #9968)Simon Peyton Jones2015-12-095-0/+24
* An assortment of typosGabor Greif2015-12-081-1/+1
* Move checking for missing signatures to RnNames.reportUnusedNamesEric Seidel2015-12-072-0/+11
* Refactor ConDeclAlan Zimmerman2015-12-075-6/+8