rust/src/librustdoc
bors e5fdc7dee5 auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-containing-the-destruction-of-the-unreachable-function, r=alexcrichton
This is the second of two parts of #8991, now possible as a new snapshot
has been made. (The first part implemented the unreachable!() macro; it
was #8992, 6b7b8f2682.)

``std::util::unreachable()`` is removed summarily; any code which used
it should now use the ``unreachable!()`` macro.

Closes #9312.

Closes #8991.
2013-09-20 00:36:11 -07:00
..
astsrv.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
attr_parser.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
attr_pass.rs std: rename Option::unwrap_or_default() to unwrap_or() 2013-09-12 18:54:11 -07:00
config.rs Turned extra::getopts functions into methods 2013-09-19 12:32:18 +02:00
demo.rs switch Drop to &mut self 2013-09-16 22:19:23 -04:00
desc_to_brief_pass.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
doc.rs Change const to static 2013-08-07 22:41:13 -04:00
escape_pass.rs
extract.rs Delay assignment of node ids until after expansion. Ensures that each AST node 2013-09-10 05:45:12 -04:00
fold.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
markdown_index_pass.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
markdown_pass.rs Change const to static 2013-08-07 22:41:13 -04:00
markdown_writer.rs Modernize extra::future API 2013-09-19 15:19:20 -07:00
page_pass.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
parse.rs Remove unused automatic cfg bindings Fixes #7169 2013-08-13 17:06:27 -07:00
pass.rs
path_pass.rs
prune_hidden_pass.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
prune_private_pass.rs Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
rustdoc.rs removed os::set_args, closing #8325 2013-08-23 10:26:37 +08:00
sectionalize_pass.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
sort_item_name_pass.rs
sort_item_type_pass.rs Change const to static 2013-08-07 22:41:13 -04:00
sort_pass.rs
text_pass.rs
trim_pass.rs
tystr_pass.rs std: Transform.find_ -> .find 2013-08-10 07:33:22 -07:00
unindent_pass.rs