about summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-496/+75
2018-12-04Update testsOliver Scherer-0/+1
2018-11-07remove `#[rustc_error]` from ui/ tests that remain compile-fail tests.Felix S. Klock II-2/+2
2018-10-22[review comments] modify test and clean up codeOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-7/+4
2018-10-22review commentsEsteban Küber-20/+5
2018-10-22Suggest appropriate syntax on missing lifetime specifier in return typeEsteban Küber-8/+45
2018-10-17Update output for borrowck=migrate compare mode.David Wood-399/+0
2018-10-15Deduplicate testsShotaro Yamada-45/+0
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-2/+2
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-4/+4
2018-09-19Update ui testsMatthew Jasper-8/+8
2018-09-16Auto merge of #54157 - euclio:structured-suggestion, r=estebankbors-5/+5
2018-09-14Auto merge of #54088 - matthewjasper:use-reason-in-dlle-errors, r=pnkfelixbors-0/+1
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-5/+5
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-16/+2
2018-09-09Suggest a let binding to extend temporary lifetimes with NLLMatthew Jasper-0/+1
2018-09-01Update testsBasile Desloges-314/+0
2018-08-27remove `let x = baz` which was obscuring the real errorNiko Matsakis-8/+8
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2018-08-14Update testsMatthew Jasper-33/+30
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+2277
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-1/+3
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-14/+24
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+10
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-2/+2
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