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
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