rust/src/libstd
blake2-ppc 4849a42bf6 std: Implement FromIterator for ~str
FromIterator initially only implemented for Iterator<char>, which is the
type of the main iterator.
2013-07-29 02:40:28 +02:00
..
num Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
rand Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
rt Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
str
task Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
unstable Fix spelling errors 2013-07-28 20:45:23 +12:00
at_vec.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
bool.rs Implement std::num::Zero for bool 2013-07-24 22:54:32 +03:00
borrow.rs
cast.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
cell.rs
char.rs
cleanup.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
clone.rs
cmp.rs auto merge of #8030 : thestinger/rust/iterator, r=huonw 2013-07-25 13:49:43 -07:00
comm.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
condition.rs
container.rs Added default impls for container methods 2013-07-25 15:17:30 -07:00
either.rs
from_str.rs
gc.rs Convert uses of transmute which don't need it 2013-07-24 23:12:28 -07:00
hash.rs
hashmap.rs Refactored vec and str iterators to remove prefixes 2013-07-28 13:37:35 -07:00
io.rs ReaderUtil::each_byte shouldn't include EOF byte -- Issue #5056 2013-07-28 16:53:00 +04:00
iter.rs
iterator.rs iterator: add an Extendable trait 2013-07-27 17:42:10 -04:00
kinds.rs
libc.rs
local_data.rs
logging.rs
macros.rs
managed.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
nil.rs
ops.rs
option.rs std: Put the option tests into a tests submodule 2013-07-27 23:42:53 -07:00
os.rs std: remove a malloc from os::fill_charp_buf 2013-07-23 16:56:23 -07:00
owned.rs
path.rs
pipes.rs
prelude.rs
ptr.rs
rand.rs Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
reflect.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
repr.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
result.rs std: cleanup imports in result::tests 2013-07-27 23:42:53 -07:00
run.rs std: str.as_bytes_with_null_consume() => str.to_bytes_with_null() 2013-07-24 12:33:49 -07:00
stackwalk.rs
std.rs Remove unnecessary #[path = "***/mod.rs"] lines. 2013-07-27 15:53:30 +09:00
str.rs std: Implement FromIterator for ~str 2013-07-29 02:40:28 +02:00
sys.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
to_bytes.rs
to_str.rs ToStr for HashMap does not need value to implement Eq or Hash 2013-07-24 09:45:21 -04:00
trie.rs Added default impls for container methods 2013-07-25 15:17:30 -07:00
tuple.rs
unicode.rs
util.rs
vec.rs Refactored vec and str iterators to remove prefixes 2013-07-28 13:37:35 -07:00