rust/src/libcore
2013-02-19 07:06:36 -08:00
..
iter-trait libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
num auto merge of #4957 : Kimundi/rust/incoming, r=catamorphism 2013-02-15 17:29:57 -08:00
private auto merge of #4938 : thestinger/rust/no_zero, r=brson 2013-02-14 18:27:54 -08:00
task libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
at_vec.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
bool.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cast.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
char.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cleanup.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
clone.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
cmp.rs core: add min and max to cmp, re-export various places. 2013-02-13 11:46:25 -08:00
condition.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
container.rs rm each method from the Map trait 2013-02-07 22:04:35 -05:00
core.rc Move semver to std and finish rustpkg 2013-02-15 18:04:10 -08:00
dlist.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
dvec.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
either.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
extfmt.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
flate.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
from_str.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
gc.rs core: Remove structural records from the rest of core, except pipes 2013-02-07 22:48:57 -08:00
hash.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
hashmap.rs add reserve_at_least method to LinearMap/LinearSet 2013-02-15 02:39:20 -05:00
io.rs auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson 2013-02-15 13:54:49 -08:00
iter-trait.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
iter.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
kinds.rs Register snapshots 2012-12-17 16:44:27 -08:00
libc.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
logging.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
managed.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
mutable.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
nil.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
ops.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
option.rs rustpkg: Massage for landing. 2013-02-15 18:50:51 -08:00
os.rs core: Fix BSD breakage, I hope 2013-02-18 20:12:17 -08:00
owned.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
path.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
pipes.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
prelude.rs libcore: Move the numeric operations out of Num. r=brson 2013-02-14 08:14:01 -08:00
private.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
ptr.rs libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut 2013-02-14 18:36:10 -08:00
rand.rs rt: fix memory-unsafe random seed logic, r=valgrindclean 2013-02-19 07:06:36 -08:00
reflect.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
repr.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
result.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
rt.rs core: Clean up XXXes 2013-02-14 18:17:56 -08:00
run.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
stackwalk.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
str.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
sys.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
to_bytes.rs librustc: Stop parsing impl Type : Trait and fix several declarations that slipped through. r=tjc 2013-02-15 16:59:56 -08:00
to_str.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
tuple.rs librustc: Replace impl Type : Trait with impl Trait for Type. rs=implflipping 2013-02-14 14:44:12 -08:00
unicode.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
util.rs libcore: Get rid of move. 2013-02-15 02:49:54 -08:00
vec.rs vec: grow_fn doesn't require Copy 2013-02-17 14:09:09 -05:00