summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Revert "compiler: make sure we reject -O + HscInterpreted" (again)Austin Seipp2015-05-197-50/+0
* Test Trac #8799, #8555Simon Peyton Jones2015-05-193-0/+19
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-1/+0
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-197-0/+50
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-0/+1
* Add regression test for #10110.Peter Trommler2015-05-196-0/+21
* Refactor tuple constraintsSimon Peyton Jones2015-05-1814-117/+114
* Test Trac #10248Simon Peyton Jones2015-05-183-0/+21
* Test Trac #10403Simon Peyton Jones2015-05-183-0/+37
* Test Trac #10359Simon Peyton Jones2015-05-183-1/+135
* Greatly speed up nativeCodeGen/seqBlocksJoachim Breitner2015-05-161-1/+3
* Failing test for #10420 using plugins.Edward Z. Yang2015-05-1511-1/+79
* Do not check dir perms when .ghci doesn't existZejun Wu2015-05-141-1/+1
* Revert multiple commitsAustin Seipp2015-05-1424-308/+119
* Test Trac #10359Simon Peyton Jones2015-05-133-1/+135
* Test Trac #10403Simon Peyton Jones2015-05-133-0/+37
* Test Trac #10248Simon Peyton Jones2015-05-133-0/+21
* Change in capitalisation of error msgSimon Peyton Jones2015-05-131-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-1314-117/+114
* Revert D727Austin Seipp2015-05-127-50/+0
* Fix fragile T9579 testsJavran Cheng2015-05-1310-73/+48
* Update some tests for recent Safe Haskell change.David Terei2015-05-125-13/+13
* Turn off warnings when compiling boolFormulaAlan Zimmerman2015-05-124-66/+137
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-126-0/+21
* We need an empty boolFormula.stderrAlan Zimmerman2015-05-121-0/+0
* New handling of overlapping inst in Safe HaskellDavid Terei2015-05-1159-124/+615
* Fix safe haskell bug: instances in safe-inferredDavid Terei2015-05-113-3/+23
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-1141-66/+104
* ApiAnnotations : PatBind gives wrong SrcSpan for the pattern.Alan Zimmerman2015-05-118-17/+205
* ApiAnnotations : pquals production adds AnnVbar in the wrong placeAlan Zimmerman2015-05-117-0/+281
* ApiAnnotations : BooleanFormula construction discards originalAlan Zimmerman2015-05-117-0/+323
* compiler: make sure we reject -O + HscInterpretedAustin Seipp2015-05-117-0/+50
* More accurate allocation stats for :set +sSimon Marlow2015-05-113-10/+10
* ApiAnnotations : mkGadtDecl discards annotations for HsFunTyAlan Zimmerman2015-05-118-0/+164
* Api Annotations: RdrHsSyn.mkAtDefault causes annotations to be disconnected.Alan Zimmerman2015-05-116-0/+158
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-0941-104/+66
* Always do polymorphic typed quote check, c.f. #10384Edward Z. Yang2015-05-093-0/+10
* RnSplice's staging test should be applied for quotes in stage1.Edward Z. Yang2015-05-093-0/+26
* Split off quotes/ from th/ for tests that can be done on stage1 compiler.Edward Z. Yang2015-05-0937-71/+73
* ApiAnnotations: misplaced AnnComma for squals productionAlan Zimmerman2015-05-087-0/+688
* ApiAnnotations : AnnComma missing in TupleSectionAlan Zimmerman2015-05-087-0/+160
* ApiAnnotations : RdrHsSyn.isFunLhs discards parenthesesAlan Zimmerman2015-05-076-0/+157
* Regression test for Trac #10390Simon Peyton Jones2015-05-072-0/+17
* Revert "API Annotations : add Locations in hsSyn were layout occurs"Austin Seipp2015-05-065-10/+11
* Revert "ApiAnnotations : Nested forall loses forall annotation"Austin Seipp2015-05-067-238/+0
* ApiAnnotations : Nested forall loses forall annotationAlan Zimmerman2015-05-067-0/+238
* ApiAnnotations : quoted type variables missing leading quoteAlan Zimmerman2015-05-067-0/+192
* Correct parsing of lifted empty list constructorMatthew Pickering2015-05-061-1/+1
* API Annotations : add Locations in hsSyn were layout occursAlan Zimmerman2015-05-065-11/+10
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-0619-47/+102