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.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 9 pull requests
- #73366
#73366
Closed
RalfJung
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-pww2uy2
RalfJung/rust:rollup-pww2uy2
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Closed
Rollup of 9 pull requests
#73366
RalfJung
wants to merge 28 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-pww2uy2
RalfJung/rust:rollup-pww2uy2
Copy head branch name to clipboard
Commits
Commits on May 25, 2020
Fix trait alias inherent impl resolution
Show description for 98eb29c
matthew-mcallister
committed
98eb29c
View commit details
Copy full SHA for 98eb29c
Browse repository at this point
stabilize vec_drain_as_slice
CAD97
committed
738f848
View commit details
Copy full SHA for 738f848
Browse repository at this point
Commits on Jun 11, 2020
Make `fn_arg_names` return `Ident` instead of symbol
Show description for 754da88
Aaron1011
committed
754da88
View commit details
Copy full SHA for 754da88
Browse repository at this point
Explain move errors that occur due to method calls involving `self`
Aaron1011
committed
2c11c35
View commit details
Copy full SHA for 2c11c35
Browse repository at this point
Use `fn_span` to point to the actual method call
Aaron1011
committed
5902b2f
View commit details
Copy full SHA for 5902b2f
Browse repository at this point
Commits on Jun 12, 2020
Run fmt
Aaron1011
committed
4646e2d
View commit details
Copy full SHA for 4646e2d
Browse repository at this point
Commits on Jun 13, 2020
Move `check_op` logic to `ops` module
ecstatic-morse
committed
cecfa43
View commit details
Copy full SHA for cecfa43
Browse repository at this point
Make `Qualifs` getters public
ecstatic-morse
committed
d73674e
View commit details
Copy full SHA for d73674e
Browse repository at this point
Add feature gate for precise live drop checking
ecstatic-morse
committed
a77f046
View commit details
Copy full SHA for a77f046
Browse repository at this point
Add `CheckLiveDrops` pass
ecstatic-morse
committed
f5370fa
View commit details
Copy full SHA for f5370fa
Browse repository at this point
Add MIR phase and query for drop elaboration
ecstatic-morse
committed
a43e486
View commit details
Copy full SHA for a43e486
Browse repository at this point
Ensure that `drop_elaboration_and_check_consts` runs for all const items
ecstatic-morse
committed
21ddf4d
View commit details
Copy full SHA for 21ddf4d
Browse repository at this point
Update incorrect error code docs
ecstatic-morse
committed
9e2ee32
View commit details
Copy full SHA for 9e2ee32
Browse repository at this point
Add tests for `const_precise_live_drops`
ecstatic-morse
committed
2dcf7db
View commit details
Copy full SHA for 2dcf7db
Browse repository at this point
Commits on Jun 14, 2020
Group Pattern::strip_* method together
tesuji
committed
d82dd43
View commit details
Copy full SHA for d82dd43
Browse repository at this point
_match.rs: fix module doc comment
Show description for c7ad3ad
jonas-schievink
committed
c7ad3ad
View commit details
Copy full SHA for c7ad3ad
Browse repository at this point
Fix iterator copied() documentation example code
schteve
committed
5a846d7
View commit details
Copy full SHA for 5a846d7
Browse repository at this point
structural_match: non-structural-match ty closures
Show description for 79e08bb
davidtwco
committed
79e08bb
View commit details
Copy full SHA for 79e08bb
Browse repository at this point
Update E0446.md
Show description for 8361ee5
gabenodarse
authored
8361ee5
View commit details
Copy full SHA for 8361ee5
Browse repository at this point
Commits on Jun 15, 2020
Rollup merge of #71824 - ecstatic-morse:const-check-post-drop-elab, r=oli-obk
Show description for 346cf30
RalfJung
authored
346cf30
View commit details
Copy full SHA for 346cf30
Browse repository at this point
Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis
Show description for ebd394f
RalfJung
authored
ebd394f
View commit details
Copy full SHA for ebd394f
Browse repository at this point
Rollup merge of #72556 - matthew-mcallister:trait-alias-inherent-impl, r=estebank
Show description for b220894
RalfJung
authored
b220894
View commit details
Copy full SHA for b220894
Browse repository at this point
Rollup merge of #72584 - CAD97:stabilize-58957, r=dtolnay
Show description for d190ff5
RalfJung
authored
d190ff5
View commit details
Copy full SHA for d190ff5
Browse repository at this point
Rollup merge of #73336 - lzutao:pattern-group, r=sfackler
Show description for 1f7f76b
RalfJung
authored
1f7f76b
View commit details
Copy full SHA for 1f7f76b
Browse repository at this point
Rollup merge of #73341 - jonas-schievink:matchdoc, r=davidtwco
Show description for 7a28804
RalfJung
authored
7a28804
View commit details
Copy full SHA for 7a28804
Browse repository at this point
Rollup merge of #73342 - schteve:master, r=jonas-schievink
Show description for d9e2441
RalfJung
authored
d9e2441
View commit details
Copy full SHA for d9e2441
Browse repository at this point
Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse
Show description for 742b1b6
RalfJung
authored
742b1b6
View commit details
Copy full SHA for 742b1b6
Browse repository at this point
Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closures, r=varkor
Show description for abcd3dc
RalfJung
authored
abcd3dc
View commit details
Copy full SHA for abcd3dc
Browse repository at this point
You can’t perform that action at this time.