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 |
|
Oliver Schneider
|
dec116311e
|
Merge pull request #682 from serde-rs/unknown
Treat skipped fields as unknown
|
2017-01-13 10:46:18 +01:00 |
|
David Tolnay
|
8c49e6d6a5
|
Resolve conflict between rename changes and skip changes
|
2017-01-13 01:27:07 -08:00 |
|
David Tolnay
|
7cc24a43fb
|
Merge branch master into unknown
Conflicts:
serde_codegen/src/de.rs
|
2017-01-13 01:23:00 -08:00 |
|
David Tolnay
|
c008c6d3a8
|
Merge pull request #681 from serde-rs/deserialize_struct_bug
fix various serde(rename) bugs
|
2017-01-13 01:21:46 -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
|
4ef1128546
|
More explicit about argument to deserialize_field_visitor
|
2017-01-12 23:30:57 -08:00 |
|
David Tolnay
|
227bea1d0b
|
Treat skipped fields as unknown
|
2017-01-12 23:17:45 -08:00 |
|
David Tolnay
|
766ede965e
|
Eliminate collects in codegen for deserializing map
|
2017-01-12 21:52:56 -08:00 |
|
David Tolnay
|
eb5a49e380
|
Use helper function to build __field{}
|
2017-01-12 21:49:20 -08:00 |
|
David Tolnay
|
2df529cac5
|
Simplify codegen logic in deserializing seq
|
2017-01-12 21:41:27 -08:00 |
|
David Tolnay
|
4b66463011
|
Eliminate collect in deserializing seq
|
2017-01-12 21:29:50 -08:00 |
|
David Tolnay
|
b907cfef85
|
Eliminate collect in visitor generics
|
2017-01-12 21:28:09 -08:00 |
|
David Tolnay
|
506c8cc087
|
Simplify the trait paths used in bounds
|
2017-01-12 21:24:51 -08:00 |
|
David Tolnay
|
3951ef91c0
|
Don't need aster to construct syn::Ident
|
2017-01-12 21:15:13 -08:00 |
|
David Tolnay
|
b0d20afdfb
|
Merge pull request #680 from serde-rs/oli-obk-patch-1
make `ser::iterator` more general by taking `IntoIterator`
|
2017-01-12 16:45:39 -08:00 |
|
Oliver Schneider
|
5e6ee523d2
|
remove duplicate into_iter
|
2017-01-12 21:52:38 +01:00 |
|
Oliver Schneider
|
a07b6bd9e7
|
also use the renamed variant names during deserialization
|
2017-01-12 20:21:59 +01:00 |
|
Oliver Schneider
|
8dd06eed2f
|
type inference failure
|
2017-01-12 20:19:00 +01:00 |
|
Oliver Schneider
|
5b668ed87a
|
attempt to test the field names, but deem it too complex and opt to at least improve the code
|
2017-01-12 20:17:55 +01:00 |
|