index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
ebml.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-1
/
+1
2014-01-02
libextra: Add benchmarks for ebml::reader::vuint_at()
Carl-Anton Ingmarsson
-0
/
+84
2014-01-01
libextra: Use from_be32 instead of bswap32 in vuint_at()
Carl-Anton Ingmarsson
-9
/
+2
2013-12-26
libextra: Stop using `@mut MemWriter` in the EBML module
Patrick Walton
-40
/
+44
2013-12-19
Purge @-boxes from the reading half of EBML
Alex Crichton
-53
/
+51
2013-12-08
Remove dead codes
Kiet Tran
-11
/
+0
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-1
/
+1
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-20
/
+20
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-50
/
+42
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-7
/
+7
2013-10-24
Remove std::io once and for all!
Alex Crichton
-9
/
+11
2013-10-24
Remove std::io from ebml
Alex Crichton
-36
/
+32
2013-10-23
Removed unnecessary comments and white spaces as suggested
reedlepee
-2
/
+2
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-6
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-3
/
+9
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-43
/
+43
2013-10-01
remove the `float` type
Daniel Micay
-9
/
+0
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-43
/
+44
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-1
/
+1
2013-09-04
forbid cast as bool
Daniel Micay
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-2
/
+2
2013-08-25
Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"
Brian Anderson
-57
/
+20
2013-08-23
Don't copy metadata after loading
Brian Anderson
-20
/
+57
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-0
/
+11
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-2
/
+6
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-2
/
+2
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-13
/
+12
2013-06-29
libextra: unused import fix for android AGAIN
Young-il Choi
-1
/
+4
2013-06-28
Fix merge fallout
Corey Richardson
-5
/
+0
2013-06-28
libextra: Fix even more merge fallout.
Patrick Walton
-1
/
+2
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-14
/
+16
2013-06-27
extra: unused import fix for android
Young-il Choi
-1
/
+7
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-2
/
+1
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-3
/
+2
2013-06-08
remove deprecated vec::{is_empty, len} functions
Daniel Micay
-1
/
+1
2013-06-08
Avoid unnecessary allocations in the metadata decoder
Björn Steinbrink
-7
/
+12
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-24
/
+25
2013-05-31
Implement unimplemented methods in ebml
Alex Crichton
-71
/
+79
2013-05-30
libextra: Require documentation by default
Alex Crichton
-0
/
+2
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+4
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+957