summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disambiguate record selectors by type signatureAdam Gundry2015-10-3013-5/+107
* integerConstantFolding: when(compiler_debugged(), expect_broken(#11006))Thomas Miedema2015-10-301-1/+2
* Record usage information using GlobalRdrEltSimon Peyton Jones2015-10-304-9/+12
* Fix unused-import stuff in a better waySimon Peyton Jones2015-10-306-1/+35
* x86 codegen: don't generate location commentsSergei Trofimovich2015-10-292-0/+7
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-2956-580/+124
* Generate Typeable info at definition sitesBen Gamari2015-10-2956-124/+580
* Record pattern synonymsMatthew Pickering2015-10-2924-3/+239
* Fix rts/T9579 tests on OS XErik de Castro Lopo2015-10-291-1/+1
* Pattern synonyms: swap provided/requiredSimon Peyton Jones2015-10-287-4/+32
* Testsuite: accept output for T10999 (#10999)Thomas Miedema2015-10-271-1/+14
* Make T10970a non-dependent on GCC version.Edward Z. Yang2015-10-274-9/+7