summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Systools: read ELF section without calling readelfSylvain HENRY2015-11-115-0/+59
* OPTIONS_GHC compiler flags may contain spaces (#4931)Thomas Miedema2015-11-113-0/+10
* Associate pattern synonyms with types in module exportsMatthew Pickering2015-11-1134-0/+346
* Abstract TFs can have injectivity informationJan Stolarek2015-11-091-2/+5
* Fix sporadic failing ghci/Linker/Dyn testsTamar Christina2015-11-081-5/+5
* Parser: allow empty multi-line deprecation warningsThomas Miedema2015-11-083-1/+11
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-073-0/+15
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-077-10/+96
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-0737-94/+68
* Use full name of LLVM program in error messageErik de Castro Lopo2015-11-041-1/+1
* Update Cabal submoduleHerbert Valerio Riedel2015-11-011-5/+1
* ApiAnnotations: BooleanFormula is not properly LocatedAlan Zimmerman2015-11-011-12/+19
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-0154-61/+61
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-0171-78/+78
* Provide a utility to check API Annotations docsAlan Zimmerman2015-11-0116-1694/+866
* Add subWordC# on x86ishNikita Karetnikov2015-10-314-0/+21
* testsuite: 'threaded2' tests require '-N' RTS option supportSergei Trofimovich2015-10-301-1/+1
* testsuite: performGC requires SMP support for 'qg' optionSergei Trofimovich2015-10-301-7/+2
* Make type-class dictionary let binds deterministicBartosz Nitka2015-10-304-0/+41
* Add failing test for #11039Matthew Pickering2015-10-302-0/+8
* Reimplement shadowing on a per database basis.Edward Z. Yang2015-10-303-12/+14
* Generate Typeable info at definition sitesBen Gamari2015-10-3056-126/+583
* Testsuite: suggest quoting $(TEST_HC)Thomas Miedema2015-10-301-2/+2
* CmmParse: Expose popcnt operationsBen Gamari2015-10-304-0/+22