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] Static Function Argument Unpacking #3723

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d83ba9c
Add RFC for Static Function Argument Unpacking
miikkas Oct 30, 2024
e3bb83c
Add RFC number
miikkas Oct 30, 2024
f90deca
Fix typo in example as suggested by golddranks.
miikkas Oct 31, 2024
9252519
Fall back to ¹ as 'superscript one' for better Markdown compatibility
miikkas Nov 2, 2024
d6f50ea
Shrink Table 1 a bit for better raw file readability
miikkas Nov 2, 2024
395b6e4
Don't special-case zero-length collections after all
miikkas Nov 2, 2024
4197f85
Fix several typos and grammatical errors
miikkas Nov 3, 2024
699f0da
Add Common Lisp's apply to table 2 for completeness
miikkas Nov 4, 2024
1323f87
Add note under prior art mentioning Swift deprecating tuple splat syntax
miikkas Nov 4, 2024
e7f696c
Rework future possibility re. macro invocations and mention vec![] there
miikkas Nov 4, 2024
5ff6f2b
Fix two broken links that had an extra ) at the end
miikkas Nov 5, 2024
5033917
Elaborate on future possibility of unpacking in array and tuple defin…
miikkas Nov 9, 2024
3a2f450
Add more explicit rationale for omission of some features from the pr…
miikkas Nov 9, 2024
7902d46
Add Tcl as another pl with prior art in argument unpacking
miikkas Nov 10, 2024
e06e70a
Add Scala as a pl with somewhat different prior art
miikkas Nov 10, 2024
857517a
Add Aloso's syntax suggestion of expr @ ..
miikkas Nov 10, 2024
d1aa12e
Move 'Ellipsis in Rust' subchapter under correct chapter
miikkas Nov 10, 2024
0939934
Reorganize 'Workarounds If RFC Is Not Implemented' for clarity
miikkas Nov 10, 2024
31eb229
Add a bit of conjecture on benefits at large under "Motivation"
miikkas Nov 11, 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