rust/src/libstd
Daniel Micay 2afed31ecc vec: optimize the Add implementation
before:

test add ... bench: 164 ns/iter (+/- 1)

after:

test add ... bench: 113 ns/iter (+/- 2)
2013-08-11 03:14:35 -04:00
..
fmt Add initial support for a new formatting syntax 2013-08-07 19:21:43 -07:00
num Remove redundant Ord method impls. 2013-08-09 14:28:14 +09:00
rand
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 Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -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
c_str.rs
cast.rs
cell.rs
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
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
container.rs
either.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
from_str.rs
hash.rs
hashmap.rs std: Iterator.chain_ -> .chain 2013-08-10 07:33:21 -07:00
io.rs
iter.rs
iterator.rs std: Transform.find_ -> .find 2013-08-10 07:33:22 -07:00
kinds.rs
libc.rs
local_data.rs
logging.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
macros.rs
managed.rs
nil.rs auto merge of #8404 : stepancheg/rust/zero-unit-inline, r=alexcrichton 2013-08-10 19:53:06 -07:00
ops.rs
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
path.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
prelude.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
ptr.rs
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
repr.rs
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 std: fix the non-stage0 str::raw::slice_bytes which broke in a merge 2013-08-10 07:33:22 -07: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
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
util.rs
vec.rs vec: optimize the Add implementation 2013-08-11 03:14:35 -04:00