Skip to content

Variadic tuples #2775

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

Closed
Closed
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
ea0f505
Create base rfc
fredericvauchelles Aug 16, 2019
dfd9bec
Rename 0000-variadic_tuples.md to 0000-variadic-tuples.md
fredericvauchelles Aug 16, 2019
cee363a
Update 0000-variadic-tuples.md
fredericvauchelles Aug 16, 2019
5f9c1a3
Update 0000-variadic-tuples.md
fredericvauchelles Aug 16, 2019
52dbba6
Update 0000-variadic-tuples.md
fredericvauchelles Aug 16, 2019
afe7bfc
Update 0000-variadic-tuples.md
fredericvauchelles Aug 16, 2019
03c8bc2
Update 0000-variadic-tuples.md
fredericvauchelles Aug 16, 2019
130124e
Updated errors
fredericvauchelles Aug 20, 2019
352674c
cleaned rfc
fredericvauchelles Aug 27, 2019
72255df
Uppdated with feedback
fredericvauchelles Aug 28, 2019
dc33659
Updated from feedback
fredericvauchelles Aug 28, 2019
49fac42
Added note for nested variadic tuples
fredericvauchelles Aug 28, 2019
a58f381
Updated type-level pattern matching
fredericvauchelles Aug 29, 2019
24de71f
added todo
fredericvauchelles Aug 29, 2019
0e672b2
Updated RFC from feedbacks
fredericvauchelles Aug 29, 2019
4440ee4
Updated syntax of examples
fredericvauchelles Aug 29, 2019
28abff7
Fixed some syntax issues
fredericvauchelles Aug 29, 2019
f51aca3
Fixed typos
fredericvauchelles Aug 30, 2019
231e866
Updated the termination for functions and specialization for recursiv…
fredericvauchelles Aug 31, 2019
feb006e
Updated errors
fredericvauchelles Sep 2, 2019
945750f
Removed fn support, added future possibilities
fredericvauchelles Sep 3, 2019
b1fdfdf
Added display bounds where required
fredericvauchelles Sep 4, 2019
ec574aa
Always define trait for all tuple and then specialize
fredericvauchelles Sep 4, 2019
20084fe
Removed '#' char from syntax for clarity
fredericvauchelles Sep 9, 2019
aa9d8b1
Updated variadic tuple iteration
fredericvauchelles Sep 9, 2019
5a103ef
Fixed missing brackets
fredericvauchelles Sep 9, 2019
7f5aedb
Updated syntax to allow tuple merge
fredericvauchelles Sep 10, 2019
048f9d1
Updated RFC with feedbacks
fredericvauchelles Sep 10, 2019
02e0bbe
Added support for functions
fredericvauchelles Sep 12, 2019
eb4f773
Updated with trait utilities library
fredericvauchelles Sep 12, 2019
2f32df0
Added future possibility for syntaxic sugar
fredericvauchelles Sep 12, 2019
df4c617
Fixed syntax issues
fredericvauchelles Sep 12, 2019
10d416e
Added formal syntax definitions
fredericvauchelles Sep 12, 2019
3b56539
Fix syntax
fredericvauchelles Sep 12, 2019
5628963
Added syntaxic sugar for optional parenthesis
fredericvauchelles Sep 12, 2019
1e10388
Fixed the confusion about variadic tuple identifiers
fredericvauchelles Sep 12, 2019
bf55363
Added bound lists in generic parameter groups (future)
fredericvauchelles Sep 12, 2019
2d02582
Simplified ebnf
fredericvauchelles Sep 13, 2019
d0e3b22
Simplified ebnf
fredericvauchelles Sep 13, 2019
61ad089
Updated with the @ binding pattern
fredericvauchelles Sep 13, 2019
a3d35c4
Updated for loop syntax
fredericvauchelles Sep 23, 2019
8bac830
Updated with optional parenthesis for for loops
fredericvauchelles Sep 23, 2019
fdce180
Various typo fixes
fredericvauchelles Sep 25, 2019
255da47
Fixed feedbacks from comments
fredericvauchelles Oct 3, 2019
c5810cc
Added formatting
fredericvauchelles Oct 3, 2019
7d787a0
Updated generalized type ascription link
fredericvauchelles Oct 3, 2019
d0469b4
Removed dynamic libraries issue
fredericvauchelles Oct 4, 2019
dee3fca
Added todo in drawbacks
fredericvauchelles Oct 7, 2019
5b5e6b5
Updated Bounding variadic tuples in patterns
fredericvauchelles Oct 7, 2019
2f006e4
Updated description
fredericvauchelles Oct 7, 2019
931a5cc
Updated motivation section
fredericvauchelles Oct 7, 2019
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