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
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
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 }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.3k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Run part of
rustc_codegen_gcc
's tests in CI
- #117313
#117313
Merged
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
GuillaumeGomez:cg_gcc-tests
GuillaumeGomez/rust:cg_gcc-tests
Copy head branch name to clipboard
Nov 3, 2023
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Run part of
rustc_codegen_gcc
's tests in CI
#117313
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
GuillaumeGomez:cg_gcc-tests
GuillaumeGomez/rust:cg_gcc-tests
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2023
Run rustc_codegen_gcc tests in the CI
GuillaumeGomez
committed
c6ace5c
View commit details
Copy full SHA for c6ace5c
Browse repository at this point
Disable `master` feature by default when building rustc_codegen_gcc
GuillaumeGomez
committed
42bdc87
View commit details
Copy full SHA for 42bdc87
Browse repository at this point
Fix compilation errors in rustc_codegen_gcc examples
GuillaumeGomez
committed
ded81de
View commit details
Copy full SHA for ded81de
Browse repository at this point
Fix missing error libgccjit in CI
GuillaumeGomez
committed
ead5dff
View commit details
Copy full SHA for ead5dff
Browse repository at this point
Fix config.sh script
GuillaumeGomez
committed
3c58fea
View commit details
Copy full SHA for 3c58fea
Browse repository at this point
Fix rustc_codegen_gcc lto issue
GuillaumeGomez
committed
05a8476
View commit details
Copy full SHA for 05a8476
Browse repository at this point
Add comment explaning when to uncomment the `prepare` command code
GuillaumeGomez
committed
7f6aa44
View commit details
Copy full SHA for 7f6aa44
Browse repository at this point
Pass `--sysroot` option
GuillaumeGomez
committed
edfd67b
View commit details
Copy full SHA for edfd67b
Browse repository at this point
Only run cg_gcc tests on linux x86_64
GuillaumeGomez
committed
4b290d4
View commit details
Copy full SHA for 4b290d4
Browse repository at this point
Force mangling version for rustc_codegen_gcc
GuillaumeGomez
committed
a1902a8
View commit details
Copy full SHA for a1902a8
Browse repository at this point
Skip codegen tests in llvm-15 CI check
GuillaumeGomez
committed
c5ff230
View commit details
Copy full SHA for c5ff230
Browse repository at this point
Remove `libc` dependency in cg_gcc alloc_system example
GuillaumeGomez
committed
4329093
View commit details
Copy full SHA for 4329093
Browse repository at this point
Add FIXME header for two comments in cg_gcc and cg_clif boostrap types
GuillaumeGomez
committed
260d91b
View commit details
Copy full SHA for 260d91b
Browse repository at this point
Run codegen tests outside if not llvm-15
GuillaumeGomez
committed
13f7f05
View commit details
Copy full SHA for 13f7f05
Browse repository at this point
Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabled
GuillaumeGomez
committed
25a96ca
View commit details
Copy full SHA for 25a96ca
Browse repository at this point
Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN`
GuillaumeGomez
committed
a141b69
View commit details
Copy full SHA for a141b69
Browse repository at this point
Fix invalid enabling of gcc backend in `run.sh`
GuillaumeGomez
committed
2dbe7d8
View commit details
Copy full SHA for 2dbe7d8
Browse repository at this point
Add comment explaining why the ENABLE_GCC_CODEGEN env variable is needed
GuillaumeGomez
committed
30a0709
View commit details
Copy full SHA for 30a0709
Browse repository at this point
Set some environment variables value only if ENABLE_GCC_CODEGEN is set
GuillaumeGomez
committed
c890dd6
View commit details
Copy full SHA for c890dd6
Browse repository at this point
You can’t perform that action at this time.