summary refs log tree commit diff
path: root/src/test/ui/lifetimes
AgeCommit message (Expand)AuthorLines
2020-01-13Do not ICE on lifetime error involving closuresEsteban Küber-0/+18
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-4/+4
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+16
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-4/+4
2019-11-07Update ui testsGuillaume Gomez-0/+25
2019-10-29Point at the trait item and tweak wordingEsteban Küber-2/+5
2019-10-29review commentsEsteban Küber-2/+2
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-0/+23
2019-10-27update testsMark Mansi-0/+16
2019-10-11Print lifetimes with backticksYuki Okushi-2/+2
2019-09-12update testsMark Mansi-3/+3
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-6/+6
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-3/+3
2019-05-29Update ui test suite to use dynmemoryruins-24/+24
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+399
2019-05-03Update testsChristopher Vittal-52/+14
2019-04-25Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est...Mazdak Farrokhzad-3/+1
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-3/+1
2019-04-22Remove double trailing newlinesvarkor-3/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-26/+9
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-26/+1
2019-03-11Update NLL testsVadim Petrochenkov-1/+1
2019-03-11Update testsVadim Petrochenkov-64/+64
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