Commit Graph

  • 4a97386cb9 Clippy if_then_panic lint has been renamed to manual_assert David Tolnay 2021-11-04 19:57:14 -07:00
  • 5b32217877 Fix unused_results complaining rustc lint in codegen for adjacently tagged enum tyranron 2021-10-29 14:13:26 +03:00
  • 5b140361a3 Merge pull request #2102 from atouchet/url David Tolnay 2021-10-14 16:33:22 -07:00
  • 678351eac7 Update URL Alex Touchet 2021-10-14 16:27:49 -07:00
  • 999c261d11 Ui test changes for trybuild 1.0.49 David Tolnay 2021-10-08 02:46:15 -04:00
  • efbe574209 Update ui test files David Tolnay 2021-10-07 00:56:29 -04:00
  • 33b2677384 Suppress broken semicolon_if_nothing_returned lint David Tolnay 2021-10-04 23:55:26 -04:00
  • 01ded9f405 Declare minimum Rust version in Cargo metadata David Tolnay 2021-10-02 02:43:22 -04:00
  • fc827ecec2 Resolve redundant_closure_for_method_calls clippy lints David Tolnay 2021-09-30 00:25:00 -04:00
  • 5c785eee58 Ignore if_then_panic clippy lint David Tolnay 2021-09-30 00:27:28 -04:00
  • 819db93a3d Format with rustfmt 2021-09-29 David Tolnay 2021-09-30 00:26:24 -04:00
  • a6690ea2fe Update ui test suite to nightly-2021-09-14 David Tolnay 2021-09-14 19:13:54 -07:00
  • 65e1a50749 Release 1.0.130 v1.0.130 David Tolnay 2021-08-28 11:31:38 -07:00
  • 87d41b59fd Merge pull request #2081 from dtolnay/accessunsized David Tolnay 2021-08-28 11:11:57 -07:00
  • 3f120fb355 Enable unsized Map/SeqAccess types to use the impl for &mut David Tolnay 2021-08-28 10:59:51 -07:00
  • 2b92c80cc1 Release 1.0.129 v1.0.129 David Tolnay 2021-08-23 15:01:24 -07:00
  • c1c0ede452 Merge pull request #2080 from dtolnay/packeddrop David Tolnay 2021-08-23 15:00:50 -07:00
  • 4a66c5f33d Support packed remote struct without destructuring David Tolnay 2021-08-23 11:52:11 -07:00
  • 714c8a5586 Add test of packed struct that cannot be destructured David Tolnay 2021-08-23 10:49:32 -07:00
  • dc0c0dcba1 Merge pull request #2079 from dtolnay/packedremote David Tolnay 2021-08-23 14:38:21 -07:00
  • 54102ee7d0 Avoid generating ref patterns for fields of packed remote struct David Tolnay 2021-08-23 10:17:44 -07:00
  • 14accf7518 Add test of remote with a packed struct David Tolnay 2021-08-23 10:11:18 -07:00
  • 55fdbea20b Merge pull request #2077 from dtolnay/tryfold David Tolnay 2021-08-21 14:08:20 -07:00
  • 75d8902371 Use try_fold in default implementation of collect_seq, collect_map David Tolnay 2021-08-21 13:54:13 -07:00
  • 9451ea8df1 Format PR 1992 with rustfmt David Tolnay 2021-08-21 12:49:00 -07:00
  • c1ce03b3dd Merge pull request 1992 from Mingun/unnecessary-deserialize-with David Tolnay 2021-08-21 12:46:13 -07:00
  • a587eb8953 Release 1.0.128 v1.0.128 David Tolnay 2021-08-21 10:39:32 -07:00
  • 990f7eb6c1 Merge pull request #2076 from Manishearth/emscripten-i128 Oli Scherer 2021-08-21 19:19:30 +02:00
  • 082e18f9a1 Rust supports i128/u128 on emscripten post Rust 1.40 Manish Goregaokar 2021-08-20 21:57:06 -07:00
  • f309485787 Ignore buggy collapsible_match clippy lint David Tolnay 2021-08-16 19:31:54 -07:00
  • e2f85681fe Release 1.0.127 v1.0.127 David Tolnay 2021-07-30 20:59:13 -07:00
  • 8b840c3030 Resolve semicolon_in_expressions_from_macros warning in serde_test David Tolnay 2021-07-30 20:49:53 -07:00
  • 9c39115f82 Ignore buggy nonstandard_macro_braces clippy lint David Tolnay 2021-07-02 20:57:57 -07:00
  • 89342af71e Merge pull request #2047 from jsoref/spelling David Tolnay 2021-06-24 22:25:58 -07:00
  • 3c5e2d11f6 spelling: implicitly Josh Soref 2021-06-25 00:40:45 -04:00
  • 3805c037a8 Merge pull request #2040 from dtolnay/test David Tolnay 2021-06-12 13:43:30 -07:00
  • 7045fee260 Fix outdated test instructions in CONTRIBUTING.md David Tolnay 2021-06-12 13:38:23 -07:00
  • 9d81532e41 Merge pull request #2039 from dtolnay/test David Tolnay 2021-06-12 13:38:34 -07:00
  • 5e47432ef0 Update documented test command for the serde directory David Tolnay 2021-06-12 13:34:45 -07:00
  • e0fc46783d Add test with generic deserialize_with function Mingun 2021-02-28 17:43:54 +05:00
  • ca772a14f9 Get rid of useless DeserializeWith wrapper Mingun 2021-02-27 18:52:32 +05:00
  • 7b840897a9 Resolve needless_borrow clippy lints David Tolnay 2021-06-04 20:56:35 -07:00
  • 967795414b Resolve semicolon_if_nothing_returned clippy lints David Tolnay 2021-06-04 20:55:15 -07:00
  • 985725f820 Resolve while_let_on_iterator clippy lint David Tolnay 2021-05-22 20:29:29 -07:00
  • 0c303d85d7 Merge pull request #2027 from striezel-stash/fix-typos David Tolnay 2021-05-15 10:14:13 -07:00
  • f68e9e901e fix some typos Dirk Stolle 2021-05-15 16:18:05 +02:00
  • 1094e2d334 Update ui test suite to nightly-2021-05-14 David Tolnay 2021-05-13 19:16:07 -07:00
  • d9c338ec4a Release 1.0.126 v1.0.126 David Tolnay 2021-05-12 10:18:26 -07:00
  • 699bf3a75d Merge pull request #2026 from hyd-dev/warning David Tolnay 2021-05-12 10:16:47 -07:00
  • dd29825217 Allow only unused_extern_crates instead of the whole rust_2018_idioms lint group in serde_derive-generated code hyd-dev 2021-05-12 18:29:28 +08:00
  • 6366f17da7 Ignore clone_instead_of_copied pedantic clippy lint David Tolnay 2021-04-24 19:26:12 -07:00
  • 1120e5af4a Remove suppression of removed clippy lint David Tolnay 2021-04-24 19:23:54 -07:00
  • 1093f7e232 Resolve flat_map_option pedantic clippy lint David Tolnay 2021-04-24 19:23:12 -07:00
  • 2ea132b8c4 Merge pull request #2018 from dtolnay/nonascii David Tolnay 2021-04-19 20:24:51 -07:00
  • 2ebc771b88 Remove non_ascii_idents feature gate from test suite David Tolnay 2021-04-19 19:36:06 -07:00
  • c17c4eef18 Unify stable and beta CI workflow David Tolnay 2021-04-19 19:54:56 -07:00
  • 7aa4950504 Release serde_derive_internals 0.26.0 David Tolnay 2021-04-09 14:23:13 -07:00
  • 47015a2727 Merge pull request #2015 from dtolnay/symlink David Tolnay 2021-04-09 14:20:55 -07:00
  • dc4c31eb50 Build using relative path in repo if Windows lost symlink David Tolnay 2021-04-09 14:15:58 -07:00
  • b53ebef438 Resolve safe_packed_borrows lint renamed to unaligned_references David Tolnay 2021-04-08 20:08:16 -07:00
  • 6c3bf7a2fc Ignore poor suggestion from branches_sharing_code lint David Tolnay 2021-04-08 20:07:19 -07:00
  • ce0844b9ec Suppress match_wildcard_for_single_variants clippy false positive David Tolnay 2021-03-26 23:28:07 -04:00
  • e9270e59f0 Release 1.0.125 v1.0.125 David Tolnay 2021-03-22 16:15:57 -07:00
  • 72060b779a Extend test_format_u8 to include u8::MAX David Tolnay 2021-03-22 16:09:29 -07:00
  • 1bb23ad9d1 Remove format_u8 when not used by Ipv4Addr impl David Tolnay 2021-03-22 16:00:58 -07:00
  • 9be4c9654a Merge pull request 2001 from saethlin/optimize-ipaddr David Tolnay 2021-03-22 15:56:55 -07:00
  • 4114e90bac Fix off-by-one mistake, explain the offset Ben Kimock 2021-03-22 18:39:24 -04:00
  • 8bb07b0743 skip UTF8 checking and initialize with b'.' Ben Kimock 2021-03-22 18:15:50 -04:00
  • ba8c1d63c8 use the algorithm from itoa Ben Kimock 2021-03-16 17:33:42 -04:00
  • 857a805993 Faster Ipv4 serialization prototype Ben Kimock 2021-03-16 09:43:52 -04:00
  • 5a8dcac2ed Release 1.0.124 v1.0.124 David Tolnay 2021-03-05 19:55:40 -08:00
  • 697b082e90 Touch up PR 1997 David Tolnay 2021-03-05 19:36:25 -08:00
  • d91075c8d5 Merge pull request #1997 from cyang1/systemtime-panics David Tolnay 2021-03-05 18:35:48 -08:00
  • 4118cec731 Prevent various panics when deserializing malformed SystemTime Cary Yang 2021-03-05 17:02:25 -08:00
  • c261015325 Ignore incorrect suggestion from manual_map lint David Tolnay 2021-02-25 20:52:25 -08:00
  • 6b5e5a83d0 Ignore let_underscore_drop pedantic clippy lint David Tolnay 2021-02-18 19:29:51 -08:00
  • bc6b2b1dee Make json5 description capitalization consistent with other links David Tolnay 2021-02-10 23:13:12 -08:00
  • beb21cb640 Ignore new missing_panics_doc pedantic clippy lint David Tolnay 2021-02-03 20:07:44 -08:00
  • 7cfebbcd72 Merge pull request #1974 from Mingun/new-internally-tagged-tests David Tolnay 2021-02-02 15:23:10 -08:00
  • b60c03ec3f Extend test_internally_tagged_newtype_variant_containing_unit_struct to cover structs and seqs Mingun 2020-11-03 21:55:57 +05:00
  • 3257851192 Extend test_internally_tagged_struct_variant_containing_unit_variant to cover maps and seqs Mingun 2020-11-03 21:37:02 +05:00
  • 9a84622c56 Merge pull request #1971 from arthurprs/untagged-enum-fix-pr David Tolnay 2021-01-26 14:41:56 -08:00
  • de8ac1c0be Allow floats to be deserialized from ints in untagged unions Arthur Silva 2020-11-21 13:02:52 +01:00
  • 3d6c4149b1 Release 1.0.123 v1.0.123 David Tolnay 2021-01-25 13:43:11 -08:00
  • 29cdf888c0 Merge pull request #1970 from serde-rs/self David Tolnay 2021-01-25 13:42:35 -08:00
  • 2ba97394fb Substitute Self in output of Serialize derive David Tolnay 2021-01-25 13:27:15 -08:00
  • 6699b0bc40 Add regression test for issue 1969 David Tolnay 2021-01-25 13:25:53 -08:00
  • b054ea4105 Ignore some pedantic lints in serde_derive_internals from PR 1830 David Tolnay 2021-01-25 00:02:55 -08:00
  • e5efb6ad93 Remove dependency on syn/visit-mut feature David Tolnay 2021-01-24 23:07:11 -08:00
  • 1f423580a5 Deduplicate token stream respanner David Tolnay 2021-01-24 23:01:50 -08:00
  • 033114a4ae Touch up PR 1830 David Tolnay 2021-01-24 22:32:08 -08:00
  • 7cec99c7fd Pare down PR 1830 David Tolnay 2021-01-24 22:29:53 -08:00
  • 6c5bf701be Merge pull request 1830 from taiki-e/self David Tolnay 2021-01-24 23:05:51 -08:00
  • 6e800ff826 Test exhaustiveness of type match in collect_lifetimes David Tolnay 2021-01-24 23:04:01 -08:00
  • 68bda7a004 Include serde crate in 1.31 CI job David Tolnay 2021-01-24 20:42:20 -08:00
  • dfeaf77bb2 Merge pull request #1966 from serde-rs/private David Tolnay 2021-01-24 20:40:06 -08:00
  • b0cc213e57 Omit derive helpers in versions older than serde_derive msrv David Tolnay 2021-01-24 20:26:56 -08:00
  • 74ca06662e Omit size_hint::cautious when not allocating David Tolnay 2021-01-24 20:24:03 -08:00
  • 38edb473de Move size_hint module out of private::de David Tolnay 2021-01-24 20:21:57 -08:00
  • 1c03647656 Move InPlaceSeed out of private mod David Tolnay 2021-01-24 20:13:02 -08:00