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
2015-01-19
lower FnMut to FnOnce since json-hack is no longer required
Oliver 'ker' Schneider
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-1
/
+1
2015-01-06
serialize macro fix
Corey Richardson
-1
/
+1
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-4
/
+4
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-04
serialize: Use assoc types + less old_orphan_check
Alex Crichton
-246
/
+267
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-4
/
+6
2014-12-15
serialize: Change some FnOnce bounds to FnMut
Alex Crichton
-3
/
+3
2014-12-13
libserialize: use unboxed closures
Jorge Aparicio
-100
/
+107
2014-11-06
DTSify libserialize traits
Jorge Aparicio
-7
/
+14
2014-11-01
libserialize: tuple-arity should be provided to `Decoder::read_tuple`
Dan Burkert
-6
/
+11
2014-10-27
alloc: Make deriving more friendly with Arc
Alex Crichton
-1
/
+1
2014-10-26
Added Encodable and Decodable for Arc<T>.
Colin Sherratt
-0
/
+13
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
[next]