rust/src/libstd
2014-01-21 15:48:48 -08:00
..
comm Rename iterators for consistency 2014-01-18 01:15:15 -05:00
fmt [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
io [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
num [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
path [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() behavior 2014-01-21 15:48:48 -08:00
rand auto merge of #11503 : FlaPer87/rust/master, r=huonw 2014-01-17 20:36:47 -08:00
rt Purge borrowck from libstd 2014-01-21 09:23:56 -08:00
sync [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior 2014-01-21 15:48:47 -08:00
unstable Purge borrowck from libstd 2014-01-21 09:23:56 -08:00
any.rs
ascii.rs Issue #3511 - Rationalize temporary lifetimes. 2014-01-15 18:34:38 -05:00
at_vec.rs libstd: Added more #[inline] annotations and replaced uses of libc::abort with the intrinsic. 2014-01-15 11:45:12 +02:00
bool.rs Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
borrow.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
c_str.rs [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() behavior 2014-01-21 15:48:48 -08:00
cast.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
cell.rs
char.rs Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
cleanup.rs remove the concept of managed-unique from libstd 2014-01-15 08:22:59 -05:00
clone.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
cmp.rs Remove ApproxEq and assert_approx_eq! 2014-01-09 15:41:46 +11:00
condition.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
container.rs
default.rs
from_str.rs
gc.rs add an experimental tag for Gc<T> due to cycles 2014-01-14 17:13:22 -05:00
hash.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
hashmap.rs Rename iterators for consistency 2014-01-18 01:15:15 -05:00
iter.rs Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
kinds.rs
lib.rs Register new snapshots 2014-01-20 19:45:38 -08:00
libc.rs handle zero-size allocations correctly 2014-01-17 23:41:31 -05:00
local_data.rs libstd: Added more #[inline] annotations and replaced uses of libc::abort with the intrinsic. 2014-01-15 11:45:12 +02:00
logging.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
managed.rs remove the concept of managed-unique from libstd 2014-01-15 08:22:59 -05:00
mem.rs
ops.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
option.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
os.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
owned.rs librustc: Implement placement box for GC and unique pointers. 2014-01-09 16:05:34 -08:00
prelude.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
ptr.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
rc.rs remove reference counting headers from ~ 2014-01-14 22:01:40 -05:00
reflect.rs register snapshots 2014-01-15 08:22:56 -05:00
repr.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
result.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
rtdeps.rs
run.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
send_str.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
str.rs [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old from_utf8_owned() behavior 2014-01-21 15:48:48 -08:00
task.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
to_bytes.rs Tweak the interface of std::io 2014-01-17 10:00:47 -08:00
to_str.rs
trie.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
tuple.rs Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
unicode.rs
unit.rs Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
util.rs Remove typo 2014-01-16 05:56:56 -05:00
vec.rs [std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior 2014-01-21 15:48:47 -08:00