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
15.9k
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
diagnostics: exclude indirect private deps from trait impl suggest
- #111076
#111076
Merged
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
notriddle:notriddle/silence-private-dep-trait-impl-suggestions
notriddle/rust:notriddle/silence-private-dep-trait-impl-suggestions
Copy head branch name to clipboard
May 31, 2023
Conversation
Commits
19
(19)
Checks
Files changed
Merged
diagnostics: exclude indirect private deps from trait impl suggest
#111076
bors
merged 19 commits into
rust-lang:master
rust-lang/rust:master
from
notriddle:notriddle/silence-private-dep-trait-impl-suggestions
notriddle/rust:notriddle/silence-private-dep-trait-impl-suggestions
Copy head branch name to clipboard
Commits
Commits on May 25, 2023
bootstrap: enable Cargo `public-dependency` feature for `libstd`
notriddle
committed
64025bb
View commit details
Copy full SHA for 64025bb
Browse repository at this point
rustc_metadata: inherit dependency privacy flag
notriddle
committed
e36020c
View commit details
Copy full SHA for e36020c
Browse repository at this point
diagnostics: exclude indirect private deps from trait impl suggest
Show description for 674a3d5
notriddle
committed
674a3d5
View commit details
Copy full SHA for 674a3d5
Browse repository at this point
Update compiler/rustc_metadata/src/creader.rs
Show description for ffef807
notriddle
and
cjgillot
committed
ffef807
View commit details
Copy full SHA for ffef807
Browse repository at this point
rust-installer: include `RUSTC_BOOTSTRAP` when generating installer
notriddle
committed
8488e8a
View commit details
Copy full SHA for 8488e8a
Browse repository at this point
Improve comments
notriddle
committed
3740243
View commit details
Copy full SHA for 3740243
Browse repository at this point
rustc_metadata: fix private_dep logic in `register_crate`
notriddle
committed
0ca70be
View commit details
Copy full SHA for 0ca70be
Browse repository at this point
diagnostics: don't crash if an injected crate shows up in suggestions
notriddle
committed
d47dc32
View commit details
Copy full SHA for d47dc32
Browse repository at this point
rustc_metadata: use AtomicBool for privateness instead of Lock
notriddle
committed
5a7fffe
View commit details
Copy full SHA for 5a7fffe
Browse repository at this point
remove outdated comment from `is_user_visible_dep` docs
notriddle
committed
1c14b0a
View commit details
Copy full SHA for 1c14b0a
Browse repository at this point
std: mark common functions in test crate `pub(crate)`
Show description for b537c1f
notriddle
committed
b537c1f
View commit details
Copy full SHA for b537c1f
Browse repository at this point
rustc_metadata: use configurable AtomicBool for privateness flag
Show description for a12f50d
notriddle
committed
a12f50d
View commit details
Copy full SHA for a12f50d
Browse repository at this point
Use De Morgan's law to simplify logic
Show description for bd90868
notriddle
and
cjgillot
committed
bd90868
View commit details
Copy full SHA for bd90868
Browse repository at this point
rustc_metadata: specialize private_dep flag with `fetch_and`
notriddle
committed
6a35896
View commit details
Copy full SHA for 6a35896
Browse repository at this point
bootstrap: use RUSTC_BOOTSTRAP to vendor sources
notriddle
committed
2e52f4d
View commit details
Copy full SHA for 2e52f4d
Browse repository at this point
std: make internal-only items `pub(crate)`
Show description for 8c21920
notriddle
committed
8c21920
View commit details
Copy full SHA for 8c21920
Browse repository at this point
std: make `fortanix-sgx-abi` a public depedenceny
Show description for 5fb752b
notriddle
committed
5fb752b
View commit details
Copy full SHA for 5fb752b
Browse repository at this point
bootstrap: use RUSTC_BOOTSTRAP in distcheck
notriddle
committed
64cfc21
View commit details
Copy full SHA for 64cfc21
Browse repository at this point
rustc_data_structures: sync and atomic consistency
Show description for 52bd82f
notriddle
committed
52bd82f
View commit details
Copy full SHA for 52bd82f
Browse repository at this point
You can’t perform that action at this time.