summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't unnecessarily qualify TH-converted instances with empty contextsRyan Scott2017-01-264-7/+7
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-264-0/+99
* Add pragCompleteDName to templateHaskellNamesRyan Scott2017-01-251-0/+18
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-262-0/+10
* COMPLETE pragmas for enhanced pattern exhaustiveness checkingMatthew Pickering2017-01-2628-1/+351
* testsuite: Bump compiler allocations of T5837Ben Gamari2017-01-241-1/+3
* Bump Win32 version.Ben Gamari2017-01-241-3/+1
* Don't put foralls in front of TH-spliced GADT constructors that don't need themRyan Scott2017-01-241-0/+7
* Skip path_with_commas when dyn unavailableBartosz Nitka2017-01-241-1/+2
* Remove unused LOCAL_GHC_PKG definition from a test MakefileReid Barton2017-01-231-2/+0
* Add a failing test for #13102Reid Barton2017-01-239-0/+60
* Re-sort case alternatives after scrutinee constant folding (#13170)Reid Barton2017-01-232-0/+5
* Ensure that scrutinee constant folding wraps numbersSylvain Henry2017-01-233-0/+15
* Record evaluated-ness on workers and wrappersSimon Peyton Jones2017-01-234-2/+42
* Don't quantify implicit type variables when quoting type signatures in THRyan Scott2017-01-2311-18/+60