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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-13
Port the `#[linkage]` attribute to the new attribute system
Sasha Pourcelot
-1
/
+2
2025-08-06
Revert "Preserve the .debug_gdb_scripts section"
bjorn3
-6
/
+6
2025-08-05
Preserve the .debug_gdb_scripts section
Sebastian Poeplau
-6
/
+6
2025-05-28
Make predefine methods take &mut self
bjorn3
-1
/
+1
2025-05-28
Remove a couple of uses of interior mutability around statics
bjorn3
-7
/
+4
2025-05-28
Remove codegen_unit from MiscCodegenMethods
bjorn3
-3
/
+10
2025-04-14
Pass &mut self to codegen_global_asm
bjorn3
-2
/
+2
2025-04-14
Pass MonoItemData to MonoItem::define
bjorn3
-2
/
+2
2025-02-23
Add `new_regular` and `new_allocator` to `ModuleCodegen`
DianQK
-6
/
+2
2025-02-07
Remove Linkage::Appending
bjorn3
-1
/
+0
2025-02-07
Remove Linkage::Private
bjorn3
-1
/
+0
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-11-02
Allow disabling ASan instrumentation for globals
Daniel Bertalan
-0
/
+9
2024-10-30
Consistently use safe wrapper function `set_section`
Zalathar
-4
/
+2
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-6
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+6
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-4
/
+2
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-2
/
+1
2023-07-17
Introduce `MonoItemData`.
Nicholas Nethercote
-2
/
+2
2023-07-05
Revert "use new c literals instead of cstr! macro"
León Orell Valerian Liehr
-2
/
+4
2023-05-31
use new c literals instead of cstr! macro
klensy
-4
/
+2
2022-10-01
Remove several unused methods from MiscMethods
bjorn3
-4
/
+9
2022-04-16
Auto merge of #95689 - lqd:self-profiler, r=wesleywiser
bors
-4
/
+5
2022-04-15
Add codegen for global_asm! sym operands
Amanieu d'Antras
-9
/
+10
2022-04-07
port `codegen_module` activity to arg recorder API
Rémy Rakic
-4
/
+5
2022-02-26
Add LLVM attributes in batches instead of individually
Erik Desjardins
-1
/
+2
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-2
/
+2
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-6
/
+3
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-07
Use object crate for .rustc metadata generation
Nikita Popov
-52
/
+1
2021-10-20
Make hash_result an Option.
Camille GILLOT
-2
/
+7
2021-09-30
Move EncodedMetadata to rustc_metadata.
Camille GILLOT
-2
/
+2
2021-08-21
Always use llvm.used for coverage symbols
Nikita Popov
-2
/
+4
2021-08-16
Use llvm.compiler.used insetad of llvm.used
Nikita Popov
-2
/
+2
2021-06-01
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+1
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Drop metadata_encoding_version.
Camille GILLOT
-1
/
+1
2021-05-28
Fix static relocation model for PowerPC64
Boris-Chengbiao Zhou
-24
/
+0
2021-05-19
Auto merge of #85276 - Bobo1239:more_dso_local, r=nagisa
bors
-0
/
+24
2021-05-18
Set dso_local for more items
Boris-Chengbiao Zhou
-0
/
+24
2021-05-10
Add link to historic note
bjorn3
-1
/
+2
2021-05-07
Remove cg_llvm::metadata module
bjorn3
-2
/
+15
2021-04-03
Move SanitizerSet to rustc_target
Simonas Kazlauskas
-1
/
+2
2021-03-19
coverage bug fixes and optimization support
Rich Kadel
-1
/
+1
2020-12-22
Update and improve `rustc_codegen_{llvm,ssa}` docs
Camelid
-10
/
+8
2020-11-03
[self-profiling] Include the estimated size of each cgu in the profile
Wesley Wiser
-2
/
+4
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-09-20
Use as_nanos in bench.rs and base.rs
est31
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+205