summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-01-14suggest fix for attempted integer identifier in patternsEzra Shaw-0/+15
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-1/+225
2023-01-11Translate `Overlap` eagerlymejrs-4/+15
2023-01-11Don't recommend `if let` if `let else` worksmejrs-32/+10
2023-01-11Migrate pattern matchingmejrs-7/+157
2023-01-11Migrate usefulness.rsmejrs-0/+14
2023-01-11Migrate deconstruct_pat.rsmejrs-0/+20
2023-01-11Translate const_to_pat.rsmejrs-0/+51
2023-01-11Detect out of bounds range pattern valueEsteban Küber-0/+10
2022-12-17Remove (eager)mejrs-1/+1
2022-12-17Resolve various merge conflictsmejrs-113/+115
2022-12-17Migrate multiple mut borrows diagnosticTheOddGarlic-0/+34
2022-12-17Migrate borrow of moved value diagnosticTheOddGarlic-0/+16
2022-12-17Migrate irrefutable let pattern diagnosticsTheOddGarlic-0/+40
2022-12-17Migrate pattern bindings with variant name lintTheOddGarlic-1/+10
2022-12-17Migrate leading/trailing irrefutable let pattern diagnosticsTheOddGarlic-0/+16
2022-12-17Migrate lower range bound diagnosticsTheOddGarlic-0/+17
2022-12-17Migrate "could not evaluate const pattern" diagnosticTheOddGarlic-0/+7
2022-12-17Migrate "constant pattern depends on generic parameter" diagnosticTheOddGarlic-0/+7
2022-12-17Migrate unreachable pattern diagnosticTheOddGarlic-0/+9
2022-12-17Migrate pattern inlining error diagnosticsTheOddGarlic-0/+28
2022-12-17Migrate "non-exhaustive patterns: type is non-empty" diagnosticTheOddGarlic-0/+93
2022-12-17Migrate "unused unsafe" lintTheOddGarlic-1/+24
2022-12-17Migrate "requires unsafe" diagnosticsTheOddGarlic-1/+215
2022-12-17Migrate "unsafe_op_in_unsafe_fn" lintsTheOddGarlic-2/+90
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-0/+13