about summary refs log tree commit diff
path: root/src/libextra/ebml.rs
AgeCommit message (Expand)AuthorLines
2013-07-30implement pointer arithmetic with GEPDaniel Micay-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-0/+11
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-2/+6
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-2/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-13/+12
2013-06-29libextra: unused import fix for android AGAINYoung-il Choi-1/+4
2013-06-28Fix merge falloutCorey Richardson-5/+0
2013-06-28libextra: Fix even more merge fallout.Patrick Walton-1/+2
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-14/+16
2013-06-27extra: unused import fix for androidYoung-il Choi-1/+7
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-2/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-3/+2
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
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 to...Patrick Walton-0/+4
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+957