summary refs log tree commit diff
path: root/src/test/ui/lifetimes/lifetime-errors
AgeCommit message (Expand)AuthorLines
2020-03-12update testsMark Mansi-5/+5
2020-02-22update some testsMark Mansi-5/+5
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-6/+2
2020-02-05review commentsEsteban Küber-1/+1
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-2/+2
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-2/+2
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-1/+5
2020-01-19review commentsEsteban Küber-1/+1
2020-01-19When encountering an expected named lifetime and none are present, suggest ad...Esteban Küber-1/+5
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+12
2019-11-07Update ui testsGuillaume Gomez-0/+25
2019-10-27update testsMark Mansi-0/+12
2019-09-12update testsMark Mansi-3/+3
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-3/+3
2019-05-29Update ui test suite to use dynmemoryruins-9/+9
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+379
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-18hide `--explain` hint if error has no extended infoAndy Russell-25/+0
2019-03-11Update testsVadim Petrochenkov-47/+47
2018-12-25Remove licensesMark Rousskov-406/+45
2018-10-17Update output for borrowck=migrate compare mode.David Wood-379/+0
2018-10-15Deduplicate testsShotaro Yamada-45/+0
2018-09-19Update ui testsMatthew Jasper-8/+8
2018-09-12use structured suggestion for "missing mut" labelAndy Russell-5/+5
2018-09-01Update testsBasile Desloges-302/+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/+1974