summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Kill varSetElemsWellScoped in quantifyTyVarsBartosz Nitka2016-04-2649-216/+216
* Testsuite: delete unused concurrent/prog002/FileIO.hsThomas Miedema2016-04-261-9/+0
* Testsuite: delete Roles9.stderrThomas Miedema2016-04-261-7/+0
* Testsuite: fixup lots of testsThomas Miedema2016-04-2613-61/+94
* Fix typos: alpah -> alphaBartosz Nitka2016-04-221-2/+2
* Avoid double error on out-of-scope identifierSimon Peyton Jones2016-04-223-0/+14
* wibble to simplifiableSimon Peyton Jones2016-04-221-0/+1
* Test Trac #3990Simon Peyton Jones2016-04-224-0/+23
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-2222-37/+103
* Do not use defaulting in ambiguity checkSimon Peyton Jones2016-04-225-0/+30
* testsuite: Bump max bytes used of T4029Ben Gamari2016-04-211-1/+2
* Accept tcrun045 outputSimon Peyton Jones2016-04-201-5/+17
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-2012-84/+111
* Tighten checking for associated type instancesSimon Peyton Jones2016-04-1917-160/+200
* Define TyCoRep.ppSuggestExplicitKinds, and use itSimon Peyton Jones2016-04-192-7/+7
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-1710-9/+40
* Add Windows import library support to the Runtime LinkerTamar Christina2016-04-178-0/+38
* Improve TcFlatten.flattenTyVarSimon Peyton Jones2016-04-151-1/+3
* testsuite: Add test for #11827Ben Gamari2016-04-156-0/+26
* testsuite: Add T11824Ben Gamari2016-04-156-0/+47
* Adjust error check for class method typesSimon Peyton Jones2016-04-152-0/+9
* Add a final demand analyzer run right before TidyCoreJoachim Breitner2016-04-1412-17/+143
* Add a test case for #11731.Joachim Breitner2016-04-144-0/+39
* Fix #11797.Richard Eisenberg2016-04-124-2/+20
* Fix #11811.Richard Eisenberg2016-04-122-0/+9
* Deriving Functor-like classes should unify kind variablesRyanGlScott2016-04-113-22/+1
* Filter out invisible kind arguments during TH reificationRyanGlScott2016-04-113-0/+21
* Fix a closed type family error messageRik Steenkamp2016-04-113-0/+12
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-1123-1/+418
* Remove the instantiation check when deriving Generic(1)RyanGlScott2016-04-106-20/+69
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-103-0/+173
* Reduce default for -fmax-pmcheck-iterations from 1e7 to 2e6Herbert Valerio Riedel2016-04-101-0/+1
* Fix Template Haskell bug reported in #11809.Dominik Bollmann2016-04-102-1/+14
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-081-1/+2
* Revert "testsuite: One more 32-bit performance slip"Ben Gamari2016-04-071-2/+1
* testsuite: One more 32-bit performance slipBen Gamari2016-04-071-1/+2
* Adjust performance numbersJoachim Breitner2016-04-072-2/+4
* Set tct_closed to TopLevel for closed bindings.Facundo Domínguez2016-04-063-0/+15
* Demand Analyzer: Do not set OneShot information (second try)Joachim Breitner2016-04-061-1/+1
* CSE code cleanup and improvementSimon Peyton Jones2016-04-063-9/+19
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-0610-54/+38
* testsuite: Update 32-bit performance numbersBen Gamari2016-04-064-61/+92
* T10870: Skip on 32-bit architecturesBen Gamari2016-04-061-1/+1
* T10272, T4340: Add 32-bit outputBen Gamari2016-04-064-0/+2
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-0518-30/+30
* Don't infer CallStacksEric Seidel2016-04-0414-48/+27
* Elaborate test for #11376Simon Peyton Jones2016-04-042-1/+11
* rts: Make StablePtr derefs thread-safe (#10296)Jason Eisenberg2016-04-045-0/+77
* Deeply instantiate in :typeSimon Peyton Jones2016-04-046-19/+29
* Improve printing of pattern synonym typesRik Steenkamp2016-04-023-0/+76