summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2017-10-02fix handling of `Self`Ariel Ben-Yehuda-15/+46
2017-10-01handle nested generics in Generics::type_param/region_paramAriel Ben-Yehuda-1/+44
2017-09-24Point at parameter type on E0301Esteban Küber-0/+61
2017-08-16Stabilize rvalue promotion to 'static.Eduard-Mihai Burtescu-4/+5
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+1
2017-05-27Add new error codes and update testsGuillaume Gomez-1/+1
2017-05-24Change error count messagesMichael Kohl-1/+1
2017-01-26rustc: Remove all "consider using an explicit lifetime parameter" suggestionsBrian Anderson-53/+0
2016-11-23review commentsEsteban Küber-1/+1
2016-11-22Show multiline spans in full if short enoughEsteban Küber-2/+5
2016-11-12Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturnerbors-2/+2
2016-11-10Don't hint to add lifetime on trait implEsteban Küber-0/+50
2016-11-09Improve "Doesn't live long enough" errorMikhail Modin-2/+2
2016-08-31Update error message for lifetime of borrowed valuesJonathan Turner-0/+31