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_codegen_ssa
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-23
emit an error if we can't find a path to the self-contained linker
Rémy Rakic
-0
/
+4
2024-04-26
remove extraneous note on `UnableToRunDsymutil` diagnostic
Rémy Rakic
-1
/
+0
2024-03-16
Handle calls to upstream monomorphizations in compiler_builtins
Ben Kimock
-0
/
+7
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-5
/
+5
2024-03-11
Rename `IntoDiagnosticArg` as `IntoDiagArg`.
Nicholas Nethercote
-6
/
+5
2024-02-28
Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.
Nicholas Nethercote
-7
/
+7
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-5
/
+5
2024-02-23
check that simd_insert/extract indices are in-bounds
Ralf Jung
-10
/
+2
2024-02-17
Use better heuristic for printing Cargo specific diagnostics
Urgau
-2
/
+5
2024-02-09
Turn the "no saved object file in work product" ICE into a translatable fatal...
Ben Kimock
-0
/
+6
2024-01-30
Remove the lifetime from `DiagnosticArgValue`.
Nicholas Nethercote
-2
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-40
/
+40
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-27
/
+26
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-124
/
+56
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-27
/
+27
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-47
/
+48
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-44
/
+43
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-3
/
+3
2023-10-09
Remove cgu_reuse_tracker from Session
bjorn3
-0
/
+69
2023-10-08
linker: Remove `-Zgcc-ld` option
Vadim Petrochenkov
-4
/
+0
2023-09-29
Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkov
bors
-4
/
+0
2023-09-14
don't point at const usage site for resolution-time errors
Ralf Jung
-14
/
+0
2023-09-08
Rework no_coverage to coverage(off)
Andy Caldwell
-0
/
+7
2023-08-28
Don't ICE on layout computation failure
Katherine Philip
-0
/
+10
2023-08-15
stabilize combining +bundle and +whole-archive link modifiers
Be Wilson
-4
/
+0
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-10
/
+10
2023-07-23
remove redundant clones
Matthias Krüger
-1
/
+1
2023-07-20
Add note about writing native-static-libs to file
David Tolnay
-0
/
+6
2023-07-02
Add `rustc` option to output LLVM optimization remarks to YAML files
Jakub Beránek
-0
/
+6
2023-06-09
Auto merge of #111626 - pjhades:output, r=b-naber
bors
-0
/
+6
2023-06-06
Write to stdout if `-` is given as output file
Jing Peng
-0
/
+6
2023-05-29
Use `Cow` in `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-3
/
+5
2023-04-25
Fix static string lints
clubby789
-0
/
+34
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-10
Fix typos in compiler
DaniPopes
-2
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-2
/
+3
2023-01-07
Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...
Matthias Krüger
-0
/
+431
2022-12-28
Don't translate --print native-static-libs output
bjorn3
-6
/
+0
2022-12-27
DELETE - fn span_invalid_monomorphization_error and localize intrinsics macros
Jhonny Bill Mena
-0
/
+322
2022-12-27
ADD - create and emit Bug support for Diagnostics
Jhonny Bill Mena
-0
/
+7
2022-12-27
UPDATE - migrate fn simd_simple_float_intrinsic error messages
Jhonny Bill Mena
-0
/
+25
2022-12-27
[WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructure
Jhonny Bill Mena
-0
/
+43
2022-12-27
UPDATE - migrate constant.rs to new diagnostics infrastructure
Jhonny Bill Mena
-0
/
+14
2022-12-27
UPDATE - migrate base.rs to new diagnostics infrastructure
Jhonny Bill Mena
-0
/
+20
2022-12-13
Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...
Michael Goulet
-0
/
+7
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-0
/
+14
2022-11-14
Issue error when `-C link-self-contained` option is used on unsupported platf...
StackDoubleFlow
-0
/
+4
2022-11-14
Wrap bundlen static libraries into object files
Daniil Belov
-0
/
+9
2022-11-04
UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArg
Jhonny Bill Mena
-7
/
+7
2022-11-04
UPDATE - address PR Comments
Jhonny Bill Mena
-44
/
+20
[next]