about summary refs log tree commit diff
path: root/src/test/ui/while-let.stderr
AgeCommit message (Expand)AuthorLines
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-10/+7
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-02-18Add explanations and suggestions to `irrefutable_let_patterns` lintCamelid-0/+7
2021-02-17replace if-let and while-let with `if let` and `while let`Takayuki Maeda-3/+3
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+3
2019-12-23refactor loop parsing a bitMazdak Farrokhzad-2/+2
2019-11-03Update error annotations positionsTomasz Miąsko-1/+1
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-6/+6
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-03-11Update testsVadim Petrochenkov-3/+3
2019-01-12bless ui/while-letMazdak Farrokhzad-0/+1
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-15/+26
2018-12-25Remove licensesMark Rousskov-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+21