about summary refs log tree commit diff
path: root/src/libextra/hex.rs
AgeCommit message (Expand)AuthorLines
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-208/+0
2014-02-03extra: Fix tests with io_error usageAlex Crichton-1/+1
2014-01-31Fix minor doc typosVirgile 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-15Stop returning error strings in From{Base64,Hex}Steven Fackler-5/+22
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