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 11 pull requests
- #81212
#81212
Closed
m-ou-se
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-7ej83o3
m-ou-se/rust:rollup-7ej83o3
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
Rollup of 11 pull requests
#81212
m-ou-se
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-7ej83o3
m-ou-se/rust:rollup-7ej83o3
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 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 17, 2021
Fix formatting for removed lints
Show description for 77b5ced
jyn514
committed
77b5ced
View commit details
Copy full SHA for 77b5ced
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
Fix intersperse_fold
tesuji
committed
20d8478
View commit details
Copy full SHA for 20d8478
Browse repository at this point
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
Stop `fold` at first None when iterator yield
m-ou-se
authored and
tesuji
committed
9272d53
View commit details
Copy full SHA for 9272d53
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
Stabilize std::panic::panic_any.
m-ou-se
committed
230d5b1
View commit details
Copy full SHA for 230d5b1
Browse repository at this point
Make 'static bound on panic_any explicit.
Show description for 8cac04e
m-ou-se
committed
8cac04e
View commit details
Copy full SHA for 8cac04e
Browse repository at this point
Commits on Jan 20, 2021
Rollup merge of #80172 - camelid:prelude-docs-consistent-punct, r=steveklabnik
Show description for 9343d94
m-ou-se
authored
9343d94
View commit details
Copy full SHA for 9343d94
Browse repository at this point
Rollup merge of #80601 - steffahn:improve_format_string_grammar, r=m-ou-se
Show description for f18b766
m-ou-se
authored
f18b766
View commit details
Copy full SHA for f18b766
Browse repository at this point
Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank
Show description for e047457
m-ou-se
authored
e047457
View commit details
Copy full SHA for e047457
Browse repository at this point
Rollup merge of #81135 - jyn514:no-backticks, r=flip1995
Show description for bfc2533
m-ou-se
authored
bfc2533
View commit details
Copy full SHA for bfc2533
Browse repository at this point
Rollup merge of #81152 - lzutao:intersperse_fold, r=m-ou-se
Show description for 9c8f0fe
m-ou-se
authored
9c8f0fe
View commit details
Copy full SHA for 9c8f0fe
Browse repository at this point
Rollup merge of #81178 - tmiasko:no-landing-pads, r=oli-obk
Show description for 8253984
m-ou-se
authored
8253984
View commit details
Copy full SHA for 8253984
Browse repository at this point
Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514
Show description for 1afc006
m-ou-se
authored
1afc006
View commit details
Copy full SHA for 1afc006
Browse repository at this point
Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider
Show description for e190e8c
m-ou-se
authored
e190e8c
View commit details
Copy full SHA for e190e8c
Browse repository at this point
Rollup merge of #81185 - osa1:fix_80742, r=oli-obk
Show description for 4fcee03
m-ou-se
authored
4fcee03
View commit details
Copy full SHA for 4fcee03
Browse repository at this point
Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink
Show description for ce50269
m-ou-se
authored
ce50269
View commit details
Copy full SHA for ce50269
Browse repository at this point
Rollup merge of #81194 - m-ou-se:stabilize-panic-any, r=m-ou-se
Show description for 0cdd7f0
m-ou-se
authored
0cdd7f0
View commit details
Copy full SHA for 0cdd7f0
Browse repository at this point
You can’t perform that action at this time.