summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Revert "Multiple fixes / improvements for LLVM backend"Ben Gamari2018-11-071-1/+2
* Actually add test for #15859.Richard Eisenberg2018-11-051-0/+13
* Fix #15859 by checking, not assuming, an ArgFlagRichard Eisenberg2018-11-052-0/+7
* Fix for Trac #15611: Scope errors lie about what modules are imported.roland2018-11-049-5/+10
* Add Int8# and Word8#Michal Terepeta2018-11-0218-0/+691
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-023-0/+25
* Move eta-reduced coaxiom compatibility handling quirks into FamInstEnv.mniip2018-11-012-0/+13
* Add built-in syntax suggestions, and refactor to allow library useMatthías Páll Gissurarson2018-11-0111-50/+101
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-013-3/+3
* Lower precedence for {-# UNPACK #-}Vladislav Zavialov2018-11-0115-10/+83
* Don't lint erroneous programs.Richard Eisenberg2018-11-013-0/+15
* Actually fail in failIfEmitsConstraintsRichard Eisenberg2018-11-016-39/+0
* Revert "Allocate bss section within proper range of other sections"Ben Gamari2018-10-305-31/+0
* Add second test case for #15592Ryan Scott2018-10-303-0/+16
* Fix #15815 by parenthesizing the arguments to infix ~Ryan Scott2018-10-293-0/+15
* Add a test case for #15829Ryan Scott2018-10-292-0/+10
* Test #15076 in dependent/should_compile/T15076*Richard Eisenberg2018-10-295-0/+55
* Test #15825 in dependent/should_fail/T15825Richard Eisenberg2018-10-293-0/+20
* Test T15711 in indexed-types/should_compile/T15711Richard Eisenberg2018-10-293-0/+14
* Fix #15787 by squashing a coercion hole.Richard Eisenberg2018-10-283-0/+26
* Finish fix for #14880.Tobias Dammers2018-10-2848-64/+291
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-281-1/+1
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-285-0/+102
* Fix ghc-pkg when only prof way is enabledZejun Wu2018-10-284-8/+8
* testsuite: EtaExpandLevPoly now passes in profiled waysBen Gamari2018-10-281-4/+1
* plugins: search for .a files if necessarysheaf2018-10-281-19/+2
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-281-5/+10
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-282-0/+9
* Fix `:k` command: add validity checkingNingning Xie2018-10-284-0/+8
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-2742-49/+469
* Fix nasty bug in the type free-var finder, at lastSimon Peyton Jones2018-10-267-10/+10
* A little more wibbling to -ddump-typesSimon Peyton Jones2018-10-252-0/+4
* Remove a zonkTcTyVarToTyVarSimon Peyton Jones2018-10-252-0/+7
* Test Trac #15648Simon Peyton Jones2018-10-254-0/+61
* Report a Wanted error even if there are Given onesSimon Peyton Jones2018-10-243-0/+19
* Solve equalities in a pattern signatureSimon Peyton Jones2018-10-243-0/+30
* Refactor the treatment of predicate typesSimon Peyton Jones2018-10-243-6/+6
* Improve output from -ddump-typesSimon Peyton Jones2018-10-2458-146/+40
* Fix #15792 by not reifying invisible arguments in AppTysRyan Scott2018-10-243-0/+19
* Keep top-level names in typed TH quotes aliveRyan Scott2018-10-243-0/+14
* Fix #15781 by using ktypedocs on type synonym RHSesRyan Scott2018-10-244-16/+57
* Trigger multiline mode in GHCi on '\case' (#13087)Alec Theriault2018-10-245-0/+30
* Update hsc2hs submodule to work around bug in response file handling.klebinger.andreas@gmx.at2018-10-224-0/+15
* Fix T15729 in masterZejun Wu2018-10-171-1/+1
* testsuite: Fix non-canonical Monoid instance in T3001-2Ben Gamari2018-10-171-1/+1
* Fix #15761 by adding parensRichard Eisenberg2018-10-173-0/+11
* Allocate bss section within proper range of other sectionsZejun Wu2018-10-155-0/+31
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-15301-796/+1277
* Generate correct relocation for external cost centreZejun Wu2018-10-155-0/+27
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-153-0/+25