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.8k
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 14 pull requests
- #49620
#49620
Closed
kennytm
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
kennytm:rollup
kennytm/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
38
(38)
Checks
Files changed
Closed
Rollup of 14 pull requests
#49620
kennytm
wants to merge 38 commits into
rust-lang:master
rust-lang/rust:master
from
kennytm:rollup
kennytm/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2018
Prevent deprecation warning for items deprecated in the future
varkor
committed
c08902b
View commit details
Copy full SHA for c08902b
Browse repository at this point
Add future deprecation warning to rustdoc
varkor
committed
ecaf1f5
View commit details
Copy full SHA for ecaf1f5
Browse repository at this point
Add tests for items deprecated in the future
varkor
committed
101e17d
View commit details
Copy full SHA for 101e17d
Browse repository at this point
Commits on Mar 30, 2018
Add missing anchor for union type fields
GuillaumeGomez
committed
adaaeea
View commit details
Copy full SHA for adaaeea
Browse repository at this point
Add support for variant and types fields for intra links
GuillaumeGomez
committed
d0eeb29
View commit details
Copy full SHA for d0eeb29
Browse repository at this point
Commits on Mar 31, 2018
Add test for rustdoc ignore test
Show description for fa1d125
Phlosioneer
committed
fa1d125
View commit details
Copy full SHA for fa1d125
Browse repository at this point
Fix tidy trailing newlines
Phlosioneer
committed
48e3c96
View commit details
Copy full SHA for 48e3c96
Browse repository at this point
Add #[must_use] to a few standard library methods
Show description for fb7deda
scottmcm
committed
fb7deda
View commit details
Copy full SHA for fb7deda
Browse repository at this point
Remove whitespace
Phlosioneer
committed
42bc071
View commit details
Copy full SHA for 42bc071
Browse repository at this point
Add ignore reason
Phlosioneer
committed
cb30975
View commit details
Copy full SHA for cb30975
Browse repository at this point
Shorten deprecation note
varkor
committed
44ad8fd
View commit details
Copy full SHA for 44ad8fd
Browse repository at this point
Commits on Apr 1, 2018
avoid IdxSets containing garbage above the universe length
Show description for 8f9ec1c
arielb1
committed
8f9ec1c
View commit details
Copy full SHA for 8f9ec1c
Browse repository at this point
Commits on Apr 2, 2018
Add performance note to fs::read docs
mbrubeck
committed
8531086
View commit details
Copy full SHA for 8531086
Browse repository at this point
Cross-reference fs::read functions from io::Read docs
mbrubeck
committed
c54a272
View commit details
Copy full SHA for c54a272
Browse repository at this point
Add performance notes to BufReader/BufWriter docs
mbrubeck
committed
ec71453
View commit details
Copy full SHA for ec71453
Browse repository at this point
Fix url for intra link provided method
GuillaumeGomez
committed
f9cc030
View commit details
Copy full SHA for f9cc030
Browse repository at this point
Fix typo
rolfvandekrol
committed
a2a0f21
View commit details
Copy full SHA for a2a0f21
Browse repository at this point
Replace as_ref with &
varkor
authored
b2ed9dd
View commit details
Copy full SHA for b2ed9dd
Browse repository at this point
Commits on Apr 3, 2018
run-pass/attr-stmt-expr: expand test cases
abonander
committed
58217ed
View commit details
Copy full SHA for 58217ed
Browse repository at this point
Fix "since" version for getpid feature.
Show description for 9ab5788
tmccombs
committed
9ab5788
View commit details
Copy full SHA for 9ab5788
Browse repository at this point
Fix warning when compilin libcore on 16bit targets.
Show description for f5c4265
vadzimdambrouski
committed
f5c4265
View commit details
Copy full SHA for f5c4265
Browse repository at this point
tweak fmt::Arguments docs
Show description for 93a3e93
durka
authored
93a3e93
View commit details
Copy full SHA for 93a3e93
Browse repository at this point
tweak format_args! docs
Show description for 333b0a0
durka
authored
333b0a0
View commit details
Copy full SHA for 333b0a0
Browse repository at this point
Rollup merge of #49179 - varkor:future-deprecation, r=QuietMisdreavus,GuillaumeGomez
Show description for 5f50da5
kennytm
authored
5f50da5
View commit details
Copy full SHA for 5f50da5
Browse repository at this point
Rollup merge of #49512 - GuillaumeGomez:intra-links-fields, r=QuietMisdreavus
Show description for 8f21773
kennytm
authored
8f21773
View commit details
Copy full SHA for 8f21773
Browse repository at this point
Rollup merge of #49516 - GuillaumeGomez:add-union-field-missing-anchor, r=QuietMisdreavus
Show description for 7018dd8
kennytm
authored
7018dd8
View commit details
Copy full SHA for 7018dd8
Browse repository at this point
Rollup merge of #49532 - Phlosioneer:32556-rustdoc-regression-test, r=GuillaumeGomez
Show description for 22a9e7b
kennytm
authored
22a9e7b
View commit details
Copy full SHA for 22a9e7b
Browse repository at this point
Rollup merge of #49533 - scottmcm:more-must-use, r=nikomatsakis
Show description for 6a52d57
kennytm
authored
6a52d57
View commit details
Copy full SHA for 6a52d57
Browse repository at this point
Rollup merge of #49570 - arielb1:bounded-universe, r=nikomatsakis
Show description for 74ed5ac
kennytm
authored
74ed5ac
View commit details
Copy full SHA for 74ed5ac
Browse repository at this point
Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik
Show description for 20238ef
kennytm
authored
20238ef
View commit details
Copy full SHA for 20238ef
Browse repository at this point
Rollup merge of #49599 - rolfvandekrol:feature/no_ru, r=frewsxcv
Show description for bad5fdf
kennytm
authored
bad5fdf
View commit details
Copy full SHA for bad5fdf
Browse repository at this point
Rollup merge of #49603 - GuillaumeGomez:fix-intra-link-trait-provided-method, r=QuietMisdreavus
Show description for ec8cde6
kennytm
authored
ec8cde6
View commit details
Copy full SHA for ec8cde6
Browse repository at this point
Rollup merge of #49609 - abonander:attr-macro-stmt-expr, r=petrochenkov
Show description for 933c9f5
kennytm
authored
933c9f5
View commit details
Copy full SHA for 933c9f5
Browse repository at this point
Rollup merge of #49612 - tmccombs:stabilize-getpid, r=kennytm
Show description for 480f3bf
kennytm
authored
480f3bf
View commit details
Copy full SHA for 480f3bf
Browse repository at this point
Rollup merge of #49618 - pftbest:fix_warning, r=SimonSapin
Show description for 572fabd
kennytm
authored
572fabd
View commit details
Copy full SHA for 572fabd
Browse repository at this point
update mdbook
Show description for 3d9b3e3
steveklabnik
committed
3d9b3e3
View commit details
Copy full SHA for 3d9b3e3
Browse repository at this point
Rollup merge of #49619 - durka:patch-46, r=steveklabnik
Show description for feb7e4a
kennytm
committed
feb7e4a
View commit details
Copy full SHA for feb7e4a
Browse repository at this point
Rollup merge of #49623 - steveklabnik:update-mdbook, r=GuillaumeGomez
Show description for fa5d2e2
kennytm
committed
fa5d2e2
View commit details
Copy full SHA for fa5d2e2
Browse repository at this point
You can’t perform that action at this time.