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
/
callee.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-16
use `codegen_instance_attrs` where an instance is (easily) available
Folkert de Vries
-1
/
+1
2025-05-09
don't depend on rustc_attr_parsing if rustc_data_structures will do
mejrs
-1
/
+1
2025-02-20
Merge two operations that were always performed together
Oli Scherer
-53
/
+49
2025-02-20
Create safe helper for LLVMSetDLLStorageClass
Oli Scherer
-4
/
+2
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-11-28
Share inline(never) generics across crates
Mark Rousskov
-1
/
+4
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-7
/
+2
2024-11-07
Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser
Jubilee
-9
/
+16
2024-10-26
Use safe wrappers `get_visibility` and `set_visibility`
Zalathar
-1
/
+1
2024-10-26
Use safe wrappers `get_linkage` and `set_linkage`
Zalathar
-2
/
+2
2024-10-26
Effects cleanup
Deadbeef
-2
/
+1
2024-09-24
Test fixing raw-dylib
Daniel Paoliello
-9
/
+16
2024-09-19
Streamline `hidden` visibility setting.
Nicholas Nethercote
-49
/
+29
2024-09-19
Remove a low-value comment.
Nicholas Nethercote
-5
/
+0
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-1
/
+1
2024-08-07
codegen: better centralize function attribute computation
Ralf Jung
-3
/
+1
2024-07-30
Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa
bjorn3
-2
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-14
Fix some typos
cui fliter
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-4
/
+14
2023-09-14
treat host effect params as erased generics in codegen
Deadbeef
-1
/
+2
2023-07-29
cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-35
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-3
/
+3
2023-05-09
CFI: Fix SIGILL reached via trait objects
Ramon de C Valle
-2
/
+2
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-11-18
Workaround for private global symbol issue
Daniel Paoliello
-1
/
+14
2022-10-19
Get rid of native_library projection queries
nils
-1
/
+2
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-3
/
+9
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-1
/
+1
2021-10-06
add platform support details file for armv7-unknown-linux-uclibc
Jonah Petri
-2
/
+1
2021-10-06
Add new target armv7-unknown-linux-uclibceabihf
Yannick Koehler
-0
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-2
/
+2
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-3
/
+3
2021-05-28
Fix static relocation model for PowerPC64
Boris-Chengbiao Zhou
-2
/
+1
2021-04-03
Manually set dso_local when its valid to do so
Simonas Kazlauskas
-8
/
+11
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+192