summary refs log tree commit diff
path: root/src/libcore/to_str.rs
AgeCommit message (Expand)AuthorLines
2012-07-08core: Ignore to_str::test_vectors. It's bustedBrian Anderson-0/+1
2012-07-08Add test attributes to test functions missing test attributes.Ryan Scheel-0/+2
2012-07-06Move string append to libraries. Closes #2710.Michael Sullivan-3/+3
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-7/+7
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-6/+7
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-0/+6
2012-05-25core: Add to_str impls for remaining int typesBrian Anderson-5/+20
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-1/+1
2012-03-07add mutability annotations to libcoreNiko Matsakis-1/+1
2012-02-22Add core::to_str moduleMarijn Haverbeke-0/+91