summary refs log tree commit diff
path: root/src/libstd/to_str.rs
AgeCommit message (Expand)AuthorLines
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+1
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-6/+11
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-2/+2
2013-06-25Add missing import to testsJames Miller-1/+1
2013-06-25Warning policeJames Miller-2/+0
2013-06-24remove old_iterDaniel Micay-1/+0
2013-06-23std::to_str: Use .iter() for HashMap and HashSetblake2-ppc-2/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+5
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-9/+9
2013-06-17Improved std::asciiMarvin Löbel-1/+1
2013-06-06libstd: use fmt! in to_str impl for (one|two)-tupleRamkumar Ramachandra-2/+2
2013-06-06libstd: fix comment in to_str impl of tupleRamkumar Ramachandra-2/+2
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-15/+15
2013-05-31bool: rm functions duplicating methodsDaniel Micay-4/+0
2013-05-30Require documentation by default for libstdAlex Crichton-1/+3
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+240