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
/
libstd
/
base64.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-27
De-export std::{base64,cmp,par}. Part of #3583.
Graydon Hoare
-2
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-6
/
+6
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-2
/
+1
2012-09-21
libcore: De-mode str
Patrick Walton
-13
/
+13
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-1
/
+1
2012-09-03
libstd: Make ToBase64 take slices
Patrick Walton
-2
/
+2
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-1
/
+0
2012-09-01
Confirm demode of base64.rs
Kevin Cantu
-0
/
+2
2012-08-28
CamelCasify lots of std
Ben Striegel
-6
/
+7
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-9
/
+9
2012-08-15
Expunge match checks
Tim Chevalier
-4
/
+7
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-8
/
+6
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-24
/
+24
2012-07-03
Add a basic base64 module
Erick Tryzelaar
-0
/
+158