rust/src/libstd
bors 1e4e55aebc auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton
I found some occurrences of "failure" and "fails" in the documentation. I changed them to "panics" if it means a task panic. Otherwise I left it as is, or changed it to "errors" to clearly distinguish them.

Also, I made a minor fix that is breaking the layout of a module page. "Example" is shown in an irrelevant place from the following page: http://doc.rust-lang.org/std/os/index.html
2014-11-14 18:17:28 +00:00
..
collections auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton 2014-11-14 18:17:28 +00:00
io auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton 2014-11-14 18:17:28 +00:00
num auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton 2014-11-14 18:17:28 +00:00
path Revert the need for initial values with arithmetic iterators 2014-11-14 15:35:44 +11:00
rand Remove lots of numeric traits from the preludes 2014-11-13 03:46:03 +11:00
rt Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
sync
sys Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
time auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton 2014-11-14 05:37:17 +00:00
ascii.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
bitflags.rs Repair various cases where values of distinct types were being operated 2014-11-05 09:15:28 -05:00
c_vec.rs
dynamic_lib.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
error.rs std::error: fix stray doc comment 2014-11-04 12:43:35 -08:00
failure.rs
fmt.rs Remove lots of numeric traits from the preludes 2014-11-13 03:46:03 +11:00
from_str.rs
hash.rs
lib.rs Fix broken documentation link 2014-11-10 08:22:10 +01:00
macros.rs Add optional messages to the unreachable macro. 2014-11-10 19:35:25 -08:00
os.rs Fix documentation bug 2014-11-12 03:48:42 +09:00
prelude.rs Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
rtdeps.rs
task.rs note the intent of reforming task spawning 2014-11-10 17:19:06 -05:00
to_string.rs