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 15 pull requests
- #90159
#90159
Closed
JohnTitor
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-k1382y9
JohnTitor/rust:rollup-k1382y9
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Closed
Rollup of 15 pull requests
#90159
JohnTitor
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-k1382y9
JohnTitor/rust:rollup-k1382y9
Copy head branch name to clipboard
Commits
Commits on Oct 1, 2021
nice_region_error: Include lifetime placeholders in error output
Show description for 82348ef
notriddle
committed
82348ef
View commit details
Copy full SHA for 82348ef
Browse repository at this point
Give better error for `macro_rules name`
aDotInTheVoid
committed
729ff2d
View commit details
Copy full SHA for 729ff2d
Browse repository at this point
Commits on Oct 14, 2021
Ensure that pushing empty path works as before
Show description for 1bb399c
seanyoung
committed
1bb399c
View commit details
Copy full SHA for 1bb399c
Browse repository at this point
Commits on Oct 15, 2021
Don't mark for loop head span with desugaring
camsteffen
committed
bd1a1e4
View commit details
Copy full SHA for bd1a1e4
Browse repository at this point
Use more lowered spans in for loop
camsteffen
committed
a697aa6
View commit details
Copy full SHA for a697aa6
Browse repository at this point
Fix clippy with for loop span change
camsteffen
committed
ffdd5a0
View commit details
Copy full SHA for ffdd5a0
Browse repository at this point
Update E0637 description to mention `&` w/o an explicit lifetime name
JohnTitor
committed
4333091
View commit details
Copy full SHA for 4333091
Browse repository at this point
Commits on Oct 17, 2021
rustc_ast: Turn `MutVisitor::token_visiting_enabled` into a constant
Show description for d2470e7
petrochenkov
committed
d2470e7
View commit details
Copy full SHA for d2470e7
Browse repository at this point
Commits on Oct 19, 2021
Fix const qualification when executed after promotion
Show description for 7581bae
tmiasko
committed
7581bae
View commit details
Copy full SHA for 7581bae
Browse repository at this point
Reject closures in patterns
tmiasko
committed
c97cf7f
View commit details
Copy full SHA for c97cf7f
Browse repository at this point
Commits on Oct 20, 2021
Add a regression test for issue-83479
JohnTitor
committed
21d02bf
View commit details
Copy full SHA for 21d02bf
Browse repository at this point
Increase `ROOT_ENTRY_LIMIT` to 1331
JohnTitor
committed
396a4f4
View commit details
Copy full SHA for 396a4f4
Browse repository at this point
Change `Duration::from_secs_*` underflow error
Show description for fe060bf
mbartlett21
committed
fe060bf
View commit details
Copy full SHA for fe060bf
Browse repository at this point
Trait objects
BoxyUwU
committed
6469fba
View commit details
Copy full SHA for 6469fba
Browse repository at this point
Return pos impl trait
BoxyUwU
committed
a81e489
View commit details
Copy full SHA for a81e489
Browse repository at this point
Wfness
BoxyUwU
committed
83a1834
View commit details
Copy full SHA for 83a1834
Browse repository at this point
Inference
BoxyUwU
committed
8f23779
View commit details
Copy full SHA for 8f23779
Browse repository at this point
add fixme
BoxyUwU
committed
7a8bd2d
View commit details
Copy full SHA for 7a8bd2d
Browse repository at this point
Ordering
BoxyUwU
committed
c75d8cb
View commit details
Copy full SHA for c75d8cb
Browse repository at this point
*dust dust*
BoxyUwU
committed
e7a9e82
View commit details
Copy full SHA for e7a9e82
Browse repository at this point
Commits on Oct 21, 2021
Verify that only NeedsNonConstDrop expects promoteds
tmiasko
committed
74c6636
View commit details
Copy full SHA for 74c6636
Browse repository at this point
Add test for issue #78561
samlich
committed
ab44e46
View commit details
Copy full SHA for ab44e46
Browse repository at this point
triagebot: Treat `I-*nominated` like `I-nominated`
Show description for d50832b
joshtriplett
committed
d50832b
View commit details
Copy full SHA for d50832b
Browse repository at this point
Clarify undefined behaviour for binary heap, btree and hashset
Show description for 04c1ec5
Wilfred
authored and
Mark-Simulacrum
committed
04c1ec5
View commit details
Copy full SHA for 04c1ec5
Browse repository at this point
Stabilize feature saturating_div for rust 1.58
kellerkindt
committed
0dba9d0
View commit details
Copy full SHA for 0dba9d0
Browse repository at this point
Commits on Oct 22, 2021
Rollup merge of #87537 - Wilfred:improve-min-heap-docs, r=Mark-Simulacrum
Show description for 121411d
JohnTitor
authored
121411d
View commit details
Copy full SHA for 121411d
Browse repository at this point
Rollup merge of #88624 - kellerkindt:master, r=JohnTitor
Show description for 0c7b513
JohnTitor
authored
0c7b513
View commit details
Copy full SHA for 0c7b513
Browse repository at this point
Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebank
Show description for 1585730
JohnTitor
authored
1585730
View commit details
Copy full SHA for 1585730
Browse repository at this point
Rollup merge of #89416 - notriddle:notriddle/do-not-elide-lifetimes-in-region-errors, r=jackh726
Show description for 0cc8b39
JohnTitor
authored
0cc8b39
View commit details
Copy full SHA for 0cc8b39
Browse repository at this point
Rollup merge of #89665 - seanyoung:push-empty, r=m-ou-se
Show description for 0d70763
JohnTitor
authored
0d70763
View commit details
Copy full SHA for 0d70763
Browse repository at this point
Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco
Show description for 01f7352
JohnTitor
authored
01f7352
View commit details
Copy full SHA for 01f7352
Browse repository at this point
Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726
Show description for 8c210e0
JohnTitor
authored
8c210e0
View commit details
Copy full SHA for 8c210e0
Browse repository at this point
Rollup merge of #89944 - mbartlett21:patch-2, r=Mark-Simulacrum
Show description for 5256761
JohnTitor
authored
5256761
View commit details
Copy full SHA for 5256761
Browse repository at this point
Rollup merge of #89991 - petrochenkov:visitok2, r=jackh726
Show description for 05e0281
JohnTitor
authored
05e0281
View commit details
Copy full SHA for 05e0281
Browse repository at this point
Rollup merge of #90028 - tmiasko:structural-match-closure, r=spastorino
Show description for a93e7e0
JohnTitor
authored
a93e7e0
View commit details
Copy full SHA for a93e7e0
Browse repository at this point
Rollup merge of #90069 - tmiasko:promoted-const-qualif, r=oli-obk
Show description for efdb8e5
JohnTitor
authored
efdb8e5
View commit details
Copy full SHA for efdb8e5
Browse repository at this point
Rollup merge of #90078 - JohnTitor:test-83479, r=Mark-Simulacrum
Show description for 7bcc6be
JohnTitor
authored
7bcc6be
View commit details
Copy full SHA for 7bcc6be
Browse repository at this point
Rollup merge of #90114 - BoxyUwU:cg_defaults_tests, r=lcnr
Show description for 61e4e3b
JohnTitor
authored
61e4e3b
View commit details
Copy full SHA for 61e4e3b
Browse repository at this point
Rollup merge of #90115 - samlich:test-issue-78561, r=oli-obk
Show description for c24e75a
JohnTitor
authored
c24e75a
View commit details
Copy full SHA for c24e75a
Browse repository at this point
Rollup merge of #90129 - joshtriplett:triagebot-nominated, r=Mark-Simulacrum
Show description for 1fbce5c
JohnTitor
authored
1fbce5c
View commit details
Copy full SHA for 1fbce5c
Browse repository at this point
You can’t perform that action at this time.