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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
base64.rs
Age
Commit message (
Expand
)
Author
Lines
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