about summary refs log tree commit diff
path: root/src/libstd/unstable/extfmt.rs
AgeCommit message (Expand)AuthorLines
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-5/+5
2013-08-04Remove trailing null from stringsErick Tryzelaar-6/+8
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+5
2013-07-29Added %p directive to fmt!, which expects *T as argumentDo Nhat Minh-0/+7
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+2
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+1
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-0/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-4/+4
2013-06-11option: remove redundant old_iter implsDaniel Micay-6/+6
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+690