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.5k
Star
118k
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
Rollup of 5 pull requests
- #97727
#97727
Closed
Dylan-DPC
wants to merge 13 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-ilmw5a3
Dylan-DPC/rust:rollup-ilmw5a3
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Closed
Rollup of 5 pull requests
#97727
Dylan-DPC
wants to merge 13 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-ilmw5a3
Dylan-DPC/rust:rollup-ilmw5a3
Copy head branch name to clipboard
Commits
Commits on May 27, 2022
Call the OS function to set the main thread's name on program init
Show description for 820ffc8
wesleywiser
committed
820ffc8
View commit details
Copy full SHA for 820ffc8
Browse repository at this point
Commits on May 28, 2022
Avoid zero-sized allocs in ThinBox if T and H are both ZSTs.
thomcc
committed
fc109bb
View commit details
Copy full SHA for fc109bb
Browse repository at this point
Use `pointer::is_aligned` in ThinBox debug assert
thomcc
committed
25164b4
View commit details
Copy full SHA for 25164b4
Browse repository at this point
Commits on Jun 3, 2022
Use Drop instead of destroy() for locks.
m-ou-se
committed
ac5aa1d
View commit details
Copy full SHA for ac5aa1d
Browse repository at this point
Lazily allocate+initialize locks.
m-ou-se
committed
6a417d4
View commit details
Copy full SHA for 6a417d4
Browse repository at this point
Update src/test/debuginfo/thread-names.rs
Show description for 7cb538b
wesleywiser
and
ChrisDenton
authored
7cb538b
View commit details
Copy full SHA for 7cb538b
Browse repository at this point
Support the `#[expect]` attribute on fn parameters (RFC-2383)
xFrednet
committed
b5eee17
View commit details
Copy full SHA for b5eee17
Browse repository at this point
Commits on Jun 4, 2022
Encode MIR for 'unreachable' non-generic fns
compiler-errors
committed
15cccb9
View commit details
Copy full SHA for 15cccb9
Browse repository at this point
Rollup merge of #96642 - thomcc:thinbox-zst-ugh, r=yaahc
Show description for 6385b1d
Dylan-DPC
authored
6385b1d
View commit details
Copy full SHA for 6385b1d
Browse repository at this point
Rollup merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton
Show description for e385ea6
Dylan-DPC
authored
e385ea6
View commit details
Copy full SHA for e385ea6
Browse repository at this point
Rollup merge of #97647 - m-ou-se:lazy-box-locks, r=Amanieu
Show description for a354a8f
Dylan-DPC
authored
a354a8f
View commit details
Copy full SHA for a354a8f
Browse repository at this point
Rollup merge of #97715 - xFrednet:97650-expect-in-fuction-arg, r=wesleywiser
Show description for e3a40dd
Dylan-DPC
authored
e3a40dd
View commit details
Copy full SHA for e3a40dd
Browse repository at this point
Rollup merge of #97716 - compiler-errors:issue-97708, r=wesleywiser
Show description for fd27ab2
Dylan-DPC
authored
fd27ab2
View commit details
Copy full SHA for fd27ab2
Browse repository at this point
You can’t perform that action at this time.