summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-143-0/+16
* Typos in notes and comments [ci skip]Gabor Greif2017-02-131-1/+1
* Disable PVP warnings temporarily.Edward Z. Yang2017-02-124-20/+0
* Slightly reword not-exported message.Edward Z. Yang2017-02-125-7/+7
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-1226-100/+149
* zonkCt tries to maintain the canonical form of a Ct.Christiaan Baaij2017-02-113-0/+43
* Fix #13214 by correctly setting up dep_orphs for signatures.Edward Z. Yang2017-02-118-0/+143
* Improve the Occurrence Analyzer’s handling of one-shot functionsJoachim Breitner2017-02-111-45/+48
* Mark orphan instances and rules in --show-iface outputReid Barton2017-02-114-0/+40
* Refactor DeriveAnyClass's instance context inferenceRyan Scott2017-02-1014-49/+130
* Relax test TH_addCStub2 so it succeeds on travis.Facundo Domínguez2017-02-102-7/+11
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-102-0/+30
* Change rewritableTyVarsOfType to anyRewritableTyVarSimon Peyton Jones2017-02-101-3/+2
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-107-33/+134
* Guard rewritableTyVarsOfTypeSimon Peyton Jones2017-02-091-2/+3
* testsuite: Add testcase for #13248Ben Gamari2017-02-092-0/+13
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-097-7/+7
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-095-0/+55
* Add dump flags for the renamed and typechecked hsSyn ASTsAlan Zimmerman2017-02-087-139/+451
* Kill inaccessible-branch complaints in record updateSimon Peyton Jones2017-02-082-0/+26
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-1/+1
* Fix push_bang_into_newtype when the pattern match has no argumentsMatthew Pickering2017-02-075-0/+24
* testsuite: Bump bytes allocated for T5837Ben Gamari2017-02-071-1/+4
* testsuite: Bump max_bytes_used for T4029Ben Gamari2017-02-071-1/+2
* Another improvement to SetLevelsSimon Peyton Jones2017-02-071-5/+14
* Typos in comments [skip ci]Gabor Greif2017-02-071-1/+1
* Derive <$David Feuer2017-02-074-12/+43
* Do Worker/Wrapper for NOINLINE thingsEric Seidel2017-02-0510-43/+212
* testsuite: Update expected values for T13035 and T12234Ben Gamari2017-02-051-2/+4
* Don't return empty initial uncovered set for an unsat contextMatthew Pickering2017-02-057-16/+10
* Don't replace type family instances with the same LHS in GHCi (#7102)Reid Barton2017-02-0511-1/+38
* Add liftA2 to Applicative classDavid Feuer2017-02-051-12/+36
* Bump performance mark for T9020Joachim Breitner2017-02-031-1/+2
* Get rid of ProbOneShotJoachim Breitner2017-02-031-1/+1
* Ditch static flagsSylvain Henry2017-02-022-8/+7
* Exhaustiveness check for EmptyCase (Trac #10746)George Karachalias2017-02-0223-0/+831
* Add a testcase for #13227Joachim Breitner2017-02-023-0/+12
* Spelling fixesGabor Greif2017-02-026-6/+6
* Add support for StaticPointers in GHCiBen Gamari2017-02-026-4/+53
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-013-16/+16
* testsuite: Update allocations for T12234Ben Gamari2017-02-011-1/+2
* Join pointsLuke Maurer2017-02-0133-169/+480
* Update output of failing 11223 testsTamar Christina2017-02-014-10/+10
* Typos in note header and testGabor Greif2017-02-012-2/+2
* Use top-level instances to solve superclasses where possibleDaniel Haraj2017-01-315-4/+52
* Fixes bug #11046Iavor S. Diatchki2017-01-303-0/+20
* Add a flag to emit error messages as JSONMatthew Pickering2017-01-305-0/+29
* Check that a default type signature aligns with the non-default signatureRyan Scott2017-01-308-1/+111
* Fix broken testsPhil Ruffwind2017-01-303-15/+14
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-263-0/+21