summary refs log tree commit diff
path: root/src/libextra/base64.rs
AgeCommit message (Expand)AuthorLines
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