about summary refs log tree commit diff
path: root/src/libstd/base64.rs
AgeCommit message (Collapse)AuthorLines
2012-09-01Confirm demode of base64.rsKevin Cantu-0/+2
2012-08-28CamelCasify lots of stdBen Striegel-6/+7
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-9/+9
Closes #3245
2012-08-15Expunge match checksTim Chevalier-4/+7
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-5/+5
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-8/+6
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-24/+24
#2907.
2012-07-03Add a basic base64 moduleErick Tryzelaar-0/+158