David Tolnay
|
295730ba1e
|
Clippy cyclomatic complexity lint has been renamed
|
2019-03-09 16:36:51 -08:00 |
|
David Tolnay
|
ac0d8f61c5
|
Use non-preview name of Clippy rustup component
|
2019-03-01 23:11:06 -08:00 |
|
David Tolnay
|
b811588fa0
|
Release 1.0.89
|
2019-02-28 17:09:10 -08:00 |
|
David Tolnay
|
5fcdf0ff2b
|
Sort version-conditional imports at the bottom
|
2019-02-28 16:53:13 -08:00 |
|
David Tolnay
|
650b723da3
|
Format with rustfmt 2019-02-14
|
2019-02-28 16:40:54 -08:00 |
|
David Tolnay
|
97920be33a
|
Merge pull request #1486 from vorot93/reverse
impl Serialize and Deserialize for core::cmp::Reverse
|
2019-02-28 16:39:54 -08:00 |
|
David Tolnay
|
58bbaa9e80
|
Refer to Option through serde::export in generated code
|
2019-02-28 16:36:17 -08:00 |
|
David Tolnay
|
94f152730c
|
Merge pull request #1492 from thomaseizinger/1491-clippy-warning
Don't generate code with redundant closures
|
2019-02-28 16:35:59 -08:00 |
|
David Tolnay
|
535e3d4372
|
Mention rc feature in list of trait impls in documentation
|
2019-02-28 01:13:36 -08:00 |
|
Thomas Eizinger
|
2ea43c8986
|
Don't generate code with redundant closures
Fixes #1491.
|
2019-02-28 17:30:21 +11:00 |
|
Artem Vorotnikov
|
71fe2a5534
|
Reverse impls available for Rust >=1.19
|
2019-02-20 12:56:35 +03:00 |
|
Artem Vorotnikov
|
f3ffcfd61e
|
impl Serialize and Deserialize for core::cmp::Reverse
|
2019-02-20 04:32:55 +03:00 |
|
David Tolnay
|
bf27b28554
|
Simplify running update-references.sh
|
2019-02-17 10:58:46 -08:00 |
|
David Tolnay
|
344602d27e
|
Make array ser impls macro better fit rustfmt style
|
2019-02-16 15:22:53 -08:00 |
|
David Tolnay
|
64c483cf80
|
Release 1.0.88
|
2019-02-15 19:55:50 -08:00 |
|
David Tolnay
|
19091aacc7
|
Fix mistaken double negative in flatten error message
|
2019-02-15 18:56:31 -08:00 |
|
David Tolnay
|
ef9028d798
|
Remove conflict between flatten and skip
|
2019-02-15 18:39:15 -08:00 |
|
David Tolnay
|
1668cd19d3
|
Eliminate try!(..).value to improve rustfmt'd code
Rustfmt bails out on the original code, leaving it all on one line.
|
2019-02-13 09:13:50 -08:00 |
|
David Tolnay
|
134f268cee
|
Release 1.0.87
|
2019-02-04 07:08:41 +01:00 |
|
David Tolnay
|
c473633676
|
Format with rustfmt 2018-12-10
|
2019-02-04 00:39:32 +01:00 |
|
David Tolnay
|
6a3a82007c
|
Merge pull request #1474 from jwillbold/master
Fixed #1468, flattened struct fields made structs ignore their tag
|
2019-02-03 15:37:44 -08:00 |
|
Johannes Willbold
|
1d6ef76cfb
|
Fixed #1468, flattened struct fields made structs ignore their tag
|
2019-02-03 02:09:37 +01:00 |
|
David Tolnay
|
c8e3959435
|
Release 1.0.86
|
2019-02-01 21:07:19 -08:00 |
|
David Tolnay
|
796f412a1e
|
Document that Bound<T> impls exist
|
2019-02-01 21:07:18 -08:00 |
|
David Tolnay
|
fa854a2108
|
Format with rustfmt 2018-12-10
|
2019-02-01 21:04:08 -08:00 |
|
David Tolnay
|
3a097ff2d2
|
Deserialize Bound::Unbounded as unit variant
|
2019-02-01 21:04:07 -08:00 |
|
David Tolnay
|
8463bfc1e5
|
Remove as yet unrequested range impls
|
2019-02-01 21:04:06 -08:00 |
|
David Tolnay
|
7a72b4c624
|
Merge pull request #1466 from 0nkery/master
Impl Serialize/Deserialize for std::ops::{Bound, RangeFrom, RangeTo, RangeToInclusive}
|
2019-02-01 21:03:55 -08:00 |
|
David Tolnay
|
670c179417
|
Re-enable deny unused_imports
|
2019-02-01 17:56:52 -08:00 |
|
David Tolnay
|
1b1d868837
|
Combine the two clippy lists
|
2019-02-01 17:56:31 -08:00 |
|
David Tolnay
|
d9704d02bb
|
Remove clippy lints that are no longer triggering
|
2019-02-01 17:53:14 -08:00 |
|
David Tolnay
|
1349548367
|
Fix indentation of cfg that isn't formatted by rustfmt
|
2019-02-01 17:48:14 -08:00 |
|
Dmitry Shlagoff
|
18b1604fc8
|
Fix compatibility issues with syntax and Bound
|
2019-01-30 00:41:03 +07:00 |
|
Dmitry Shlagoff
|
0def7da5a8
|
Impl Ser/De for RangeFrom, RangeTo, RangeToInclusive
|
2019-01-29 20:29:14 +07:00 |
|
Dmitry Shlagoff
|
4bb45c8252
|
Impl Serialize for Bound<T>
|
2019-01-29 15:20:27 +07:00 |
|
David Tolnay
|
bb99b31eb0
|
Release 1.0.85
|
2019-01-18 22:36:49 -08:00 |
|
David Tolnay
|
84397183f3
|
Fix spelling of alises -> aliases
|
2019-01-18 22:34:23 -08:00 |
|
David Tolnay
|
aeae265777
|
Simpler way to get single element from vector
|
2019-01-18 22:33:43 -08:00 |
|
David Tolnay
|
a9c5df5da1
|
Remove unused Clone on attr::Attr
|
2019-01-18 22:31:25 -08:00 |
|
David Tolnay
|
96576c4de9
|
Merge pull request #1458 from Lymia/master
Implements alias annotation and allow multiple deserialization renames.
|
2019-01-18 22:29:57 -08:00 |
|
David Tolnay
|
9ec68e5829
|
Re-export is no longer just for optional serde cfg
|
2019-01-18 00:48:05 -08:00 |
|
David Tolnay
|
face857d5e
|
Update crates.io readme to 2018 edition
|
2019-01-18 00:44:17 -08:00 |
|
David Tolnay
|
85a1cc9b4f
|
Merge pull request #1460 from dtolnay/readme
Replace serde_derive with features = ["derive"] in readme
|
2019-01-18 00:43:25 -08:00 |
|
David Tolnay
|
630501b93d
|
Replace serde_derive with features = ["derive"] in readme
|
2019-01-18 00:30:01 -08:00 |
|
Lymia Aluysia
|
8bbc2995ca
|
Fix clippy lint in serde_derive
|
2019-01-15 11:35:26 -06:00 |
|
Lymia Aluysia
|
7d3872df57
|
Fix compilation on Rust 1.15.x
|
2019-01-15 11:29:55 -06:00 |
|
Lymia Aluysia
|
1ed228b92b
|
Implements alias annotation and allow multiple deserialization renames.
|
2019-01-15 11:15:01 -06:00 |
|
David Tolnay
|
b605cd1bb9
|
Make compiletest setup consistent with serde_json
|
2019-01-12 16:22:23 -08:00 |
|
David Tolnay
|
fea4e8e5b6
|
Release 1.0.84
|
2018-12-31 23:45:34 -05:00 |
|
David Tolnay
|
1df8b5785b
|
Test with same features in Travis and AppVeyor
|
2018-12-31 23:31:49 -05:00 |
|