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.1k
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
- #63617
#63617
Closed
Centril
wants to merge 43 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-zqsuhyy
Centril/rust:rollup-zqsuhyy
Copy head branch name to clipboard
Conversation
Commits
43
(43)
Checks
Files changed
Closed
Rollup of 7 pull requests
#63617
Centril
wants to merge 43 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-zqsuhyy
Centril/rust:rollup-zqsuhyy
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2019
typeck: extract ban_private_field_access
Centril
committed
0b713ae
View commit details
Copy full SHA for 0b713ae
Browse repository at this point
typeck: extract ban_take_value_of_method
Centril
committed
5e019de
View commit details
Copy full SHA for 5e019de
Browse repository at this point
typeck: extract maybe_suggest_array_indexing
Centril
committed
9805846
View commit details
Copy full SHA for 9805846
Browse repository at this point
typeck: extract suggest_first_deref_field
Centril
committed
039c789
View commit details
Copy full SHA for 039c789
Browse repository at this point
typeck: extract suggest_fields_on_recordish
Centril
committed
01e96dc
View commit details
Copy full SHA for 01e96dc
Browse repository at this point
typeck: restructure check_field a bit
Centril
committed
0741441
View commit details
Copy full SHA for 0741441
Browse repository at this point
typeck: on wrong <expr>.await suggest -> 2018
Centril
committed
88398a4
View commit details
Copy full SHA for 88398a4
Browse repository at this point
typeck: add tests for suggesting -> 2018 on wrong <expr>.await
Centril
committed
9287eb6
View commit details
Copy full SHA for 9287eb6
Browse repository at this point
Commits on Aug 14, 2019
Remove meaningless comments in src/test
sd234678
committed
2386cce
View commit details
Copy full SHA for 2386cce
Browse repository at this point
Update stderr files with --bless
sd234678
committed
5f50c4a
View commit details
Copy full SHA for 5f50c4a
Browse repository at this point
Commits on Aug 15, 2019
libcore: more cleanups using associated_type_bounds
Centril
committed
f54503c
View commit details
Copy full SHA for f54503c
Browse repository at this point
Grouping ABI test #62401
kper
committed
f036fae
View commit details
Copy full SHA for f036fae
Browse repository at this point
Grouping ABI tests (2) #62401
kper
committed
98325eb
View commit details
Copy full SHA for 98325eb
Browse repository at this point
Fixing broken tests #62401
Show description for cac53fe
kper
committed
cac53fe
View commit details
Copy full SHA for cac53fe
Browse repository at this point
Group all ui tests and move to abi #62593
kper
committed
df713dd
View commit details
Copy full SHA for df713dd
Browse repository at this point
Move `test-macros.rs` back to `ui` to fix tests #62593
kper
committed
a90d087
View commit details
Copy full SHA for a90d087
Browse repository at this point
Remove `run-pass` directory #62593
kper
committed
4a8ff5b
View commit details
Copy full SHA for 4a8ff5b
Browse repository at this point
Duplicate `test-macros.rs` to fix test #62593
kper
committed
26ee99e
View commit details
Copy full SHA for 26ee99e
Browse repository at this point
syntax_pos: Introduce a helper for checking whether a span comes from expansion
petrochenkov
committed
dfcbe75
View commit details
Copy full SHA for dfcbe75
Browse repository at this point
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Show description for 67d6ce4
petrochenkov
committed
67d6ce4
View commit details
Copy full SHA for 67d6ce4
Browse repository at this point
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Show description for 6cb28b6
petrochenkov
committed
6cb28b6
View commit details
Copy full SHA for 6cb28b6
Browse repository at this point
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Show description for 73dee25
petrochenkov
committed
73dee25
View commit details
Copy full SHA for 73dee25
Browse repository at this point
resolve: Move macro resolution traces from `Module`s to `Resolver`
Show description for 23b82c3
petrochenkov
committed
23b82c3
View commit details
Copy full SHA for 23b82c3
Browse repository at this point
resolve: Do not "normalize away" trait/enum modules prematurely
Show description for cfbb60b
petrochenkov
committed
cfbb60b
View commit details
Copy full SHA for cfbb60b
Browse repository at this point
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
Show description for 1a1557c
petrochenkov
committed
1a1557c
View commit details
Copy full SHA for 1a1557c
Browse repository at this point
resolve: Eliminate `InvocationData`
Show description for 59dd07a
petrochenkov
committed
59dd07a
View commit details
Copy full SHA for 59dd07a
Browse repository at this point
resolve: Make `ParentScope` `Copy`
Show description for ea68bc8
petrochenkov
committed
ea68bc8
View commit details
Copy full SHA for ea68bc8
Browse repository at this point
resolve: Privatize `BuildReducedGraphVisitor`
petrochenkov
committed
310ee4d
View commit details
Copy full SHA for 310ee4d
Browse repository at this point
resolve: Add some comments to the main modules
petrochenkov
committed
aca1353
View commit details
Copy full SHA for aca1353
Browse repository at this point
hygiene: Merge `ExpnInfo` and `InternalExpnData`
petrochenkov
committed
1a44773
View commit details
Copy full SHA for 1a44773
Browse repository at this point
syntax_pos: Remove the duplicate global edition
Show description for 74190a5
petrochenkov
committed
74190a5
View commit details
Copy full SHA for 74190a5
Browse repository at this point
hygiene: Merge a tiny bit of the "share expansion definition data" PR
petrochenkov
committed
650f19a
View commit details
Copy full SHA for 650f19a
Browse repository at this point
hygiene: `ExpnInfo` -> `ExpnData`
Show description for 136db22
petrochenkov
committed
136db22
View commit details
Copy full SHA for 136db22
Browse repository at this point
resolve: `ParentScope::default` -> `ParentScope::module`
petrochenkov
committed
c762773
View commit details
Copy full SHA for c762773
Browse repository at this point
Do not suggest `try_into` for base types inside of macro expansions
estebank
committed
fbf1efb
View commit details
Copy full SHA for fbf1efb
Browse repository at this point
Fix typo in DoubleEndedIterator::nth_back doc
jens1o
authored
e046a7a
View commit details
Copy full SHA for e046a7a
Browse repository at this point
Rollup merge of #62593 - kper:cleanup_abi, r=Centril
Show description for aa3f542
Centril
authored
aa3f542
View commit details
Copy full SHA for aa3f542
Browse repository at this point
Rollup merge of #63487 - sd234678:remove-meaningless-comments-in-src/test-2, r=Centril
Show description for bb62270
Centril
authored
bb62270
View commit details
Copy full SHA for bb62270
Browse repository at this point
Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasper
Show description for 3095d23
Centril
authored
3095d23
View commit details
Copy full SHA for 3095d23
Browse repository at this point
Rollup merge of #63539 - Centril:2015.await, r=oli-obk
Show description for 90b7c2a
Centril
authored
90b7c2a
View commit details
Copy full SHA for 90b7c2a
Browse repository at this point
Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexreg
Show description for e771421
Centril
authored
e771421
View commit details
Copy full SHA for e771421
Browse repository at this point
Rollup merge of #63612 - estebank:macro-sugg-try-into, r=Centril
Show description for 9ce2662
Centril
authored
9ce2662
View commit details
Copy full SHA for 9ce2662
Browse repository at this point
Rollup merge of #63615 - jens1o:patch-1, r=jonas-schievink
Show description for 4839616
Centril
authored
4839616
View commit details
Copy full SHA for 4839616
Browse repository at this point
You can’t perform that action at this time.