summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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-304-17/+20
* Add delete retry loop. [ci skip]Tamar Christina2017-01-281-14/+29
* 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-265-0/+100
* 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-242-5/+4
* 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
* Make checkFamInstConsistency fasterBartosz Nitka2017-01-231-2/+2
* Typos and grammar in manual/commentsGabor Greif2017-01-235-5/+5
* Apply the right substitution in ty-fam improvementSimon Peyton Jones2017-01-233-0/+133
* Failing test for #13149.Edward Z. Yang2017-01-222-0/+18
* Preserve coercion axioms when thinning.Edward Z. Yang2017-01-223-0/+13
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-22203-2505/+810
* testsuite: Bump allocations on T5321Fun and T12707Ben Gamari2017-01-221-2/+9
* Revert "Remove unnecessary isTyVar tests in TcType"Ryan Scott2017-01-225-0/+77
* Always use -Xlinker for -rpathBartosz Nitka2017-01-217-0/+64
* Warn on missing home modulesYuras Shumovich2017-01-204-0/+13
* testsuite: Don't fail if "target has RTS linker" field is missingReid Barton2017-01-201-1/+4
* Add a failing test for #13099Reid Barton2017-01-208-0/+65
* Show explicit quantifiers in conflicting definitions errorPhil de Joux2017-01-2010-42/+40
* Allow top-level string literals in Core (#8472)Takano Akio2017-01-2024-132/+439
* Add 'type family (m :: Symbol) <> (n :: Symbol)'Oleg Grenrus2017-01-208-3/+67
* Test Trac #11444Simon Peyton Jones2017-01-202-0/+10
* Simplify and improve CSESimon Peyton Jones2017-01-204-1/+50
* Fix a nasty bug in exprIsExpandableSimon Peyton Jones2017-01-204-0/+24
* Update levity polymorphismRichard Eisenberg2017-01-1962-154/+487
* Fix get_op in the case of an unambiguous record selector (#13132)Reid Barton2017-01-182-0/+6
* Improve suggestion for misspelled flag including '=' (fixes #11789)Daishi Nakajima2017-01-185-0/+17
* testsuite: Really fix recomp001Ben Gamari2017-01-181-1/+1