about summary refs log tree commit diff
path: root/src/libextra/base64.rs
AgeCommit message (Expand)AuthorLines
2013-08-06Removed convenience encoding trait implsSteven Fackler-84/+41
2013-08-06ToBase64 and ToHex perf improvementsSteven Fackler-31/+30
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-10/+10
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-3/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-7/+7
2013-07-19extra: add some microbenchmarksGraydon Hoare-67/+95
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-7/+7
2013-07-03Upper-cased exported staticsSteven Fackler-17/+17
2013-07-03Base64 API changesSteven Fackler-34/+57
2013-07-03Added functionality to Base64 packageSteven Fackler-121/+210
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-4/+3
2013-06-22replaced some 'std::' with 'extra::' in commentsreus-10/+10
2013-06-16remove unused importsHuon Wilson-2/+0
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-10/+9
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-13/+13
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-28Generalized implementation of FromBase64Steven Fackler-16/+16
2013-05-27syntax highlight code examples in docstringsDaniel Micay-12/+12
2013-05-23cleanup warnings from libextraErick Tryzelaar-11/+7
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+6
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+247