David Tolnay
|
44fa7b0f6b
|
Remove unused rustc-serialize dependency from test suite
|
2019-10-04 21:29:06 -04:00 |
|
David Tolnay
|
bda561df4e
|
Update test suite to nightly-2019-10-04
|
2019-10-03 21:45:09 -04:00 |
|
David Tolnay
|
8955420baf
|
Update test suite to nightly-2019-10-02
|
2019-10-02 09:45:00 -04:00 |
|
David Tolnay
|
21ee256911
|
Update test suite to nightly-2019-09-30
|
2019-09-30 15:56:04 -04:00 |
|
David Tolnay
|
4aba6fae78
|
Release 1.0.101
|
2019-09-16 00:32:28 -07:00 |
|
David Tolnay
|
fe06bc2f88
|
More concise explanation of allow(unused_variables)
|
2019-09-16 00:31:23 -07:00 |
|
David Tolnay
|
8dfb4cd02f
|
Merge pull request #1617 from arilotter/master
Fix unused variable warning when field of adjacently tagged enum is skipped
|
2019-09-15 23:51:39 -07:00 |
|
David Tolnay
|
d1ade37827
|
Ignore new too_many_lines lint
|
2019-09-10 23:15:59 -07:00 |
|
Ari Lotter
|
9de49241fb
|
Bug fix for #1610
Allow unused variables in tuple in AdjacentlyTagged serializer
|
2019-09-09 10:43:05 -04:00 |
|
David Tolnay
|
b24d50160a
|
Remove use of ref keyword from serde_derive
|
2019-09-07 23:16:02 -07:00 |
|
David Tolnay
|
e46463e69f
|
Add tests for attribute parse errors
|
2019-09-07 22:57:27 -07:00 |
|
David Tolnay
|
a3157c9572
|
Produce errors on attr that fails to parse as Meta
|
2019-09-07 22:46:50 -07:00 |
|
David Tolnay
|
0d4722680a
|
Use flatten() to iterate serde meta items
|
2019-09-07 22:44:25 -07:00 |
|
David Tolnay
|
7ab12597bb
|
Un-wrap error message strings for better grepping
|
2019-09-07 22:40:24 -07:00 |
|
David Tolnay
|
b86a46c83c
|
Factor skipping in newtype variants into effective_style
|
2019-09-07 22:16:56 -07:00 |
|
David Tolnay
|
187a0a3ec0
|
Format with rustfmt 2019-08-19
|
2019-09-07 22:16:49 -07:00 |
|
David Tolnay
|
111c18dec3
|
Merge pull request #1622 from Xaeroxe/fix-new-types
Fix (de)serialization of new types where the internal type is skipped
|
2019-09-07 22:16:40 -07:00 |
|
David Tolnay
|
7a2b137912
|
Reuse span in default deserialize_with path for Cows
|
2019-09-07 20:24:59 -07:00 |
|
David Tolnay
|
791b9fbe81
|
Release serde_derive_internals
|
2019-09-07 20:14:30 -07:00 |
|
David Tolnay
|
0fdc0257aa
|
Sort Postcard in the same order as on the website
|
2019-09-07 19:10:48 -07:00 |
|
David Tolnay
|
b6a77c4413
|
Release 1.0.100
|
2019-09-07 18:55:50 -07:00 |
|
David Tolnay
|
33438850a6
|
Merge pull request #1620 from dtolnay/error
Export std error type so no_std data formats don't need a "std" feature
|
2019-09-07 18:54:34 -07:00 |
|
Jake Kiesel
|
fcbb3d3783
|
Add support for other enum representations
|
2019-09-07 11:43:53 -06:00 |
|
Jake Kiesel
|
acc8640c1e
|
Fix (de)serialization of new types where the internal type is skipped
|
2019-09-07 03:20:43 -06:00 |
|
David Tolnay
|
c083cfd65e
|
Export std error type so downstream doesn't need "std" feature
|
2019-09-04 20:20:36 -07:00 |
|
David Tolnay
|
4cea81f93f
|
Merge pull request #1615 from jamesmunns/patch-1
Add Postcard to the list of Serde Data Formats
|
2019-08-28 10:17:43 -07:00 |
|
James Munns
|
2d36be753a
|
Add Postcard to the list of Serde Data Formats
|
2019-08-28 12:23:54 +02:00 |
|
David Tolnay
|
738d29eaa9
|
Update serde_derive_internals to syn 1.0
|
2019-08-26 12:29:45 -07:00 |
|
David Tolnay
|
b536fb67a4
|
Merge pull request #1604 from UnHumbleBen/patch-1
Fixed a typo
|
2019-08-19 03:10:49 -07:00 |
|
Benjamin Lee
|
b10c23a950
|
Fixed a typo
|
2019-08-18 22:37:28 -07:00 |
|
David Tolnay
|
85a5cf7cb1
|
Document serde_derive minimum rustc
|
2019-08-18 18:31:40 -07:00 |
|
David Tolnay
|
192f5cd647
|
Release 1.0.99
|
2019-08-16 11:50:19 -07:00 |
|
David Tolnay
|
7dceee64fe
|
Merge pull request #1591 from dtolnay/up
Update to syn/quote 1.0
|
2019-08-16 11:49:33 -07:00 |
|
David Tolnay
|
8ad6ae71c6
|
Update serde_derive minimum rustc version to 1.31
|
2019-08-16 11:31:15 -07:00 |
|
David Tolnay
|
3ea85a28cf
|
Update to syn/quote 1.0
|
2019-08-16 11:31:15 -07:00 |
|
David Tolnay
|
273ecdb786
|
Update ui tests on nightly-2019-08-16
|
2019-08-16 11:30:49 -07:00 |
|
David Tolnay
|
de40eb7306
|
Update serde_derive to use question mark
|
2019-08-16 11:28:25 -07:00 |
|
David Tolnay
|
b9c44073ce
|
Update serde_test to use question mark
|
2019-08-16 11:25:12 -07:00 |
|
David Tolnay
|
d6e5947ad2
|
Suppress warnings about try! macro
|
2019-08-16 11:24:22 -07:00 |
|
David Tolnay
|
668651ee01
|
Format with rustfmt 2019-07-30
|
2019-07-31 21:19:46 -07:00 |
|
David Tolnay
|
fb1cacc10e
|
Update Attr structs to hold symbols
|
2019-07-31 21:06:36 -07:00 |
|
David Tolnay
|
735e56c26f
|
Use symbols when parsing values out of attribute
|
2019-07-31 21:06:36 -07:00 |
|
David Tolnay
|
97de3dccbb
|
Factor out attr symbols into constants
|
2019-07-31 21:06:36 -07:00 |
|
David Tolnay
|
690467cbe2
|
Release 1.0.98
|
2019-07-28 10:33:34 -07:00 |
|
David Tolnay
|
71efd8ffda
|
Merge pull request #1590 from dtolnay/manifest
Work around failing to parse manifest in 1.27 and 1.28 builds
|
2019-07-28 10:32:14 -07:00 |
|
David Tolnay
|
9bb196ae6e
|
Work around failing to parse manifest in 1.27 and 1.28 builds
|
2019-07-28 10:07:15 -07:00 |
|
David Tolnay
|
ce75418e40
|
Merge pull request #1589 from Flaise/nonzeroi
Add support for NonZeroI* types
|
2019-07-28 10:02:09 -07:00 |
|
Flaise
|
78c7f09e28
|
Add build gate for nonzero signed integers so rustc <1.34 still works
|
2019-07-28 11:44:31 -05:00 |
|
David Tolnay
|
e7269ac84e
|
Add travis builds on every version in build.rs
|
2019-07-28 08:36:06 -07:00 |
|
Flaise
|
34866e20a8
|
Add support for NonZeroI* types
|
2019-07-28 09:12:29 -05:00 |
|