rust/src/libstd
bors bee40a9f98 auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton
This drops more of the old C++ runtime to rather be written in rust. A few
features were lost along the way, but hopefully not too many. The main loss is
that there are no longer backtraces associated with allocations (rust doesn't
have a way of acquiring those just yet). Other than that though, I believe that
the rest of the debugging utilities made their way over into rust.

Closes #8704
2013-10-28 06:41:40 -07:00
..
fmt
num
path Remove thread-blocking call to libc::stat in Path::stat 2013-10-22 18:25:07 -07:00
rand auto merge of #9810 : huonw/rust/rand3, r=alexcrichton 2013-10-23 08:31:21 -07:00
rt auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton 2013-10-28 06:41:40 -07:00
str
task Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
unstable auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton 2013-10-28 06:41:40 -07:00
any.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
at_vec.rs Rewrite boxed_region/memory_region in Rust 2013-10-26 01:10:39 -07:00
bool.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
borrow.rs
c_str.rs Remove IoFactoryObject for ~IoFactory 2013-10-24 14:21:57 -07:00
cast.rs
cell.rs
char.rs
cleanup.rs Rewrite boxed_region/memory_region in Rust 2013-10-26 01:10:39 -07:00
clone.rs
cmp.rs
comm.rs
condition.rs
container.rs
default.rs
either.rs
from_str.rs
hash.rs Clarify that the SipHash implementation has not be validated for cryptographic purposes. 2013-10-27 19:51:19 -04:00
hashmap.rs
iter.rs
kinds.rs
libc.rs
local_data.rs
logging.rs Move as much I/O as possible off of native::io 2013-10-24 14:21:57 -07:00
managed.rs
mem.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
ops.rs
option.rs
os.rs Test fixes and merge conflicts 2013-10-24 14:21:58 -07:00
owned.rs
prelude.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
ptr.rs Implement Clone trait for mutable unsafe pointers 2013-10-25 18:43:55 +09:00
rc.rs
reflect.rs
repr.rs
result.rs
routine.rs
run.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
select.rs Implement a basic event loop built on LittleLock 2013-10-24 23:49:11 -07:00
send_str.rs
std.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
str.rs Remove IoFactoryObject for ~IoFactory 2013-10-24 14:21:57 -07:00
sys.rs Allow fail messages to be caught, and introduce the Any trait 2013-10-28 08:50:32 +01:00
to_bytes.rs Remove std::io once and for all! 2013-10-24 14:22:34 -07:00
to_str.rs
trie.rs
tuple.rs
unicode.rs
unit.rs
util.rs
vec.rs