rust/src/libstd
Erick Tryzelaar 43aba856b4 std: Remove Zero impl from vec
Vecs are not numeric types, so it doesn't make sense for them to
implement Zero.
2013-09-12 18:54:13 -07:00
..
fmt auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw 2013-09-12 11:56:00 -07:00
num std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
rand
rt std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} 2013-09-12 18:54:13 -07:00
str Some work on std::ascii: Marked unsafe function unsafe, added moving implementations 2013-09-09 15:07:22 +02:00
task
unstable Flag the dynamic_lib tests as ignored 2013-09-11 23:22:52 -07:00
at_vec.rs std: rename Option::unwrap_or_default() to unwrap_or() 2013-09-12 18:54:11 -07:00
bool.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
borrow.rs
c_str.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
cast.rs
cell.rs
char.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
cleanup.rs
clone.rs
cmp.rs
comm.rs
condition.rs
container.rs
default.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
either.rs std: Add ToEither/IntoEither/AsEither 2013-09-12 18:54:12 -07:00
from_str.rs
hash.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
hashmap.rs std: add default implementations to HashMap 2013-09-12 18:54:12 -07:00
io.rs std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} 2013-09-12 18:54:13 -07:00
iter.rs std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} 2013-09-12 18:54:13 -07:00
kinds.rs
libc.rs
local_data.rs Remove hacks around issues in local_data 2013-09-09 01:01:23 -07:00
logging.rs
macros.rs
managed.rs
ops.rs
option.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
os.rs std: rename Option::unwrap_or_default() to unwrap_or() 2013-09-12 18:54:11 -07:00
owned.rs
path.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
prelude.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
ptr.rs implement raw pointer comparisons in librustc 2013-09-12 01:58:39 -04:00
rand.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
reflect_stage0.rs
reflect.rs
repr_stage0.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
repr.rs auto merge of #9065 : thestinger/rust/iter, r=alexcrichton 2013-09-09 00:26:07 -07:00
result.rs std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} 2013-09-12 18:54:13 -07:00
run.rs
select.rs auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton 2013-09-09 21:31:03 -07:00
std.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
str.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
sys.rs
to_bytes.rs std: fix a warning 2013-09-12 18:54:12 -07:00
to_str.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
trie.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
tuple.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
unicode.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
unit.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
util.rs
vec.rs std: Remove Zero impl from vec 2013-09-12 18:54:13 -07:00