summary refs log tree commit diff
path: root/src/test/ui/lifetime-errors
AgeCommit message (Expand)AuthorLines
2017-09-26fix test referenceNiko Matsakis-1/+1
2017-09-26remove random newlines from error messages, fix compile-fail testNiko Matsakis-10/+5
2017-09-26use present tense consistently and update referencesNiko Matsakis-4/+4
2017-09-26modify message for return time having multiple lifetimesgaurikholkar-32/+25
2017-09-26merge fixes, addressing CR commentsgaurikholkar-76/+24
2017-09-14add ui tests for EBRgaurikholkar-0/+32
2017-09-14adding ui testsgaurikholkar-0/+28
2017-09-13fix ui testsgaurikholkar-2/+2
2017-09-12Adding changes for trait objectsgaurikholkar-0/+24
2017-09-12add ui test for fn items, tidy fixesgaurikholkar-4/+24
2017-09-12Adding E0623 for structsgaurikholkar-0/+80
2017-09-09adding E0623 for LateBound regionsgaurikholkar-0/+57
2017-08-23minor fixgaurikholkar-1/+1
2017-08-23code review fixesgaurikholkar-66/+6
2017-08-17Adding E0623 for structsgaurikholkar-53/+366
2017-07-29changing E0623 error messagegaurikholkar-10/+10
2017-07-28Adding E0623, to detect missing lifetimes when both regions are anonymousgaurikholkar-0/+108
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-8/+8
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-7/+7
2017-06-29adding compile-fail testgaurikholkar-53/+0
2017-06-29Changing the error code to E0621gaurikholkar-7/+7
2017-06-29Adding changes to track anonymous region in selfgaurikholkar-3/+53
2017-06-29track anonymous regions in return types, fix tidy errorsgaurikholkar-1/+52
2017-06-29Enabling E0611 for inherent functionsgaurikholkar-0/+63
2017-06-29Interchange ^ and -gaurikholkar-15/+15
2017-06-29update reference for testNiko Matsakis-5/+5
2017-06-29Adding new ui test for trait implgaurikholkar-0/+54
2017-06-29Adding diagnostic code 0611 for lifetime errors with one named, one anonymous...gaurikholkar-38/+142
2017-05-24Change error count messagesMichael Kohl-7/+7
2017-05-18Fix off-by-one error in column number in `explain_span`.Florian Hartwig-12/+12
2017-05-13rustc: use DefId instead of CodeExtent for FreeRegion's scope.Eduard-Mihai Burtescu-48/+36
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-24/+24
2017-04-11Highlight and simplify mismatched typesEsteban Küber-5/+5
2017-02-17remove vestiges of the old suggestion machineryNiko Matsakis-0/+91
2017-02-17add some sample UI error test casesNiko Matsakis-0/+243