about summary refs log tree commit diff
path: root/src/libextra/ebml.rs
AgeCommit message (Collapse)AuthorLines
2013-06-08Avoid unnecessary allocations in the metadata decoderBjörn Steinbrink-7/+12
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-24/+25
2013-05-31Implement unimplemented methods in ebmlAlex Crichton-71/+79
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-0/+4
to libextra
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+957
This only changes the directory names; it does not change the "real" metadata names.