rust/src/libcore
Brian Anderson 6c478c7de8 Merge remote-tracking branch 'brson/io' into incoming
Conflicts:
	mk/rt.mk
	src/libcore/run.rs
2013-05-02 20:51:56 -07:00
..
num Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
rand libcore: add N(0,1) and Exp(1) distributions to core::rand. 2013-05-01 16:51:45 -07:00
rt Merge remote-tracking branch 'brson/io' 2013-04-30 17:01:27 -07:00
str
task Merge remote-tracking branch 'brson/io' into incoming 2013-05-02 20:51:56 -07:00
unstable Merge remote-tracking branch 'brson/io' into incoming 2013-05-02 20:51:56 -07:00
at_vec.rs librustc: Rename reinterpret_cast to transmute_copy and remove the intrinsic 2013-04-29 14:30:53 -07:00
bool.rs
cast.rs test: Fix tests. 2013-04-29 14:30:56 -07:00
cell.rs
char.rs char: fix unused import warning 2013-04-30 13:01:12 -04:00
cleanup.rs
clone.rs
cmp.rs
comm.rs test: Fix more tests. 2013-04-29 14:30:57 -07:00
condition.rs
container.rs
core.rc Merge remote-tracking branch 'brson/io' into incoming 2013-05-02 20:51:56 -07:00
either.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
flate.rs librustc: Remove ptr::addr_of. 2013-04-29 14:30:53 -07:00
from_str.rs
gc.rs librustc: Remove ptr::addr_of. 2013-04-29 14:30:53 -07:00
hash.rs
hashmap.rs mod items need to be marked with cfg(test) not test. 2013-05-02 08:55:08 +02:00
io.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
iter.rs iter: add max and min functions 2013-04-30 14:14:55 -04:00
iterator.rs libcore: Make ChainIterator take two different-typed Iterators. 2013-05-02 11:10:13 +09:00
kinds.rs
libc.rs Convert most of rust_run_program.cpp to rust (issue #2674). 2013-05-02 19:26:52 +01:00
logging.rs
macros.rs
managed.rs librustc: Remove ptr::addr_of. 2013-04-29 14:30:53 -07:00
nil.rs
old_iter.rs make way for a new iter module 2013-04-28 22:31:39 -04:00
ops.rs Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
option.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
os.rs Convert most of rust_run_program.cpp to rust (issue #2674). 2013-05-02 19:26:52 +01:00
owned.rs
path.rs auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brson 2013-04-29 20:48:37 -07:00
pipes.rs pipes: use finally to fix pipes::try_recv 2013-05-01 07:50:13 -07:00
prelude.rs Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
ptr.rs librustc: Rename reinterpret_cast to transmute_copy and remove the intrinsic 2013-04-29 14:30:53 -07:00
rand.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
reflect.rs
repr.rs More cases of [cfg(test)] instead of [test]. 2013-05-02 08:55:08 +02:00
result.rs
run.rs Fix some issues with test_destroy_actually_kills: 2013-05-02 21:19:12 +01:00
stackwalk.rs librustc: Make &fn by-copy by default and remove the mode from frame_address. 2013-04-29 14:30:55 -07:00
str.rs libcore: optimize string joining routines. 2013-05-02 19:49:15 +10:00
sys.rs Merge remote-tracking branch 'brson/io' into incoming 2013-05-02 20:51:56 -07:00
to_bytes.rs
to_str.rs
trie.rs
tuple.rs
unicode.rs The following code was generated by "src/etc/unicode.py" 2013-05-02 13:38:39 +03:00
unstable.rs
util.rs
vec.rs I modified the doc of from_elem, from_fn, I think it returns an owned vector 2013-04-30 18:39:16 +09:00