index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-14
suggest fix for attempted integer identifier in patterns
Ezra Shaw
-0
/
+15
2023-01-11
Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk
Michael Goulet
-1
/
+225
2023-01-11
Translate `Overlap` eagerly
mejrs
-4
/
+15
2023-01-11
Don't recommend `if let` if `let else` works
mejrs
-32
/
+10
2023-01-11
Migrate pattern matching
mejrs
-7
/
+157
2023-01-11
Migrate usefulness.rs
mejrs
-0
/
+14
2023-01-11
Migrate deconstruct_pat.rs
mejrs
-0
/
+20
2023-01-11
Translate const_to_pat.rs
mejrs
-0
/
+51
2023-01-11
Detect out of bounds range pattern value
Esteban Küber
-0
/
+10
2022-12-17
Remove (eager)
mejrs
-1
/
+1
2022-12-17
Resolve various merge conflicts
mejrs
-113
/
+115
2022-12-17
Migrate multiple mut borrows diagnostic
TheOddGarlic
-0
/
+34
2022-12-17
Migrate borrow of moved value diagnostic
TheOddGarlic
-0
/
+16
2022-12-17
Migrate irrefutable let pattern diagnostics
TheOddGarlic
-0
/
+40
2022-12-17
Migrate pattern bindings with variant name lint
TheOddGarlic
-1
/
+10
2022-12-17
Migrate leading/trailing irrefutable let pattern diagnostics
TheOddGarlic
-0
/
+16
2022-12-17
Migrate lower range bound diagnostics
TheOddGarlic
-0
/
+17
2022-12-17
Migrate "could not evaluate const pattern" diagnostic
TheOddGarlic
-0
/
+7
2022-12-17
Migrate "constant pattern depends on generic parameter" diagnostic
TheOddGarlic
-0
/
+7
2022-12-17
Migrate unreachable pattern diagnostic
TheOddGarlic
-0
/
+9
2022-12-17
Migrate pattern inlining error diagnostics
TheOddGarlic
-0
/
+28
2022-12-17
Migrate "non-exhaustive patterns: type is non-empty" diagnostic
TheOddGarlic
-0
/
+93
2022-12-17
Migrate "unused unsafe" lint
TheOddGarlic
-1
/
+24
2022-12-17
Migrate "requires unsafe" diagnostics
TheOddGarlic
-1
/
+215
2022-12-17
Migrate "unsafe_op_in_unsafe_fn" lints
TheOddGarlic
-2
/
+90
2022-12-17
Migrate "function cannot return without recursing" diagnostic
TheOddGarlic
-0
/
+13