David Tolnay
|
58e30eaee4
|
Release 1.0.3
|
2017-05-10 10:15:39 -07:00 |
|
David Tolnay
|
8fafc7420c
|
Release 1.0.2
|
2017-04-27 12:32:30 -07:00 |
|
David Tolnay
|
c7901e532e
|
Release 1.0.1
|
2017-04-23 16:40:56 -07:00 |
|
David Tolnay
|
d7ccef0cac
|
Release 1.0.0
|
2017-04-20 08:19:31 -07:00 |
|
David Tolnay
|
2d465415c5
|
Take credit
|
2017-04-20 08:13:46 -07:00 |
|
David Tolnay
|
bc982f9757
|
Examples for serde_test methods
|
2017-04-19 14:39:52 -07:00 |
|
David Tolnay
|
0240814677
|
Update post-merge html_root_urls
|
2017-04-19 14:32:04 -07:00 |
|
David Tolnay
|
670be2ce2f
|
Crate-level documentation for serde_test
|
2017-04-19 14:31:07 -07:00 |
|
David Tolnay
|
c893e3e872
|
Support old rustc
|
2017-04-19 14:17:18 -07:00 |
|
David Tolnay
|
fe8141fd70
|
Reorder Tokens to match the Serializer trait
|
2017-04-19 14:15:24 -07:00 |
|
David Tolnay
|
aa750d2bf3
|
Examples of every token
|
2017-04-19 14:12:56 -07:00 |
|
David Tolnay
|
4cea214da2
|
Update the assert_ser_tokens_error example
|
2017-04-19 13:11:14 -07:00 |
|
David Tolnay
|
4767ca3f5d
|
Use struct variants in token
|
2017-04-19 12:20:17 -07:00 |
|
David Tolnay
|
26a6ba177c
|
Remove error from serde_test public API
|
2017-04-19 11:54:48 -07:00 |
|
David Tolnay
|
974c8434e9
|
Add example of Error::Message
|
2017-04-19 10:42:15 -07:00 |
|
David Tolnay
|
0734b44a3a
|
Remove unneeded trait bounds
|
2017-04-19 10:41:58 -07:00 |
|
David Tolnay
|
d0f846182b
|
Keep serde_test serializer and deserializer private
|
2017-04-19 09:46:30 -07:00 |
|
David Tolnay
|
6279b0d930
|
Resolve merge conflicts
|
2017-04-17 14:25:29 -07:00 |
|
David Tolnay
|
a778425d0f
|
Merge branch 'origin/master' into 'origin/1.0'
Conflicts:
serde/Cargo.toml
serde/src/de/impls.rs
serde/src/ser/impls.rs
serde_derive/Cargo.toml
serde_test/Cargo.toml
|
2017-04-17 14:18:33 -07:00 |
|
David Tolnay
|
86deb8db79
|
Remove seq_fixed_size in favor of tuple
|
2017-04-17 12:07:49 -07:00 |
|
David Tolnay
|
d4d2061a2e
|
Release 0.9.14
|
2017-04-17 07:33:45 -07:00 |
|
David Tolnay
|
c13a37d4db
|
Rename VariantAccess methods to not conflict with Deserializer
|
2017-04-15 12:35:04 -07:00 |
|
David Tolnay
|
54bbf81dfc
|
Put deserialize_struct and deserialize_enum adjacent
|
2017-04-14 22:00:27 -07:00 |
|
David Tolnay
|
5b118fdef4
|
Reorder methods to match the serializer trait
|
2017-04-14 15:24:21 -07:00 |
|
David Tolnay
|
337c6e91d8
|
Access terminology in serde_test
|
2017-04-14 15:07:19 -07:00 |
|
David Tolnay
|
0c5db90de8
|
Simplify size_hint to Option<usize>
|
2017-04-14 13:31:46 -07:00 |
|
David Tolnay
|
e77e7c4bba
|
Rename Deserializer::deserialize to deserialize_any
|
2017-04-14 12:52:57 -07:00 |
|
David Tolnay
|
31cec05712
|
Access traits
|
2017-04-14 12:24:35 -07:00 |
|
David Tolnay
|
3f920f645c
|
License boilerplate
|
2017-04-13 17:34:42 -07:00 |
|
David Tolnay
|
ea8fb97beb
|
Format in rfc style
|
2017-04-13 12:32:29 -07:00 |
|
David Tolnay
|
dc7ab2696a
|
Point html_root_url to docs.rs
|
2017-04-13 11:31:29 -07:00 |
|
David Tolnay
|
07154303ed
|
Implement Debug for public types
|
2017-04-13 11:04:16 -07:00 |
|
David Tolnay
|
4f39766211
|
Fix paths to readme files
|
2017-04-13 10:37:24 -07:00 |
|
David Tolnay
|
0d82bbf74f
|
Rename ValueDeserializer trait to IntoDeserializer
|
2017-04-11 23:20:35 -07:00 |
|
David Tolnay
|
aed5a77540
|
Fix assert_next_token on old rustc
|
2017-04-10 19:41:32 -07:00 |
|
David Tolnay
|
52e93150e6
|
Standardize on u32 as the type of a variant index
|
2017-04-09 14:03:18 -07:00 |
|
David Tolnay
|
a38b24136b
|
Rename deserialize_struct_field to deserialize_identifier
Because it applies to both struct fields and discriminants of an enum.
|
2017-04-09 13:35:22 -07:00 |
|
David Tolnay
|
8fd41d3b28
|
Disable publishing
|
2017-04-05 15:11:47 -07:00 |
|
David Tolnay
|
a7f6ad137a
|
Merge branch 'master' into '1.0'
Conflicts:
serde/src/macros.rs
|
2017-04-05 15:10:18 -07:00 |
|
David Tolnay
|
1b763da529
|
Release 0.9.13
|
2017-04-05 15:03:37 -07:00 |
|
David Tolnay
|
826b53f691
|
Update token names in serde_test
|
2017-04-05 10:30:46 -07:00 |
|
David Tolnay
|
b6605b57e0
|
Modernize serde_test Token names
|
2017-04-05 10:26:34 -07:00 |
|
David Tolnay
|
f03e8e6056
|
Exhaustive match in serde_test deserializer
|
2017-04-05 09:54:12 -07:00 |
|
David Tolnay
|
67ed7a0edd
|
Eliminate Sep tokens in serde_test
|
2017-04-05 09:42:27 -07:00 |
|
David Tolnay
|
c3d9b42cdf
|
Fix handling of option and newtype in IgnoredAny
|
2017-04-05 09:19:22 -07:00 |
|
David Tolnay
|
b2377d4c0b
|
Allow enums in ignored map value in serde_test
|
2017-04-05 08:54:30 -07:00 |
|
David Tolnay
|
21adee8f40
|
Partial support for EnumStart in assert_ser_tokens
|
2017-04-05 01:15:42 -07:00 |
|
David Tolnay
|
afaab12b66
|
Improve assert_ser_tokens error messages
|
2017-04-05 01:06:42 -07:00 |
|
David Tolnay
|
93860d0643
|
Require slice of tokens in serde_test::Serializer
|
2017-04-05 00:27:30 -07:00 |
|
David Tolnay
|
b43554fbb1
|
Require slice of tokens in serde_test::Deserializer
|
2017-04-05 00:22:00 -07:00 |
|