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_gcc
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
Remove `()` returned value
Guillaume Gomez
-1
/
+1
2025-06-29
Fix signature of `filter_landing_pad`
Guillaume Gomez
-2
/
+2
2025-06-28
Remove unwanted semi-colon in `rustc_codegen_gcc`
Guillaume Gomez
-1
/
+1
2025-06-28
Merge commit 'b7091eca6d8eb0fe88b58cc9a7aec405d8de5b85' into subtree-update_c...
Guillaume Gomez
-67
/
+76
2025-06-27
rustc_codegen_gcc: Fix clippy::manual_is_multiple_of
Philipp Krones
-2
/
+3
2025-06-22
Remove dead instructions in terminate blocks
Mark Rousskov
-2
/
+2
2025-06-19
various minor target feature cleanups
Ralf Jung
-2
/
+1
2025-06-19
cg_gcc: properly populate cfg(target_features) with -Ctarget-features
Ralf Jung
-22
/
+17
2025-06-19
move -Ctarget-feature handling into shared code
Ralf Jung
-125
/
+25
2025-06-19
move cfg(target_feature) computation into shared place
Ralf Jung
-37
/
+22
2025-06-18
GCC backend: Remove `add_eval` if no function is created
Guillaume Gomez
-1
/
+0
2025-06-18
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...
Guillaume Gomez
-10055
/
+10525
2025-06-18
Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3
bors
-36
/
+42
2025-06-16
Change __rust_no_alloc_shim_is_unstable to be a function
Daniel Paoliello
-36
/
+42
2025-06-16
Fix RISC-V C function ABI when passing/returning structs containing floats
beetrees
-1
/
+1
2025-06-15
Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...
León Orell Valerian Liehr
-15
/
+2
2025-06-15
Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton
León Orell Valerian Liehr
-16
/
+2
2025-06-14
Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee
bors
-1
/
+1
2025-06-14
Remove all support for wasm's legacy ABI
bjorn3
-16
/
+2
2025-06-13
Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35
Matthias Krüger
-1
/
+5
2025-06-12
add `extern "custom"` functions
Folkert de Vries
-1
/
+5
2025-06-12
Simplify implementation of Rust intrinsics by using type parameters in the cache
sayantn
-1
/
+1
2025-06-09
-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...
Andrew Zhogin
-32
/
+10
2025-06-08
Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu
Jubilee
-1
/
+1
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+1
2025-06-07
store `target.min_global_align` as an `Align`
Folkert de Vries
-14
/
+2
2025-06-03
Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3
Matthias Krüger
-48
/
+31
2025-06-03
cg_gcc: convert to CanonAbi
Jubilee Young
-48
/
+31
2025-06-03
Move metadata object generation for dylibs to the linker code
bjorn3
-4
/
+2
2025-06-03
Only borrow EncodedMetadata in codegen_crate
bjorn3
-13
/
+2
2025-06-03
Remove type_test from IntrinsicCallBuilderMethods
bjorn3
-5
/
+0
2025-06-03
Remove get_dbg_loc from DebugInfoBuilderMethods
bjorn3
-4
/
+0
2025-05-30
Directly use from_immediate for handling bool
bjorn3
-6
/
+3
2025-05-30
Avoid computing function type for intrinsic instances
bjorn3
-8
/
+3
2025-05-30
Use layout field of OperandRef in generic_simd_intrinsic
bjorn3
-47
/
+41
2025-05-30
Use layout field of OperandRef and PlaceRef in codegen_intrinsic_call
bjorn3
-10
/
+11
2025-05-30
Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3
Matthias Krüger
-5
/
+5
2025-05-28
get rid of rustc_codegen_ssa::common::AtomicOrdering
Ralf Jung
-5
/
+5
2025-05-28
Remove unused arg_memory_ty method
bjorn3
-15
/
+3
2025-05-28
Mark all optimize methods and the codegen method as safe
bjorn3
-3
/
+3
2025-05-28
Remove methods from StaticCodegenMethods that are not called in cg_ssa itself
bjorn3
-8
/
+3
2025-05-28
Make predefine methods take &mut self
bjorn3
-3
/
+3
2025-05-28
Remove a couple of uses of interior mutability around statics
bjorn3
-3
/
+3
2025-05-28
Remove codegen_unit from MiscCodegenMethods
bjorn3
-7
/
+8
2025-05-26
Remove usage of FnAbi in codegen_intrinsic_call
bjorn3
-21
/
+11
2025-05-26
Pass PlaceRef rather than Bx::Value to codegen_intrinsic_call
bjorn3
-12
/
+9
2025-05-24
Cleanup CodegenFnAttrFlags
Noratrieb
-1
/
+1
2025-05-19
Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin
Stuart Cook
-4
/
+4
2025-05-18
Remove rustc_attr_data_structures re-export from rustc_attr_parsing
mejrs
-4
/
+4
2025-05-14
Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...
Guillaume Gomez
-189
/
+620
[next]