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
2024-01-15
make unsafe_op_in_unsafe_fn MachineApplicable and add it to 2024 compatibility
asquared31415
-1
/
+1
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-4
/
+4
2023-12-23
Give `DiagnosticBuilder` a default type.
Nicholas Nethercote
-6
/
+2
2023-12-22
Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors
bors
-6
/
+11
2023-12-19
Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors
bors
-2
/
+2
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-6
/
+11
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-12-15
s/RustcCtxt/RustcMatchCheckCtxt/
Nadrieril
-2
/
+2
2023-12-15
Name rustc-specific things "rustc"
Nadrieril
-2
/
+2
2023-12-11
Gather rustc-specific functions around `MatchCheckCtxt`
Nadrieril
-1
/
+1
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-93
/
+2
2023-11-28
thir-unsafeck: print list of missing target features when calling a function ...
Eduardo Sánchez Muñoz
-3
/
+22
2023-11-06
Add suggestion to THIR unsafe_op_in_unsafe_fn lint
Matthew Jasper
-0
/
+43
2023-11-04
Suggest to set lint level on whole match
Nadrieril
-1
/
+8
2023-11-04
Warn when lint level is set on a match arm
Nadrieril
-0
/
+5
2023-10-27
s/to_pat/to_diagnostic_pat/
Nadrieril
-3
/
+9
2023-10-25
Make THIR unused_unsafe lint consistent with MIR
Matthew Jasper
-5
/
+0
2023-10-14
Distinguish user patterns from reconstructed witnesses
Nadrieril
-2
/
+2
2023-10-11
Fix range overflow checking
Nadrieril
-0
/
+1
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
[prev]
[next]