Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Hidden trait implementations #2529

Closed
wants to merge 21 commits into from
Closed
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e6c84e1
rfc, hidden-impls: initial draft.
Centril Jun 24, 2018
a581ee7
rfc, hidden-impls: reword -> hidden, but coherent.
Centril Jun 24, 2018
602248e
rfc, hidden-impls: reword summary for clarity a bit.
Centril Jul 14, 2018
d16d1ba
rfc, hidden-impls: unpropose priv and make it future work.
Centril Jul 14, 2018
d2f5db6
rfc, hidden-impls: correct mistakes in 'Hidden, but coherent'.
Centril Jul 14, 2018
9b9944f
rfc, hidden-impls: reword section on trait objects.
Centril Jul 14, 2018
45a6605
rfc, hidden-impls: reject negative impls less visible than the trait.
Centril Jul 14, 2018
44d97d5
rfc, hidden-impls: discuss newtypes, improve deriving, super traits, …
Centril Jul 14, 2018
d2f6e26
rfc, hidden-impls: note about E0449.
Centril Jul 17, 2018
04f1845
rfc, hidden-impls: more discussion on pub impl.. vs. impl.. and drawb…
Centril Jul 31, 2018
fa91ed9
rfc, hidden-impls: note crate-local inherent impls of extern types as…
Centril Jul 31, 2018
05a2c55
rfc, hidden-impls: discuss privacy hygiene.
Centril Aug 24, 2018
a948706
rfc, hidden-impls: add link.
Centril Aug 24, 2018
85d9fc7
rfc, hidden-impls: more motivation and other fixes.
Centril Aug 24, 2018
9b9d190
rfc, hidden-impls: refresh start date.
Centril Aug 24, 2018
f0bad08
rfc, hidden-impls: fix typo.
Centril Aug 24, 2018
f41f034
rfc, hidden-impls: specify behavior wrt. Drop and specialization.
Centril Aug 28, 2018
0f898cd
rfc, hidden-impls: discuss behavior wrt. specialization & Drop.
Centril Aug 28, 2018
7d05274
rfc, hidden-impls: discuss impl Trait.
Centril Aug 28, 2018
f31dd90
rfc, hidden-impls: discuss newtypes more and #[hide(..)].
Centril Aug 28, 2018
77c0098
rfc, hidden-impls: try to make GH update the PR.
Centril Aug 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading