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 10 pull requests
- #81982
#81982
Closed
JohnTitor
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-uh2dzl7
JohnTitor/rust:rollup-uh2dzl7
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 10 pull requests
#81982
JohnTitor
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-uh2dzl7
JohnTitor/rust:rollup-uh2dzl7
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2021
Improve design of `assert_len`
dylni
committed
05af66a
View commit details
Copy full SHA for 05af66a
Browse repository at this point
Fix possible soundness issue in `ensure_subset_of`
dylni
committed
866c64e
View commit details
Copy full SHA for 866c64e
Browse repository at this point
Remove unnecessary documentation page
dylni
committed
feaca9b
View commit details
Copy full SHA for feaca9b
Browse repository at this point
Rename `Range::ensure_subset_of` to `slice::range`
dylni
committed
dd1ab4c
View commit details
Copy full SHA for dd1ab4c
Browse repository at this point
Commits on Feb 5, 2021
Ensures `make` tests run under /bin/dash, like CI, and fixes a Makefile
Show description for 57ace0d
Rich Kadel
committed
57ace0d
View commit details
Copy full SHA for 57ace0d
Browse repository at this point
Commits on Feb 6, 2021
Set SHELL = /bin/dash only if it exists
Rich Kadel
committed
ca3a714
View commit details
Copy full SHA for ca3a714
Browse repository at this point
Commits on Feb 10, 2021
Use ItemCtxt::to_ty
camsteffen
committed
471ed5f
View commit details
Copy full SHA for 471ed5f
Browse repository at this point
RELEASES.md 1.50: Group platform support notes together
Show description for 883988b
joshtriplett
committed
883988b
View commit details
Copy full SHA for 883988b
Browse repository at this point
bootstrap: Locate llvm-dwp based on llvm-config bindir
dtolnay
committed
d3fea13
View commit details
Copy full SHA for d3fea13
Browse repository at this point
Only initialize what is used
bugadani
committed
3c1d792
View commit details
Copy full SHA for 3c1d792
Browse repository at this point
Fix assosiated typo
Show description for a6d4137
therealprof
committed
a6d4137
View commit details
Copy full SHA for a6d4137
Browse repository at this point
Allow casting mut array ref to mut ptr
Show description for d64b749
osa1
committed
d64b749
View commit details
Copy full SHA for d64b749
Browse repository at this point
Catch errors on localStorage setting failure
Show description for f13bbea
lovasoa
authored
f13bbea
View commit details
Copy full SHA for f13bbea
Browse repository at this point
Fix getCurrentValue
lovasoa
authored
16f0ccd
View commit details
Copy full SHA for 16f0ccd
Browse repository at this point
bootstrap: fix wrong docs installation path
emilyalbini
committed
5034b50
View commit details
Copy full SHA for 5034b50
Browse repository at this point
Commits on Feb 11, 2021
Rollup merge of #81129 - bugadani:lighter-move-errors, r=petrochenkov
Show description for c202114
JohnTitor
authored
c202114
View commit details
Copy full SHA for c202114
Browse repository at this point
Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus
Show description for 8426154
JohnTitor
authored
8426154
View commit details
Copy full SHA for 8426154
Browse repository at this point
Rollup merge of #81479 - osa1:issue24151, r=lcnr
Show description for bf81b9a
JohnTitor
authored
bf81b9a
View commit details
Copy full SHA for bf81b9a
Browse repository at this point
Rollup merge of #81734 - richkadel:fixfordash, r=pnkfelix
Show description for 4ece99b
JohnTitor
authored
4ece99b
View commit details
Copy full SHA for 4ece99b
Browse repository at this point
Rollup merge of #81947 - camsteffen:to-ty, r=jyn514
Show description for 2c9ca55
JohnTitor
authored
2c9ca55
View commit details
Copy full SHA for 2c9ca55
Browse repository at this point
Rollup merge of #81954 - joshtriplett:release-notes-group-platform-notes, r=XAMPPRocky
Show description for 7a7957f
JohnTitor
authored
7a7957f
View commit details
Copy full SHA for 7a7957f
Browse repository at this point
Rollup merge of #81955 - dtolnay:dwp, r=Mark-Simulacrum
Show description for 572899f
JohnTitor
authored
572899f
View commit details
Copy full SHA for 572899f
Browse repository at this point
Rollup merge of #81959 - therealprof:fix-typo, r=oli-obk
Show description for 7950f62
JohnTitor
authored
7950f62
View commit details
Copy full SHA for 7950f62
Browse repository at this point
Rollup merge of #81964 - lovasoa:patch-1, r=GuillaumeGomez
Show description for 706ff40
JohnTitor
authored
706ff40
View commit details
Copy full SHA for 706ff40
Browse repository at this point
Rollup merge of #81968 - pietroalbini:fix-doc-install-path, r=Mark-Simulacrum
Show description for 551f510
JohnTitor
authored
551f510
View commit details
Copy full SHA for 551f510
Browse repository at this point
You can’t perform that action at this time.