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

Arbitrary self types v2 #3519

Merged
merged 49 commits into from
May 6, 2024
Merged
Changes from 5 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
38d358d
Arbitrary self types v2.
adetaylor Nov 1, 2023
d13c170
Reflect RFC PR number.
adetaylor Nov 1, 2023
827e3d4
Fix pointer parameter.
adetaylor Nov 1, 2023
efaf68c
Switch diagnostics to Diagnostic Items.
adetaylor Nov 2, 2023
47be87b
Adding example to motivation section as requested.
adetaylor Nov 2, 2023
9607769
Adding extra motivation suggested by @clarfonthey.
adetaylor Nov 2, 2023
c7e917d
Provide example of current arbitrary_self_types.
adetaylor Nov 2, 2023
ce4aa78
Explain that the example is abridged.
adetaylor Nov 3, 2023
d3ea0b3
Note method candidacy of &T and &mut T.
adetaylor Nov 3, 2023
3f4493d
Note existing behavior of recursion.
adetaylor Nov 3, 2023
4a42fa3
Rewrite lifetime elision section.
adetaylor Nov 3, 2023
3577733
A bit more on lifetimes.
adetaylor Nov 3, 2023
e269c00
De-emphasize illegality of `&T`
adetaylor Nov 8, 2023
544f1af
Discuss recursion of traits.
adetaylor Nov 8, 2023
fad04ae
Ban generic receiver types.
adetaylor Nov 8, 2023
5e63e83
Tiny clarification.
adetaylor Nov 8, 2023
69b1edf
Emphasize that interop cases are about automation.
adetaylor Nov 8, 2023
7209586
Simplify introduction of motivation a little.
adetaylor Nov 8, 2023
1e97685
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 15, 2023
476d833
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 15, 2023
769c31b
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 16, 2023
f51948c
Clarify recursion point.
adetaylor Nov 21, 2023
d9f2316
Emphasize *const Self as receiver.
adetaylor Nov 22, 2023
750ec48
Rewrite Lifetime Elision section.
adetaylor Nov 22, 2023
0f6c0f6
Remove out-of-place paragraph.
adetaylor Nov 22, 2023
1859f95
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 22, 2023
156c535
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 22, 2023
4b8ba42
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 22, 2023
12eac0b
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 22, 2023
b962d2d
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 23, 2023
8b2b6df
Update text/3519-arbitrary-self-types-v2.md
adetaylor Nov 23, 2023
113c8bd
Update reference & deshadowing.
adetaylor Dec 21, 2023
9c59366
Include example lint.
adetaylor Feb 12, 2024
a5e274b
Update text/3519-arbitrary-self-types-v2.md
adetaylor Feb 14, 2024
7ea82bd
Move lint to the correct place.
adetaylor Feb 15, 2024
01c6ca7
Add future work section for MaybeUninit etc.
adetaylor Feb 15, 2024
09f46f7
Code error.
adetaylor Feb 15, 2024
6eb91e9
Suggestions for compiler changes section.
adetaylor Feb 15, 2024
13591a0
Merge pull request #19 from adetaylor/rewrite-reference-again
adetaylor Feb 15, 2024
e4fe352
Substantial rewrites.
adetaylor Apr 5, 2024
a436b1e
Merge pull request #20 from adetaylor/back-to-simple
adetaylor Apr 5, 2024
b367f59
Fix anchor error
adetaylor Apr 16, 2024
8d01878
Update text/3519-arbitrary-self-types-v2.md
adetaylor Apr 18, 2024
3413135
Fix a couple of mistakes
adetaylor Apr 18, 2024
a93ac4b
Fix link syntax.
adetaylor Apr 18, 2024
7c43c50
Update text/3519-arbitrary-self-types-v2.md
adetaylor Apr 19, 2024
5cec046
Update text/3519-arbitrary-self-types-v2.md
adetaylor Apr 19, 2024
131d7e9
Remove mention of impl Receiver for Vec
adetaylor Apr 19, 2024
ab248bb
Prepare RFC 3519 to be merged
traviscross May 6, 2024
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