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
Implement public/private dependency feature
- #57586
#57586
Merged
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
Aaron1011:feature/pub-priv-dep
Aaron1011/rust:feature/pub-priv-dep
Copy head branch name to clipboard
Feb 1, 2019
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Implement public/private dependency feature
#57586
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
Aaron1011:feature/pub-priv-dep
Aaron1011/rust:feature/pub-priv-dep
Copy head branch name to clipboard
Commits
Commits on Feb 1, 2019
Initial implementation work
Aaron1011
committed
8b6f3dd
View commit details
Copy full SHA for 8b6f3dd
Browse repository at this point
Fix emitting lint
Aaron1011
committed
09ff0ba
View commit details
Copy full SHA for 09ff0ba
Browse repository at this point
Fixup code
Aaron1011
committed
afb1921
View commit details
Copy full SHA for afb1921
Browse repository at this point
Properly register lint
Aaron1011
committed
23014b4
View commit details
Copy full SHA for 23014b4
Browse repository at this point
Add UI test
Aaron1011
committed
93d872d
View commit details
Copy full SHA for 93d872d
Browse repository at this point
Always treat 'std' and 'core' as public
Aaron1011
committed
08c901f
View commit details
Copy full SHA for 08c901f
Browse repository at this point
Improve UI tests
Aaron1011
committed
12f9b79
View commit details
Copy full SHA for 12f9b79
Browse repository at this point
Clippy fixes, rename stuff to match RFC
Aaron1011
committed
d60214c
View commit details
Copy full SHA for d60214c
Browse repository at this point
Add test for 'std' crate being public
Aaron1011
committed
bc2221f
View commit details
Copy full SHA for bc2221f
Browse repository at this point
Track extern_public command-line argument
Aaron1011
committed
d8fc630
View commit details
Copy full SHA for d8fc630
Browse repository at this point
Delete dead code
Aaron1011
committed
dfd2669
View commit details
Copy full SHA for dfd2669
Browse repository at this point
Rename external_private_dependency to exported_private_dependencies
Aaron1011
committed
3fa3647
View commit details
Copy full SHA for 3fa3647
Browse repository at this point
Remove feature gate
Aaron1011
committed
173f5cf
View commit details
Copy full SHA for 173f5cf
Browse repository at this point
Move --extern-public behind -Z unstable-options
Aaron1011
committed
fe15f71
View commit details
Copy full SHA for fe15f71
Browse repository at this point
Tidy fixes
Aaron1011
committed
45486cc
View commit details
Copy full SHA for 45486cc
Browse repository at this point
Remove feature from test
Aaron1011
committed
b29a21f
View commit details
Copy full SHA for b29a21f
Browse repository at this point
Replace --extern-public with --extern-private
Aaron1011
committed
48ec29d
View commit details
Copy full SHA for 48ec29d
Browse repository at this point
Test allowing individual struct field
Aaron1011
committed
a05bfc6
View commit details
Copy full SHA for a05bfc6
Browse repository at this point
Remove unnecessary is_local() check
Aaron1011
committed
24f3595
View commit details
Copy full SHA for 24f3595
Browse repository at this point
Add future compat lint declaration
Aaron1011
committed
bfcd14d
View commit details
Copy full SHA for bfcd14d
Browse repository at this point
Update tests for future-compat warning removal
Aaron1011
committed
541d315
View commit details
Copy full SHA for 541d315
Browse repository at this point
Cleanup unecessary code
Aaron1011
committed
369faae
View commit details
Copy full SHA for 369faae
Browse repository at this point
You can’t perform that action at this time.