rust/src/libstd
2013-08-11 04:11:08 -07:00
..
fmt Add initial support for a new formatting syntax 2013-08-07 19:21:43 -07:00
num disable 64-bit CheckedMul on 32-bit 2013-08-11 02:58:52 -04:00
rand Change 'print(fmt!(...))' to printf!/printfln! in src/lib* 2013-07-24 09:45:20 -04:00
rt std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
str std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
task Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
unstable auto merge of #8412 : thestinger/rust/vector-add, r=alexcrichton 2013-08-11 04:11:08 -07:00
at_vec.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
bool.rs Remove redundant Ord method impls. 2013-08-09 14:28:14 +09:00
borrow.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
c_str.rs std: fix a bad type cast for in str.to_c_str() 2013-08-07 14:06:50 -07:00
cast.rs Remove trailing null from strings 2013-08-04 15:45:16 -07:00
cell.rs new snapshot 2013-07-22 01:09:48 -04:00
char.rs Remove redundant Ord method impls. 2013-08-09 14:28:14 +09:00
cleanup.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
clone.rs std: Implement Clone and DeepClone for extern "Rust" fn 2013-07-29 19:43:21 +02:00
cmp.rs Remove redundant Ord method impls. 2013-08-09 14:28:14 +09:00
comm.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
condition.rs make in and foreach get treated as keywords 2013-08-01 00:21:13 -04:00
container.rs Add default implementation of Map::contains_key function 2013-08-03 05:54:05 +04:00
either.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
from_str.rs Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
hash.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
hashmap.rs std: Iterator.chain_ -> .chain 2013-08-10 07:33:21 -07:00
io.rs Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls 2013-08-06 16:21:02 -07:00
iter.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
iterator.rs std: Transform.find_ -> .find 2013-08-10 07:33:22 -07:00
kinds.rs new snapshot 2013-07-22 01:09:48 -04:00
libc.rs std and rustc: explicitly pass c strings to c functions 2013-08-04 15:45:16 -07:00
local_data.rs std: add result.map_move, result.map_err_move 2013-08-07 08:23:55 -07:00
logging.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
macros.rs A major refactoring that changes the way the runtime uses TLS. In the 2013-08-01 15:14:00 -07:00
managed.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
nil.rs auto merge of #8404 : stepancheg/rust/zero-unit-inline, r=alexcrichton 2013-08-10 19:53:06 -07:00
ops.rs std: add benchmark for allocating-and-dropping a struct with a dtor. 2013-07-22 16:56:11 -07:00
option.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
os.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
owned.rs std: implement Total{Ord,Eq} for pointers. 2013-08-04 19:46:52 +10:00
path.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
prelude.rs add intrinsics for checked overflow add/sub/mul 2013-08-11 02:51:20 -04:00
ptr.rs Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls 2013-08-07 14:10:39 -07:00
rand.rs Add weak_rng to get a random algo that puts more emphasis on speed than security 2013-08-07 22:41:14 -04:00
reflect.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
repr.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
result.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
run.rs Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing-nulls 2013-08-09 18:48:01 -07:00
std.rs auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt 2013-08-09 21:56:17 -07:00
str.rs move strdup_uniq lang item to std::str 2013-08-11 03:14:35 -04:00
sys.rs auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt 2013-08-09 21:56:17 -07:00
to_bytes.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
to_str.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
trie.rs Merge branch 'trie-bound-iters' of https://github.com/dim-an/rust into rollup 2013-08-10 13:01:20 -07:00
tuple.rs std: Rename Iterator.transform -> .map 2013-08-10 07:33:21 -07:00
unicode.rs rustc: add a lint to enforce uppercase statics. 2013-07-01 17:52:57 +10:00
util.rs (cleanup) Use more do...finally in extra::sync. 2013-08-02 17:31:45 -04:00
vec.rs vec: optimize the Add implementation 2013-08-11 03:14:35 -04:00