Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
13.9k
Star
108k
Code
Issues
5k+
Pull requests
903
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
master
User selector
bjorn3
Datepicker
All time
Commit History
Commits on Oct 30, 2025
Allow check builds with binaries for the dummy codegen backend
bjorn3
committed
4b9dc49
Copy full SHA for 4b9dc49
Commits on Oct 29, 2025
Handle default features and -Ctarget-features in the dummy backend
Show description for 4d7c784
bjorn3
committed
4d7c784
Copy full SHA for 4d7c784
Add riscv64gc-unknown-redox
Show description for fa0f163
bjorn3
and
jackpot51
committed
fa0f163
Copy full SHA for fa0f163
Commits on Oct 28, 2025
Report correct unsupported crate type for the dummy codegen backend
bjorn3
committed
9fc1378
Copy full SHA for 9fc1378
Commits on Oct 27, 2025
Allow codegen backends to indicate which crate types they support
Show description for b443a59
bjorn3
committed
b443a59
Copy full SHA for b443a59
Use the actual StableCrateId for the incr comp session dir
Show description for 3ce89e2
bjorn3
committed
3ce89e2
Copy full SHA for 3ce89e2
Commits on Oct 24, 2025
Skip codegen_crate call in check mode
bjorn3
committed
5a8ffa4
Copy full SHA for 5a8ffa4
Commits on Oct 18, 2025
Deny all licenses that are not like MIT for the runtime libraries
bjorn3
committed
dd70015
Copy full SHA for dd70015
Fix typo
Show description for 2ed1f47
bjorn3
and
joshtriplett
authored
2ed1f47
Copy full SHA for 2ed1f47
Minor change
bjorn3
committed
6ab00ba
Copy full SHA for 6ab00ba
Add a separate licenses list for licenses that are fine in tools only
Show description for e7b9694
bjorn3
committed
e7b9694
Copy full SHA for e7b9694
Add a couple of licenses that are can be used as MIT, Apache-2.0 or as both
bjorn3
committed
8510865
Copy full SHA for 8510865
Add Apache-2.0 WITH LLVM-exception to list of allowed licenses
Show description for 3621785
bjorn3
committed
3621785
Copy full SHA for 3621785
tidy: Add check that license exceptions are actually used
bjorn3
committed
66c81a0
Copy full SHA for 66c81a0
Commits on Oct 16, 2025
Better timers for LTO
bjorn3
committed
a077dbd
Copy full SHA for a077dbd
Separate thin LTO message and work item types
bjorn3
committed
53867f2
Copy full SHA for 53867f2
Move thin LTO out of the main loop too
bjorn3
committed
3cf3ec6
Copy full SHA for 3cf3ec6
Move fat LTO out of the main coordinator loop
bjorn3
committed
a6725ab
Copy full SHA for a6725ab
Move desc out of WorkItem::short_description to allow reusing in a future commit
bjorn3
committed
b1d5922
Copy full SHA for b1d5922
Commits on Oct 14, 2025
Add comment to AllocatorKind and AllocatorMethod
bjorn3
committed
cf02560
Copy full SHA for cf02560
Commits on Oct 10, 2025
Fix review comments
bjorn3
committed
88e9820
Copy full SHA for 88e9820
Add a couple of comments
Show description for 2e25b58
bjorn3
and
RalfJung
committed
2e25b58
Copy full SHA for 2e25b58
Move computation of allocator shim contents to cg_ssa
Show description for 7e467cd
bjorn3
committed
7e467cd
Copy full SHA for 7e467cd
Support #[alloc_error_handler] without the allocator shim
Show description for 116f4ae
bjorn3
committed
116f4ae
Copy full SHA for 116f4ae
Commits on Oct 9, 2025
Reduce scope of unsafe block in cg_llvm allocator codegen
bjorn3
committed
f47c480
Copy full SHA for f47c480
Commits on Sep 29, 2025
Add a dummy codegen backend
Show description for adf9cbd
bjorn3
committed
adf9cbd
Copy full SHA for adf9cbd
Commits on Sep 15, 2025
Make llvm_enzyme a regular cargo feature
Show description for 1991779
bjorn3
committed
1991779
Copy full SHA for 1991779
Commits on Sep 6, 2025
Move timers into execute_*_work_item
bjorn3
committed
3a1ae06
Copy full SHA for 3a1ae06
Remove want_summary argument from prepare_thin
Show description for f2933b3
bjorn3
committed
f2933b3
Copy full SHA for f2933b3
Remove thin_link_data method from ThinBufferMethods
Show description for e3d0b7d
bjorn3
committed
e3d0b7d
Copy full SHA for e3d0b7d
Ensure fat LTO doesn't merge everything into the allocator module
bjorn3
committed
2cf94b9
Copy full SHA for 2cf94b9
Add test that __rg_oom doesn't get internalized during LTO
Show description for 9239d14
bjorn3
and
lqd
committed
9239d14
Copy full SHA for 9239d14
Make the allocator shim participate in LTO again
bjorn3
committed
0271359
Copy full SHA for 0271359
Commits on Sep 4, 2025
Special case allocator module submission to avoid special casing it elsewhere
Show description for 319fe23
bjorn3
committed
319fe23
Copy full SHA for 319fe23
Ensure the allocator shim never participates in LTO
Show description for eea81b5
bjorn3
committed
eea81b5
Copy full SHA for eea81b5
Pagination
Previous
Next
You can’t perform that action at this time.