about summary refs log tree commit diff
path: root/src/libstd/to_bytes.rs
AgeCommit message (Expand)AuthorLines
2013-08-18std::to_bytes: Implement IterBytes on 1- to 8-tuplesblake2-ppc-20/+29
2013-08-18std::to_bytes: Delimit sequences &[A] and ~str when hashingblake2-ppc-39/+38
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+1
2013-08-01std: Use `do` blocks instead of `for` with .iter_bytes()blake2-ppc-3/+4
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-0/+7
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-3/+6
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+3
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-29/+29
2013-06-15Add IterBytes impls for float/f32/f64. This allows creatinggareth-0/+30
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-10/+8
2013-05-30Require documentation by default for libstdAlex Crichton-0/+4
2013-05-23core: remove iter_bytes helper functionsErick Tryzelaar-36/+0
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+354