summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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-0740-95/+78
* Use full name of LLVM program in error messageErik de Castro Lopo2015-11-041-1/+1
* Tweak settings for LLVM testsErik de Castro Lopo2015-11-041-2/+2
* 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-303-10/+57
* 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
* Testsuite: report and error out on unfound testsThomas Miedema2015-10-293-4/+19
* 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
* Sort field labels before fingerprint hashingBartosz Nitka2015-10-275-0/+29
* Zonk properly when checkig pattern synonymsSimon Peyton Jones2015-10-276-5/+24
* Add regression tests for #10045, #10999Simon Peyton Jones2015-10-275-0/+43
* Implement MIN_VERSION and VERSION macros natively in GHC.Edward Z. Yang2015-10-266-1/+25
* Remove cygwin32_HOST_OS #ifdefsErik de Castro Lopo2015-10-262-2/+2
* Add testcase for #10370Ben Gamari2015-10-262-0/+1022
* Provide a utility to check API AnnotationsAlan Zimmerman2015-10-2517-195/+19
* Add testcase for #10426Ben Gamari2015-10-232-0/+4
* Make stronglyConnCompFromEdgedVertices deterministicBartosz Nitka2015-10-2210-74/+109
* Add missing stderr fileBen Gamari2015-10-221-0/+3
* Suggest enabling PatternSynonyms (#10943)Moritz Kiefer2015-10-223-0/+8