summary refs log tree commit diff
path: root/src/libserialize/ebml.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-1/+1
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+1
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-2/+2
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-20/+22
2014-05-28std: Remove format_strbuf!()Alex Crichton-20/+12
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-6/+7
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-11/+24
2014-05-11core: Remove the cast moduleAlex Crichton-7/+7
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-12/+8
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-2/+2
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-9/+9
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-3/+2
2014-03-31serialize: Switch field privacy as necessaryAlex Crichton-11/+11
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27serialize: use ResultSean McArthur-287/+346
2014-03-20rename std::vec -> std::sliceDaniel Micay-8/+8
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-3/+1
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-1/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-6/+6
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-2/+1
2014-02-09std: Move byteswap functions to memBrian Anderson-1/+1
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-0/+1121