rust/src/libstd
Huon Wilson 713ca7d540 std: mark two helper functions #[inline].
`str::utf8_char_width` and `char::from_u32` are tiny, which means it's a
big performance hit to call them in a tight loop outside libstd.
2014-02-23 09:11:36 +11:00
..
comm auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichton 2014-02-21 07:06:51 -08:00
fmt Decouple integer formatting from std::num::strconv 2014-02-22 03:56:16 +11:00
io Reduce reliance on to_str_radix 2014-02-22 03:56:16 +11:00
num auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton 2014-02-21 16:36:52 -08:00
path move extra::test to libtest 2014-02-20 16:03:58 +08:00
rand move extra::test to libtest 2014-02-20 16:03:58 +08:00
rt move extra::test to libtest 2014-02-20 16:03:58 +08:00
sync Spellcheck library docs. 2014-02-18 08:05:35 +11:00
unstable Made fail_bounds_check more careful with strings. 2014-02-17 19:35:59 -08:00
any.rs
ascii.rs
bool.rs
c_str.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
cast.rs
cell.rs
char.rs std: mark two helper functions #[inline]. 2014-02-23 09:11:36 +11:00
cleanup.rs
clone.rs
cmp.rs
container.rs
default.rs
from_str.rs
gc.rs
hash.rs Reduce reliance on to_str_radix 2014-02-22 03:56:16 +11:00
hashmap.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
iter.rs Move std::num::Integer to libnum 2014-02-22 01:45:29 +11:00
kinds.rs
lib.rs rustdoc: Show macros in documentation 2014-02-19 01:10:31 -08:00
libc.rs
local_data.rs
logging.rs
macros.rs libstd: Implement some convenience methods on vectors 2014-02-21 10:54:14 -08:00
managed.rs
mem.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
ops.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
option.rs
os.rs Fix getting/setting huge env vars on windows 2014-02-19 08:11:00 -08:00
owned.rs
prelude.rs Move std::num::Integer to libnum 2014-02-22 01:45:29 +11:00
ptr.rs ptr::RawPtr, spell out units used for the offset argument. 2014-02-20 14:58:46 +01:00
rc.rs
reference.rs
reflect.rs
repr.rs Reduce reliance on to_str_radix 2014-02-22 03:56:16 +11:00
result.rs
rtdeps.rs
run.rs
str.rs std: mark two helper functions #[inline]. 2014-02-23 09:11:36 +11:00
task.rs
to_bytes.rs libstd: Implement some convenience methods on vectors 2014-02-21 10:54:14 -08:00
to_str.rs
trie.rs move extra::test to libtest 2014-02-20 16:03:58 +08:00
tuple.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
unicode.rs
unit.rs
vec_ng.rs libstd: Implement some convenience methods on vectors 2014-02-21 10:54:14 -08:00
vec.rs Move std::num::Integer to libnum 2014-02-22 01:45:29 +11:00