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 12 pull requests
- #88596
#88596
Merged
bors
merged 30 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-cidzt4v
m-ou-se/rust:rollup-cidzt4v
Copy head branch name to clipboard
Sep 2, 2021
Conversation
Commits
30
(30)
Checks
Files changed
Merged
Rollup of 12 pull requests
#88596
bors
merged 30 commits into
rust-lang:master
rust-lang/rust:master
from
m-ou-se:rollup-cidzt4v
m-ou-se/rust:rollup-cidzt4v
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2021
Stabilize std::os::unix::fs::chroot
joshtriplett
committed
4046667
View commit details
Copy full SHA for 4046667
Browse repository at this point
Commits on Aug 30, 2021
use `unwrap_unchecked` where possible
ibraheemdev
committed
b99038f
View commit details
Copy full SHA for b99038f
Browse repository at this point
Upgrade array_into_iter lint to include Deref-to-array types.
m-ou-se
committed
422ad3b
View commit details
Copy full SHA for 422ad3b
Browse repository at this point
Don't give invalid suggestions in array_into_iter.
m-ou-se
committed
90080f4
View commit details
Copy full SHA for 90080f4
Browse repository at this point
Update tests for array_into_iter lint upgrade.
m-ou-se
committed
96d4666
View commit details
Copy full SHA for 96d4666
Browse repository at this point
Commits on Aug 31, 2021
Remove single use variables
ptrojahn
committed
99a3d64
View commit details
Copy full SHA for 99a3d64
Browse repository at this point
add safety annotation to `LinkedList::detach_all_nodes`
Show description for ffc43b8
Ibraheem Ahmed
and
kennytm
authored
ffc43b8
View commit details
Copy full SHA for ffc43b8
Browse repository at this point
Improve closure dummy capture suggestion in macros.
m-ou-se
committed
7189c85
View commit details
Copy full SHA for 7189c85
Browse repository at this point
Add test for closure migration where body is a block fragment.
m-ou-se
committed
7d18052
View commit details
Copy full SHA for 7d18052
Browse repository at this point
Commits on Sep 1, 2021
`fmt::Formatter::pad`: don't call chars().count() more than one time
klensy
committed
6c9e708
View commit details
Copy full SHA for 6c9e708
Browse repository at this point
fix clippy lints
klensy
committed
f5f489b
View commit details
Copy full SHA for f5f489b
Browse repository at this point
add regression test for issue 83190
lqd
committed
a5fd955
View commit details
Copy full SHA for a5fd955
Browse repository at this point
Remove redundant `Span` in `QueryJobInfo`
Show description for 4553a4b
camelid
committed
4553a4b
View commit details
Copy full SHA for 4553a4b
Browse repository at this point
rustdoc: Don't panic on ambiguous inherent associated types
Show description for 50983ba
camelid
committed
50983ba
View commit details
Copy full SHA for 50983ba
Browse repository at this point
Commits on Sep 2, 2021
Implement #88581
jhpratt
committed
727a4fc
View commit details
Copy full SHA for 727a4fc
Browse repository at this point
Correct doc comments inside `use_expr_visitor.rs`
xFrednet
committed
a079ae2
View commit details
Copy full SHA for a079ae2
Browse repository at this point
do not resolve instances for trait fn ids
b-naber
committed
b5f680e
View commit details
Copy full SHA for b5f680e
Browse repository at this point
add test
b-naber
committed
f825d6c
View commit details
Copy full SHA for f825d6c
Browse repository at this point
Rollup merge of #88177 - joshtriplett:stabilize-chroot, r=m-ou-se
Show description for e50069f
m-ou-se
authored
e50069f
View commit details
Copy full SHA for e50069f
Browse repository at this point
Rollup merge of #88505 - ibraheemdev:use-unwrap-unchecked, r=kennytm
Show description for 8fd1bf3
m-ou-se
authored
8fd1bf3
View commit details
Copy full SHA for 8fd1bf3
Browse repository at this point
Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank
Show description for ea82d06
m-ou-se
authored
ea82d06
View commit details
Copy full SHA for ea82d06
Browse repository at this point
Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco
Show description for afdaa2e
m-ou-se
authored
afdaa2e
View commit details
Copy full SHA for afdaa2e
Browse repository at this point
Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=estebank
Show description for ffbce26
m-ou-se
authored
ffbce26
View commit details
Copy full SHA for ffbce26
Browse repository at this point
Rollup merge of #88560 - klensy:formatter-pad-shrink, r=m-ou-se
Show description for 0d105c0
m-ou-se
authored
0d105c0
View commit details
Copy full SHA for 0d105c0
Browse repository at this point
Rollup merge of #88565 - lqd:issue-83190, r=spastorino
Show description for e248c4d
m-ou-se
authored
e248c4d
View commit details
Copy full SHA for e248c4d
Browse repository at this point
Rollup merge of #88567 - camelid:query-job-info, r=cjgillot
Show description for f419334
m-ou-se
authored
f419334
View commit details
Copy full SHA for f419334
Browse repository at this point
Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomez
Show description for 73162aa
m-ou-se
authored
73162aa
View commit details
Copy full SHA for 73162aa
Browse repository at this point
Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplett
Show description for 2159c5d
m-ou-se
authored
2159c5d
View commit details
Copy full SHA for 2159c5d
Browse repository at this point
Rollup merge of #88589 - xFrednet:00000-correct-comment-to-doc, r=petrochenkov
Show description for 8f88d44
m-ou-se
authored
8f88d44
View commit details
Copy full SHA for 8f88d44
Browse repository at this point
Rollup merge of #88592 - b-naber:region_substs, r=oli-obk
Show description for c082e15
m-ou-se
authored
c082e15
View commit details
Copy full SHA for c082e15
Browse repository at this point
You can’t perform that action at this time.