about summary refs log tree commit diff
path: root/src/libserialize/hex.rs
AgeCommit message (Expand)AuthorLines
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+10
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-7/+8
2014-05-15Updates with core::fmt changesAlex Crichton-2/+2
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-3/+2
2014-05-08Handle fallout in libserializeKevin Ballard-13/+12
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-5/+4
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-9/+9
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-4/+5
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-0/+210