summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove knot-tying bug in TcHsSyn.zonkTyVarOccSimon Peyton Jones2018-08-314-0/+68
* Rename kind vars in left-to-right order in bindHsQTyVarsRyan Scott2018-08-288-4/+18
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-08-283-0/+15
* Don't reify redundant class method tyvars/contextsRyan Scott2018-08-274-15/+10
* Take strict fields into account in coverage checkingRyan Scott2018-08-274-0/+68
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-08-273-0/+14
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-08-273-0/+20
* Better error reporting for inaccessible codeSimon Peyton Jones2018-08-247-8/+32
* Clean up TcHsSyn.zonkEnvSimon Peyton Jones2018-08-247-18/+18
* Accommodate API change in transSuperClassesSimon Peyton Jones2018-08-231-1/+0
* Fix a typo in TcValidity.checkFamInstRhsSimon Peyton Jones2018-08-232-1/+9
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-215-0/+36
* Correct limb length and assertion for gcdExtIntegerDavidEichamnn2018-08-212-0/+33
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-216-0/+19
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-212-0/+22
* testsuite: Deduplicate source in wcompat-warnings testBen Gamari2018-08-217-101/+44
* Introduce flag -keep-hscpp-filesroland2018-08-214-0/+26
* Fix #line pragmas in nested commentsBen Sklaroff2018-08-215-14/+57
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-216-13/+32
* Set strictness correctly for JoinIdsSimon Peyton Jones2018-08-213-1/+109
* Initialise cec_suppress properlySimon Peyton Jones2018-08-206-74/+22
* 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