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.3k
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 13 pull requests
- #78759
#78759
Closed
JohnTitor
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-pertguc
JohnTitor/rust:rollup-pertguc
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
Rollup of 13 pull requests
#78759
JohnTitor
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-pertguc
JohnTitor/rust:rollup-pertguc
Copy head branch name to clipboard
Commits
Commits on Oct 17, 2020
Move zero-sized-vec-push test
poliorcetics
committed
4af560e
View commit details
Copy full SHA for 4af560e
Browse repository at this point
Rebase conflicts
poliorcetics
committed
85afbd8
View commit details
Copy full SHA for 85afbd8
Browse repository at this point
Move vec-macro-repeat test
poliorcetics
committed
4fd06b9
View commit details
Copy full SHA for 4fd06b9
Browse repository at this point
Move vec swap test
poliorcetics
committed
42271a5
View commit details
Copy full SHA for 42271a5
Browse repository at this point
Move subslice pattern tests to alloc/tests/slice.rs
poliorcetics
committed
1bdee96
View commit details
Copy full SHA for 1bdee96
Browse repository at this point
Make it more clear when complaining about async fn's return types
guswynn
committed
20e032e
View commit details
Copy full SHA for 20e032e
Browse repository at this point
Commits on Oct 25, 2020
(rustdoc) fix test for trait impl display
liketechnik
committed
251f6da
View commit details
Copy full SHA for 251f6da
Browse repository at this point
Commits on Oct 29, 2020
Change as_str → to_string in proc_macro::Ident::span() docs
Show description for e4d1096
est31
committed
e4d1096
View commit details
Copy full SHA for e4d1096
Browse repository at this point
Commits on Oct 30, 2020
Close the theme picker when Escape is pressed
notriddle
committed
300362e
View commit details
Copy full SHA for 300362e
Browse repository at this point
Allow the theme picker to work with arrow keys
Show description for ac3a434
notriddle
committed
ac3a434
View commit details
Copy full SHA for ac3a434
Browse repository at this point
Add aria roles for theme picker menu
notriddle
committed
6918a17
View commit details
Copy full SHA for 6918a17
Browse repository at this point
Add comment describing the Escape key weirdness
notriddle
committed
90c7c63
View commit details
Copy full SHA for 90c7c63
Browse repository at this point
Pull theme picker keyboard code into main.js
Show description for 17b8ca9
notriddle
committed
17b8ca9
View commit details
Copy full SHA for 17b8ca9
Browse repository at this point
Commits on Nov 4, 2020
Move Copy and Clone into the list of traits implemented for all sizes
est31
committed
5801109
View commit details
Copy full SHA for 5801109
Browse repository at this point
Fix outdated comment next to array_impl_default
Show description for 93fa023
est31
committed
93fa023
View commit details
Copy full SHA for 93fa023
Browse repository at this point
fix a couple of clippy warnings:
Show description for bcd2f2d
matthiaskrgr
committed
bcd2f2d
View commit details
Copy full SHA for bcd2f2d
Browse repository at this point
Simplify the implementation of `get_mut` (no unsafe)
danielhenrymantilla
committed
69e5729
View commit details
Copy full SHA for 69e5729
Browse repository at this point
Move range in ui test to ops test in library/core
sasurau4
committed
232b9ba
View commit details
Copy full SHA for 232b9ba
Browse repository at this point
ci: bump actions/checkout to version 2
Show description for 308dbdd
emilyalbini
committed
308dbdd
View commit details
Copy full SHA for 308dbdd
Browse repository at this point
Commits on Nov 5, 2020
Clean up docs for 'as' keyword
camelid
committed
d8afe98
View commit details
Copy full SHA for d8afe98
Browse repository at this point
Don't use `crate` in link text
Show description for 3084a55
camelid
committed
3084a55
View commit details
Copy full SHA for 3084a55
Browse repository at this point
Clean up some intra-doc links
camelid
committed
bbdb1f0
View commit details
Copy full SHA for bbdb1f0
Browse repository at this point
Add missing comma
Show description for 677b2ac
camelid
committed
677b2ac
View commit details
Copy full SHA for 677b2ac
Browse repository at this point
Fixed typo in comment
Show description for 873ebcb
eltociear
authored
873ebcb
View commit details
Copy full SHA for 873ebcb
Browse repository at this point
Rollup merge of #76718 - poliorcetics:vec-ui-to-unit-test, r=jyn514
Show description for 30bb1f9
JohnTitor
authored
30bb1f9
View commit details
Copy full SHA for 30bb1f9
Browse repository at this point
Rollup merge of #76765 - guswynn:async_return, r=tmandry
Show description for dea29bd
JohnTitor
authored
dea29bd
View commit details
Copy full SHA for dea29bd
Browse repository at this point
Rollup merge of #78093 - camelid:as-cleanup, r=jyn514
Show description for d44e165
JohnTitor
authored
d44e165
View commit details
Copy full SHA for d44e165
Browse repository at this point
Rollup merge of #78465 - est31:proc_macro_to_string, r=jyn514
Show description for c961d75
JohnTitor
authored
c961d75
View commit details
Copy full SHA for c961d75
Browse repository at this point
Rollup merge of #78584 - notriddle:master, r=GuillaumeGomez
Show description for 82ba395
JohnTitor
authored
82ba395
View commit details
Copy full SHA for 82ba395
Browse repository at this point
Rollup merge of #78716 - est31:array_traits, r=Dylan-DPC
Show description for c0318b6
JohnTitor
authored
c0318b6
View commit details
Copy full SHA for c0318b6
Browse repository at this point
Rollup merge of #78727 - liketechnik:issue-55201, r=GuillaumeGomez
Show description for 0878abd
JohnTitor
authored
0878abd
View commit details
Copy full SHA for 0878abd
Browse repository at this point
Rollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514
Show description for 08e60c6
JohnTitor
authored
08e60c6
View commit details
Copy full SHA for 08e60c6
Browse repository at this point
Rollup merge of #78735 - danielhenrymantilla:simplify-unsafecell-getmut, r=RalfJung
Show description for 41d11a1
JohnTitor
authored
41d11a1
View commit details
Copy full SHA for 41d11a1
Browse repository at this point
Rollup merge of #78738 - sasurau4:test/move-range-test-to-library-core, r=jyn514
Show description for 2d63234
JohnTitor
authored
2d63234
View commit details
Copy full SHA for 2d63234
Browse repository at this point
Rollup merge of #78754 - pietroalbini:checkout-v2, r=Mark-Simulacrum
Show description for b0d2f97
JohnTitor
authored
b0d2f97
View commit details
Copy full SHA for b0d2f97
Browse repository at this point
Rollup merge of #78757 - camelid:crate-link-text, r=jyn514
Show description for a1e8894
JohnTitor
authored
a1e8894
View commit details
Copy full SHA for a1e8894
Browse repository at this point
Rollup merge of #78758 - eltociear:patch-1, r=jyn514
Show description for 652aea0
JohnTitor
authored
652aea0
View commit details
Copy full SHA for 652aea0
Browse repository at this point
You can’t perform that action at this time.