rust/src/libsync
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
..
comm Fix remaining documentation to reflect fail!() -> panic!() 2014-11-12 03:36:09 +09:00
atomic.rs Register new snapshots 2014-10-10 22:09:49 -07:00
deque.rs bubble up out-of-memory errors from liballoc 2014-11-01 19:23:20 -04:00
lib.rs Update code with new lint names 2014-10-28 08:54:21 -07:00
lock.rs Fix remaining documentation to reflect fail!() -> panic!() 2014-11-12 03:36:09 +09:00
mpmc_bounded_queue.rs Create UnsignedInt trait and deprecate free functions 2014-11-13 02:02:44 +11:00
mpsc_intrusive.rs stabilize atomics (now atomic) 2014-08-04 16:03:21 -07:00
mpsc_queue.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
mutex.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
one.rs Clean up rustc warnings. 2014-10-13 14:16:22 +08:00
raw.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
spsc_queue.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00