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.2k
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 11 pull requests
- #81240
#81240
Merged
bors
merged 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-ieaz82a
JohnTitor/rust:rollup-ieaz82a
Copy head branch name to clipboard
Jan 21, 2021
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Rollup of 11 pull requests
#81240
bors
merged 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-ieaz82a
JohnTitor/rust:rollup-ieaz82a
Copy head branch name to clipboard
Commits
Commits on Dec 18, 2020
Use consistent punctuation for 'Prelude contents' docs
camelid
committed
c78bfba
View commit details
Copy full SHA for c78bfba
Browse repository at this point
Use heading style for 'The I/O Prelude' in `std::io::prelude`
camelid
committed
4a6014b
View commit details
Copy full SHA for 4a6014b
Browse repository at this point
Commits on Dec 29, 2020
Add regr. test for mutual recursion
JulianKnodt
committed
2e049a6
View commit details
Copy full SHA for 2e049a6
Browse repository at this point
Commits on Jan 1, 2021
Improve grammar in documentation of format strings
steffahn
committed
2eb4ccd
View commit details
Copy full SHA for 2eb4ccd
Browse repository at this point
Commits on Jan 6, 2021
Use lowercase for prelude items
camelid
committed
4274ba4
View commit details
Copy full SHA for 4274ba4
Browse repository at this point
Use heading for `std::prelude` and not `io::prelude`
Show description for 25a4964
camelid
committed
25a4964
View commit details
Copy full SHA for 25a4964
Browse repository at this point
Commits on Jan 18, 2021
Visit only terminators when removing landing pads
Show description for 96e9562
tmiasko
committed
96e9562
View commit details
Copy full SHA for 96e9562
Browse repository at this point
Improve unknown external crate error
rylev
committed
d829e40
View commit details
Copy full SHA for d829e40
Browse repository at this point
Add tests for resolution changes
rylev
committed
38b7742
View commit details
Copy full SHA for 38b7742
Browse repository at this point
Fix internal rustdoc broken links
Show description for 9abd80c
CPerezz
committed
9abd80c
View commit details
Copy full SHA for 9abd80c
Browse repository at this point
Commits on Jan 19, 2021
Remove unnecessary `after_run` function
Show description for d926147
jyn514
committed
d926147
View commit details
Copy full SHA for d926147
Browse repository at this point
Fix typo in counters.rs
Show description for 203df17
eltociear
authored
203df17
View commit details
Copy full SHA for 203df17
Browse repository at this point
Fix ICE in mir when evaluating SizeOf on unsized type
Show description for 3fb53c2
osa1
committed
3fb53c2
View commit details
Copy full SHA for 3fb53c2
Browse repository at this point
Add SpecFromIter ref in the comments directly
CPerezz
committed
bc6720f
View commit details
Copy full SHA for bc6720f
Browse repository at this point
Commits on Jan 20, 2021
Add Vec visualization to understand capacity
Show description for 9e42d14
pickfire
committed
9e42d14
View commit details
Copy full SHA for 9e42d14
Browse repository at this point
Add more details explaning the Vec visualization
Show description for 9f338e1
pickfire
committed
9f338e1
View commit details
Copy full SHA for 9f338e1
Browse repository at this point
Document security implications of std::env::temp_dir
Show description for 27f3764
joshtriplett
committed
27f3764
View commit details
Copy full SHA for 27f3764
Browse repository at this point
Commits on Jan 21, 2021
Remove link to current section
Show description for 9844d9e
pickfire
and
m-ou-se
authored
9844d9e
View commit details
Copy full SHA for 9844d9e
Browse repository at this point
Rollup merge of #79655 - pickfire:visual-vec, r=m-ou-se
Show description for a18813f
JohnTitor
authored
a18813f
View commit details
Copy full SHA for a18813f
Browse repository at this point
Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnik
Show description for 9abd746
JohnTitor
authored
9abd746
View commit details
Copy full SHA for 9abd746
Browse repository at this point
Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum
Show description for bcaf7df
JohnTitor
authored
bcaf7df
View commit details
Copy full SHA for bcaf7df
Browse repository at this point
Rollup merge of #80601 - steffahn:improve_format_string_grammar, r=m-ou-se
Show description for 8be36b1
JohnTitor
authored
8be36b1
View commit details
Copy full SHA for 8be36b1
Browse repository at this point
Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank
Show description for a77c1d8
JohnTitor
authored
a77c1d8
View commit details
Copy full SHA for a77c1d8
Browse repository at this point
Rollup merge of #81178 - tmiasko:no-landing-pads, r=oli-obk
Show description for cd0c54a
JohnTitor
authored
cd0c54a
View commit details
Copy full SHA for cd0c54a
Browse repository at this point
Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514
Show description for b76f0f9
JohnTitor
authored
b76f0f9
View commit details
Copy full SHA for b76f0f9
Browse repository at this point
Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider
Show description for 0aeb2fc
JohnTitor
authored
0aeb2fc
View commit details
Copy full SHA for 0aeb2fc
Browse repository at this point
Rollup merge of #81185 - osa1:fix_80742, r=oli-obk
Show description for bc950c8
JohnTitor
authored
bc950c8
View commit details
Copy full SHA for bc950c8
Browse repository at this point
Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink
Show description for 2ebc036
JohnTitor
authored
2ebc036
View commit details
Copy full SHA for 2ebc036
Browse repository at this point
Rollup merge of #81219 - joshtriplett:temp_dir-docs, r=sfackler
Show description for d6c7a79
JohnTitor
authored
d6c7a79
View commit details
Copy full SHA for d6c7a79
Browse repository at this point
You can’t perform that action at this time.