summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-244-0/+254
* Comment the expect_broken for Trac #9208Simon Peyton Jones2014-06-241-0/+3
* Mark T9208 as broken when debugging is onJoachim Breitner2014-06-231-1/+1
* Add fake entries into the global kind environment for pattern synonyms.Dr. ERDI Gergo2014-06-215-0/+27
* Reject forall types in constraints in signaturesSimon Peyton Jones2014-06-206-11/+25
* Make splitStrProdDmd (and similarly Use) more robustSimon Peyton Jones2014-06-202-1/+99
* Tidy up the printing of single-predicate contextsSimon Peyton Jones2014-06-2019-31/+31
* accept T9181 outputSimon Marlow2014-06-171-0/+4
* Optimise the Typeable instance for type app a bit, and add a perf testSimon Marlow2014-06-173-0/+18
* Fixes #95 :edit command should jump to the last errorLorenzo Tabacchini2014-06-136-0/+29
* Bytes allocated by haddock.base has crept up (again)Simon Peyton Jones2014-06-121-1/+2
* Fix elemLocalRdrEnv (Trac #9160)Simon Peyton Jones2014-06-123-0/+31
* Line up kind and type variables correctly when desugaring TH bracketsSimon Peyton Jones2014-06-122-0/+10
* Fix a serious, but rare, strictness analyser bug (Trac #9128)Simon Peyton Jones2014-06-113-0/+15
* Fix tyConToIfaceDecl (Trac #9190)Simon Peyton Jones2014-06-112-23/+23
* Improve error message in Trac #8883Simon Peyton Jones2014-06-119-144/+144
* Test #9085.Richard Eisenberg2014-06-113-0/+12
* Test #9097.Richard Eisenberg2014-06-113-1/+16
* Fix #9062.Richard Eisenberg2014-06-111-2/+1
* Clarify error message. See #9167.Richard Eisenberg2014-06-113-3/+3
* 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