David Tolnay
|
7a0e8f73b4
|
Remove the Deserialize trait bound on Visitor::Value
|
2017-01-03 01:50:10 -08:00 |
|
Erick Tryzelaar
|
b6e8b58cb2
|
Stop testing on 1.11
|
2017-01-02 14:59:00 -08:00 |
|
Oliver Schneider
|
a3f556959f
|
Merge pull request #652 from serde-rs/bbstr
Support deserializing ByteBuf from string
|
2016-12-25 01:09:15 +01:00 |
|
David Tolnay
|
9338c4f1b9
|
Release 0.8.21
|
2016-12-24 13:10:24 -05:00 |
|
David Tolnay
|
28d67f4172
|
Format variant-skip message only if variant is skipped
|
2016-12-24 13:10:06 -05:00 |
|
David Tolnay
|
2401ae61a8
|
Update to syntex 0.52
|
2016-12-24 12:42:23 -05:00 |
|
David Tolnay
|
57d3fce0c6
|
Further simplify variant serialization patterns
|
2016-12-24 12:28:46 -05:00 |
|
David Tolnay
|
a020cceed8
|
Simplify variant serialize patterns
|
2016-12-24 12:22:45 -05:00 |
|
David Tolnay
|
49e985eb90
|
Update message for skipped enum variant
|
2016-12-24 12:16:28 -05:00 |
|
David Tolnay
|
63def96c66
|
Merge pull request #653 from shinglyu/skip_se
Implement skip_serializing for enum variant
|
2016-12-24 11:40:21 -05:00 |
|
Shing Lyu
|
2fea8c9c28
|
Implement skip_serializing for enum variant
|
2016-12-24 22:34:22 +08:00 |
|
David Tolnay
|
b7ea213926
|
Support nostd for ByteBuf from String
|
2016-12-23 23:30:27 -05:00 |
|
David Tolnay
|
871fb5adee
|
Support deserializing ByteBuf from string
|
2016-12-23 23:17:42 -05:00 |
|
David Tolnay
|
2c984980a0
|
Link to release notes from readme
|
2016-12-22 21:52:37 -05:00 |
|
David Tolnay
|
36f07912b8
|
Remove no-longer-necessary cfg
This was fixed in Rust, allowing proc macro crates to be tested.
|
2016-12-17 17:32:11 -08:00 |
|
David Tolnay
|
7222cf7514
|
Ignore warning from unused enum variant
|
2016-12-17 17:31:11 -08:00 |
|
David Tolnay
|
08c59a2e0e
|
Release 0.8.20
|
2016-12-16 07:58:52 -08:00 |
|
David Tolnay
|
4a0bf4de65
|
Merge pull request #641 from shinglyu/deser_enum
Implemented skip_deserializing for enum
|
2016-12-16 07:53:34 -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
|
c6d5d9be14
|
Merge pull request #635 from serde-rs/oli-obk-patch-1
Enable deserializing an empty `String` from a unit value
|
2016-12-01 07:46:07 -05:00 |
|
Oliver Schneider
|
d63d09f4db
|
Enable deserializing an empty String from a unit value
|
2016-12-01 11:23:12 +01:00 |
|
David Tolnay
|
de6d00c306
|
Merge pull request #628 from serde-rs/str
Do not copy tokens to String after expanding
|
2016-11-24 17:33:19 -05:00 |
|
David Tolnay
|
5bda95ba81
|
Do not copy tokens to String after expanding
|
2016-11-24 13:07:47 -08:00 |
|
David Tolnay
|
36641e7b81
|
Release 0.8.19
|
2016-11-23 09:14:03 -08:00 |
|
David Tolnay
|
6eca34c45c
|
Drop libsyntax
|
2016-11-23 09:13:21 -08:00 |
|
David Tolnay
|
7efa0153b0
|
Drop testing on rust 1.10
|
2016-11-19 15:24:40 -08:00 |
|
David Tolnay
|
8dba87661b
|
Bump serde_codegen_internals because it failed to publish somehow
|
2016-11-19 11:47:19 -08:00 |
|
David Tolnay
|
17fb4cb503
|
Release 0.8.18
|
2016-11-19 11:40:00 -08:00 |
|
David Tolnay
|
5bd0386b8e
|
Merge pull request #618 from serde-rs/up
Ask proc_macro_derive to ignore serde attributes
|
2016-11-19 14:19:15 -05:00 |
|
David Tolnay
|
8b484c9703
|
Hide the serde_codegen functions from docs
|
2016-11-15 21:37:19 -05:00 |
|
David Tolnay
|
a16f07858b
|
Ask proc_macro_derive to ignore serde attributes
|
2016-11-15 21:29:34 -05:00 |
|
David Tolnay
|
133d117bf4
|
Bump post-expansion dependency
|
2016-11-07 11:16:14 -08:00 |
|
David Tolnay
|
e7f3a80867
|
Update serde codegen to syn 0.10
|
2016-11-02 22:58:55 -07:00 |
|
David Tolnay
|
f8c3d225a3
|
Shorten the syn meta item matches
|
2016-11-02 22:56:27 -07:00 |
|
David Tolnay
|
6d40d9e8ec
|
Update codegen internals to syn 0.10
|
2016-11-02 22:52:20 -07:00 |
|
David Tolnay
|
c91fca19e1
|
Release 0.8.17
|
2016-11-02 09:26:04 -07:00 |
|
David Tolnay
|
f13a805530
|
Merge pull request #605 from serde-rs/up
Bump syntex to 0.48
|
2016-11-02 09:24:55 -07:00 |
|
David Tolnay
|
54802983b8
|
Bump syntex to 0.48
|
2016-11-02 09:12:22 -07:00 |
|
David Tolnay
|
f430d9d1c8
|
Remove unneeded type ascription
|
2016-10-23 21:06:50 -07:00 |
|
David Tolnay
|
c9612a2f57
|
Release 0.8.16
|
2016-10-22 00:07:27 -07:00 |
|
David Tolnay
|
7ffea5a716
|
Bump syntex to 0.46
|
2016-10-21 23:38:27 -07:00 |
|
David Tolnay
|
c8c9f7d96c
|
Merge pull request #599 from TheCatPlusPlus/master
Explictly discard result of visiting IgnoredAny
|
2016-10-21 23:36:57 -07:00 |
|
Cat Plus Plus
|
f75d286b90
|
Explictly discard result of visiting IgnoredAny
Makes the code generated by `derive(Deserialize)` compile cleanly when
`unused_results` lint is enabled.
|
2016-10-22 08:00:44 +02:00 |
|
David Tolnay
|
9acb17ab54
|
Release 0.8.15
|
2016-10-20 08:42:40 -07:00 |
|
David Tolnay
|
f15ff1868e
|
Merge pull request #597 from serde-rs/cov
Drop coveralls
|
2016-10-20 00:44:19 -07:00 |
|
David Tolnay
|
86f0d0382f
|
Drop coveralls
Has not been uploading for months.
|
2016-10-20 00:33:03 -07:00 |
|
David Tolnay
|
8595b25763
|
Merge pull request #592 from serde-rs/post
Use post-expansion crate to let other custom derives see serde attrs
|
2016-10-20 00:18:23 -07:00 |
|
David Tolnay
|
49aca521f1
|
Bump post-expansion dependency
|
2016-10-20 00:01:14 -07:00 |
|
David Tolnay
|
4c38bd0180
|
Merge branch origin/master into origin/post
|
2016-10-19 23:59:53 -07:00 |
|