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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-6
/
+7
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-3
/
+5
2024-05-24
Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez
bors
-2
/
+5
2024-05-23
cleanup: run rustfmt
Augie Fackler
-1
/
+4
2024-05-23
thinlto: only build summary file if needed
Augie Fackler
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-3
/
+0
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-2
/
+0
2024-02-24
compiler: use `addr_of!`
Pavel Grigorenko
-2
/
+2
2024-02-17
Make `CodegenBackend::join_codegen` infallible.
Nicholas Nethercote
-2
/
+2
2024-02-10
Remove unnecessary `#![feature(min_specialization)]`
Zalathar
-1
/
+0
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-2
/
+0
2023-12-22
update cfg(bootstrap)s
Pietro Albini
-1
/
+0
2023-12-18
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-9
/
+9
2023-12-18
Rename `CodegenContext::create_diag_handler` as `CodegenContext::create_dcx`.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-5
/
+5
2023-12-14
Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin
bors
-0
/
+1
2023-12-12
rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lint
Martin Nordholts
-1
/
+0
2023-12-07
Add emulated TLS support
quininer
-1
/
+3
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-0
/
+1
2023-11-29
Update compiler/rustc_codegen_llvm/src/lib.rs
Wesley Wiser
-1
/
+1
2023-11-29
Dispose llvm::TargetMachines prior to llvm::Context being disposed
Wesley Wiser
-5
/
+16
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+1
2023-11-21
Tighten up linkage settings for LLVM bindings
Ben Kimock
-2
/
+2
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-22
coverage: Encode function mappings without re-sorting them
Zalathar
-1
/
+1
2023-10-22
coverage: Encapsulate local-to-global file mappings
Zalathar
-0
/
+1
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+3
2023-09-24
Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers
Florian Schmiderer
-3
/
+6
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-3
/
+2
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-1
/
+2
2023-09-11
coverage: Simplify grouping of mappings by file
Zalathar
-0
/
+1
2023-07-31
Use standard Rust capitalization rules for names containing "LTO".
Nicholas Nethercote
-2
/
+2
2023-07-31
Remove `ExtraBackendMethods::spawn_thread`.
Nicholas Nethercote
-12
/
+0
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-3
/
+3
2023-07-21
Rollup merge of #113780 - dtolnay:printkindpath, r=b-naber
Matthias Krüger
-18
/
+19
2023-07-20
Implement printing to file in llvm_util
David Tolnay
-1
/
+1
2023-07-20
Implement printing to file in codegen_backend.print
David Tolnay
-11
/
+12
2023-07-20
Store individual output file name with every PrintRequest
David Tolnay
-8
/
+8
2023-07-20
address feedback from nikic and oli-obk https://github.com/rust-lang/rust/pul...
khei4
-16
/
+15
2023-07-17
print on rustc_codegen_llvm and rename malloc and cpy c_char
khei4
-6
/
+24
2023-07-16
rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.
Patrick Walton
-0
/
+5
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-1
/
+0
2023-06-04
Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...
Andrew Xie
-2
/
+2
2023-05-31
use new c literals instead of cstr! macro
klensy
-0
/
+1
2023-05-22
Create a structure to define the features from to_llvm_features.
Jamie Cunliffe
-0
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-25
Revert "Remove #[alloc_error_handler] from the compiler and library"
Matthias Krüger
-1
/
+2
[next]