Commit Graph

1701 Commits

Author SHA1 Message Date
David Tolnay
089c7eb1d7
Suppress warning about using num::Zero 2017-01-21 19:14:56 -08:00
David Tolnay
1e05fc2145
Release 0.9.0-rc2 2017-01-21 16:30:13 -08:00
David Tolnay
977612d8dd
Merge branch origin/missing into origin/errors 2017-01-21 16:28:24 -08:00
David Tolnay
5855078703
Fix backward invalid_length messages in value deserializer 2017-01-21 14:38:33 -08:00
David Tolnay
3c88a93fb2
Fix the filtered error messages 2017-01-21 12:34:04 -08:00
David Tolnay
530c29466e Merge pull request #711 from serde-rs/names
Filter the slice of expected field and variant names
2017-01-21 12:25:43 -08:00
David Tolnay
ea99e8b686
Filter the slice of expected field and variant names 2017-01-21 12:18:55 -08:00
David Tolnay
2a148112d4
Fix Box<str> use on no_std 2017-01-21 10:17:48 -08:00
David Tolnay
a4126e4c5a
Errors 2017-01-21 09:13:01 -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
Oliver Schneider
be0c755731 Merge pull request #705 from serde-rs/inlineseed
Inline <PhantomData<T> as DeserializeSeed>::deserialize
2017-01-20 14:34:24 +01:00
David Tolnay
42bc63bed8
Standardize behavior of missing fields 2017-01-20 00:44:43 -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
5ecfb3b388
Update serde_test to use seeds 2017-01-19 01:24:33 -08:00
David Tolnay
13a9f929de
Stateful deserialization 2017-01-19 01:17:59 -08:00
David Tolnay
e40fbe0767
Restore visit_bytes for Duration impl 2017-01-18 21:13:51 -08:00
David Tolnay
0a10116bf5
Restore visit_bytes for identifying variants and fields 2017-01-18 21:11:51 -08:00
David Tolnay
b1fbbfd3ce
Restore visit_usize for identifying variants 2017-01-17 23:52:06 -08:00
David Tolnay
984ebcead0
Remove visit_usize and visit_bytes for Duration impl 2017-01-17 23:32:28 -08:00
David Tolnay
aa88f01cdc Merge pull request #697 from serde-rs/vanity
cleanup some deprecation warnings
2017-01-17 09:26:44 -08:00
David Tolnay
13794c1b48
Stop testing on rust 1.12.0 2017-01-17 09:19:39 -08:00
Oliver Schneider
b5e64abba1
cleanup some deprecation warnings 2017-01-17 14:29:33 +01:00
David Tolnay
503ce310f5 Merge pull request #692 from serde-rs/byte_buf
add missing `Vec<u8>` deserialization hint to `Deserializer`
2017-01-16 08:10:25 -08:00
Oliver Schneider
b26f291d93
add missing Vec<u8> deserialization hint to Deserializer 2017-01-16 16:55:13 +01:00
David Tolnay
bc6bc9e3f0
Remove LICENSE file in favor of LICENSE-MIT and LICENSE-APACHE
This repo no longer contains bench_log referenced in this file.
2017-01-15 10:16:57 -08: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
a5a04306f2
Update tests for Serializer changes 2017-01-14 16:07:43 -08:00
David Tolnay
f9885c4826
Update serde_codegen for Serializer changes 2017-01-14 16:07:34 -08:00
David Tolnay
04f25eb122
Update serde_test for Serializer changes 2017-01-14 16:07:17 -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
David Tolnay
b3b8056d93
Update tests for Deserializer changes 2017-01-14 13:42:49 -08:00
David Tolnay
137cf9bab8
Update serde_codegen for Deserializer changes 2017-01-14 13:42:48 -08:00
David Tolnay
7372f152bd
Update serde_test for Deserializer changes 2017-01-14 13:42:45 -08:00
David Tolnay
a43da15b74 Merge pull request #685 from mineo/patch-1
Typo: aggrergate -> aggregate
2017-01-14 13:36:49 -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
Oliver Schneider
787ecc6a82 Merge pull request #684 from serde-rs/end
Remove SeqVisitor::end() and MapVisitor::end()
2017-01-14 08:01:53 +01:00
David Tolnay
9fc8a86bcc
Exclude serde-syntex-example until serde_json has been updated 2017-01-13 13:34:41 -08:00
David Tolnay
800442a75e
Handle visitor that does not need to be mutable 2017-01-13 13:34:39 -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
David Tolnay
bdba6fc5b0
Remove the proc_macro feature gate in serde-syntex-example 2017-01-13 10:27:51 -08:00