93 Commits

Author SHA1 Message Date
David Tolnay
a4126e4c5a
Errors 2017-01-21 09:13:01 -08: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
a5a04306f2
Update tests for Serializer changes 2017-01-14 16:07:43 -08:00
David Tolnay
b3b8056d93
Update tests for Deserializer changes 2017-01-14 13:42:49 -08:00
David Tolnay
c9f5d08ed1
Add test for all variants skipped 2017-01-13 01:14:03 -08:00
David Tolnay
fff6c9cb66
Add tests for all fields skipped 2017-01-13 01:12:31 -08:00
David Tolnay
cb5e7c6264
Fix case of skipped variant followed by other variants 2017-01-12 23:35:39 -08:00
David Tolnay
227bea1d0b
Treat skipped fields as unknown 2017-01-12 23:17:45 -08: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
d2eea87001
Handle various degenerate cases 2017-01-11 11:02:24 -08: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
d34be74dfd
Add test for non ascii idents 2017-01-10 01:20:01 -08:00
David Tolnay
90d4d7b37b
Restore the old FieldVisitor tests as error tests 2017-01-09 00:43:13 -08:00
David Tolnay
516cc8b04e
Stop generating visit_usize and visit_bytes for FieldVisitor 2017-01-08 01:01:56 -08:00
David Tolnay
e461a23798
Not intended to be published 2017-01-08 00:18:37 -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
49e985eb90
Update message for skipped enum variant 2016-12-24 12:16:28 -05:00
Shing Lyu
2fea8c9c28 Implement skip_serializing for enum variant 2016-12-24 22:34:22 +08:00
David Tolnay
871fb5adee
Support deserializing ByteBuf from string 2016-12-23 23:17:42 -05:00
David Tolnay
7222cf7514
Ignore warning from unused enum variant 2016-12-17 17:31:11 -08:00
David Tolnay
08c59a2e0e
Release 0.8.20 2016-12-16 07:58:52 -08:00
Shing Lyu
95ffca9bbe Implemented skip_deserializing for enum 2016-12-16 20:29:21 +08:00
David Tolnay
5e47c87ba0
Add test for deserializing unit to string 2016-12-01 04:46:29 -08: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
536e78a146
Remove benchmarks
Nobody noticed these did not compile for 3 months, so I am guessing nobody
cares. The JSON benchmarks at https://github.com/serde-rs/json-benchmark are
much more relevant.
2016-10-18 22:19:10 -07:00
David Tolnay
21c9446890
Update benchmarks to serde 0.8 2016-10-18 22:15:54 -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
85c95040b3
Release 0.8.12 2016-10-08 15:38:29 -07:00
David Tolnay
c61b20cceb Release 0.8.11 2016-10-03 13:38:52 -07:00
David Tolnay
2a2c098eeb
Release 0.8.10 2016-09-28 09:56:15 -07:00
Erick Tryzelaar
f47a50e996 Make serde state variable unique by naming it __serde_state
Closes #557
2016-09-26 21:44:30 -07:00
Oliver Schneider
429de89276
Release 0.8.9 2016-09-23 07:11:59 -07:00
David Tolnay
7cc36a9cd3
Release 0.8.8 2016-09-08 08:34:20 -07:00
David Tolnay
2212bfbf2c Result needs to be fully qualified
Without this:

```
error[E0244]: wrong number of type arguments
  --> src/api/accounts.rs:19:10
   |
19 | #[derive(Serialize, Deserialize, Debug)]
   |          ^^^^^^^^^^ expected 1 type arguments, found 2
```
2016-09-07 16:37:26 -07:00
David Tolnay
e85ca8411e
Release 0.8.7 2016-09-05 09:39:27 -07:00
David Tolnay
14446af537
Fix "variable does not need to be mutable" warning 2016-09-02 11:42:33 -07:00
David Tolnay
248d937f9a
Release 0.8.6 2016-09-01 22:06:27 -07:00
David Tolnay
4bb9279074
Bump syntex to 0.43 2016-08-31 12:53:27 -07:00
David Tolnay
d690ffda8d
Release 0.8.4 2016-08-22 11:37:53 -04:00
David Tolnay
5fb73073bd
Release 0.8.3 2016-08-19 13:11:59 -04:00