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
/
libserialize
/
base64.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-2
/
+2
2014-12-19
libserialize: use `#[deriving(Copy)]`
Jorge Aparicio
-8
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-09
serialize: base64: remove some .as_bytes() from the tests
Arcterus
-6
/
+6
2014-12-09
serialize: base64: improve newline handling speed
Arcterus
-15
/
+13
2014-12-09
serialize: base64: allow LF in addition to CRLF and optimize slightly
Arcterus
-29
/
+63
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+6
2014-12-06
libserialize: remove unnecessary `to_string()` calls
Jorge Aparicio
-12
/
+12
2014-12-06
libserialize: remove unnecessary `as_slice()` calls
Jorge Aparicio
-20
/
+16
2014-11-25
/** -> ///
Steve Klabnik
-43
/
+39
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-6
/
+3
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+4
2014-11-06
DTSify libserialize traits
Jorge Aparicio
-5
/
+5
2014-11-02
Add Error impls to a few key error types
Aaron Turon
-0
/
+14
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-3
/
+3
2014-08-06
Use byte literals in libserialize
nham
-7
/
+7
2014-07-24
Deprecated `str::raw::from_utf8_owned`
Adolfo OchagavĂa
-2
/
+2
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-19
Implement FromBase64 for &[u8].
Simon Sapin
-17
/
+29
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo OchagavĂa
-1
/
+1
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-7
/
+7
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-2
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-13
/
+13
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-16
libserialize: Remove all uses of `~str` from `libserialize`.
Patrick Walton
-19
/
+25
2014-05-15
Updates with core::fmt changes
Alex Crichton
-2
/
+2
2014-05-14
Change StrBuf::from_utf8() to return Result
Kevin Ballard
-4
/
+3
2014-05-08
Handle fallout in libserialize
Kevin Ballard
-19
/
+18
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-12
/
+12
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-7
/
+7
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-9
/
+9
2014-04-03
serialize: add a few missing pubs to base64
Arcterus
-3
/
+3
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-9
/
+9
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-1
/
+2
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-3
/
+3
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-4
/
+5
2014-02-20
move extra::test to libtest
Liigo Zhuang
-2
/
+3
2014-02-14
extern mod => extern crate
Alex Crichton
-2
/
+2
2014-02-13
Move base64 and hex from libextra to libserialize
Liigo Zhuang
-0
/
+367