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_llvm
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-25
Use the object crate rather than LLVM for extracting bitcode sections
bjorn3
-1
/
+1
2025-07-21
Move LTO symbol export calculation from backends to cg_ssa
bjorn3
-17
/
+0
2025-07-03
Merge run_fat_lto, optimize_fat and autodiff into run_and_optimize_fat_lto
bjorn3
-4
/
+0
2025-06-19
move -Ctarget-feature handling into shared code
Ralf Jung
-25
/
+1
2025-06-09
-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...
Andrew Zhogin
-17
/
+0
2025-06-07
store `target.min_global_align` as an `Align`
Folkert de Vries
-12
/
+0
2025-04-05
KCFI: Add KCFI arity indicator support
Ramon de C Valle
-0
/
+4
2025-02-21
update autodiff flags
Manuel Drehwald
-1
/
+4
2025-02-13
[cg_llvm] Remove dead error message
Daniel Paoliello
-5
/
+0
2025-01-05
Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubilee
bors
-6
/
+1
2025-01-01
upstream rustc_codegen_llvm changes for enzyme/autodiff
Manuel Drehwald
-0
/
+8
2024-12-31
explicitly model that certain ABIs require/forbid certain target features
Ralf Jung
-6
/
+1
2024-11-04
mark some target features as 'forbidden' so they cannot be (un)set
Ralf Jung
-0
/
+9
2024-09-24
codegen_ssa: consolidate tied feature checking
David Wood
-24
/
+0
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-2
/
+2
2024-08-17
Always use ar_archive_writer for import libs
Chris Denton
-7
/
+0
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-2
/
+2
2024-07-30
Move mingw dlltool invocation to cg_ssa
bjorn3
-23
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-4
/
+4
2024-05-15
Use an error struct instead of a panic
Alice Ryhl
-0
/
+6
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-9
/
+9
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-11
/
+7
2024-02-22
Overhaul `Diagnostic` args.
Nicholas Nethercote
-2
/
+1
2024-02-15
errors: only eagerly translate subdiagnostics
David Wood
-1
/
+1
2024-02-06
Rollup merge of #120631 - saethlin:invalid-target-ice, r=compiler-errors
Matthias Krüger
-0
/
+6
2024-02-03
Emit a diagnostic for invalid target options
Ben Kimock
-0
/
+6
2024-02-03
`Diagnostic` cleanups
Nicholas Nethercote
-1
/
+1
2024-01-18
llvm: simplify data layout check
David Wood
-0
/
+9
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-3
/
+3
2024-01-08
Use chaining in `DiagnosticBuilder` construction.
Nicholas Nethercote
-8
/
+6
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-5
/
+5
2023-12-23
Improve some names.
Nicholas Nethercote
-1
/
+1
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-12
/
+15
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-9
/
+8
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-4
/
+4
2023-12-14
Avoid `struct_diagnostic` where possible.
Nicholas Nethercote
-1
/
+2
2023-12-04
De-genericize some `IntoDiagnostic` impls.
Nicholas Nethercote
-4
/
+4
2023-12-04
Always use `G` for `EmissionGuarantee` type variables.
Nicholas Nethercote
-5
/
+5
2023-12-04
Rename some arguments.
Nicholas Nethercote
-8
/
+8
2023-11-06
warn when using an unstable feature with -Ctarget-feature
Ralf Jung
-0
/
+7
2023-09-23
allow LTO on `proc-macro` crates with `-Zdylib-lto`
onur-ozkan
-0
/
+4
2023-09-08
debuginfo: add compiler option to allow compressed debuginfo sections
Augie Fackler
-0
/
+6
2023-07-17
Better diagnostics for dlltool errors.
James Farrell
-0
/
+2
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-3
/
+9
2023-05-06
Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiasko
Matthias Krüger
-0
/
+1
2023-05-04
Output LLVM optimization remark kind in `-Cremark` output
Jakub Beránek
-0
/
+1
2023-04-18
Stablize raw-dylib, link_ordinal and -Cdlltool
Daniel Paoliello
-1
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-3
/
+4
[next]