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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
ebml.rs
Age
Commit message (
Expand
)
Author
Lines
2013-01-14
Add cfg attrs to handle auto_encode transition
Brian Anderson
-0
/
+13
2013-01-14
Merge remote-tracking branch 'mneumann/f-serialize'
Brian Anderson
-2
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-3
/
+15
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-15
/
+3
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-3
/
+15
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-0
/
+6
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-2
/
+18
2012-12-27
Enhance auto_encode to take number of struct fields
Michael Neumann
-2
/
+2
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-1
/
+1
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-1
/
+1
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-25
/
+25
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-3
/
+2
2012-12-09
Remove transitional code
Brian Anderson
-10
/
+0
2012-12-06
Rename std::ebml::Reader => std::ebml::reader, same for writer
Tim Chevalier
-5
/
+5
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-0
/
+10
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-24
Long lines
Tim Chevalier
-8
/
+16
2012-11-24
Split EBML module into a reader and a writer module
Tim Chevalier
-466
/
+474
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-187
/
+207
2012-10-04
Remove by-copy mode from std, mostly
Tim Chevalier
-7
/
+8
2012-10-03
De-export std::{ebml, ebml2}. Part of #3583.
Graydon Hoare
-47
/
+22
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-4
/
+4
2012-10-01
Demode ebml, ebml2, json, par
Tim Chevalier
-4
/
+4
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-25
Demode dvec
Tim Chevalier
-1
/
+1
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-4
/
+5
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-1
/
+1
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-1
/
+19
2012-09-10
Fix ebml tests
Brian Anderson
-4
/
+4
2012-09-10
Camel case std::serialization
Brian Anderson
-2
/
+2
2012-09-10
Make remaining moves explicit in libstd
Tim Chevalier
-1
/
+1
2012-09-04
libstd: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-02
Camel case core::ops
Brian Anderson
-1
/
+1
2012-09-02
std: warn(non_camel_case_types) everywhere. still some exceptions
Brian Anderson
-2
/
+0
2012-08-29
std: Camel case some constructors
Brian Anderson
-3
/
+2
2012-08-28
CamelCasify lots of std
Ben Striegel
-96
/
+98
2012-08-27
Turn off the verbose-mode of ebml.
Graydon Hoare
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-18
/
+18
2012-08-25
libstd: serialization should use &strs.
Erick Tryzelaar
-5
/
+5
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-34
/
+34
2012-08-22
libstd: fix serialization no-implicit-copies warnings
Erick Tryzelaar
-14
/
+14
2012-08-22
libstd: switch ebml's wr_tagged_str to use str::byte_slice
Erick Tryzelaar
-7
/
+1
2012-08-15
Expunge match checks
Tim Chevalier
-3
/
+6
2012-08-14
Convert more core types to camel case
Brian Anderson
-6
/
+6
2012-08-13
Stop parsing old operator overloading syntax
Brian Anderson
-10
/
+0
2012-08-08
Convert impls to new syntax
Brian Anderson
-7
/
+7
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-4
/
+4
2012-08-05
Switch alts to use arrows
Brian Anderson
-23
/
+14
[next]