rust/src/libcore
Utkarsh Kukreti cf4864a7a5 Fix docs for core::result::Result::map.
`reader.read_line()` includes trailing newline char, which makes
`from_str` always return `None`.
2014-06-01 12:18:39 +05:30
..
fmt std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
num std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
any.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
atomics.rs core: Inherit the atomics module 2014-05-13 23:59:03 -07:00
bool.rs Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
cell.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
char.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00
clone.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
cmp.rs syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} 2014-05-30 16:03:25 -07:00
container.rs
default.rs Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
failure.rs Register new snapshots 2014-05-30 15:52:23 -07:00
finally.rs std: Move unstable::finally to std::finally. #1457 2014-05-23 15:28:27 -07:00
intrinsics.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
iter.rs syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} 2014-05-30 16:03:25 -07:00
kinds.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
lib.rs std: Recreate a rand module 2014-05-29 16:18:26 -07:00
macros.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
mem.rs auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichton 2014-05-28 07:46:45 -07:00
ops.rs Move trait impls for primitives near trait definition 2014-05-28 17:15:35 +02:00
option.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
prelude.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
ptr.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
raw.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
result.rs Fix docs for core::result::Result::map. 2014-06-01 12:18:39 +05:30
should_not_exist.rs libcore: Remove all uses of ~str from libcore. 2014-05-22 14:42:02 -07:00
simd.rs core: Derive Show on SIMD types 2014-05-23 15:28:30 -07:00
slice.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
str.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
tuple.rs std: Rename {Eq,Ord} to Partial{Eq,Ord} 2014-05-30 15:52:24 -07:00
ty.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
unicode.rs lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. 2014-05-30 17:55:41 +01:00