summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-01250-2690/+2841
* Make the determinism tests more robustBartosz Nitka2015-12-012-2/+2
* Implement warnings for Semigroups as parent of MonoidDavid Luposchainsky2015-11-2910-25/+83
* Update containers submoduleHerbert Valerio Riedel2015-11-293-4/+4
* GHCi should not defer typed holesThomas Miedema2015-11-291-16/+14
* Remove deprecated quasiquoter syntax.Matthew Pickering2015-11-292-5/+1
* Implement new -XTemplateHaskellQuotes pragmaHerbert Valerio Riedel2015-11-294-8/+8
* Check arity on default decl for assoc typesSimon Peyton Jones2015-11-273-0/+13
* Refactor default methods (Trac #11105)Simon Peyton Jones2015-11-253-27/+54
* Simplify the MonadFail codeSimon Peyton Jones2015-11-241-78/+52
* Add -Wcompat warning flag groupDavid Luposchainsky2015-11-246-0/+73
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-24142-501/+501
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-243-0/+71
* Add `PrelNames.thenAName` for `Applicative(*>)`Herbert Valerio Riedel2015-11-241-1/+1
* Add tests/monadfail/MakefileSimon Peyton Jones2015-11-231-0/+3
* Improve constraint-used-as-type error msgSimon Peyton Jones2015-11-237-16/+25
* Make abstractVars deterministic in SetLevelBartosz Nitka2015-11-234-0/+71
* ApiAnnotations: Make all RdrName occurences LocatedAlan Zimmerman2015-11-232-7/+7
* New expected test output for 32 bit platformsErik de Castro Lopo2015-11-2311-0/+517
* Remove accidentally added T10359 blobHerbert Valerio Riedel2015-11-221-0/+0
* Function definition in GHCiRoman Shatsov2015-11-216-6/+87
* Create a deterministic version of tyVarsOfTypeBartosz Nitka2015-11-214-109/+109
* ghci: don't let ctags/etags overwrite source filesAustin Seipp2015-11-204-0/+28
* Fix interaction of DuplicateRecordFields and GHC.GenericsAdam Gundry2015-11-193-0/+54
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-1829-138/+157
* Improve MonadFail errors by mentioning the patternDavid Luposchainsky2015-11-183-7/+19
* Disable failed specialisation warnings by default & update documentation.Ben Gamari2015-11-183-9/+0
* More import related hintsJoachim Breitner2015-11-1814-21/+95
* MonadFail proposal, phase 1David Luposchainsky2015-11-1712-25/+484
* Implement OverloadedLabelsAdam Gundry2015-11-1717-1/+213
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-172-1/+9
* Update Cabal submodule for new known extensionAdam Sandberg Eriksson2015-11-171-2/+1
* T9181: Fix testsuite outputBen Gamari2015-11-171-0/+6
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-1638-141/+47
* Implement support for user-defined type errors.Iavor S. Diatchki2015-11-167-0/+65
* ApiAnnotations : ITopenExpQuote needs SourceTextAlan Zimmerman2015-11-165-1/+162
* ApiAnnotations: Add SourceText for unicode tokensAlan Zimmerman2015-11-1613-4/+321
* Implement the Strict language extensionAdam Sandberg Eriksson2015-11-1418-14/+113
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-1335-58/+69
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-1324-79/+211
* APIAnnotations:add Locations in hsSyn for layoutAlan Zimmerman2015-11-133-8/+10
* Ignore comments in getOptionsMatthew Pickering2015-11-124-0/+42
* T10678: Fix bytes allocated statisticBen Gamari2015-11-121-1/+1
* New magic function for applying realWorld#Ben Gamari2015-11-123-1/+33
* Change demand information for foreign callsLuite Stegeman2015-11-126-1/+49
* Remove redundant test.Matthew Pickering2015-11-111-1/+0
* Rename bundled pattern synonym tests to reflect new terminologyMatthew Pickering2015-11-117-15/+15
* nativeGen.PPC: Fix shift arith. right > 31 bitsPeter Trommler2015-11-112-0/+2
* Detect invalid foreign imports in bytecode compilerSylvain HENRY2015-11-117-0/+38
* Put kind variables before type variables when specializingBartosz Nitka2015-11-113-0/+315