rust/src/libstd
Chris Wong 85c1a4b1ba Rename include_bin! to include_bytes!
According to [RFC 344][], methods that return `&[u8]` should have names
ending in `bytes`. Though `include_bin!` is a macro not a method, it
seems reasonable to follow the convention anyway.

We keep the old name around for now, but trigger a deprecation warning
when it is used.

[RFC 344]: https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md

[breaking-change]
2014-12-23 22:06:32 +13:00
..
collections rollup merge of #19891: nikomatsakis/unique-fn-types-3 2014-12-22 12:51:23 -08:00
comm Stabilize clone 2014-12-20 00:37:44 -08:00
io Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
num Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
path Test fixes and rebase conflicts 2014-12-22 15:17:26 -08:00
rand rollup merge of #20086: shepmaster/random-typo 2014-12-21 09:27:37 -08:00
rt Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
sync Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
sys Test fixes and rebase conflicts 2014-12-22 15:17:26 -08:00
thread_local Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
time rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
ascii.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
bitflags.rs rollup merge of #19972: alexcrichton/snapshots 2014-12-21 09:28:07 -08:00
bool.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00
c_str.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
c_vec.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
dynamic_lib.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
error.rs std: Stabilize the std::str module 2014-12-21 19:09:55 -08:00
failure.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
fmt.rs core: remove the dead function fmt::argumentstr. 2014-12-08 09:14:21 +02:00
hash.rs rollup merge of #19902: alexcrichton/second-pass-mem 2014-12-17 11:50:29 -08:00
lib.rs rollup merge of #20006: alexcrichton/no-more-empty-modules 2014-12-21 09:27:33 -08:00
macros.rs Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
os.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
prelude.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
rtdeps.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
task.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
thread.rs Fix fallout of removing import_shadowing in tests. 2014-12-20 07:49:37 +02:00
thunk.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
tuple.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00
unit.rs std: Remove public bool,tuple,unit modules 2014-12-18 19:13:32 -08:00