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
Type
/
to 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
115k
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 6 pull requests
- #112839
#112839
Merged
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
GuillaumeGomez:rollup-jc5nqug
GuillaumeGomez/rust:rollup-jc5nqug
Copy head branch name to clipboard
Jun 20, 2023
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Rollup of 6 pull requests
#112839
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
GuillaumeGomez:rollup-jc5nqug
GuillaumeGomez/rust:rollup-jc5nqug
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2023
Fix windows `Socket::connect_timeout` overflow
Show description for 22f62df
eval-exec
committed
22f62df
View commit details
Copy full SHA for 22f62df
Browse repository at this point
Add unit test for `TcpStream::connect_timeout`
Show description for fca9e6e
eval-exec
committed
fca9e6e
View commit details
Copy full SHA for fca9e6e
Browse repository at this point
Commits on Jun 18, 2023
Add unit test to connect to an unreachable address
Show description for f65b5d0
eval-exec
committed
f65b5d0
View commit details
Copy full SHA for f65b5d0
Browse repository at this point
sort the errors from arguments checking so that suggestions are handled properly
chenyukang
committed
0b20096
View commit details
Copy full SHA for 0b20096
Browse repository at this point
Commits on Jun 19, 2023
fix sort
chenyukang
committed
aba1cf1
View commit details
Copy full SHA for aba1cf1
Browse repository at this point
change binders from tuple structs to named fields
lcnr
committed
f297581
View commit details
Copy full SHA for f297581
Browse repository at this point
update tests
lcnr
committed
0ceb7d5
View commit details
Copy full SHA for 0ceb7d5
Browse repository at this point
Fix linker failures when #[global_allocator] is used in a dependency
bjorn3
committed
206b951
View commit details
Copy full SHA for 206b951
Browse repository at this point
rustdoc: js: change color and reduce size of typename in search result
poliorcetics
committed
1a94b06
View commit details
Copy full SHA for 1a94b06
Browse repository at this point
Commits on Jun 20, 2023
Disable feature(unboxed_closures, fn_traits) in weird-exprs
Show description for 32b98ea
dtolnay
committed
32b98ea
View commit details
Copy full SHA for 32b98ea
Browse repository at this point
tests: add test for color of item kind
poliorcetics
committed
c3cdf85
View commit details
Copy full SHA for c3cdf85
Browse repository at this point
Ignore `connect_timeout` unit test on SGX platform
Show description for 30e1c1a
eval-exec
and
ChrisDenton
authored
30e1c1a
View commit details
Copy full SHA for 30e1c1a
Browse repository at this point
Remove useless unit tests
eval-exec
committed
a0c757a
View commit details
Copy full SHA for a0c757a
Browse repository at this point
Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=ChrisDenton
Show description for 816b659
GuillaumeGomez
authored
816b659
View commit details
Copy full SHA for 816b659
Browse repository at this point
Rollup merge of #112720 - poliorcetics:rustdoc-item-type-color-same-as-item-color, r=notriddle,GuillaumeGomez
Show description for a318824
GuillaumeGomez
authored
a318824
View commit details
Copy full SHA for a318824
Browse repository at this point
Rollup merge of #112762 - chenyukang:yukang-fix-112507-argument-checking, r=compiler-errors
Show description for 6c5e212
GuillaumeGomez
authored
6c5e212
View commit details
Copy full SHA for 6c5e212
Browse repository at this point
Rollup merge of #112786 - lcnr:early-binder, r=Nilstrieb
Show description for 73496fc
GuillaumeGomez
authored
73496fc
View commit details
Copy full SHA for 73496fc
Browse repository at this point
Rollup merge of #112794 - bjorn3:fix_lib_global_alloc, r=oli-obk
Show description for 0688182
GuillaumeGomez
authored
0688182
View commit details
Copy full SHA for 0688182
Browse repository at this point
Rollup merge of #112819 - dtolnay:weirdderef, r=Nilstrieb
Show description for 2368fa2
GuillaumeGomez
authored
2368fa2
View commit details
Copy full SHA for 2368fa2
Browse repository at this point
You can’t perform that action at this time.