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
about
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-09-24
work towards rejecting consts in patterns that do not implement PartialEq
Ralf Jung
-0
/
+6
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-6
/
+2
2023-07-15
Implement "items do not inherit unsafety" for THIR unsafeck
syvb
-0
/
+51
2023-06-28
use translatable subdiagnostic
Eric Mark Martin
-0
/
+4
2023-05-24
Emit diagnostic for privately uninhabited uncovered witnesses.
Camille GILLOT
-0
/
+2
2023-04-16
use matches! macro in more places
Matthias Krüger
-7
/
+2
2023-04-10
Fix typos in compiler
DaniPopes
-4
/
+4
2023-04-03
Remove redundant field.
Camille GILLOT
-1
/
+0
2023-04-03
Reinstate confusion note.
Camille GILLOT
-13
/
+0
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-15
/
+8
2023-03-27
Add notes to non-structural const in pattern error message
Jamen Marz
-0
/
+6
2023-03-02
Restrict `#[rustc_box]` to `Box::new` calls
clubby789
-0
/
+19
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-19
/
+20
2023-01-26
Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco
Matthias Krüger
-13
/
+37
2023-01-17
Migrate mir_build's borrow conflicts
mejrs
-13
/
+37
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