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
/
hex.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
-2
/
+2
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-19
libserialize: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-06
libserialize: remove unnecessary `to_string()` calls
Jorge Aparicio
-1
/
+1
2014-12-06
libserialize: remove unnecessary `as_slice()` calls
Jorge Aparicio
-15
/
+11
2014-11-25
/** -> ///
Steve Klabnik
-40
/
+36
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-3
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-06
DTSify libserialize traits
Jorge Aparicio
-4
/
+4
2014-11-02
Add Error impls to a few key error types
Aaron Turon
-0
/
+15
2014-09-30
librustc: Forbid `..` in range patterns.
Patrick Walton
-3
/
+3
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-2
/
+3
2014-08-06
Remove cast to char in libserialize::hex
nham
-5
/
+5
2014-08-06
Use byte literals in libserialize
nham
-3
/
+3
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-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
-2
/
+2
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-2
/
+1
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+10
2014-05-16
libserialize: Remove all uses of `~str` from `libserialize`.
Patrick Walton
-7
/
+8
2014-05-15
Updates with core::fmt changes
Alex Crichton
-2
/
+2
2014-05-14
Change StrBuf::from_utf8() to return Result
Kevin Ballard
-3
/
+2
2014-05-08
Handle fallout in libserialize
Kevin Ballard
-13
/
+12
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-5
/
+4
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-9
/
+9
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-2
/
+2
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-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
-1
/
+2
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
/
+210