summary refs log tree commit diff
path: root/src/libstd/base64.rs
AgeCommit message (Expand)AuthorLines
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-27De-export std::{base64,cmp,par}. Part of #3583.Graydon Hoare-2/+2
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-6/+6
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+1
2012-09-21libcore: De-mode strPatrick Walton-13/+13
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-04libstd: "import" -> "use"Patrick Walton-1/+1
2012-09-03libstd: Make ToBase64 take slicesPatrick Walton-2/+2
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-1/+0
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
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
2012-07-03Add a basic base64 moduleErick Tryzelaar-0/+158