rust/src/libsyntax
bors 7e11b22713 auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton
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-24 20:47:12 +00:00
..
ast_map rollup merge of #20056: MrFloya/iter_rename 2014-12-22 12:49:57 -08:00
diagnostics Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
ext Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
parse Add syntax for ranges 2014-12-24 09:12:45 +13:00
print Add syntax for ranges 2014-12-24 09:12:45 +13:00
util rollup merge of #20056: MrFloya/iter_rename 2014-12-22 12:49:57 -08:00
abi.rs serialize: Fully deprecate the library 2014-12-22 00:14:56 -08:00
ast_util.rs rollup merge of #20033: alexcrichton/deprecate-serialise 2014-12-22 12:46:31 -08:00
ast.rs Add syntax for ranges 2014-12-24 09:12:45 +13:00
attr.rs rollup merge of #20033: alexcrichton/deprecate-serialise 2014-12-22 12:46:31 -08:00
codemap.rs rollup merge of #20033: alexcrichton/deprecate-serialise 2014-12-22 12:46:31 -08:00
config.rs
diagnostic.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
feature_gate.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
fold.rs Add syntax for ranges 2014-12-24 09:12:45 +13:00
lib.rs serialize: Fully deprecate the library 2014-12-22 00:14:56 -08:00
owned_slice.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
ptr.rs
show_span.rs
std_inject.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
test.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
visit.rs Add syntax for ranges 2014-12-24 09:12:45 +13:00