rust/src/libcore
Tim Chevalier 4876eb708c Fix #1996 (pending snapshot)
Change int to uint in some extfmt code. Remove the #[cfg(stage0)] code
after a snapshot.
2012-11-02 12:01:38 -07:00
..
int-template
iter-trait Remove superfluous by-ref in option::get, option::get_default, option::expect 2012-10-19 11:38:28 -07:00
task core: Remove the unused Notification enum 2012-10-23 14:21:15 -07:00
uint-template
at_vec.rs Implement proper subtyping for region fn types (part of #2263) 2012-10-24 18:56:31 -07:00
bool.rs
box.rs Move over to calling ptr::addr_of 2012-10-01 15:12:09 -07:00
cast.rs Make moves explicit in core tests 2012-10-12 20:43:37 -07:00
char.rs
cleanup.rs Make moves explicit in core tests 2012-10-12 20:43:37 -07:00
cmath.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
cmp.rs
comm.rs De-mode comm::Chan 2012-10-04 16:48:57 -07:00
condition.rs core: add condition.raise_default. 2012-10-22 18:22:21 -07:00
core.rc Rename core::uniq to core::owned 2012-10-25 14:48:28 -07:00
core.rs libcore: Implement a memory-safe "each_val" for data in aliasable, mutable locations 2012-11-02 10:17:32 -07:00
dlist.rs Remove superfluous by-ref in option::get, option::get_default, option::expect 2012-10-19 11:38:28 -07:00
dvec.rs libcore: Make a few more dvec functions inline. Improves profile of Servo. rs=me 2012-10-25 10:23:37 -07:00
either.rs Forbid deprecated modes again in core 2012-10-04 16:48:57 -07:00
extfmt.rs Fix #1996 (pending snapshot) 2012-11-02 12:01:38 -07:00
f32.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
f64.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
flate.rs Remove comment that is now false 2012-10-11 16:00:30 -07:00
float.rs Make to_str pure and fix const parameters for str-mutating functions 2012-10-11 14:17:59 -07:00
from_str.rs De-export logging, to_str, to_bytes, from_str, util. Part of #3583. 2012-09-28 17:47:09 -07:00
gc.rs rt: Remove box annihilator 2012-10-23 12:14:46 -07:00
hash.rs Remove un-needed comparisons, suppress warnings 2012-10-27 17:07:45 -07:00
int-template.rs Removing iter::TimesIx 2012-10-28 22:36:01 +02:00
io.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
iter-trait.rs Forbid deprecated modes again in core 2012-10-04 16:48:57 -07:00
iter.rs libcore: Implement a memory-safe "each_val" for data in aliasable, mutable locations 2012-11-02 10:17:32 -07:00
libc.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
logging.rs libcore: minor code cleanup. 2012-10-18 10:09:57 -07:00
mutable.rs Make moves explicit in core tests 2012-10-12 20:43:37 -07:00
num.rs
ops.rs Forbid deprecated modes again in core 2012-10-04 16:48:57 -07:00
option.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
os.rs Fix Windows breakage 2012-10-19 11:44:01 -07:00
owned.rs Rename core::uniq to core::owned 2012-10-25 14:48:28 -07:00
path.rs Make moves explicit in core tests 2012-10-12 20:43:37 -07:00
pipes.rs core: peek returns false for terminated pipes. Closes #3905 2012-11-02 00:57:44 -07:00
private.rs core: Remove remaining use of Future 2012-10-23 14:21:15 -07:00
ptr.rs Implement proper subtyping for region fn types (part of #2263) 2012-10-24 18:56:31 -07:00
rand.rs Forbid deprecated modes again in core 2012-10-04 16:48:57 -07:00
reflect.rs Export VecUnboxedRepr from vec so a test case can use it 2012-10-11 17:58:45 -07:00
repr.rs libcore: minor code cleanup. 2012-10-18 10:09:57 -07:00
result.rs core: Add Result.get_ref method 2012-10-22 18:31:22 -07:00
rt.rs De-export the submodules of task. Part of #3583. 2012-10-02 16:32:00 -07:00
run.rs libcore: Make run::program_output UTF-8 safe 2012-10-18 23:27:55 +09:00
send_map.rs Make moves explicit in core tests 2012-10-12 20:43:37 -07:00
stackwalk.rs Silence most of the remaining warnings 2012-10-05 11:53:24 -07:00
str.rs Implement proper subtyping for region fn types (part of #2263) 2012-10-24 18:56:31 -07:00
sys.rs Make moves explicit in core tests 2012-10-12 20:43:37 -07:00
task.rs core: Use PortOne instead of Future in future_result 2012-10-23 14:21:15 -07:00
to_bytes.rs De-export logging, to_str, to_bytes, from_str, util. Part of #3583. 2012-09-28 17:47:09 -07:00
to_str.rs Make to_str pure and fix const parameters for str-mutating functions 2012-10-11 14:17:59 -07:00
tuple.rs libcore Fix the tuple first_ref test 2012-10-07 20:30:17 -07:00
uint-template.rs Removing iter::TimesIx 2012-10-28 22:36:01 +02:00
unicode.rs
unit.rs
util.rs Remove uses of binary move - <- - from tests and libraries 2012-10-23 12:10:03 -07:00
vec.rs libcore: Implement a memory-safe "each_val" for data in aliasable, mutable locations 2012-11-02 10:17:32 -07:00