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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.6k
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
Assorted bootstrap LLVM refactors (part 2/N)
- #160916
#160916
Merged
rust-bors[bot]
merged 22 commits into
rust-lang:main
rust-lang/rust:main
from
Kobzol:bootstrap-llvm-2
Kobzol/rust:bootstrap-llvm-2
Copy head branch name to clipboard
Aug 16, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Assorted bootstrap LLVM refactors (part 2/N)
#160916
rust-bors[bot]
merged 22 commits into
rust-lang:main
rust-lang/rust:main
from
Kobzol:bootstrap-llvm-2
Kobzol/rust:bootstrap-llvm-2
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
Add environment variable to skip printing time in bootstrap tracing logs
Show description for 9169785
Kobzol
committed
9169785
View commit details
Copy full SHA for 9169785
Browse repository at this point
Use `LlvmCiMode` to distinguish whether LLVM should be downloaded from CI
Kobzol
committed
33271bd
View commit details
Copy full SHA for 33271bd
Browse repository at this point
Add explicit `LlvmFromCi` step
Show description for 8f2c2bb
Kobzol
committed
8f2c2bb
View commit details
Copy full SHA for 8f2c2bb
Browse repository at this point
Explicitly store in `LlvmOutput` whether we should link to it dynamically
Kobzol
committed
ab49dc4
View commit details
Copy full SHA for ab49dc4
Browse repository at this point
Reduce dependency on the `Builder::llvm_link_shared` function
Kobzol
committed
8ddf956
View commit details
Copy full SHA for 8ddf956
Browse repository at this point
Store the name of the link-type.txt file in a shared constant
Kobzol
committed
79cf1e7
View commit details
Copy full SHA for 79cf1e7
Browse repository at this point
Add `LlvmKind` to distinguish how was LLVM provided
Kobzol
committed
adbcc9e
View commit details
Copy full SHA for adbcc9e
Browse repository at this point
Centralize handling of LLVM linkage mode
Kobzol
committed
f535c14
View commit details
Copy full SHA for f535c14
Browse repository at this point
Only call `maybe_download_ci_llvm` in `try_download_ci_llvm`
Kobzol
committed
41f54f7
View commit details
Copy full SHA for 41f54f7
Browse repository at this point
Stop overriding llvm-config when using download-ci-llvm in config parsing
Kobzol
committed
da2de27
View commit details
Copy full SHA for da2de27
Browse repository at this point
Move `llvm_out` from `Build` to `Builder`
Show description for 952d4be
Kobzol
committed
952d4be
View commit details
Copy full SHA for 952d4be
Browse repository at this point
Fix downloading LLVM from CI in dry run
Kobzol
committed
e3a4831
View commit details
Copy full SHA for e3a4831
Browse repository at this point
Remove the `ci_llvm_root` function
Show description for b095a44
Kobzol
committed
b095a44
View commit details
Copy full SHA for b095a44
Browse repository at this point
Rename `prebuilt_llvm_config` to `get_llvm_build_status`
Show description for 653cca2
Kobzol
committed
653cca2
View commit details
Copy full SHA for 653cca2
Browse repository at this point
Add `prebuilt_llvm_output` function to check whether prebuilt LLVM is available
Show description for 299d6f1
Kobzol
committed
299d6f1
View commit details
Copy full SHA for 299d6f1
Browse repository at this point
Fix tracing compilation errors
Kobzol
committed
f8403e5
View commit details
Copy full SHA for f8403e5
Browse repository at this point
Fix tests
Show description for 0896a61
Kobzol
committed
0896a61
View commit details
Copy full SHA for 0896a61
Browse repository at this point
Fix checking of compiler-rt sources in dry run
Kobzol
committed
6b5cad6
View commit details
Copy full SHA for 6b5cad6
Browse repository at this point
Fix Clippy
Kobzol
committed
53bd738
View commit details
Copy full SHA for 53bd738
Browse repository at this point
Commits on Aug 15, 2026
Document `BOOTSTRAP_TRACING_SKIP_TIME` in the rustc-dev-guide
Kobzol
committed
0a92a1f
View commit details
Copy full SHA for 0a92a1f
Browse repository at this point
Rename `TracingPrinter` field to avoid double negative
Kobzol
committed
6644179
View commit details
Copy full SHA for 6644179
Browse repository at this point
Rename `maybe_download_ci_llvm` to `maybe_download_host_ci_llvm`
Kobzol
committed
a0b57de
View commit details
Copy full SHA for a0b57de
Browse repository at this point
You can’t perform that action at this time.