rust/src/librustdoc
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
..
clean rollup merge of #19891: nikomatsakis/unique-fn-types-3 2014-12-22 12:51:23 -08:00
html Rename include_bin! to include_bytes! 2014-12-23 22:06:32 +13:00
core.rs Separate the driver into its own crate that uses trans, typeck. 2014-12-04 10:04:52 -05:00
doctree.rs serialize: Fully deprecate the library 2014-12-22 00:14:56 -08:00
externalfiles.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
flock.rs
fold.rs librustdoc: fix fallout 2014-12-13 17:03:44 -05:00
lib.rs serialize: Fully deprecate the library 2014-12-22 00:14:56 -08:00
markdown.rs std: Add a new top-level thread_local module 2014-11-23 23:37:16 -08:00
passes.rs Fallout of std::str stabilization 2014-12-21 23:31:42 -08:00
plugins.rs
stability_summary.rs serialize: Fully deprecate the library 2014-12-22 00:14:56 -08:00
test.rs Revise std::thread API to join by default 2014-12-18 23:31:52 -08:00
visit_ast.rs Parse unsafe impl but don't do anything particularly interesting with the results. 2014-12-14 11:11:55 -05:00