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
/
libserialize
/
serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-02
Fix Decodable impl for Arc
John Kåre Alsaker
-1
/
+1
2017-12-20
Implement Encodable and Decodable for Result.
Michael Woerister
-0
/
+48
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-2
/
+2
2017-02-10
Only SwitchInt over integers, not all consts
Simonas Kazlauskas
-0
/
+28
2017-02-03
Bump version, upgrade bootstrap
Alex Crichton
-5
/
+0
2016-12-30
Such large. Very 128. Much bits.
Simonas Kazlauskas
-0
/
+33
2016-10-10
Avoid allocations in `Decoder::read_str`.
Nicholas Nethercote
-2
/
+3
2016-09-20
serialize: allow specifying the default behavior for specializations.
Eduard Burtescu
-17
/
+19
2016-09-20
Remove librbml and the RBML-tagged auto-encoder/decoder.
Eduard Burtescu
-63
/
+131
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-44
/
+0
2016-09-20
serialize: extend with specialization-based encoding/decoding multi-dispatch.
Eduard Burtescu
-0
/
+95
2016-09-11
Use question_mark feature in libserialize.
Ahmed Charles
-4
/
+4
2016-08-25
Rename {uint,int} methods to {usize,isize}.
Corey Farwell
-8
/
+8
2016-03-22
try! -> ?
Jorge Aparicio
-14
/
+14
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-32
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-43
/
+43
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+5
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-0
/
+14
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-9
/
+9
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
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
[next]