rust/src/libcore
OGINO Masanori 3e6edee002 num: Fix the documentation of abs_sub.
Use proper argument names and unbackquote the word "zero" because it is
not an identifier.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-08-04 14:04:28 +09:00
..
fmt std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
num num: Fix the documentation of abs_sub. 2014-08-04 14:04:28 +09:00
tuple std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
any.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
atomics.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
cell.rs Fix misspelled comments. 2014-08-01 19:42:52 -04:00
char.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
clone.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
cmp.rs auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton 2014-08-03 06:31:09 +00:00
collections.rs Document some trait methods. 2014-07-19 12:26:18 +02:00
default.rs auto merge of #15806 : treeman/rust/std-doc, r=alexcrichton 2014-07-20 17:46:32 +00:00
failure.rs core: Fix failure doc comment 2014-07-31 07:30:17 -07:00
finally.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
intrinsics.rs libcore: Reexport a couple of widely-used low-level intrinsics to reduce 2014-07-09 22:28:23 -07:00
iter.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
kinds.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
lib.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
macros.rs Use correct conventions for static 2014-07-28 13:40:55 -07:00
mem.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
ops.rs librustc: Make bare functions implement the FnMut trait. 2014-07-24 07:26:22 -07:00
option.rs Implement slice::Vector for Option<T> and CVec<T> 2014-07-31 11:50:24 -07:00
prelude.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
ptr.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
raw.rs Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
result.rs Document that Result.unwrap prints the Err's value 2014-07-14 10:20:29 +02:00
simd.rs Fix spelling errors in comments. 2014-06-08 13:39:42 -04:00
slice.rs libcore: Fix Items iterator for zero sized types. 2014-07-05 02:49:03 -07:00
str.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00