David Tolnay
|
089c7eb1d7
|
Suppress warning about using num::Zero
|
2017-01-21 19:14:56 -08:00 |
|
David Tolnay
|
d1325862f7
|
Merge tag v0.8.23 into master
Conflicts:
serde/Cargo.toml
serde_codegen/Cargo.toml
serde_derive/Cargo.toml
serde_test/Cargo.toml
testing/Cargo.toml
|
2017-01-20 15:29:32 -08:00 |
|
David Tolnay
|
1f65ce75ec
|
Release 0.8.23
|
2017-01-20 15:25:57 -08:00 |
|
Jake Goulding
|
9536e52aa6
|
Add categories to Cargo.toml
|
2017-01-20 15:09:11 -08:00 |
|
David Tolnay
|
e41b940a3d
|
Inline <PhantomData<T> as DeserializeSeed>::deserialize
|
2017-01-19 16:17:27 -08:00 |
|
David Tolnay
|
88149fc0c3
|
Fix key and value seed variable names
Rename fail.
|
2017-01-19 13:44:18 -08:00 |
|
David Tolnay
|
13a9f929de
|
Stateful deserialization
|
2017-01-19 01:17:59 -08:00 |
|
Oliver Schneider
|
b5e64abba1
|
cleanup some deprecation warnings
|
2017-01-17 14:29:33 +01:00 |
|
Oliver Schneider
|
b26f291d93
|
add missing Vec<u8> deserialization hint to Deserializer
|
2017-01-16 16:55:13 +01:00 |
|
David Tolnay
|
3a52364f3e
|
Release 0.9.0-rc1
|
2017-01-15 09:26:44 -08:00 |
|
David Tolnay
|
4d1627fc96
|
Merge pull request #687 from serde-rs/ser
Enforce correct use of Serialize trait
|
2017-01-15 09:22:30 -08:00 |
|
David Tolnay
|
7c04bf36d9
|
Merge pull request #686 from serde-rs/de
Enforce correct use of Deserialize trait
|
2017-01-15 07:30:14 -08:00 |
|
David Tolnay
|
4b06030666
|
Unabbreviated method naming
|
2017-01-14 21:39:37 -08:00 |
|
David Tolnay
|
2fea5f3e1c
|
Enforce correct use of Serialize trait
|
2017-01-14 15:21:31 -08:00 |
|
David Tolnay
|
905b2c3cf3
|
Expose VariantVisitor for the StrDeserializer
|
2017-01-14 14:17:46 -08:00 |
|
David Tolnay
|
d5b428a087
|
Fix imports for stable compiler
|
2017-01-14 14:16:01 -08:00 |
|
Wieland Hoffmann
|
212cbbd8bf
|
Typo: aggrergate -> aggregate
|
2017-01-14 22:33:31 +01:00 |
|
David Tolnay
|
738aa31733
|
Enforce correct use of Deserialize trait
|
2017-01-14 12:16:08 -08:00 |
|
David Tolnay
|
88debb3fb8
|
Remove SeqVisitor::end() and MapVisitor::end()
|
2017-01-13 13:34:38 -08:00 |
|
David Tolnay
|
88a4ed9cd7
|
Include missing_field in impl MapVisitor for &mut MapVisitor
|
2017-01-13 13:33:37 -08:00 |
|
Oliver Schneider
|
5e6ee523d2
|
remove duplicate into_iter
|
2017-01-12 21:52:38 +01:00 |
|
Oliver Schneider
|
2d1a60c056
|
Update the Serialize impl, too
|
2017-01-12 20:06:44 +01:00 |
|
Oliver Schneider
|
5edfdba940
|
use IntoIterator everywhere
|
2017-01-12 20:05:26 +01:00 |
|
Oliver Schneider
|
756bff534f
|
make ser::iterator more general by taking IntoIterator
|
2017-01-12 19:24:35 +01:00 |
|
Oliver Schneider
|
8c576fe9fb
|
rename IteratorSerializer to Iterator
|
2017-01-12 17:29:04 +01:00 |
|
Oliver Schneider
|
b860d3cb1f
|
fix tests on stable
|
2017-01-12 16:06:26 +01:00 |
|
Oliver Schneider
|
dced4416a7
|
add wrapper to serde that allows serializing iterators as sequences
|
2017-01-12 15:31:40 +01:00 |
|
David Tolnay
|
8242c64152
|
Merge branch v0.8 into master
|
2017-01-10 17:16:31 -08:00 |
|
David Tolnay
|
9e45bd8c87
|
Release 0.8.22
|
2017-01-10 17:10:26 -08:00 |
|
David Tolnay
|
0676477cd7
|
Stop exporting serde::de::Error as serde::Error
|
2017-01-08 00:50:07 -08:00 |
|
David Tolnay
|
eb6fb1d40e
|
Merge pull request #523 from serde-rs/enum
Enum deserialization API
|
2017-01-08 00:45:50 -08:00 |
|
David Tolnay
|
bf873a7b3f
|
Merge branch origin/master into origin/enum
Conflicts:
serde/src/de/mod.rs
serde_codegen/src/de.rs
testing/tests/test_bytes.rs
|
2017-01-08 00:31:07 -08:00 |
|
David Tolnay
|
fbd4a17467
|
Merge pull request #664 from serde-rs/visitor-value
Remove the Deserialize trait bound on Visitor::Value
|
2017-01-08 00:24:53 -08:00 |
|
David Tolnay
|
ad34c14c8c
|
Prepare for 0.9 breaking changes
|
2017-01-08 00:18:53 -08:00 |
|
David Tolnay
|
7a0e8f73b4
|
Remove the Deserialize trait bound on Visitor::Value
|
2017-01-03 01:50:10 -08:00 |
|
Oliver Schneider
|
a3f556959f
|
Merge pull request #652 from serde-rs/bbstr
Support deserializing ByteBuf from string
|
2016-12-25 01:09:15 +01:00 |
|
David Tolnay
|
9338c4f1b9
|
Release 0.8.21
|
2016-12-24 13:10:24 -05:00 |
|
David Tolnay
|
b7ea213926
|
Support nostd for ByteBuf from String
|
2016-12-23 23:30:27 -05:00 |
|
David Tolnay
|
871fb5adee
|
Support deserializing ByteBuf from string
|
2016-12-23 23:17:42 -05:00 |
|
David Tolnay
|
08c59a2e0e
|
Release 0.8.20
|
2016-12-16 07:58:52 -08:00 |
|
Oliver Schneider
|
d63d09f4db
|
Enable deserializing an empty String from a unit value
|
2016-12-01 11:23:12 +01:00 |
|
David Tolnay
|
36641e7b81
|
Release 0.8.19
|
2016-11-23 09:14:03 -08:00 |
|
David Tolnay
|
17fb4cb503
|
Release 0.8.18
|
2016-11-19 11:40:00 -08:00 |
|
David Tolnay
|
c91fca19e1
|
Release 0.8.17
|
2016-11-02 09:26:04 -07:00 |
|
David Tolnay
|
c9612a2f57
|
Release 0.8.16
|
2016-10-22 00:07:27 -07:00 |
|
David Tolnay
|
9acb17ab54
|
Release 0.8.15
|
2016-10-20 08:42:40 -07:00 |
|
David Tolnay
|
bb5370b746
|
No longer need e!
|
2016-10-19 00:30:23 -07:00 |
|
David Tolnay
|
1b42f3f594
|
Release 0.8.14
|
2016-10-18 21:42:39 -07:00 |
|
David Tolnay
|
532b950971
|
Release 0.8.13
|
2016-10-16 10:34:26 -07:00 |
|
David Tolnay
|
99bddddd8e
|
Array and tuple deserialization cleanup
|
2016-10-14 00:15:24 -07:00 |
|