summary refs log tree commit diff
path: root/src/libcore/to_str.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-25/+27
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-2/+1
2012-09-21libcore: De-mode strPatrick Walton-3/+3
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-0/+6
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-1/+1
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-1/+1
2012-09-12libcore: Add some visitor-based logging functionalityPatrick Walton-0/+6
2012-09-12core: Implement ToStr for @strPhilipp Brüschweiler-0/+4
2012-09-10Make more moves explicit in libcoreTim Chevalier-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-2/+2
2012-09-02Silence non-implicitly-copyable-typarams in coretestBrian Anderson-0/+1
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-1/+1
2012-08-25libcore: Add an implementation of to_str for &str.Patrick Walton-0/+3
2012-08-14De-mode more pieces of core.Graydon Hoare-0/+4
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-20/+20
2012-08-08Convert impls to new syntaxBrian Anderson-19/+19
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-42/+42
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