rust/src/librustc_trans
bors 46f649c479 Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton
This patch changes the type of byte string literals from `&[u8]` to `&[u8; N]`.
It also implements some necessary traits (`IntoBytes`, `Seek`, `Read`, `BufRead`) for fixed-size arrays (also related to #21725) and adds test for #17233, which seems to be resolved.

Fixes #18465
[breaking-change]
2015-03-18 08:27:22 +00:00
..
back Rollup merge of #23399 - tbu-:pr_libflate_error, r=huonw 2015-03-17 15:19:38 +05:30
save syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
trans Auto merge of #22838 - petrochenkov:bytelit, r=alexcrichton 2015-03-18 08:27:22 +00:00
lib.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
README.txt

See the README.txt in ../librustc.