David Tolnay
|
e0c049dbf2
|
Remove usize and isize from data model
|
2017-01-25 09:08: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
|
3c88a93fb2
|
Fix the filtered error messages
|
2017-01-21 12:34:04 -08:00 |
|
David Tolnay
|
a4126e4c5a
|
Errors
|
2017-01-21 09:13:01 -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
|
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 |
|
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
|
7222cf7514
|
Ignore warning from unused enum variant
|
2016-12-17 17:31:11 -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
|
c4b5a42615
|
Serialize and Deserialize for std::time::Duration
|
2016-08-03 19:33:31 -07:00 |
|
Oliver Schneider
|
124bacd871
|
fix for 1.8, 1.9 and stable
|
2016-07-21 10:11:04 +02:00 |
|
David Tolnay
|
4f79829849
|
Rename feature nightly-testing to unstable-testing
|
2016-07-17 13:34:23 -07:00 |
|
Oliver Schneider
|
3766633f4a
|
adjust codegen to work with the revamped map/seq serializer
|
2016-07-12 15:44:19 +02:00 |
|
David Tolnay
|
041d5c0842
|
Make serde_test asserts more consistent
|
2016-06-28 23:50:19 -07:00 |
|
David Tolnay
|
cfc2f9adc0
|
Remove Error from name of Error variants
|
2016-06-28 22:49:13 -07:00 |
|
David Tolnay
|
093201abfb
|
Assert tokens are empty after reaching error
|
2016-06-28 22:23:38 -07:00 |
|
David Tolnay
|
6d64104375
|
Factor the Token De/Serializer into serde_test
|
2016-06-28 21:54:51 -07:00 |
|
David Tolnay
|
fb0e62951f
|
Rename serde_tests to testing
|
2016-06-28 20:43:59 -07:00 |
|