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
15.9k
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
Improved IO Bytes Size Hint
- #81136
#81136
Merged
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
Xavientois:io_reader_size_hint
Xavientois/rust:io_reader_size_hint
Copy head branch name to clipboard
Mar 5, 2021
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Improved IO Bytes Size Hint
#81136
bors
merged 21 commits into
rust-lang:master
rust-lang/rust:master
from
Xavientois:io_reader_size_hint
Xavientois/rust:io_reader_size_hint
Copy head branch name to clipboard
Commits
Commits on Jan 31, 2021
Implement size_hint for BufReader
Xavientois
committed
f45bdcc
View commit details
Copy full SHA for f45bdcc
Browse repository at this point
Fix implementation to specialize
Xavientois
committed
c3e47d9
View commit details
Copy full SHA for c3e47d9
Browse repository at this point
Use helper trait to follow min_specialization rules
Xavientois
committed
fa76db3
View commit details
Copy full SHA for fa76db3
Browse repository at this point
Add missing generic
Xavientois
committed
11c49f6
View commit details
Copy full SHA for 11c49f6
Browse repository at this point
Move default to trait definition
Xavientois
committed
260a270
View commit details
Copy full SHA for 260a270
Browse repository at this point
Fix incorrect token
Xavientois
committed
5f60a30
View commit details
Copy full SHA for 5f60a30
Browse repository at this point
Add default keyword for specialization
Xavientois
committed
eea99f4
View commit details
Copy full SHA for eea99f4
Browse repository at this point
Add back lower_bound as memeber
Xavientois
committed
7e56637
View commit details
Copy full SHA for 7e56637
Browse repository at this point
Fix semicolon
Xavientois
committed
442de9a
View commit details
Copy full SHA for 442de9a
Browse repository at this point
Remove exposing private trait
Xavientois
committed
1190321
View commit details
Copy full SHA for 1190321
Browse repository at this point
Add dyn for SizeHint cast
Xavientois
committed
421b40c
View commit details
Copy full SHA for 421b40c
Browse repository at this point
Fix formatting
Xavientois
committed
265db94
View commit details
Copy full SHA for 265db94
Browse repository at this point
Remove stable annotation
Xavientois
committed
93870c8
View commit details
Copy full SHA for 93870c8
Browse repository at this point
Remove unnecessary default keyword
Xavientois
committed
7869371
View commit details
Copy full SHA for 7869371
Browse repository at this point
Use fully qualified syntax to avoid dyn
Xavientois
committed
c8e0f8a
View commit details
Copy full SHA for c8e0f8a
Browse repository at this point
Implement SizeHint trait for BufReader, Emtpy, and Chain
Xavientois
committed
96255f8
View commit details
Copy full SHA for 96255f8
Browse repository at this point
Add tests for SizeHint implementations
Xavientois
committed
389e638
View commit details
Copy full SHA for 389e638
Browse repository at this point
Remove trailing newline
Xavientois
committed
b837f3a
View commit details
Copy full SHA for b837f3a
Browse repository at this point
Add space for proper indentation
Xavientois
committed
81aba38
View commit details
Copy full SHA for 81aba38
Browse repository at this point
Fix formatting on mod
Xavientois
committed
fc9cd4a
View commit details
Copy full SHA for fc9cd4a
Browse repository at this point
Fix line length format
Xavientois
committed
7674ae1
View commit details
Copy full SHA for 7674ae1
Browse repository at this point
You can’t perform that action at this time.