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-12-11
Make base64::config fields public again
Steven Fackler
-3
/
+3
2013-12-11
Make 'self lifetime illegal.
Erik Price
-2
/
+2
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-2
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-6
/
+6
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-25
Fix typo in base64 test
Steven Fackler
-1
/
+1
2013-10-23
auto merge of #9810 : huonw/rust/rand3, r=alexcrichton
bors
-1
/
+1
2013-10-23
std::rand: add distributions::Range for generating [lo, hi).
Huon Wilson
-1
/
+1
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-1
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-3
/
+4
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-09
Correct code examples for base64 documentation
Geoffroy Couprie
-10
/
+13
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-1
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-27
auto merge of #9550 : alexcrichton/rust/remove-printf, r=thestinger
bors
-4
/
+4
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-4
/
+4
2013-09-26
base64: backticks for code in documentation
kud1ing
-5
/
+5
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-4
/
+4
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-2
/
+2
2013-09-10
std::at_vec and vec: Unify build_sized, build_sized_opt into build
blake2-ppc
-5
/
+2
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-3
/
+3
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