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
/
back
/
symbol_export.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-29
Correctly handle different crate types disagreeing if the allocator shim is e...
bjorn3
-26
/
+26
2025-08-28
Only export the sanitizer symbols for LTO and move export code to cg_llvm
bjorn3
-48
/
+1
2025-08-26
add a flag to codegen fn attrs for foreign items
Jana Dönszelmann
-1
/
+1
2025-08-13
Port the `#[linkage]` attribute to the new attribute system
Sasha Pourcelot
-1
/
+2
2025-08-12
make no_mangle explicit on foreign items
Jana Dönszelmann
-1
/
+1
2025-08-07
Move metadata symbol export from exported_non_generic_symbols to exported_sym...
bjorn3
-18
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+1
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2025-07-01
Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk
bors
-7
/
+21
2025-06-27
Split exported_symbols for generic and non-generic symbols
bjorn3
-7
/
+21
2025-06-24
Add all rustc_std_internal_symbol to symbols.o
bjorn3
-0
/
+16
2025-06-23
[Arm64EC] Only decorate functions with `#`
Daniel Paoliello
-4
/
+8
2025-06-16
Change __rust_no_alloc_shim_is_unstable to be a function
Daniel Paoliello
-13
/
+1
2025-06-03
compiler: change Conv to CanonAbi
Jubilee Young
-10
/
+10
2025-05-24
Cleanup CodegenFnAttrFlags
Noratrieb
-1
/
+1
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-1
/
+1
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-1
/
+1
2025-05-15
Revert "Fix linking statics on Arm64EC #140176"
Jieyou Xu
-7
/
+4
2025-05-07
[Arm64EC] Only decorate functions with `#`
Daniel Paoliello
-4
/
+7
2025-05-05
Rename Instance::new to Instance::new_raw and add a note that it is raw
Michael Goulet
-2
/
+2
2025-05-04
Initial support for dynamically linked crates
Bryanskiy
-3
/
+3
2025-05-01
Auto merge of #138522 - osiewicz:shared-generics-respect-visibility, r=bjorn3
bors
-12
/
+59
2025-04-28
shared-generics: Do not share instantiations that cannot be created outside o...
Piotr Osiewicz
-12
/
+59
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-3
/
+20
2025-03-25
Auto merge of #136410 - saethlin:clean-up-cgu-internal-copy, r=compiler-errors
bors
-9
/
+4
2025-03-24
Remove InstanceKind::generates_cgu_internal_copy
Ben Kimock
-9
/
+4
2025-03-17
Remove implicit #[no_mangle] for #[rustc_std_internal_symbol]
bjorn3
-5
/
+11
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2025-02-16
Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubilee
Jacob Pratt
-32
/
+60
2025-02-12
Export kernel descriptor for amdgpu kernels
Flakebi
-32
/
+60
2025-02-08
Rustfmt
bjorn3
-55
/
+88
2025-01-27
Change `collect_and_partition_mono_items` tuple return type to a struct
Oli Scherer
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+2
2024-11-28
Share inline(never) generics across crates
Mark Rousskov
-1
/
+11
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+4
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-10-26
Effects cleanup
Deadbeef
-11
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-90
/
+57
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-5
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+3
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-3
/
+3
2024-06-18
Apply suggestions from oli-obk's review
Daria Sukhonina
-10
/
+4
2024-06-18
Make async drop code more consistent with regular drop code
Daria Sukhonina
-5
/
+14
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-5
/
+5
2024-06-06
Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"
Rémy Rakic
-1
/
+1
2024-05-23
Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726
bors
-0
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-0
/
+1
2024-05-22
rustc: Use `tcx.used_crates(())` more
Vadim Petrochenkov
-1
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-17
Use non-exhaustive matches for TyKind
Daria Sukhonina
-1
/
+1
[next]