358 Commits

Author SHA1 Message Date
David Tolnay
4c77af53e5
Clean up dependency declarations 2017-01-25 14:54:32 -08:00
David Tolnay
5d9c1aeb06
Release 0.9.0 2017-01-25 12:57:45 -08:00
David Tolnay
59e48997dd
Release 0.9.0-rc4 2017-01-25 10:14:43 -08:00
David Tolnay
e0c049dbf2
Remove usize and isize from data model 2017-01-25 09:08:06 -08:00
David Tolnay
24f849da2d
Remove unused #[macro_use]
I think this was for the quasi-quoting macros back in the day.
2017-01-24 09:28:00 -08:00
Oliver Schneider
b105423e5e add travis badge to crates.io 2017-01-24 10:30:10 +01:00
David Tolnay
c334c1c7b5
Release 0.9.0-rc3 2017-01-23 19:14:02 -08:00
David Tolnay
92668d7061
Serialize T by ref 2017-01-23 17:11:18 -08:00
David Tolnay
fc4e370ba9
Support serde_derive on no_std 2017-01-23 16:03:06 -08:00
David Tolnay
ea702755a2
Merge branch master into origin/usize
Conflicts:
    serde_codegen/src/de.rs
    testing/tests/test_de.rs
2017-01-23 01:36:49 -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
3c88a93fb2
Fix the filtered error messages 2017-01-21 12:34:04 -08:00
David Tolnay
ea99e8b686
Filter the slice of expected field and variant names 2017-01-21 12:18:55 -08:00
David Tolnay
a4126e4c5a
Errors 2017-01-21 09:13:01 -08:00
David Tolnay
42bc63bed8
Standardize behavior of missing fields 2017-01-20 00:44:43 -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
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
4b06030666
Unabbreviated method naming 2017-01-14 21:39:37 -08:00
David Tolnay
f9885c4826
Update serde_codegen for Serializer changes 2017-01-14 16:07:34 -08:00
David Tolnay
137cf9bab8
Update serde_codegen for Deserializer changes 2017-01-14 13:42:48 -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
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
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
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
abe305dbfe fix deserialize_struct passing the original field names instead of the renamed ones 2017-01-12 20:17:02 +01:00
David Tolnay
ca47eb929c Merge pull request #678 from serde-rs/empty
Handle various degenerate cases
2017-01-11 11:45:24 -08:00
David Tolnay
b01c23b5ee
Also provide a smarter alternative for the other impossible case 2017-01-11 11:34:47 -08:00
David Tolnay
3aaf29c846
Remove ref in top-level let pattern
Discouraged by Clippy.
2017-01-11 11:12:53 -08: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
1f8b803607
Repetition for field visitor arms 2017-01-09 00:37:37 -08:00
David Tolnay
516cc8b04e
Stop generating visit_usize and visit_bytes for FieldVisitor 2017-01-08 01:01:56 -08:00
David Tolnay
4193122472
Use the more concise paths in generated code 2017-01-08 00:47:44 -08:00