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.8k
Star
107k
Code
Issues
5k+
Pull requests
882
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
Code
Rollup of 3 pull requests
#127597
Code
Closed
jhpratt
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
jhpratt:rollup-yuypa59
jhpratt/rust:rollup-yuypa59
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 3 pull requests
#127597
jhpratt
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
jhpratt:rollup-yuypa59
jhpratt/rust:rollup-yuypa59
Copy head branch name to clipboard
Commits
Commits on Jun 28, 2024
Only require symbol name for @feature_gate
compiler-errors
committed
6f3ad0a
Copy full SHA for 6f3ad0a
Commits on Jun 29, 2024
Basic lint detecting closure-returning-async-block
compiler-errors
committed
d526ada
Copy full SHA for d526ada
Make it into a structured suggestion, maybe-incorrect
compiler-errors
committed
acc13e2
Copy full SHA for acc13e2
Commits on Jun 30, 2024
Initial implementation of annoymous_pipe
Show description for 04eed9b
NobodyXu
committed
04eed9b
Copy full SHA for 04eed9b
Fix compilation errors
Show description for 72bda33
NobodyXu
committed
72bda33
Copy full SHA for 72bda33
Implement validation in `TryFrom<OwnedFd> for PIpe*` on unix
Show description for 42e8beb
NobodyXu
committed
42e8beb
Copy full SHA for 42e8beb
Move the mod `pipe` to `std::net`
Show description for e170c78
NobodyXu
committed
e170c78
Copy full SHA for e170c78
Fix typo
Show description for 473fbce
NobodyXu
committed
473fbce
Copy full SHA for 473fbce
Fix tidy errors
Show description for 97626b6
NobodyXu
committed
97626b6
Copy full SHA for 97626b6
Validate pipe in `TryFrom<OwnedHandle> for Pipe*`
Show description for d60438f
NobodyXu
committed
d60438f
Copy full SHA for d60438f
Refactor: Extract new method `FileDesc::get_access_mode`
Show description for b7af685
NobodyXu
committed
b7af685
Copy full SHA for b7af685
Commits on Jul 1, 2024
Add testing for anonymous pipe
Show description for 4c6b6bb
NobodyXu
committed
4c6b6bb
Copy full SHA for 4c6b6bb
Commits on Jul 2, 2024
Refactor: Put mod `unix` & `windows` into separate files
Show description for 594abec
NobodyXu
committed
594abec
Copy full SHA for 594abec
Fix `anonymous_pipe` impl for not supported targets
Show description for d9f0980
NobodyXu
committed
d9f0980
Copy full SHA for d9f0980
Optimize: Add `#[inline]` to very simple function
Show description for 6c755a3
NobodyXu
committed
6c755a3
Copy full SHA for 6c755a3
Commits on Jul 9, 2024
Refactor: Make `AcessMode` an enum`
Show description for d15cee5
NobodyXu
committed
d15cee5
Copy full SHA for d15cee5
Commits on Jul 10, 2024
Update mod.rs
Show description for e22dd1a
NobodyXu
and
a1phyr
authored
e22dd1a
Copy full SHA for e22dd1a
Move `std::net::pip*` to a new mod `std::pipe`
Show description for 100fe5c
NobodyXu
committed
100fe5c
Copy full SHA for 100fe5c
Don't mark `DEBUG_EVENT` struct as `repr(packed)`
Show description for 45ad522
tbu-
committed
45ad522
Copy full SHA for 45ad522
Remove use of `macro_rules!`
Show description for 62b846e
NobodyXu
committed
62b846e
Copy full SHA for 62b846e
Replace `TryFrom<Owned*>` with `From`
Show description for 4547b30
NobodyXu
committed
4547b30
Copy full SHA for 4547b30
Commits on Jul 11, 2024
Rollup merge of #127097 - compiler-errors:async-closure-lint, r=oli-obk
Show description for b1523ce
jhpratt
authored
b1523ce
Copy full SHA for b1523ce
Rollup merge of #127153 - NobodyXu:pipe, r=jhpratt,a1phyr
Show description for 00dd71a
jhpratt
authored
00dd71a
Copy full SHA for 00dd71a
Rollup merge of #127572 - tbu-:pr_debug_event_nonpacked, r=jhpratt
Show description for 0acaa2b
jhpratt
authored
0acaa2b
Copy full SHA for 0acaa2b
You can’t perform that action at this time.