Commit Graph

  • a31d0be191 Update keywords in crates.io metadata David Tolnay 2022-08-02 10:38:57 -07:00
  • d786e750d7 Release 1.0.141 v1.0.141 David Tolnay 2022-08-01 08:50:46 -07:00
  • 10e4839f83 Move Postcard link up to Bincode spot David Tolnay 2022-08-01 08:48:42 -07:00
  • 85e72653c8 Add categories to crates.io metadata David Tolnay 2022-08-01 00:06:49 -07:00
  • c9cc8a8924 Add authors to Cargo.toml David Tolnay 2022-07-31 19:25:47 -07:00
  • a925ce4119 Sort package entries in Cargo.toml David Tolnay 2022-07-31 19:19:07 -07:00
  • c5f6338ce2 Release 1.0.140 v1.0.140 David Tolnay 2022-07-20 09:26:28 -07:00
  • 5185487d73 Merge pull request #2251 from taiki-e/derive-cfg David Tolnay 2022-07-20 09:25:14 -07:00
  • efaafd4458 Invert build.rs cfgs in serde_derive Taiki Endo 2022-07-21 01:15:37 +09:00
  • a0eb83a5d4 Resolve invalid_utf8_in_unchecked clippy lint in ancient test code David Tolnay 2022-07-18 21:27:20 -07:00
  • 7cc6f7fbb0 Ignore new_without_default clippy lint David Tolnay 2022-07-11 21:19:54 -07:00
  • 44b9496c91 Release 1.0.139 v1.0.139 David Tolnay 2022-07-10 21:51:21 -07:00
  • 7e1486d0da Merge pull request #2246 from dtolnay/valuedenew David Tolnay 2022-07-10 21:50:24 -07:00
  • 8170ffef2e Add constructor function for all IntoDeserializer impls David Tolnay 2022-07-10 21:27:20 -07:00
  • 4b622f6bbf Release 1.0.138 v1.0.138 David Tolnay 2022-07-01 20:09:56 -07:00
  • 0ee71c70af Ignore explicit_auto_deref clippy lint David Tolnay 2022-07-01 19:41:09 -07:00
  • af31449cb1 Run test suite on wa-serde-derive watt David Tolnay 2019-10-13 18:11:43 -07:00
  • 1afae183b0 Compile serde_derive to wasm David Tolnay 2019-10-13 17:49:13 -07:00
  • 6c098e497e Merge pull request #2240 from Kixunil/patch-1 David Tolnay 2022-06-30 09:39:25 -07:00
  • 41ffa6df7e Call reserve() in DeserializeSeed example Martin Habovštiak 2022-06-30 18:28:52 +02:00
  • 845b900fd5 Exclude deliberately pinned prettyplease crate from cargo outdated David Tolnay 2022-06-22 21:07:57 -07:00
  • 7891ae7184 Merge pull request #2228 from serde-rs/expandtest David Tolnay 2022-06-20 03:53:50 -07:00
  • bac90d19b9 Update macrotest to 1.0.9 and enable in CI David Tolnay 2022-06-20 02:54:50 -07:00
  • 227bf3023a Merge pull request #2229 from dtolnay/expandlinguist David Tolnay 2022-06-20 03:40:37 -07:00
  • f4535f68c1 Mark expandtest outputs as generated code David Tolnay 2022-06-20 03:27:20 -07:00
  • c6c35b5a31 Ignore buggy doc_link_with_quotes clippy lint David Tolnay 2022-06-07 00:30:41 -07:00
  • 31e51324e2 Add actions job to notice outdated dependencies David Tolnay 2022-06-06 15:59:23 -07:00
  • bc3f24e0e9 Update toolchain_find dependency to 0.2 David Tolnay 2022-06-06 16:09:05 -07:00
  • 2e38e2bf2f Ignore derive_partial_eq_without_eq clippy lint David Tolnay 2022-05-21 20:36:25 -07:00
  • 819f90d9f6 Ignore unused_macro_rules warning in test macros David Tolnay 2022-05-12 21:33:42 -07:00
  • 2eed86cd67 Remove doc(hidden) attribute that is being phased out David Tolnay 2022-05-09 21:16:13 -07:00
  • 3921b57435 Run miri in stricter miri-strict-provenance mode David Tolnay 2022-05-06 04:01:35 -07:00
  • 68069d734a Fix needless_borrow for both value=Cow<str> and value=&str David Tolnay 2022-05-05 21:07:15 -07:00
  • dc84693507 Resolve needless_borrow clippy lint David Tolnay 2022-05-05 21:00:57 -07:00
  • 4cf012c5be Resolve extra_unused_lifetimes clippy lint David Tolnay 2022-05-05 21:00:11 -07:00
  • 17c3c0cf86 Release 1.0.137 v1.0.137 David Tolnay 2022-04-30 21:45:31 -07:00
  • 210e6c354e Clean up clippy allows which are superseded by msrv in clippy.toml David Tolnay 2022-04-30 21:35:00 -07:00
  • 41823a96df Ignore more type_repetition_in_bounds David Tolnay 2022-04-30 21:30:38 -07:00
  • 7ca13ff240 Ignore type_repetition_in_bounds lint that is incompatible with msrv David Tolnay 2022-04-30 21:20:57 -07:00
  • 52391fd868 Inform clippy of supported compiler version in clippy.toml David Tolnay 2022-04-30 20:40:23 -07:00
  • 9b2d8dfc6b Add a miri test job in CI David Tolnay 2022-04-28 20:43:03 -07:00
  • 07ba7ea8dd Update workflows to actions/checkout@v3 David Tolnay 2022-04-24 19:06:18 -07:00
  • 9f29f6bb4a Disable expandtest on miri David Tolnay 2022-04-24 16:01:52 -07:00
  • f6c104fd1d Ignore unused ignore attribute warning in some configurations David Tolnay 2022-04-24 16:00:18 -07:00
  • 8a3a6fb101 Disable ui test on miri David Tolnay 2022-04-24 15:21:17 -07:00
  • b5c3b5e8e5 Update ui test suite to nightly-2022-04-17 David Tolnay 2022-04-16 23:48:27 -07:00
  • 996d171461 Merge pull request #2201 from atouchet/urls David Tolnay 2022-04-14 02:50:36 -07:00
  • e1c4517335 Update some URLs Alex Touchet 2022-04-13 21:42:37 -07:00
  • 6e94a27c76 Merge pull request #2194 from serde-rs/exhaustive David Tolnay 2022-03-28 10:27:27 -07:00
  • b23a768414 Update exhaustive matching to syn 1.0.90 David Tolnay 2022-03-28 10:07:23 -07:00
  • 7e19ae8c94 Fix rust-version in serde_test Cargo.toml too David Tolnay 2022-01-25 14:49:04 -08:00
  • 404a1d142a Fix rust-version in Cargo.toml David Tolnay 2022-01-25 14:42:06 -08:00
  • 02bd79a0ba Release 1.0.136 v1.0.136 David Tolnay 2022-01-25 13:34:29 -08:00
  • c3ce2c934a Merge pull request #2167 from serde-rs/error128 David Tolnay 2022-01-25 13:07:01 -08:00
  • 0d71ac84b5 Render 128-bit integer value into Visitor errors David Tolnay 2022-01-25 12:04:24 -08:00
  • 82c3eb7ba4 Add test of visitor error messages David Tolnay 2022-01-25 11:24:53 -08:00
  • 8932c852a5 Release 1.0.135 v1.0.135 David Tolnay 2022-01-22 16:04:17 -08:00
  • 9f3dd3c7c4 Merge pull request #2163 from serde-rs/discord David Tolnay 2022-01-22 11:23:32 -08:00
  • dd9b415ff9 Add discord invite links David Tolnay 2022-01-22 11:21:08 -08:00
  • 3bb4a5a4f6 Release 1.0.134 v1.0.134 David Tolnay 2022-01-20 22:22:30 -08:00
  • 6164627bea Merge pull request #2159 from serde-rs/nonzero David Tolnay 2022-01-20 22:22:02 -08:00
  • 51aaf496d4 Write better Visitor for NonZero integers David Tolnay 2022-01-20 12:54:49 -08:00
  • bc66aeb0d3 Add tests of deserializing NonZero David Tolnay 2022-01-20 21:43:08 -08:00
  • 7e7044d457 Ignore clippy in number conversion tests David Tolnay 2022-01-20 21:38:31 -08:00
  • 5498dc0550 Add tests of num conversion errors David Tolnay 2022-01-20 21:24:27 -08:00
  • ff04e8be9b Improve coverage of num conversion in test suite David Tolnay 2022-01-20 20:42:17 -08:00
  • 69240c17c5 Eliminate macro from serialization tests David Tolnay 2022-01-20 20:07:00 -08:00
  • 237434f19c Accept ?Sized references in assert_ser_tokens David Tolnay 2022-01-20 20:21:00 -08:00
  • 1833914346 Eliminate macro from deserialization error tests David Tolnay 2022-01-20 19:54:20 -08:00
  • ab848060f2 Extract tests of deserialization errors to separate file David Tolnay 2022-01-20 19:43:29 -08:00
  • 7e39623f72 Implement test suite seq macro without tt muncher David Tolnay 2022-01-20 19:36:41 -08:00
  • 157dc44c51 Clean up test suite's macro formatting David Tolnay 2022-01-20 19:30:34 -08:00
  • 80d01a3a79 Tweak seq iterators in test suite David Tolnay 2022-01-20 19:29:16 -08:00
  • 343c060fc1 Adapt seq macro to not derail rustfmt David Tolnay 2022-01-20 19:25:06 -08:00
  • 21c1ab6c50 Format deserialization tests with rustfmt David Tolnay 2022-01-20 19:24:35 -08:00
  • 594ab7745d Reimplement deserialization tests without macro David Tolnay 2022-01-20 17:51:41 -08:00
  • 8cf0ba7fe2 Make serde_test build script buildable with older rustc David Tolnay 2022-01-20 17:59:21 -08:00
  • 34b52c0b83 Include build script in packaged serde_test crate David Tolnay 2022-01-20 17:52:25 -08:00
  • ec7ddc93cd Include 128-bit integers in test suite unconditionally David Tolnay 2022-01-20 15:45:07 -08:00
  • 55a7cedd73 Invert all build.rs cfgs David Tolnay 2022-01-01 20:37:51 -08:00
  • 7af97c66b8 Release 1.0.133 v1.0.133 David Tolnay 2022-01-01 13:16:35 -08:00
  • 1f57084365 Merge pull request #2148 from serde-rs/deserializecontent David Tolnay 2022-01-01 13:16:02 -08:00
  • 56bd369422 Optimize deserialization of recursive buffered types David Tolnay 2022-01-01 12:36:58 -08:00
  • ff259ec66b Detect warnings in CI David Tolnay 2022-01-01 11:52:55 -08:00
  • 6c54aafeb9 Document the atomic ordering in the Serialize impl David Tolnay 2021-12-23 11:44:31 -08:00
  • 5d41404e67 No need for the SeqCst load in test suite David Tolnay 2021-12-23 11:42:41 -08:00
  • 1eccb3c350 Resolve unnecessary_to_owned clippy lint in test suite David Tolnay 2021-12-17 18:25:00 -08:00
  • 77ae1c3bf7 Release 1.0.132 v1.0.132 David Tolnay 2021-12-16 11:06:42 -08:00
  • b85e28166c Update path to rustc target spec files David Tolnay 2021-12-16 11:05:58 -08:00
  • 0508cb50fc Merge pull request #2141 from Avimitin/risc-v David Tolnay 2021-12-16 11:05:14 -08:00
  • 84fdc7df69 Enable atomic64 on riscv64 arch Avimitin 2021-12-14 20:30:28 +08:00
  • ab1ca04b2e Release 1.0.131 v1.0.131 David Tolnay 2021-12-08 18:47:15 -08:00
  • fb2fe409c8 Touch up PR 2116 David Tolnay 2021-12-08 18:44:41 -08:00
  • 549fac7235 Merge pull request #2116 from tyranron/fix-unused-results David Tolnay 2021-12-08 18:43:31 -08:00
  • c375d8b19b Merge pull request #2124 from dtolnay/cbor David Tolnay 2021-11-26 14:48:40 -08:00
  • 6cf507f808 Change cbor link to new repo David Tolnay 2021-11-26 14:43:09 -08:00
  • c3c1641c06 Remove workaround for redundant_field_names Clippy bug David Tolnay 2021-11-04 20:23:25 -07:00
  • 1fcda0ebdb Enable pedantic lints on test suite in CI David Tolnay 2021-11-04 20:21:43 -07:00
  • 8f16ac0a94 Move deny(clippy) to command line arguments in the CI job David Tolnay 2021-11-04 20:08:43 -07:00
  • 737f78c315 Ignore enum_variant_names Clippy lint in test suite David Tolnay 2021-11-04 20:05:54 -07:00