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 10 pull requests
- #63517
#63517
Closed
Centril
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-8qbalaf
Centril/rust:rollup-8qbalaf
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 10 pull requests
#63517
Centril
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-8qbalaf
Centril/rust:rollup-8qbalaf
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2019
Deduplicate some error messages
chansuke
committed
a1df132
View commit details
Copy full SHA for a1df132
Browse repository at this point
Commits on Aug 8, 2019
lifetime elision: add conforming-to-fn tests.
Centril
committed
43a2cbd
View commit details
Copy full SHA for 43a2cbd
Browse repository at this point
lifetime elision: add non-conforming-to-fn tests.
Centril
committed
a694782
View commit details
Copy full SHA for a694782
Browse repository at this point
lifetime elision: document conformance of 'async fn' to 'fn'.
Centril
committed
d9294a2
View commit details
Copy full SHA for d9294a2
Browse repository at this point
Add async version of self_lifetime.rs test.
Centril
committed
f395787
View commit details
Copy full SHA for f395787
Browse repository at this point
Add async versions of arbitrary_self_types_pin_lifetime tests.
Centril
committed
5ce8f7a
View commit details
Copy full SHA for 5ce8f7a
Browse repository at this point
Commits on Aug 9, 2019
Remove unneeded comment in src/libcore/hash/mod.rs
sd234678
committed
2644205
View commit details
Copy full SHA for 2644205
Browse repository at this point
Commits on Aug 10, 2019
Implement Clone, Display for ascii::EscapeDefault
Clar Fon
committed
51ce121
View commit details
Copy full SHA for 51ce121
Browse repository at this point
Commits on Aug 12, 2019
Document From trait for BinaryHeap
Observer42
committed
fa7a40c
View commit details
Copy full SHA for fa7a40c
Browse repository at this point
ci: move mirrors to their standalone bucket
Show description for eb832b2
emilyalbini
committed
eb832b2
View commit details
Copy full SHA for eb832b2
Browse repository at this point
Bring back suggestion for splitting `<-` into `< -`
Show description for 91af5c2
iluuu1994
committed
91af5c2
View commit details
Copy full SHA for 91af5c2
Browse repository at this point
DiagnosticBuilder docs
RalfJung
committed
fecf305
View commit details
Copy full SHA for fecf305
Browse repository at this point
Apply suggestions from code review
Show description for e30480c
Observer42
and
Centril
authored
e30480c
View commit details
Copy full SHA for e30480c
Browse repository at this point
syntax: account for CVarArgs being in the argument list.
eddyb
committed
34dcca2
View commit details
Copy full SHA for 34dcca2
Browse repository at this point
typeck: Prohibit RPIT types that inherit lifetimes
Show description for 861d1bb
davidtwco
committed
861d1bb
View commit details
Copy full SHA for 861d1bb
Browse repository at this point
Commits on Aug 13, 2019
Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavis
Show description for 9365d44
Centril
authored
9365d44
View commit details
Copy full SHA for 9365d44
Browse repository at this point
Rollup merge of #62849 - davidtwco:prohibit-inheriting-lifetimes, r=nikomatsakis
Show description for 95d7635
Centril
authored
95d7635
View commit details
Copy full SHA for 95d7635
Browse repository at this point
Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakis
Show description for 85662a5
Centril
authored
85662a5
View commit details
Copy full SHA for 85662a5
Browse repository at this point
Rollup merge of #63421 - clarfon:escape_default, r=dtolnay
Show description for 1b26851
Centril
authored
1b26851
View commit details
Copy full SHA for 1b26851
Browse repository at this point
Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkov
Show description for 466312c
Centril
authored
466312c
View commit details
Copy full SHA for 466312c
Browse repository at this point
Rollup merge of #63475 - iluuu1994:issue-62632, r=Centril
Show description for 87ec7b4
Centril
authored
87ec7b4
View commit details
Copy full SHA for 87ec7b4
Browse repository at this point
Rollup merge of #63485 - pietroalbini:new-mirror-bucket, r=alexcrichton
Show description for 640548c
Centril
authored
640548c
View commit details
Copy full SHA for 640548c
Browse repository at this point
Rollup merge of #63486 - Observer42:document-from-trait-in-binaryheap, r=Centril
Show description for 716a818
Centril
authored
716a818
View commit details
Copy full SHA for 716a818
Browse repository at this point
Rollup merge of #63488 - RalfJung:diagnostic-docs, r=zackmdavis
Show description for e3115be
Centril
authored
e3115be
View commit details
Copy full SHA for e3115be
Browse repository at this point
Rollup merge of #63493 - sd234678:remove-unneeded-comment-from-src/libcore/hash, r=Centril
Show description for f1651d8
Centril
authored
f1651d8
View commit details
Copy full SHA for f1651d8
Browse repository at this point
You can’t perform that action at this time.