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
/
libserialize
/
serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-02
serialize: remove proxy impls for Gc<T>.
Eduard Burtescu
-13
/
+0
2014-09-23
use emit_tuple_arg while serializing tuples
Dan Burkert
-1
/
+1
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-2
/
+2
2014-08-10
remove outdated comment
Chuck Ries
-2
/
+0
2014-07-31
libserialize: add `error()` to `Decoder`
Andrew Poelstra
-0
/
+3
2014-07-07
Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395
mitchmindtree
-0
/
+30
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-26
/
+0
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-4
/
+5
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-24
Removed unnecessary macro declaration
Adolfo OchagavĂa
-4
/
+0
2014-05-16
libserialize: Remove all uses of `~str` from `libserialize`.
Patrick Walton
-14
/
+2
2014-05-08
Restore Decodable impl for ~[T]
Kevin Ballard
-0
/
+15
2014-05-08
Handle fallout in libserialize
Kevin Ballard
-18
/
+5
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-3
/
+3
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-30
Add serialization support for StrBuf
Herman J. Radtke III
-0
/
+12
2014-04-19
serialize: Remove errant println!'s from decode
Richo Healey
-3
/
+0
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-5
/
+8
2014-03-27
serialize: use Result
Sean McArthur
-223
/
+250
2014-03-23
auto merge of #13095 : alexcrichton/rust/serialize-tuple, r=huonw
bors
-140
/
+30
2014-03-23
serialize: Read/emit tuples with {read,emit}_tuple
Alex Crichton
-140
/
+30
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-1
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-1
/
+1
2014-03-12
serialize: make Paths serializable
Erick Tryzelaar
-0
/
+27
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-121
/
+0
2014-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+1
2014-02-21
libstd: Implement some convenience methods on vectors
Patrick Walton
-0
/
+21
2014-02-05
pull extra::{serialize, ebml} into a separate libserialize crate
Jeff Olson
-0
/
+760