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.2k
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
Rollup of 8 pull requests
- #98532
#98532
Closed
Dylan-DPC
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-ad26rbh
Dylan-DPC/rust:rollup-ad26rbh
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
Rollup of 8 pull requests
#98532
Dylan-DPC
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-ad26rbh
Dylan-DPC/rust:rollup-ad26rbh
Copy head branch name to clipboard
Commits
Commits on May 18, 2022
std: use an event flag based thread parker on SOLID
joboet
committed
fd76552
View commit details
Copy full SHA for fd76552
Browse repository at this point
Commits on May 19, 2022
std: fix deadlock in `Parker`
joboet
committed
3b6ae15
View commit details
Copy full SHA for 3b6ae15
Browse repository at this point
Commits on Jun 5, 2022
std: solve priority issue for Parker
joboet
committed
b9660de
View commit details
Copy full SHA for b9660de
Browse repository at this point
Commits on Jun 9, 2022
Partial stabilization of "nonzero_unchecked_ops".
iago-lito
committed
5823d7b
View commit details
Copy full SHA for 5823d7b
Browse repository at this point
Stabilize NonZero* checked operations constness.
iago-lito
committed
69e8e7e
View commit details
Copy full SHA for 69e8e7e
Browse repository at this point
Commits on Jun 15, 2022
std: relax memory orderings in `Parker`
Show description for caff723
joboet
and
kawadakk
committed
caff723
View commit details
Copy full SHA for caff723
Browse repository at this point
Commits on Jun 22, 2022
Rename/restructure memory ordering intrinsics.
m-ou-se
committed
2d02416
View commit details
Copy full SHA for 2d02416
Browse repository at this point
Move help popup into a pocket menu as well
GuillaumeGomez
committed
cc4f804
View commit details
Copy full SHA for cc4f804
Browse repository at this point
Add/update GUI tests for help pocket menu
GuillaumeGomez
committed
3eb9e1a
View commit details
Copy full SHA for 3eb9e1a
Browse repository at this point
Merge all popover hide functions into one
GuillaumeGomez
committed
e4b2b41
View commit details
Copy full SHA for e4b2b41
Browse repository at this point
Commits on Jun 24, 2022
macros: use typed identifiers in diag derive
Show description for 99bc979
davidtwco
committed
99bc979
View commit details
Copy full SHA for 99bc979
Browse repository at this point
macros: use typed identifiers in subdiag derive
Show description for abd3467
davidtwco
committed
abd3467
View commit details
Copy full SHA for abd3467
Browse repository at this point
errors: remove diagnostic message ctors
Show description for dc90d1d
davidtwco
committed
dc90d1d
View commit details
Copy full SHA for dc90d1d
Browse repository at this point
Commits on Jun 25, 2022
[rustc_parse] Forbid lets in certain places
c410-f3r
committed
7475867
View commit details
Copy full SHA for 7475867
Browse repository at this point
make const_err show up in future breakage reports
RalfJung
committed
dc2cc10
View commit details
Copy full SHA for dc2cc10
Browse repository at this point
bless remaining tests
RalfJung
committed
af58692
View commit details
Copy full SHA for af58692
Browse repository at this point
Support setting file accessed/modified timestamps
Show description for 24b66da
joshtriplett
committed
24b66da
View commit details
Copy full SHA for 24b66da
Browse repository at this point
Add alias `File::set_modified` as shorthand
joshtriplett
committed
e2b5729
View commit details
Copy full SHA for e2b5729
Browse repository at this point
bless after rebase
RalfJung
committed
3899914
View commit details
Copy full SHA for 3899914
Browse repository at this point
Commits on Jun 26, 2022
Return an error if trying to set a file timestamp to 0 on Windows
Show description for 1d32fed
joshtriplett
committed
1d32fed
View commit details
Copy full SHA for 1d32fed
Browse repository at this point
Update `since` to 1.64 (since we're after 1.63)
scottmcm
authored
2339bb2
View commit details
Copy full SHA for 2339bb2
Browse repository at this point
Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se
Show description for 44d5c47
Dylan-DPC
authored
44d5c47
View commit details
Copy full SHA for 44d5c47
Browse repository at this point
Rollup merge of #97295 - c410-f3r:yet-another-let-chain, r=compiler-errors
Show description for e9b2d93
Dylan-DPC
authored
e9b2d93
View commit details
Copy full SHA for e9b2d93
Browse repository at this point
Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko
Show description for 04ef53f
Dylan-DPC
authored
04ef53f
View commit details
Copy full SHA for 04ef53f
Browse repository at this point
Rollup merge of #97743 - RalfJung:const-err-future-breakage, r=estebank
Show description for d917e33
Dylan-DPC
authored
d917e33
View commit details
Copy full SHA for d917e33
Browse repository at this point
Rollup merge of #97908 - iago-lito:stabilize_nonzero_checked_ops_constness, r=scottmcm
Show description for ce5ea90
Dylan-DPC
authored
ce5ea90
View commit details
Copy full SHA for ce5ea90
Browse repository at this point
Rollup merge of #98246 - joshtriplett:times, r=m-ou-se
Show description for 5f25c96
Dylan-DPC
authored
5f25c96
View commit details
Copy full SHA for 5f25c96
Browse repository at this point
Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle
Show description for 6144c43
Dylan-DPC
authored
6144c43
View commit details
Copy full SHA for 6144c43
Browse repository at this point
Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk
Show description for d50d461
Dylan-DPC
authored
d50d461
View commit details
Copy full SHA for d50d461
Browse repository at this point
You can’t perform that action at this time.