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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.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 8 pull requests
- #89901
#89901
Closed
JohnTitor
wants to merge 26 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-6liu7nw
JohnTitor/rust:rollup-6liu7nw
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
Rollup of 8 pull requests
#89901
JohnTitor
wants to merge 26 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-6liu7nw
JohnTitor/rust:rollup-6liu7nw
Copy head branch name to clipboard
Commits
Commits on Oct 4, 2021
Stabilize `unreachable_unchecked` as `const fn`
jhpratt
committed
11140ff
View commit details
Copy full SHA for 11140ff
Browse repository at this point
Commits on Oct 8, 2021
move implicit `Sized` predicate to end of list
Show description for df03b08
tlyu
committed
df03b08
View commit details
Copy full SHA for df03b08
Browse repository at this point
update ui test expectations
tlyu
committed
c07f5c4
View commit details
Copy full SHA for c07f5c4
Browse repository at this point
Commits on Oct 11, 2021
add `slice::swap_unchecked`
ibraheemdev
committed
1afe14c
View commit details
Copy full SHA for 1afe14c
Browse repository at this point
enable `slice_swap_unchecked` feature in doc test
ibraheemdev
committed
14769ce
View commit details
Copy full SHA for 14769ce
Browse repository at this point
use `swap_unchecked` in `slice::reverse`
ibraheemdev
committed
33ecc33
View commit details
Copy full SHA for 33ecc33
Browse repository at this point
improve slice::swap panic message
Ibraheem Ahmed
committed
2a8ff8d
View commit details
Copy full SHA for 2a8ff8d
Browse repository at this point
add slice::swap tests
Ibraheem Ahmed
committed
c517a0d
View commit details
Copy full SHA for c517a0d
Browse repository at this point
Commits on Oct 14, 2021
Remove redundant matching
camsteffen
committed
32d4762
View commit details
Copy full SHA for 32d4762
Browse repository at this point
Use non-checking TLS relocation in aarch64 asm! sym test.
Show description for af5b146
adamgemmell
committed
af5b146
View commit details
Copy full SHA for af5b146
Browse repository at this point
don't duplicate slice `panic_bounds_check`
Ibraheem Ahmed
authored
cf12732
View commit details
Copy full SHA for cf12732
Browse repository at this point
add dedicated error variant for writing the discriminant of an uninhabited enum variant
RalfJung
committed
c5a68cf
View commit details
Copy full SHA for c5a68cf
Browse repository at this point
add long explanation for E0183
cameron1024
committed
cca3914
View commit details
Copy full SHA for cca3914
Browse repository at this point
Remove trailing semicolon from macro call span
camsteffen
committed
601197f
View commit details
Copy full SHA for 601197f
Browse repository at this point
Guess semicolon span for macro statements
camsteffen
committed
d8f9b25
View commit details
Copy full SHA for d8f9b25
Browse repository at this point
Bless tests
camsteffen
committed
a2a5c17
View commit details
Copy full SHA for a2a5c17
Browse repository at this point
Fix clippy with changed macro statement spans
camsteffen
committed
6dcd78b
View commit details
Copy full SHA for 6dcd78b
Browse repository at this point
Remove unused dependencies from rustc_const_eval
camsteffen
committed
64d18d4
View commit details
Copy full SHA for 64d18d4
Browse repository at this point
Commits on Oct 15, 2021
Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank
Show description for 7f94289
JohnTitor
authored
7f94289
View commit details
Copy full SHA for 7f94289
Browse repository at this point
Rollup merge of #88540 - ibraheemdev:swap-unchecked, r=kennytm
Show description for 557d8b1
JohnTitor
authored
557d8b1
View commit details
Copy full SHA for 557d8b1
Browse repository at this point
Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli-obk
Show description for d9a9d6e
JohnTitor
authored
d9a9d6e
View commit details
Copy full SHA for d9a9d6e
Browse repository at this point
Rollup merge of #89859 - RalfJung:write-discriminant, r=oli-obk
Show description for 0082c26
JohnTitor
authored
0082c26
View commit details
Copy full SHA for 0082c26
Browse repository at this point
Rollup merge of #89860 - camsteffen:macro-semi, r=petrochenkov
Show description for c3e6983
JohnTitor
authored
c3e6983
View commit details
Copy full SHA for c3e6983
Browse repository at this point
Rollup merge of #89880 - adamgemmell:dev/nc-relocation, r=Amanieu
Show description for 08a832a
JohnTitor
authored
08a832a
View commit details
Copy full SHA for 08a832a
Browse repository at this point
Rollup merge of #89885 - cameron1024:long-explanation-E0183, r=GuillaumeGomez
Show description for daa78ee
JohnTitor
authored
daa78ee
View commit details
Copy full SHA for daa78ee
Browse repository at this point
Rollup merge of #89894 - camsteffen:unused-deps, r=Mark-Simulacrum
Show description for 4e19d4c
JohnTitor
authored
4e19d4c
View commit details
Copy full SHA for 4e19d4c
Browse repository at this point
You can’t perform that action at this time.