summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix unused-import warningswip/T13064Simon Peyton Jones2018-08-207-15/+28
* CSE should deal with letrec (#9441)roland2018-08-185-16/+3
* Add test cases for Ticket #12146.Aditya2018-08-173-0/+10
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-08-172-4/+16
* Rename SigTv to TyVarTv (#15480)Joachim Breitner2018-08-167-9/+9
* Fix #15527 by pretty-printing an RdrName prefixlyRyan Scott2018-08-163-0/+9
* Add a test for Trac #15523Krzysztof Gogolewski2018-08-153-0/+13
* Properly designate LambdaCase alts as CaseAlt in THRyan Scott2018-08-143-0/+19
* Suppress redundant givens during error reportingRyan Scott2018-08-124-1/+58
* Check if files are same in combineSrcSpansZubin Duggal2018-08-124-0/+25
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-123-9/+9
* CSE should deal with letrecroland2018-08-128-1/+57
* Simplify testsuite driver, part 2Krzysztof Gogolewski2018-08-122-5/+5
* Simplify testsuite driverKrzysztof Gogolewski2018-08-114-4/+1
* Filter plugin dylib locationsChristiaan Baaij2018-08-114-1/+31
* testsuite: Add (broken) test for #15473Ben Gamari2018-08-072-0/+13
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-0711-9/+17
* Support typechecking of type literals in backpackPiyush P Kurur2018-08-063-0/+38
* fix timeout related i686 validation issuesAlp Mestanogullari2018-08-062-1/+16
* Improve error message for flags with missing required arguments (#12625)roland2018-08-063-0/+6
* Allow scoped type variables refer to typesJoachim Breitner2018-08-058-77/+15
* Fix typosKrzysztof Gogolewski2018-08-051-1/+1
* testsuite: Bump T3064 expected allocationsBen Gamari2018-08-041-1/+2
* Bump Cabal submoduleBen Gamari2018-08-031-4/+0
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-0244-146/+386
* Fix #15415 and simplify tcWildCardBindersVladislav Zavialov2018-08-016-1/+53
* Fix #15450 by refactoring checkEmptyCase'Ryan Scott2018-08-013-0/+22
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-015-3/+28
* Remove the type-checking knot.Richard Eisenberg2018-08-019-11/+38
* Revert "Don't inline functions with RULES too early"Ben Gamari2018-08-014-32/+0
* testsuite: Add test for #14346Sylvain Henry2018-07-312-0/+22
* Bump Cabal submoduleBen Gamari2018-07-311-3/+1
* Don't inline functions with RULES too earlySimon Peyton Jones2018-07-314-0/+32
* base: Make Foreign.Marshal.Alloc.allocBytes[Aligned] NOINLINEBen Gamari2018-07-301-1/+2
* GHC doesn't handle ./ prefixed paths correctly (#12674)roland2018-07-305-0/+23
* Fix #15385 by using addDictsDs in matchGuardsRyan Scott2018-07-302-4/+27
* Fix #15453: bug in ForAllCo case in opt_trans_ruleNingning Xie2018-07-292-0/+26
* Fix Ar crashing on odd-sized object files (Trac #15396)Krzysztof Gogolewski2018-07-273-0/+11
* Add an expect_broken test for #14185Krzysztof Gogolewski2018-07-272-0/+31
* Run StgCse after unarise, fixes #15300Ömer Sinan Ağacan2018-07-271-3/+1
* Fail instead of panic-ing when qAddTopDecls has conversion errorMichael Sloan2018-07-273-0/+14
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-275-18/+13
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-253-0/+23
* Treat isConstraintKind more consistentlySimon Peyton Jones2018-07-253-1/+19
* Improve error message on un-satisfied importSimon Peyton Jones2018-07-252-4/+3
* Set GenSigCtxt for the argument part of tcSubTypeSimon Peyton Jones2018-07-257-9/+29
* Clone relevant constraints to avoid side-effects on HoleDests. Fixes #15370.Matthías Páll Gissurarson2018-07-243-0/+63
* Suppress -Winaccessible-code in derived codeRyan Scott2018-07-244-32/+21
* Fix a nasty bug in piResultTysSimon Peyton Jones2018-07-242-0/+10
* Stop marking soluble ~R# constraints as insolubleSimon Peyton Jones2018-07-233-0/+29