summary refs log tree commit diff
path: root/src/libextra/hex.rs
AgeCommit message (Expand)AuthorLines
2013-12-23extra: Fix all code examplesAlex Crichton-3/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-12-04std::str: remove from_utf8.Huon Wilson-2/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-4/+4
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-09-30extra: Remove usage of fmt!Alex Crichton-5/+5
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-4/+4
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-4/+4
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-3/+3
2013-08-06Result::get -> Result::unwrapSteven Fackler-6/+6
2013-08-06Removed convenience encoding trait implsSteven Fackler-70/+22
2013-08-06Removing space for NULL terminatorSteven Fackler-2/+1
2013-08-06ToBase64 and ToHex perf improvementsSteven Fackler-6/+8
2013-08-06Some minor hex changesSteven Fackler-6/+8
2013-08-06Added hexadecimal encoding moduleSteven Fackler-0/+238