rust/src/libstd
Huon Wilson 119289b0f2 std: migrate the errno -> IoError converter from libnative.
This also adds a direct `errno` -> `~str` converter, rather than only
being possible to get a string for the very last error.
2014-04-01 20:46:09 +11:00
..
comm comm: Implement synchronous channels 2014-03-24 20:06:37 -07:00
fmt libstd: Document the following modules: 2014-03-25 10:12:49 -07:00
hash
io std: migrate the errno -> IoError converter from libnative. 2014-04-01 20:46:09 +11:00
num std: Touch various I/O documentation blocks 2014-03-25 10:27:24 -07:00
path Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
rt auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson 2014-03-26 01:41:57 -07:00
sync std: Unignore atomic tests 2014-03-24 17:17:46 -07:00
unstable comm: Implement synchronous channels 2014-03-24 20:06:37 -07:00
any.rs
ascii.rs iter: remove to_owned_vec 2014-03-23 05:41:23 -04:00
bool.rs
c_str.rs
c_vec.rs
cast.rs
cell.rs
char.rs libstd: Document the following modules: 2014-03-25 10:12:49 -07:00
cleanup.rs
clone.rs
cmp.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
container.rs
default.rs
from_str.rs
gc.rs
intrinsics.rs Snapshot cleanup 2014-03-23 09:45:13 -07:00
iter.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
kinds.rs std: expand the Share docs to make them more precise. 2014-03-26 00:25:17 +11:00
lib.rs green: Remove the dependence on the crate map 2014-03-24 11:19:28 -07:00
libc.rs
local_data.rs
macros.rs
managed.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
mem.rs
ops.rs
option.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
os.rs std: migrate the errno -> IoError converter from libnative. 2014-04-01 20:46:09 +11:00
owned.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
prelude.rs comm: Implement synchronous channels 2014-03-24 20:06:37 -07:00
ptr.rs
raw.rs
rc.rs
reference.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
reflect.rs
repr.rs
result.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
rtdeps.rs std: Explicitly link to libm for freebsd 2014-03-25 09:47:22 -07:00
slice.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
str.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
task.rs
to_str.rs
tuple.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
ty.rs Register new snapshots 2014-03-23 11:37:31 +01:00
unicode.rs
unit.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
vec.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00