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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-19
cg_gcc: properly populate cfg(target_features) with -Ctarget-features
Ralf Jung
-22
/
+17
2025-06-19
move cfg(target_feature) computation into shared place
Ralf Jung
-37
/
+22
2025-06-18
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_c...
Guillaume Gomez
-7
/
+15
2025-06-15
Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjub...
León Orell Valerian Liehr
-15
/
+2
2025-06-08
Remove all unused feature gates from the compiler
bjorn3
-1
/
+1
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-05-28
Mark all optimize methods and the codegen method as safe
bjorn3
-3
/
+3
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-14
Merge commit '6ba33f5e1189a5ae58fb96ce3546e76b13d090f5' into subtree-update_c...
Guillaume Gomez
-2
/
+2
2025-04-27
Implement the internal feature `cfg_target_has_reliable_f16_f128`
Trevor Gross
-8
/
+14
2025-04-25
Merge commit '4f83a4258deb99f3288a7122c0d5a78200931c61' into subtree-update_c...
Antoni Boucher
-1
/
+1
2025-04-18
Merge commit 'db1a31c243a649e1fe20f5466ba181da5be35c14' into subtree-update_c...
Guillaume Gomez
-2
/
+2
2025-03-17
Remove implicit #[no_mangle] for #[rustc_std_internal_symbol]
bjorn3
-0
/
+1
2025-03-05
Change signature of `target_features_cfg`.
Nicholas Nethercote
-31
/
+37
2025-03-03
Rollup merge of #137741 - cuviper:const_str-raw_entry, r=Mark-Simulacrum
Matthias Krüger
-1
/
+1
2025-02-27
Stop using `hash_raw_entry` in `CodegenCx::const_str`
Josh Stone
-1
/
+1
2025-02-23
Save pre-link bitcode to `ModuleCodegen`
DianQK
-1
/
+1
2025-02-13
Make `-O` mean `-C opt-level=3`
clubby789
-1
/
+1
2025-01-28
ABI-required target features: warn when they are missing in base CPU (rather ...
Ralf Jung
-2
/
+3
2025-01-24
Rollup merge of #135581 - EnzymeAD:refactor-codgencx, r=oli-obk
Matthias Krüger
-1
/
+0
2025-01-24
Make CodegenCx and Builder generic
Manuel Drehwald
-1
/
+0
2025-01-13
Merge commit '59a81c2ca1edc88ad3ac4b27a8e03977ffb8e73a' into subtree-update_c...
Antoni Boucher
-18
/
+20
2025-01-01
upstream rustc_codegen_llvm changes for enzyme/autodiff
Manuel Drehwald
-0
/
+10
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-14
target_features: control separately whether enabling and disabling a target f...
Ralf Jung
-2
/
+2
2024-12-11
generalize 'forbidden feature' concept so that even (un)stable feature can be...
Ralf Jung
-5
/
+6
2024-11-09
Add a default implementation for CodegenBackend::link
bjorn3
-13
/
+1
2024-11-04
mark some target features as 'forbidden' so they cannot be (un)set
Ralf Jung
-1
/
+2
2024-10-08
cg_gcc: Factor out rustc_target::abi
Jubilee Young
-0
/
+1
2024-09-27
Merge commit '3187d32079b817522cc17413ec9185b130daf693' into subtree-update
Guillaume Gomez
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-02
Use sysroot crates maximally in `rustc_codegen_gcc`.
Nicholas Nethercote
-2
/
+8
2024-08-07
Refactor and fill out target feature lists
Caleb Zulawski
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-6
/
+3
2024-07-10
Merge commit '98ed962c7d3eebe12c97588e61245273d265e72f' into master
Guillaume Gomez
-36
/
+59
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-12
/
+9
2024-05-23
rustc_codegen_gcc: fix changed method signature
Augie Fackler
-1
/
+1
2024-05-22
rustc_codegen_llvm: add support for writing summary bitcode
Augie Fackler
-0
/
+4
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+0
2024-03-19
Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk
bors
-1
/
+1
2024-03-08
Stabilize associated type bounds
Michael Goulet
-1
/
+1
2024-03-05
Merge commit 'b385428e3ddf330805241e7758e773f933357c4b' into subtree-update_c...
Guillaume Gomez
-82
/
+158
2024-02-17
Make `CodegenBackend::join_codegen` infallible.
Nicholas Nethercote
-5
/
+3
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-13
add avx512fp16 to x86 target features
usamoi
-1
/
+1
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-5
/
+5
[next]