summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2018-03-14update testsGuillaume Gomez-3/+3
2018-02-26Update UI testsVadim Petrochenkov-32/+32
2018-02-25Update ui testsGuillaume Gomez-0/+3
2017-12-16Auto merge of #46722 - arielb1:single-self, r=eddybbors-22/+49
2017-12-14Point at var in short lived borrowsEsteban Küber-5/+5
2017-12-13fix broken assertion in type_paramAriel Ben-Yehuda-22/+49
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-1/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-29/+39
2017-11-20address review commentsAlex Burka-1/+1
2017-11-19use -Z flag instead of env varAlex Burka-1/+1
2017-11-19update UI testsAlex Burka-1/+1
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