about summary refs log tree commit diff
path: root/src/libcore/to_bytes.rs
AgeCommit message (Expand)AuthorLines
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-2/+2
2012-08-14De-mode more pieces of core.Graydon Hoare-0/+4
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-5/+5
2012-08-08Convert impls to new syntaxBrian Anderson-4/+4
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-2/+2
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-07-03Add a to_bytes iface and a handful of implsErick Tryzelaar-0/+19