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 5 pull requests
- #72539
#72539
Merged
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-8yfidi8
RalfJung/rust:rollup-8yfidi8
Copy head branch name to clipboard
May 24, 2020
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Rollup of 5 pull requests
#72539
bors
merged 18 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-8yfidi8
RalfJung/rust:rollup-8yfidi8
Copy head branch name to clipboard
Commits
Commits on May 21, 2020
Use `HirId` as key for `ResolverOutputs::trait_map` instead of `NodeId`
marmeladema
committed
5728c53
View commit details
Copy full SHA for 5728c53
Browse repository at this point
Use `HirId` in value of `ResolverOutputs::trait_map` instead of `NodeId`
marmeladema
committed
3c5dba7
View commit details
Copy full SHA for 3c5dba7
Browse repository at this point
Use `HirId` in `ResolverOutputs::export_map` instead of `NodeId`
marmeladema
committed
52359f7
View commit details
Copy full SHA for 52359f7
Browse repository at this point
Use `LocalDefId` in `ResolverOutputs::maybe_unused_trait_imports` instead of `NodeId`
marmeladema
committed
13c86f2
View commit details
Copy full SHA for 13c86f2
Browse repository at this point
Use `DefId` in `ResolverOutputs::maybe_unused_extern_crates` instead of `NodeId`
marmeladema
committed
25f575b
View commit details
Copy full SHA for 25f575b
Browse repository at this point
Use `DefId` in `ResolverOutputs::glob_map` instead of `NodeId`
marmeladema
committed
21f65ae
View commit details
Copy full SHA for 21f65ae
Browse repository at this point
Use `DefId` in `ResolverOutputs::extern_crate_map` instead of `NodeId`
marmeladema
committed
8ff6ffd
View commit details
Copy full SHA for 8ff6ffd
Browse repository at this point
Use `collect()` instead of manually inserting elements into maps
marmeladema
committed
4c4cb46
View commit details
Copy full SHA for 4c4cb46
Browse repository at this point
Replace unecessary calls to `.clone()` by argument binding pattern for `Copy` types
marmeladema
committed
f31e076
View commit details
Copy full SHA for f31e076
Browse repository at this point
Commits on May 24, 2020
bootstrap: propagate test-args to miri and clippy test suites
RalfJung
committed
7a121ad
View commit details
Copy full SHA for 7a121ad
Browse repository at this point
Clean up E0602 explanation
GuillaumeGomez
committed
2220eb4
View commit details
Copy full SHA for 2220eb4
Browse repository at this point
Use `dyn` trait syntax in more comments and docs
Show description for d1f4796
ratijas
authored
d1f4796
View commit details
Copy full SHA for d1f4796
Browse repository at this point
Use sort_unstable_by in its own docs
saschanaz
authored
df2f9a4
View commit details
Copy full SHA for df2f9a4
Browse repository at this point
Rollup merge of #72402 - marmeladema:resolver-outputs-def-id, r=ecstatic-morse
Show description for 95c4583
RalfJung
authored
95c4583
View commit details
Copy full SHA for 95c4583
Browse repository at this point
Rollup merge of #72527 - RalfJung:miri-clippy-test-args, r=Mark-Simulacrum
Show description for a75068a
RalfJung
authored
a75068a
View commit details
Copy full SHA for a75068a
Browse repository at this point
Rollup merge of #72530 - GuillaumeGomez:cleanup-e0602, r=Dylan-DPC
Show description for cdeef96
RalfJung
authored
cdeef96
View commit details
Copy full SHA for cdeef96
Browse repository at this point
Rollup merge of #72532 - ratijas:dyn-trait-object-doc, r=jonas-schievink
Show description for 67b4e2b
RalfJung
authored
67b4e2b
View commit details
Copy full SHA for 67b4e2b
Browse repository at this point
Rollup merge of #72535 - saschanaz:patch-1, r=jonas-schievink
Show description for 134a165
RalfJung
authored
134a165
View commit details
Copy full SHA for 134a165
Browse repository at this point
You can’t perform that action at this time.