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.2k
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 7 pull requests
- #63025
#63025
Closed
Centril
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-10kfdv9
Centril/rust:rollup-10kfdv9
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
Rollup of 7 pull requests
#63025
Centril
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-10kfdv9
Centril/rust:rollup-10kfdv9
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2019
Allow lifetime elision in `Pin<&(mut) Self>`
taiki-e
committed
bd7be36
View commit details
Copy full SHA for bd7be36
Browse repository at this point
Remove query for `.pin_type()`
taiki-e
committed
a9a50bc
View commit details
Copy full SHA for a9a50bc
Browse repository at this point
Make is_self_ty a method on SelfVisitor
taiki-e
committed
0bc8878
View commit details
Copy full SHA for 0bc8878
Browse repository at this point
Use Set1<Region> instead of Option<Region>
taiki-e
committed
3be8422
View commit details
Copy full SHA for 3be8422
Browse repository at this point
add a bevy of new test cases
nikomatsakis
authored and
taiki-e
committed
76794f1
View commit details
Copy full SHA for 76794f1
Browse repository at this point
Update src/test/ui/self/elision/README.md
Show description for 6018c46
taiki-e
and
Centril
committed
6018c46
View commit details
Copy full SHA for 6018c46
Browse repository at this point
Add main functions and check-pass annotations
taiki-e
committed
78d2129
View commit details
Copy full SHA for 78d2129
Browse repository at this point
Minor clean up
taiki-e
committed
044d4bb
View commit details
Copy full SHA for 044d4bb
Browse repository at this point
Add test for multiple ref-self
taiki-e
committed
d79d13f
View commit details
Copy full SHA for d79d13f
Browse repository at this point
Commits on Jul 20, 2019
tests: Add minimal reproduction of #61963.
Show description for 44bf6b6
davidtwco
and
lqd
committed
44bf6b6
View commit details
Copy full SHA for 44bf6b6
Browse repository at this point
Commits on Jul 24, 2019
Re-enable assertions in PPC dist builder
mati865
committed
4242206
View commit details
Copy full SHA for 4242206
Browse repository at this point
Commits on Jul 25, 2019
bump crossbeam-epoch dependency
RalfJung
committed
c7a599e
View commit details
Copy full SHA for c7a599e
Browse repository at this point
Simplify save-analysis JSON dumper interface
Mark-Simulacrum
committed
eb4fbda
View commit details
Copy full SHA for eb4fbda
Browse repository at this point
Rename JsonDumper to Dumper
Show description for 68c0ba2
Mark-Simulacrum
committed
68c0ba2
View commit details
Copy full SHA for 68c0ba2
Browse repository at this point
Commits on Jul 26, 2019
Add tests for `self: (&)AssocType`
taiki-e
committed
7369c17
View commit details
Copy full SHA for 7369c17
Browse repository at this point
Break dependencies between `syntax_ext` and some other crates
Show description for e995523
petrochenkov
committed
e995523
View commit details
Copy full SHA for e995523
Browse repository at this point
Move proc macro server into libsyntax
petrochenkov
committed
a0fb9c9
View commit details
Copy full SHA for a0fb9c9
Browse repository at this point
Move test harness generation into libsyntax_ext
petrochenkov
committed
11137c6
View commit details
Copy full SHA for 11137c6
Browse repository at this point
Move standard library injection into libsyntax_ext
petrochenkov
committed
0c0ddcd
View commit details
Copy full SHA for 0c0ddcd
Browse repository at this point
syntax_ext: `proc_macro_decls` -> `proc_macro_harness`
Show description for 0a24e28
petrochenkov
committed
0a24e28
View commit details
Copy full SHA for 0a24e28
Browse repository at this point
add repr(transparent) to IoSliceMut where missing
nivkner
committed
d7b2110
View commit details
Copy full SHA for d7b2110
Browse repository at this point
lowering: Omit bare trait lint on macro call sites
Show description for cae8680
davidtwco
committed
cae8680
View commit details
Copy full SHA for cae8680
Browse repository at this point
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
Show description for 7811ae8
Centril
authored
7811ae8
View commit details
Copy full SHA for 7811ae8
Browse repository at this point
Rollup merge of #62771 - petrochenkov:depext, r=eddyb
Show description for 01d7e7a
Centril
authored
01d7e7a
View commit details
Copy full SHA for 01d7e7a
Browse repository at this point
Rollup merge of #62949 - mati865:patch-1, r=alexcrichton
Show description for 394f049
Centril
authored
394f049
View commit details
Copy full SHA for 394f049
Browse repository at this point
Rollup merge of #62974 - RalfJung:crossbeam, r=alexcrichton
Show description for 75d3a29
Centril
authored
75d3a29
View commit details
Copy full SHA for 75d3a29
Browse repository at this point
Rollup merge of #62979 - Mark-Simulacrum:json-dumper-pretty, r=Xanewok
Show description for b3e2164
Centril
authored
b3e2164
View commit details
Copy full SHA for b3e2164
Browse repository at this point
Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfackler
Show description for 0ae4151
Centril
authored
0ae4151
View commit details
Copy full SHA for 0ae4151
Browse repository at this point
Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank
Show description for f12327b
Centril
authored
f12327b
View commit details
Copy full SHA for f12327b
Browse repository at this point
You can’t perform that action at this time.