rust/src/libstd
bors b48bc9ec93 auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton
Commits for details. Highlights:

- `flate` returns `CVec<u8>` to save reallocating a whole new `&[u8]`
- a lot of `transmute`s removed outright or replaced with `as` (etc.)
2014-02-24 14:37:01 -08:00
..
comm auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton 2014-02-21 07:06:51 -08:00
fmt Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
hash std: fix the hash doctest 2014-02-22 14:12:47 -08:00
io windows: Fix the test_exists unit test 2014-02-24 12:33:06 -08:00
num auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton 2014-02-24 14:37:01 -08:00
path Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
rand
rt Roll std::run into std::io::process 2014-02-23 21:51:17 -08:00
sync std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
unstable std: Move unstable::stack to rt::stack 2014-02-23 01:47:08 -08:00
any.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
ascii.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
bool.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
c_str.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
cast.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
cell.rs
char.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
cleanup.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
clone.rs
cmp.rs
container.rs
default.rs
from_str.rs
gc.rs
intrinsics.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
iter.rs Move std::num::Integer to libnum 2014-02-22 01:45:29 +11:00
kinds.rs
lib.rs auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brson 2014-02-23 22:06:50 -08:00
libc.rs
local_data.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
logging.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00
macros.rs libstd: Implement some convenience methods on vectors 2014-02-21 10:54:14 -08:00
managed.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
mem.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
ops.rs
option.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
os.rs Warn about unnecessary parentheses upon assignment 2014-02-22 16:32:48 +01:00
owned.rs
prelude.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
ptr.rs std: Move intrinsics to std::intrinsics. 2014-02-23 01:07:53 -08:00
raw.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
rc.rs
reference.rs
reflect.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
repr.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
result.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
rtdeps.rs
str.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
task.rs
to_str.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
tuple.rs Remove all ToStr impls, add Show impls 2014-02-23 20:51:56 -08:00
unicode.rs
unit.rs
vec_ng.rs std: Move raw to std::raw 2014-02-23 01:07:53 -08:00
vec.rs auto merge of #12311 : brson/rust/unstable, r=alexcrichton 2014-02-23 02:21:53 -08:00