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
2019-07-24
Stabilize the type_name intrinsic in core::any
Steven Fackler
-3
/
+3
2019-06-23
Fix meta-variable binding errors in macros
Julien Cretin
-9
/
+9
2019-06-10
Rollup merge of #59600 - tobia:master, r=pnkfelix
Mazdak Farrokhzad
-5
/
+12
2019-05-07
serialize: add missing Encodable impl for Path.
Eduard-Mihai Burtescu
-1
/
+7
2019-04-13
Replaced linear token counting macros with optimized implementation
Tobia
-5
/
+12
2019-04-10
Remove useless ?Sized bound
John Kåre Alsaker
-2
/
+2
2019-04-05
Impl UseSpecializedDecodable for &T
John Kåre Alsaker
-0
/
+1
2019-04-05
Introduce an arena type which may be used to allocate a list of types with de...
John Kåre Alsaker
-1
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
Transition libserialize to 2018 edition
Hirokazu Hata
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-20
Improve handling of type bounds in `bit_set.rs`.
Nicholas Nethercote
-0
/
+14
2018-09-11
renamed emit_nil to emit_unit
kenta7777
-2
/
+2
2018-09-11
Revert "renamed emit_nil to emit_unit"
kenta7777
-2
/
+2
2018-09-11
Revert "renamed read_nil to read_unit"
kenta7777
-2
/
+2
2018-09-10
renamed read_nil to read_unit
kenta7777
-2
/
+2
2018-09-10
renamed emit_nil to emit_unit
kenta7777
-2
/
+2
2018-09-07
rewrite constants to use NewType::MAX instead of u32::MAX
Niko Matsakis
-0
/
+13
2018-08-17
Remove inline attribute on generic functions
BurntPizza
-105
/
+3
2018-08-15
Mark libserialize functions as inline
BurntPizza
-0
/
+103
2018-07-27
Improve readability of serialize.rs
ljedrz
-83
/
+116
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
[next]