summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Make FunPtr's role be phantom; add comments.Richard Eisenberg2014-06-111-0/+1
* Update test results with new orphan instance warningJoachim Breitner2014-06-091-2/+10
* Better warning message for orphan instances (Ticket #9178)Dr. Heinrich Hördegen2014-06-095-0/+28
* Suggest -fprint-explicit-kinds when only kind variables are ambiguousSimon Peyton Jones2014-06-093-0/+34
* Check that an associated type mentions at least one type variable from the classSimon Peyton Jones2014-06-095-2/+19
* Pretty-print built in synonym families in interfacesJoachim Breitner2014-06-072-1/+51
* Test case for #9181 (:browse GHC.TypeLits panic)Joachim Breitner2014-06-072-0/+2
* supress warning of bang wildcard pattern-binding (i.e. let !_ = rhs). This fi...Guido Zayas2014-06-063-0/+6
* Fix discarding of unreachable code in the register allocator (#9155)Simon Marlow2014-06-062-0/+31
* Test case: GHCi uses UnicodeSyntax if the loaded file uses it.Joachim Breitner2014-06-064-0/+29
* Only use UnicodeSytanx pretty printing if the locale supports itJoachim Breitner2014-06-064-0/+19
* Use UnicodeSyntax when printingJoachim Breitner2014-06-064-0/+63
* Update mod73 test outputJoachim Breitner2014-06-061-2/+2
* Added testcase for #9069Sjoerd Visscher2014-06-062-0/+10
* Update test results (last minuite changes)Joachim Breitner2014-06-061-4/+4
* Add testcase for #9177 and adjust test outputJoachim Breitner2014-06-067-5/+47
* Fix compilation of cmm files with -outputdir (Trac #9050)Yuras Shumovich2014-06-052-0/+5
* Emit error in case of duplicate GRE; fixes #7241Yuras Shumovich2014-06-054-5/+25
* Test Trac #9023Simon Peyton Jones2014-06-052-0/+7
* Subsume NullaryTypeClasses by MultiParamTypeClasses (#8993)Owen Stephens2014-06-043-3/+3
* Add :kind test in T7730Simon Peyton Jones2014-06-032-0/+15
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-0323-230/+134
* Fix missing unlockClosure() call in tryReadMVar (#9148)Simon Marlow2014-05-302-0/+16
* Disable FixEither tests in TcCoercibleJoachim Breitner2014-05-302-5/+4
* Remove obsolete -fno-warn-amp from spec001Edward Z. Yang2014-05-291-1/+0
* Refresh recomp006 error message.Edward Z. Yang2014-05-291-1/+2
* s/implict/implicit/iEdward Z. Yang2014-05-294-4/+4
* Add missing stderr file for tcrun045.Edward Z. Yang2014-05-291-0/+6
* Fix bitrotted GHC API test T6145.Edward Z. Yang2014-05-292-3/+4
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-2927-1/+71
* Update T4891, T8639_api to follow 73c08ab10 (GHCi naming changes)Edward Z. Yang2014-05-293-10/+9
* Test Trac #9144Simon Peyton Jones2014-05-273-0/+42
* Add missing test file T7269Simon Peyton Jones2014-05-261-0/+13
* Fix yet another bug in 'deriving' for polykinded classes (Trac #7269)Simon Peyton Jones2014-05-264-6/+7
* test.mk: Be liberal in accepting GHC_PKG outputJoachim Breitner2014-05-231-1/+1
* Bump bytes-allocated for T3064Simon Peyton Jones2014-05-231-1/+2
* Make the unifier a fixpoint even for the free kind vars of a tyvarSimon Peyton Jones2014-05-233-0/+23
* Coercible: Test case for now broken(?) corner caseJoachim Breitner2014-05-202-0/+11
* Coercible: Unwrap newtypes before coercing under tyconsJoachim Breitner2014-05-202-0/+14
* Fix below warning by including "unistd.h" alsoGabor Greif2014-05-191-0/+1
* rts: remove stable-names from hashtable upon freeEdward Z. Yang2014-05-183-0/+15
* ghc: Update containers submoduleAustin Seipp2014-05-182-17/+4
* Add missing stack checks to stg_ap_* functions (#9001)Simon Marlow2014-05-143-0/+10
* In splitHsFunType, take account of prefix (->)Simon Peyton Jones2014-05-122-0/+7
* Revert output of T5979Joachim Breitner2014-05-101-1/+1
* Require transformers for T5979Joachim Breitner2014-05-101-1/+1
* testsuite: fix cc004Austin Seipp2014-05-091-2/+2
* testsuite: fix cgrun051 exit codeAustin Seipp2014-05-091-1/+1
* Error message wibble, presumably due to recent changes in transformersSimon Peyton Jones2014-05-081-1/+1
* Better error message in vectoriserSimon Peyton Jones2014-05-081-2/+5