summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-116-0/+49
* 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
* Fix typo: identifer -> identifierVikraman Choudhury2015-05-061-1/+1
* Normalise type families in the type of an expressionChristiaan Baaij2015-05-062-1/+2
* Give a hint when a TH splice has a bad package key, partially fixes #10279Edward Z. Yang2015-05-043-0/+19
* Fix safeHaskell test for llvm backendErik de Castro Lopo2015-05-051-1/+1
* Permit empty closed type familiesAdam Gundry2015-05-0412-9/+84
* Move IP, Symbol, Nat to ghc-primSimon Peyton Jones2015-05-011-29/+29
* Typo fixes (mostly in comments)Gabor Greif2015-04-303-6/+6
* Tidy up treatment of FlexibleContextsSimon Peyton Jones2015-04-306-21/+35
* Test Trac #10226Simon Peyton Jones2015-04-292-1/+60
* Improve improvement in the constraint solverSimon Peyton Jones2015-04-2942-346/+441
* Bump base version to 4.8.2.0Herbert Valerio Riedel2015-04-2567-74/+74
* Change default roles in hs-boot files. (#9204)Richard Eisenberg2015-04-248-27/+46
* Test case for #10141Richard Eisenberg2015-04-243-0/+15
* Test #10321 in ghci/scripts/T10321Richard Eisenberg2015-04-243-0/+18
* Fix #10285 by refusing to use NthCo on a newtype.Richard Eisenberg2015-04-244-0/+46
* Rename role annotations w.r.t only local decls.Richard Eisenberg2015-04-243-3/+9
* Rename new T9858d to T9858e to avoid test name clashJoachim Breitner2015-04-223-3/+3
* Rename new T9858c to T9858d to avoid test name clashJoachim Breitner2015-04-223-3/+3
* Test Trac #9858 comment:101Simon Peyton Jones2015-04-223-0/+19
* Improve error reporting for impredicative typesSimon Peyton Jones2015-04-225-12/+12
* Fix superclass generation in an instanceSimon Peyton Jones2015-04-222-0/+17
* Fix #10182 by disallowing/avoiding self {-# SOURCE #-} importsEdward Z. Yang2015-04-225-0/+20
* Don't use self {-# SOURCE #-} import in test-cases.Edward Z. Yang2015-04-2228-26/+50
* Mark T8743 as passingJoachim Breitner2015-04-221-1/+1
* GADTs now are CPR-ableSimon Peyton Jones2015-04-211-1/+1
* Test case for indirect dependencies in ghci linker (#10322)Reid Barton2015-04-186-0/+23