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
/
libextra
/
hex.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-13
Move base64 and hex from libextra to libserialize
Liigo Zhuang
-208
/
+0
2014-02-03
extra: Fix tests with io_error usage
Alex Crichton
-1
/
+1
2014-01-31
Fix minor doc typos
Virgile Andreani
-2
/
+2
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-1
/
+1
2014-01-15
Stop returning error strings in From{Base64,Hex}
Steven Fackler
-5
/
+22
2013-12-23
extra: Fix all code examples
Alex Crichton
-3
/
+1
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
-4
/
+4
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-1
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-5
/
+5
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-4
/
+4
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-4
/
+4
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-3
/
+3
2013-08-06
Result::get -> Result::unwrap
Steven Fackler
-6
/
+6
2013-08-06
Removed convenience encoding trait impls
Steven Fackler
-70
/
+22
2013-08-06
Removing space for NULL terminator
Steven Fackler
-2
/
+1
2013-08-06
ToBase64 and ToHex perf improvements
Steven Fackler
-6
/
+8
2013-08-06
Some minor hex changes
Steven Fackler
-6
/
+8
2013-08-06
Added hexadecimal encoding module
Steven Fackler
-0
/
+238