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.8k
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
Bootstrap command refactoring: improve debuggability (step 5)
- #127450
#127450
Merged
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
Kobzol:bootstrap-cmd-refactor-5
Kobzol/rust:bootstrap-cmd-refactor-5
Copy head branch name to clipboard
Jul 13, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Bootstrap command refactoring: improve debuggability (step 5)
#127450
bors
merged 15 commits into
rust-lang:master
rust-lang/rust:master
from
Kobzol:bootstrap-cmd-refactor-5
Kobzol/rust:bootstrap-cmd-refactor-5
Copy head branch name to clipboard
Commits
Commits on Jul 12, 2024
Move `DropBomb` from `run-make-support` to `build_helper`
Show description for 97990a4
Kobzol
committed
97990a4
View commit details
Copy full SHA for 97990a4
Browse repository at this point
Configure test execution for the `build_helper` crate in bootstrap
Show description for 49f54b8
Kobzol
committed
49f54b8
View commit details
Copy full SHA for 49f54b8
Browse repository at this point
Store full arm location in `DropBomb`
Show description for 042473f
Kobzol
committed
042473f
View commit details
Copy full SHA for 042473f
Browse repository at this point
Make `command` field of `BootstrapCommand` private to force access to it through the `as_command_mut` method
Show description for a1626d7
Kobzol
committed
a1626d7
View commit details
Copy full SHA for a1626d7
Browse repository at this point
Add `DropBomb` to `BootstrapCommand`
Show description for cefd5b3
Kobzol
committed
cefd5b3
View commit details
Copy full SHA for cefd5b3
Browse repository at this point
Print command creation and execution location when it fails
Show description for 542344f
Kobzol
committed
542344f
View commit details
Copy full SHA for 542344f
Browse repository at this point
Improve the `Debug` representation of `BootstrapCommand`
Show description for fdf1477
Kobzol
committed
fdf1477
View commit details
Copy full SHA for fdf1477
Browse repository at this point
Improve error message of drop bombs
Kobzol
committed
9634633
View commit details
Copy full SHA for 9634633
Browse repository at this point
Fix a case where a RustBook command is potentially not executed
Show description for 8ee18d6
Kobzol
committed
8ee18d6
View commit details
Copy full SHA for 8ee18d6
Browse repository at this point
Remove unused rustdoc command
Kobzol
committed
ebb3089
View commit details
Copy full SHA for ebb3089
Browse repository at this point
Disarm drop bombs for unexecuted test Cargo commands
Show description for 0cab962
Kobzol
committed
0cab962
View commit details
Copy full SHA for 0cab962
Browse repository at this point
Simplify command executions for plain source tarballs
Show description for 1089de4
Kobzol
committed
1089de4
View commit details
Copy full SHA for 1089de4
Browse repository at this point
Modify FIXME comment
Kobzol
committed
823ea0e
View commit details
Copy full SHA for 823ea0e
Browse repository at this point
Test `build_helper` with the stage 0 compiler
Show description for 72c3540
Kobzol
committed
72c3540
View commit details
Copy full SHA for 72c3540
Browse repository at this point
Commits on Jul 13, 2024
Avoid more instances of unused command execution in dry run
Kobzol
committed
0cce0bb
View commit details
Copy full SHA for 0cce0bb
Browse repository at this point
You can’t perform that action at this time.