index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
base64.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-06
Removed convenience encoding trait impls
Steven Fackler
-84
/
+41
2013-08-06
ToBase64 and ToHex perf improvements
Steven Fackler
-31
/
+30
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-10
/
+10
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-3
/
+3
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/lib*
Birunthan Mohanathas
-7
/
+7
2013-07-19
extra: add some microbenchmarks
Graydon Hoare
-67
/
+95
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-7
/
+7
2013-07-03
Upper-cased exported statics
Steven Fackler
-17
/
+17
2013-07-03
Base64 API changes
Steven Fackler
-34
/
+57
2013-07-03
Added functionality to Base64 package
Steven Fackler
-121
/
+210
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-4
/
+3
2013-06-22
replaced some 'std::' with 'extra::' in comments
reus
-10
/
+10
2013-06-16
remove unused imports
Huon Wilson
-2
/
+0
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-10
/
+9
2013-06-10
std: convert str::reserve* to methods, and methodise str::push_*.
Huon Wilson
-13
/
+13
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+4
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-28
Generalized implementation of FromBase64
Steven Fackler
-16
/
+16
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-12
/
+12
2013-05-23
cleanup warnings from libextra
Erick Tryzelaar
-11
/
+7
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+6
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+247