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
Rollup of 9 pull requests
- #98529
#98529
Closed
Dylan-DPC
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-zb97513
Dylan-DPC/rust:rollup-zb97513
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
Rollup of 9 pull requests
#98529
Dylan-DPC
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-zb97513
Dylan-DPC/rust:rollup-zb97513
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
lint: fix condition in diagnostic lints
Show description for b8efb5f
davidtwco
committed
b8efb5f
View commit details
Copy full SHA for b8efb5f
Browse repository at this point
Rename/restructure memory ordering intrinsics.
m-ou-se
committed
2d02416
View commit details
Copy full SHA for 2d02416
Browse repository at this point
various: add `rustc_lint_diagnostics` to diag fns
Show description for 9468f5d
davidtwco
committed
9468f5d
View commit details
Copy full SHA for 9468f5d
Browse repository at this point
privacy: port "field is private" diag
Show description for 7bfe26f
davidtwco
committed
7bfe26f
View commit details
Copy full SHA for 7bfe26f
Browse repository at this point
privacy: port "item is private" diag
Show description for 0d14cb2
davidtwco
committed
0d14cb2
View commit details
Copy full SHA for 0d14cb2
Browse repository at this point
privacy: port unnamed "item is private" diag
Show description for b571813
davidtwco
committed
b571813
View commit details
Copy full SHA for b571813
Browse repository at this point
privacy: port "in public interface" diag
Show description for faa68ae
davidtwco
committed
faa68ae
View commit details
Copy full SHA for faa68ae
Browse repository at this point
privacy: deny diagnostic migration lints
Show description for 73a8d42
davidtwco
committed
73a8d42
View commit details
Copy full SHA for 73a8d42
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 17bab98
Dylan-DPC
authored
17bab98
View commit details
Copy full SHA for 17bab98
Browse repository at this point
Rollup merge of #97295 - c410-f3r:yet-another-let-chain, r=compiler-errors
Show description for 0399909
Dylan-DPC
authored
0399909
View commit details
Copy full SHA for 0399909
Browse repository at this point
Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko
Show description for 683631a
Dylan-DPC
authored
683631a
View commit details
Copy full SHA for 683631a
Browse repository at this point
Rollup merge of #97743 - RalfJung:const-err-future-breakage, r=estebank
Show description for 3c0da41
Dylan-DPC
authored
3c0da41
View commit details
Copy full SHA for 3c0da41
Browse repository at this point
Rollup merge of #97908 - iago-lito:stabilize_nonzero_checked_ops_constness, r=scottmcm
Show description for a9a2d60
Dylan-DPC
authored
a9a2d60
View commit details
Copy full SHA for a9a2d60
Browse repository at this point
Rollup merge of #98246 - joshtriplett:times, r=m-ou-se
Show description for 14f8259
Dylan-DPC
authored
14f8259
View commit details
Copy full SHA for 14f8259
Browse repository at this point
Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle
Show description for f082a16
Dylan-DPC
authored
f082a16
View commit details
Copy full SHA for f082a16
Browse repository at this point
Rollup merge of #98420 - davidtwco:translation-lint-fixes-and-more-migration, r=compiler-errors
Show description for cc793cd
Dylan-DPC
authored
cc793cd
View commit details
Copy full SHA for cc793cd
Browse repository at this point
Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk
Show description for 24cde0d
Dylan-DPC
authored
24cde0d
View commit details
Copy full SHA for 24cde0d
Browse repository at this point
You can’t perform that action at this time.