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.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
Rollup of 10 pull requests
- #81216
#81216
Closed
m-ou-se
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-qohrqr0
m-ou-se/rust:rollup-qohrqr0
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 10 pull requests
#81216
m-ou-se
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-qohrqr0
m-ou-se/rust:rollup-qohrqr0
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 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 e7552d1
m-ou-se
authored
e7552d1
View commit details
Copy full SHA for e7552d1
Browse repository at this point
Rollup merge of #80601 - steffahn:improve_format_string_grammar, r=m-ou-se
Show description for c8cfb5c
m-ou-se
authored
c8cfb5c
View commit details
Copy full SHA for c8cfb5c
Browse repository at this point
Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank
Show description for 443109e
m-ou-se
authored
443109e
View commit details
Copy full SHA for 443109e
Browse repository at this point
Rollup merge of #81152 - lzutao:intersperse_fold, r=m-ou-se
Show description for f6b3d9d
m-ou-se
authored
f6b3d9d
View commit details
Copy full SHA for f6b3d9d
Browse repository at this point
Rollup merge of #81178 - tmiasko:no-landing-pads, r=oli-obk
Show description for 1b5144d
m-ou-se
authored
1b5144d
View commit details
Copy full SHA for 1b5144d
Browse repository at this point
Rollup merge of #81179 - CPerezz:fix_interal_doc_warns, r=jyn514
Show description for 8e54490
m-ou-se
authored
8e54490
View commit details
Copy full SHA for 8e54490
Browse repository at this point
Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider
Show description for 2a21610
m-ou-se
authored
2a21610
View commit details
Copy full SHA for 2a21610
Browse repository at this point
Rollup merge of #81185 - osa1:fix_80742, r=oli-obk
Show description for b5742dc
m-ou-se
authored
b5742dc
View commit details
Copy full SHA for b5742dc
Browse repository at this point
Rollup merge of #81187 - eltociear:patch-6, r=jonas-schievink
Show description for 855d640
m-ou-se
authored
855d640
View commit details
Copy full SHA for 855d640
Browse repository at this point
Rollup merge of #81194 - m-ou-se:stabilize-panic-any, r=m-ou-se
Show description for 950c779
m-ou-se
authored
950c779
View commit details
Copy full SHA for 950c779
Browse repository at this point
You can’t perform that action at this time.