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.1k
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 6 pull requests
- #95100
#95100
Closed
Dylan-DPC
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-bwtvl9d
Dylan-DPC/rust:rollup-bwtvl9d
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Closed
Rollup of 6 pull requests
#95100
Dylan-DPC
wants to merge 24 commits into
rust-lang:master
rust-lang/rust:master
from
Dylan-DPC:rollup-bwtvl9d
Dylan-DPC/rust:rollup-bwtvl9d
Copy head branch name to clipboard
Commits
Commits on Jan 19, 2022
Refactor tests of Write for Cursor<_>
cuviper
committed
4038ca0
View commit details
Copy full SHA for 4038ca0
Browse repository at this point
impl Write for Cursor<[u8; N]>
cuviper
committed
a04d553
View commit details
Copy full SHA for a04d553
Browse repository at this point
Commits on Jan 20, 2022
Write for Cursor with a custom Allocator
cuviper
committed
38cef65
View commit details
Copy full SHA for 38cef65
Browse repository at this point
Commits on Feb 6, 2022
keyword_docs: document use of `in` with `pub` keyword
Show description for 6706ab8
mfrw
committed
6706ab8
View commit details
Copy full SHA for 6706ab8
Browse repository at this point
Commits on Feb 17, 2022
Use verbatim paths for `process::Command` if necessary
ChrisDenton
committed
d4686c6
View commit details
Copy full SHA for d4686c6
Browse repository at this point
Keep the path after `program_exists` succeeds
ChrisDenton
committed
93f627d
View commit details
Copy full SHA for 93f627d
Browse repository at this point
Commits on Mar 4, 2022
Consistently present absent stdio handles on Windows as NULL handles.
Show description for ee02f01
sunfishcode
committed
ee02f01
View commit details
Copy full SHA for ee02f01
Browse repository at this point
Fix a compilation error.
sunfishcode
committed
7dd3246
View commit details
Copy full SHA for 7dd3246
Browse repository at this point
Remove redundant code for handling NULL handles on Windows.
Show description for 7ddf41c
sunfishcode
committed
7ddf41c
View commit details
Copy full SHA for 7ddf41c
Browse repository at this point
Commits on Mar 9, 2022
fix return values in L4Re networking stub
Show description for 7a74d28
humenda
authored and
atopia
committed
7a74d28
View commit details
Copy full SHA for 7a74d28
Browse repository at this point
fix return value of LookupHost::port()
Show description for 11b7176
humenda
authored and
atopia
committed
11b7176
View commit details
Copy full SHA for 11b7176
Browse repository at this point
drop unused libc imports on L4Re
Show description for 898f379
atopia
committed
898f379
View commit details
Copy full SHA for 898f379
Browse repository at this point
L4Re does not support sanitizing standard streams
Show description for c0dc41f
atopia
committed
c0dc41f
View commit details
Copy full SHA for c0dc41f
Browse repository at this point
adapt L4Re network interface mock to #87329
Show description for 997dc58
atopia
committed
997dc58
View commit details
Copy full SHA for 997dc58
Browse repository at this point
put L4Re specifics into their own platform
Show description for cb013d4
atopia
committed
cb013d4
View commit details
Copy full SHA for cb013d4
Browse repository at this point
add as_raw() method to L4Re's Socket mock
Show description for bc199b5
atopia
committed
bc199b5
View commit details
Copy full SHA for bc199b5
Browse repository at this point
Commits on Mar 18, 2022
Bump impl Write for Cursor<[u8; N]> to 1.61
dtolnay
committed
7d44316
View commit details
Copy full SHA for 7d44316
Browse repository at this point
add CStr::from_bytes_until_nul
Show description for d5fe4ca
ericseppanen
committed
d5fe4ca
View commit details
Copy full SHA for d5fe4ca
Browse repository at this point
Commits on Mar 19, 2022
Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnay
Show description for 52061cd
Dylan-DPC
authored
52061cd
View commit details
Copy full SHA for 52061cd
Browse repository at this point
Rollup merge of #92612 - atopia:update-lib-l4re, r=dtolnay
Show description for 59e51a8
Dylan-DPC
authored
59e51a8
View commit details
Copy full SHA for 59e51a8
Browse repository at this point
Rollup merge of #92663 - cuviper:generic-write-cursor, r=dtolnay
Show description for e2cb281
Dylan-DPC
authored
e2cb281
View commit details
Copy full SHA for e2cb281
Browse repository at this point
Rollup merge of #93263 - sunfishcode:sunfishcode/detatched-console-handle, r=dtolnay
Show description for e7e6f63
Dylan-DPC
authored
e7e6f63
View commit details
Copy full SHA for e7e6f63
Browse repository at this point
Rollup merge of #93692 - mfrw:mfrw/document-keyword-in, r=dtolnay
Show description for c437730
Dylan-DPC
authored
c437730
View commit details
Copy full SHA for c437730
Browse repository at this point
Rollup merge of #94984 - ericseppanen:cstr_from_bytes, r=Mark-Simulacrum
Show description for 79c935a
Dylan-DPC
authored
79c935a
View commit details
Copy full SHA for 79c935a
Browse repository at this point
You can’t perform that action at this time.