Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rustc_codegen_gcc
Public
Notifications
You must be signed in to change notification settings
Fork
101
Star
1.2k
Code
Issues
162
Pull requests
25
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Sync from rust 2025/06/28
- #723
#723
Merged
antoyo
merged 48 commits into
master
rust-lang/rustc_codegen_gcc:master
from
sync_from_rust_2025_06_28
rust-lang/rustc_codegen_gcc:sync_from_rust_2025_06_28
Copy head branch name to clipboard
Jun 30, 2025
Conversation
Commits
48
(48)
Checks
Files changed
Merged
Sync from rust 2025/06/28
#723
antoyo
merged 48 commits into
master
rust-lang/rustc_codegen_gcc:master
from
sync_from_rust_2025_06_28
rust-lang/rustc_codegen_gcc:sync_from_rust_2025_06_28
Copy head branch name to clipboard
Commits
Commits on Jun 3, 2025
Remove get_dbg_loc from DebugInfoBuilderMethods
Show description for 6c982df
bjorn3
committed
6c982df
View commit details
Copy full SHA for 6c982df
Browse repository at this point
Remove type_test from IntrinsicCallBuilderMethods
Show description for 9eced6c
bjorn3
committed
9eced6c
View commit details
Copy full SHA for 9eced6c
Browse repository at this point
Only borrow EncodedMetadata in codegen_crate
Show description for 46575f1
bjorn3
committed
46575f1
View commit details
Copy full SHA for 46575f1
Browse repository at this point
Move metadata object generation for dylibs to the linker code
Show description for 7ed4c58
bjorn3
committed
7ed4c58
View commit details
Copy full SHA for 7ed4c58
Browse repository at this point
cg_gcc: convert to CanonAbi
workingjubilee
committed
0f7ec70
View commit details
Copy full SHA for 0f7ec70
Browse repository at this point
Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3
Show description for 906fc5c
matthiaskrgr
authored
906fc5c
View commit details
Copy full SHA for 906fc5c
Browse repository at this point
Commits on Jun 6, 2025
Add new Tier-3 targets: `loongarch32-unknown-none*`
Show description for 620a4f3
heiher
committed
620a4f3
View commit details
Copy full SHA for 620a4f3
Browse repository at this point
Commits on Jun 7, 2025
store `target.min_global_align` as an `Align`
folkertdev
committed
3f2666c
View commit details
Copy full SHA for 3f2666c
Browse repository at this point
Commits on Jun 8, 2025
Use the in-tree `compiler-builtins`
Show description for 10129e4
tgross35
committed
10129e4
View commit details
Copy full SHA for 10129e4
Browse repository at this point
Remove all unused feature gates from the compiler
bjorn3
committed
5f20249
View commit details
Copy full SHA for 5f20249
Browse repository at this point
Commits on Jun 9, 2025
Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubilee
Show description for 732253f
workingjubilee
authored
732253f
View commit details
Copy full SHA for 732253f
Browse repository at this point
Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxu
Show description for 9f85857
workingjubilee
authored
9f85857
View commit details
Copy full SHA for 9f85857
Browse repository at this point
-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable retpoline-related target features
azhogin
committed
f485c26
View commit details
Copy full SHA for f485c26
Browse repository at this point
Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3
Show description for 98e21c8
tgross35
authored
98e21c8
View commit details
Copy full SHA for 98e21c8
Browse repository at this point
Commits on Jun 11, 2025
Simplify implementation of Rust intrinsics by using type parameters in the cache
sayantn
committed
fa425db
View commit details
Copy full SHA for fa425db
Browse repository at this point
Commits on Jun 12, 2025
intrinsics: rename min_align_of to align_of
RalfJung
committed
f5c6288
View commit details
Copy full SHA for f5c6288
Browse repository at this point
add `extern "custom"` functions
folkertdev
committed
65042d6
View commit details
Copy full SHA for 65042d6
Browse repository at this point
Unimplement unsized_locals
mejrs
committed
1ff33b5
View commit details
Copy full SHA for 1ff33b5
Browse repository at this point
Commits on Jun 13, 2025
Rollup merge of #135927 - azhogin:azhogin/retpoline, r=davidtwco
Show description for ad90ea8
matthiaskrgr
authored
ad90ea8
View commit details
Copy full SHA for ad90ea8
Browse repository at this point
Rollup merge of #140770 - folkertdev:custom-abi, r=tgross35
Show description for 3766fb2
matthiaskrgr
authored
3766fb2
View commit details
Copy full SHA for 3766fb2
Browse repository at this point
Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr
Show description for baaf8da
bors
committed
baaf8da
View commit details
Copy full SHA for baaf8da
Browse repository at this point
Commits on Jun 14, 2025
Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors
Show description for 4ffcf80
matthiaskrgr
authored
4ffcf80
View commit details
Copy full SHA for 4ffcf80
Browse repository at this point
Remove all support for wasm's legacy ABI
bjorn3
committed
3c96f6e
View commit details
Copy full SHA for 3c96f6e
Browse repository at this point
Auto merge of #142259 - sayantn:simplify-intrinsics, r=workingjubilee
Show description for 5b660c5
bors
committed
5b660c5
View commit details
Copy full SHA for 5b660c5
Browse repository at this point
Commits on Jun 15, 2025
Rollup merge of #133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton
Show description for 29e0e4f
fmease
authored
29e0e4f
View commit details
Copy full SHA for 29e0e4f
Browse repository at this point
Rollup merge of #141769 - bjorn3:codegen_metadata_module_rework, r=workingjubilee,saethlin
Show description for 8f47346
fmease
authored
8f47346
View commit details
Copy full SHA for 8f47346
Browse repository at this point
Commits on Jun 16, 2025
Fix RISC-V C function ABI when passing/returning structs containing floats
beetrees
committed
308ca33
View commit details
Copy full SHA for 308ca33
Browse repository at this point
Change __rust_no_alloc_shim_is_unstable to be a function
dpaoliello
committed
5615d05
View commit details
Copy full SHA for 5615d05
Browse repository at this point
cranelift/gcc: `{Meta,Pointee,}Sized` in minicore
Show description for e9d795d
davidtwco
committed
e9d795d
View commit details
Copy full SHA for e9d795d
Browse repository at this point
Commits on Jun 17, 2025
Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obk
Show description for 2811b34
bors
committed
2811b34
View commit details
Copy full SHA for 2811b34
Browse repository at this point
Commits on Jun 18, 2025
Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3
Show description for 265f4a7
bors
committed
265f4a7
View commit details
Copy full SHA for 265f4a7
Browse repository at this point
Merge commit 'fda0bb9588912a3e0606e880ca9f6e913cf8a5a4' into subtree-update_cg_gcc_2025-06-18
GuillaumeGomez
committed
efb7997
View commit details
Copy full SHA for efb7997
Browse repository at this point
GCC backend: Remove `add_eval` if no function is created
GuillaumeGomez
committed
6bbf8b1
View commit details
Copy full SHA for 6bbf8b1
Browse repository at this point
Commits on Jun 19, 2025
move cfg(target_feature) computation into shared place
RalfJung
committed
25eb2ee
View commit details
Copy full SHA for 25eb2ee
Browse repository at this point
move -Ctarget-feature handling into shared code
RalfJung
committed
63c9292
View commit details
Copy full SHA for 63c9292
Browse repository at this point
cg_gcc: properly populate cfg(target_features) with -Ctarget-features
RalfJung
committed
3a0881c
View commit details
Copy full SHA for 3a0881c
Browse repository at this point
various minor target feature cleanups
RalfJung
committed
1aabebc
View commit details
Copy full SHA for 1aabebc
Browse repository at this point
Commits on Jun 22, 2025
Remove dead instructions in terminate blocks
Mark-Simulacrum
committed
f8db66b
View commit details
Copy full SHA for f8db66b
Browse repository at this point
Commits on Jun 27, 2025
rustc_codegen_gcc: Fix clippy::manual_is_multiple_of
flip1995
committed
7014ca4
View commit details
Copy full SHA for 7014ca4
Browse repository at this point
Commits on Jun 28, 2025
Merge branch 'master' into sync_from_rust_2025_06_28
antoyo
committed
a836612
View commit details
Copy full SHA for a836612
Browse repository at this point
Fix clippy warnings
antoyo
committed
a80f3c4
View commit details
Copy full SHA for a80f3c4
Browse repository at this point
Fix sysroot Cargo.toml for compiler-builtins
antoyo
committed
38fa4a4
View commit details
Copy full SHA for 38fa4a4
Browse repository at this point
Add support for copysignf16 intrinsic
antoyo
committed
e3bb127
View commit details
Copy full SHA for e3bb127
Browse repository at this point
Remove now useless patch for run-make test
antoyo
committed
fe8b5e6
View commit details
Copy full SHA for fe8b5e6
Browse repository at this point
Commits on Jun 29, 2025
Fix intrinsic copysignf128
antoyo
committed
99780df
View commit details
Copy full SHA for 99780df
Browse repository at this point
Fix exactudiv and exactsdiv for gcc without 128-bit integers
antoyo
committed
769fb75
View commit details
Copy full SHA for 769fb75
Browse repository at this point
Add support for a few missing LLVM intrinsics
antoyo
committed
67d8469
View commit details
Copy full SHA for 67d8469
Browse repository at this point
Fix handling of __builtin_ia32_rdtscp
antoyo
committed
4347a92
View commit details
Copy full SHA for 4347a92
Browse repository at this point
You can’t perform that action at this time.