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