Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
Notifications
You must be signed in to change notification settings
Fork
14k
Star
108k
Code
Issues
5k+
Pull requests
913
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
6adbb3a
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 22, 2025
remove explicit target assignment in config during rustc initialization
Shourya742
committed
6adbb3a
Copy full SHA for 6adbb3a
Commits on Sep 21, 2025
remove prepare_test_specific_dir and update tests accordingly
Shourya742
committed
33e262e
Copy full SHA for 33e262e
add explicit config assignment when running the test, as the src is assigned to CARGO_MANIFEST_DIR, so the config actually use the <src>/bootstrap.toml and the /tmp/bootstrap.toml
Shourya742
committed
a48cd76
Copy full SHA for a48cd76
initialize out with CARGO_TARGET_DIR and then go for manifest and then for current
Shourya742
committed
afe380d
Copy full SHA for afe380d
add dry_run flag in config builder and remove runtime test hacks
Shourya742
committed
671aabd
Copy full SHA for 671aabd
remove create_config_without_ci_llvm_override duplication
Shourya742
committed
9189bf7
Copy full SHA for 9189bf7
rename config_toml to with_default_toml_config
Shourya742
committed
0c68c82
Copy full SHA for 0c68c82
this is dicy, whether we have a method to explicitly enable_llvm_override
Shourya742
committed
a29474d
Copy full SHA for a29474d
move most of the test to new testCtx
Shourya742
committed
05131bd
Copy full SHA for 05131bd
allow symlinking during test
Shourya742
committed
24ed1a0
Copy full SHA for 24ed1a0
remove using default toml config for test in get_toml, we handle it via using the temp directory created via the testCtx
Shourya742
committed
ce4604e
Copy full SHA for ce4604e
let verify method run in test settings
Shourya742
committed
d488d33
Copy full SHA for d488d33
add an API in ConfigBuilder to point to config file for toml parsing
Shourya742
committed
6c79f54
Copy full SHA for 6c79f54
walk up the ancestors
Shourya742
committed
a12969e
Copy full SHA for a12969e
make cargo test work for bootstrap self test
Shourya742
committed
1bc1993
Copy full SHA for 1bc1993
Auto merge of #146779 - GuillaumeGomez:gcc-ignore-test_ui_abi, r=Kobzol,jieyouxu
Show description for 1d23da6
bors
committed
1d23da6
Copy full SHA for 1d23da6
Auto merge of #146830 - Zalathar:rollup-lj8jfok, r=Zalathar
Show description for dfa2223
bors
committed
dfa2223
Copy full SHA for dfa2223
Rollup merge of #146822 - saethlin:bbbbbstd, r=Noratrieb
Show description for 5224279
Zalathar
authored
5224279
Copy full SHA for 5224279
Rollup merge of #146820 - cammeresi:alloc-20250919, r=tgross35
Show description for be39572
Zalathar
authored
be39572
Copy full SHA for be39572
Rollup merge of #146793 - folkertdev:naked-asm-func-end, r=Amanieu
Show description for 92ea947
Zalathar
authored
92ea947
Copy full SHA for 92ea947
Rollup merge of #146744 - beepster4096:derefs_in_ref_prop, r=cjgillot
Show description for 5c1c479
Zalathar
authored
5c1c479
Copy full SHA for 5c1c479
Rollup merge of #146551 - folkertdev:cmse-entry-c-variadic, r=workingjubilee
Show description for 6333a8b
Zalathar
authored
6333a8b
Copy full SHA for 6333a8b
Rollup merge of #145664 - Darksonn:stab-file-with-nul, r=Mark-Simulacrum
Show description for b0c55c8
Zalathar
authored
b0c55c8
Copy full SHA for b0c55c8
Rollup merge of #144091 - thaliaarchi:stabilize-new-zeroed, r=Mark-Simulacrum
Show description for 7a5819d
Zalathar
authored
7a5819d
Copy full SHA for 7a5819d
Rollup merge of #140983 - tkr-sh:master, r=ibraheemdev
Show description for d253318
Zalathar
authored
d253318
Copy full SHA for d253318
Commits on Sep 20, 2025
Fix old typo in lang_start_internal comment
saethlin
committed
5c0cb3a
Copy full SHA for 5c0cb3a
Auto merge of #146812 - matthiaskrgr:rollup-aiap18m, r=matthiaskrgr
Show description for dd7fda5
bors
committed
dd7fda5
Copy full SHA for dd7fda5
[GCC backend] Ignore failing ui abi tests
GuillaumeGomez
committed
fd7f8b2
Copy full SHA for fd7f8b2
Rollup merge of #146800 - thaliaarchi:fix-move-pal-thread, r=joboet
Show description for 48c1249
matthiaskrgr
authored
48c1249
Copy full SHA for 48c1249
Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxu
Show description for f5725f0
matthiaskrgr
authored
f5725f0
Copy full SHA for f5725f0
Rollup merge of #146770 - hkBst:clippy-fix-10, r=fmease
Show description for 016420a
matthiaskrgr
authored
016420a
Copy full SHA for 016420a
Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu
Show description for 8904ff1
matthiaskrgr
authored
8904ff1
Copy full SHA for 8904ff1
Rollup merge of #144592 - fee1-dead-contrib:target_spec, r=Noratrieb
Show description for 5f8062b
matthiaskrgr
authored
5f8062b
Copy full SHA for 5f8062b
Auto merge of #146805 - lnicola:sync-from-ra, r=lnicola
Show description for 9f2ef0f
bors
committed
9f2ef0f
Copy full SHA for 9f2ef0f
docs: improve doc of some methods w/ ranges
tkr-sh
committed
ac3c480
Copy full SHA for ac3c480
Pagination
Previous
Next
You can’t perform that action at this time.