Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upByte string literals should have a type of a fixed size #18465
Comments
alexcrichton
added
I-nominated
B-RFC-approved
labels
Oct 30, 2014
alexcrichton
referenced this issue
Oct 30, 2014
Merged
Statically sized string and byte string literals #339
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Oct 31, 2014
alexcrichton
referenced this issue
Oct 31, 2014
Closed
rustc: Change byte literals to fixed-size arrays #18480
bors
added a commit
that referenced
this issue
Nov 2, 2014
bors
added a commit
that referenced
this issue
Nov 4, 2014
This comment has been minimized.
This comment has been minimized.
|
P-backcompat-lang, but not 1.0 (thus if we don't get something for it before 1.0, we probably will not adopt it at all). |
pnkfelix
added
P-backcompat-lang
and removed
I-nominated
labels
Nov 6, 2014
huonw
referenced this issue
Jan 24, 2015
Closed
LLVM abort with indexing of byte string literal in static #17233
petrochenkov
referenced this issue
Jan 28, 2015
Closed
Functions in std should accept `&[T; N]` whenever they accept `&[T]` #21725
petrochenkov
referenced this issue
Feb 16, 2015
Merged
Tweaks to equality comparisons for slices/arrays/vectors #22320
petrochenkov
referenced this issue
Feb 26, 2015
Merged
Fixed-size byte string literals (RFC 339) #22838
bors
added a commit
that referenced
this issue
Mar 17, 2015
bors
added a commit
that referenced
this issue
Mar 18, 2015
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Mar 18, 2015
bors
closed this
in
#22838
Mar 18, 2015
P1start
referenced this issue
May 15, 2015
Closed
Binary string literals are of type &[u8] instead of &[u8, ..n] #17626
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alexcrichton commentedOct 30, 2014
Tracking issue for rust-lang/rfcs#339
Nominating for backcompat-lang