Commit Graph

  • a8f14840ab Rely on docs.rs to define --cfg=docsrs by default David Tolnay 2024-05-18 21:16:37 -07:00
  • 9e32a40b1c Release 1.0.202 v1.0.202 David Tolnay 2024-05-15 00:42:49 -07:00
  • 87f635e54d Release serde_derive_internals 0.29.1 David Tolnay 2024-05-15 00:35:14 -07:00
  • d4b2dfbde2 Merge pull request #2743 from dtolnay/renameallrules David Tolnay 2024-05-15 00:34:38 -07:00
  • f6ab0bc56f Provide public access to RenameAllRules in serde_derive_internals David Tolnay 2024-05-15 00:30:55 -07:00
  • 48cc2a6327 Replace use of a syn From impl David Tolnay 2024-05-14 23:02:27 -07:00
  • 3202a6858a Skip rerunning build script on library code changes David Tolnay 2024-05-08 21:59:41 -07:00
  • b4f1bc16ff Release 1.0.201 v1.0.201 David Tolnay 2024-05-07 17:02:11 -07:00
  • 029ab46f71 Merge pull request #2737 from dtolnay/checkcfg David Tolnay 2024-05-07 17:01:43 -07:00
  • 220ca0ca9d Resolve unexpected_cfgs warning David Tolnay 2024-05-04 19:59:44 -07:00
  • 20306f493a Fix cfg on test_systemtime_overflow David Tolnay 2024-05-07 16:53:53 -07:00
  • cc865ac523 Release 1.0.200 v1.0.200 David Tolnay 2024-05-01 08:58:52 -07:00
  • 2d973c1805 Merge pull request #2733 from jamessan/nan-decimal David Tolnay 2024-05-01 11:57:52 -04:00
  • 6ca499b2dd Only format Unexpected::Float with decimal point if it is finite James McCoy 2024-05-01 08:20:59 -04:00
  • 1477028717 Release 1.0.199 v1.0.199 David Tolnay 2024-04-26 21:22:11 -07:00
  • 789740be0d Merge pull request #2732 from aatifsyed/master David Tolnay 2024-04-26 21:21:40 -07:00
  • 8fe7539bb2 fix: ambiguous associated type in forward_to_deserialize_any! Aatif Syed 2024-04-26 13:04:00 +02:00
  • f6623a3654 Ignore cast_precision_loss pedantic clippy lint David Tolnay 2024-04-19 20:57:34 -07:00
  • c4fb923335 Release 1.0.198 v1.0.198 David Tolnay 2024-04-16 14:18:01 -07:00
  • 65b7eea775 Merge pull request #2729 from dtolnay/saturating David Tolnay 2024-04-16 14:17:19 -07:00
  • 01cd696fd1 Integrate Saturating<T> deserialization into impl_deserialize_num macro David Tolnay 2024-04-16 13:49:36 -07:00
  • c13b3f7e68 Format PR 2709 David Tolnay 2024-04-16 13:31:27 -07:00
  • a6571ee0da Merge pull request #2709 from jbethune/master Oli Scherer 2024-04-11 10:18:20 +02:00
  • 6e38afff49 Revert "Temporarily disable miri on doctests" David Tolnay 2024-04-08 11:58:08 -07:00
  • 3d1b19ed90 Implement Ser+De for Saturating<T> Jörn Bethune 2024-03-04 18:56:15 +01:00
  • 5b24f88e73 Resolve legacy_numeric_constants clippy lints David Tolnay 2024-04-05 19:18:03 -07:00
  • 74d06708dd Explicitly install a Rust toolchain for cargo-outdated job David Tolnay 2024-03-25 22:24:55 -07:00
  • 3bfab6ef7f Temporarily disable miri on doctests David Tolnay 2024-03-24 19:50:50 -07:00
  • 364cd8d8f7 Ignore dead code lint in tests David Tolnay 2024-03-23 20:23:13 -07:00
  • 9f8c579bf5 Merge pull request #2714 from Marcono1234/skipped-field-struct-len David Tolnay 2024-03-16 12:49:50 -07:00
  • eae7c2d684 Document that len does not include skipped struct fields Marcono1234 2024-03-16 14:40:28 +01:00
  • 3f43fca90d Fix warning on no edition set in serde_derive David Tolnay 2024-03-11 20:17:37 -07:00
  • 76449488ca Ignore new dead_code warnings in test David Tolnay 2024-03-11 20:10:02 -07:00
  • 00c4b0cef8 Merge pull request 2560 from Mingun/honest-test David Tolnay 2024-03-03 15:53:02 -08:00
  • 89139e2c11 Remove ineffective ?Sized bound on weak rc Deserialize impls David Tolnay 2024-02-27 22:52:18 -08:00
  • c9cab490f7 Resolve multiple_bound_locations clippy lint David Tolnay 2024-02-27 22:37:04 -08:00
  • 5fa711d75d Release 1.0.197 v1.0.197 David Tolnay 2024-02-19 16:22:07 -08:00
  • f5d8ae423a Resolve prelude redundant import warnings David Tolnay 2024-02-19 16:10:06 -08:00
  • 1d54973b92 Merge pull request #2697 from nyurik/format-str David Tolnay 2024-02-12 19:49:34 -08:00
  • b8fafefd85 A few minor write_str optimizations and inlining Yuri Astrakhan 2024-02-12 16:06:43 -05:00
  • c42ebb8839 Update ui test suite to nightly-2024-02-12 David Tolnay 2024-02-11 20:00:23 -08:00
  • 9e680620b5 Ignore incompatible_msrv clippy lint for conditionally compiled code David Tolnay 2024-02-09 18:55:51 -08:00
  • 846f865de2 Ignore dead_code warnings in test David Tolnay 2024-02-07 22:15:14 -08:00
  • ede9762a58 Release 1.0.196 v1.0.196 David Tolnay 2024-01-26 14:00:35 -08:00
  • d438c2d67b Merge pull request #2682 from dtolnay/decimalpoint David Tolnay 2024-01-26 13:59:58 -08:00
  • bef110b92a Format Unexpected::Float with decimal point David Tolnay 2024-01-26 13:28:54 -08:00
  • b971ef11d1 Merge pull request #2681 from dtolnay/workspacedeps David Tolnay 2024-01-26 13:41:27 -08:00
  • 29d9f69399 Fix workspace.dependencies default-features future compat warning David Tolnay 2024-01-26 13:33:14 -08:00
  • aecb4083bd Sort workspace dependencies David Tolnay 2024-01-23 10:08:00 -08:00
  • 1c675ab3a3 Merge pull request #2678 from rodoufu/workspaceDependencies David Tolnay 2024-01-23 10:07:38 -08:00
  • dd619630a3 Adding workspace dependencies Rodolfo P A 2024-01-23 12:53:29 +00:00
  • 111803ab07 Merge pull request #2673 from Sky9x/msrv-badge David Tolnay 2024-01-08 20:51:26 -08:00
  • 0024f74f34 Use shields.io's MSRV badges Sky 2024-01-08 22:22:03 -05:00
  • 03eec42c33 Release 1.0.195 v1.0.195 David Tolnay 2024-01-05 18:33:24 -08:00
  • 196f311ae2 Merge pull request #2671 from dtolnay/deadremote David Tolnay 2024-01-05 18:30:01 -08:00
  • 38d9e0b209 Revert "Add FIXME to fix dead_code warning when using serde(remote)" David Tolnay 2024-01-05 18:19:12 -08:00
  • 6502b31316 Fix new dead_code warning in tuple struct and tuple variant remote defs David Tolnay 2024-01-05 18:24:43 -08:00
  • 6f1a8c3115 Add FIXME to fix dead_code warning when using serde(remote) David Tolnay 2024-01-05 18:12:20 -08:00
  • d883c94cc9 Work around dead_code warning in tests David Tolnay 2024-01-05 18:06:04 -08:00
  • 961fa59a74 Merge pull request #2670 from serde-rs/exhaustive David Tolnay 2024-01-03 18:42:59 -08:00
  • 7c65a9dc0e Pick up changes to non_exhaustive_omitted_patterns lint David Tolnay 2024-01-03 18:35:30 -08:00
  • 8bc71def55 Fill in omitted patterns for GenericArguments match David Tolnay 2024-01-03 18:38:37 -08:00
  • d2d977a6c6 Release 1.0.194 v1.0.194 David Tolnay 2024-01-01 23:07:27 -08:00
  • a9a6ee9d7f Pull in proc-macro2 sccache fix David Tolnay 2024-01-01 23:03:34 -08:00
  • 28c5d215c1 Merge pull request #2669 from dtolnay/optionifletelse David Tolnay 2023-12-30 14:49:23 -08:00
  • 3d6a789562 Remove option_if_let_else clippy suppression David Tolnay 2023-12-30 14:46:51 -08:00
  • a0e68698e3 Work around doc_link_with_quotes pedantic clippy lint David Tolnay 2023-12-02 18:25:33 -08:00
  • 44613c7d01 Release 1.0.193 v1.0.193 David Tolnay 2023-11-20 17:34:20 -08:00
  • c706281df3 Merge pull request #2655 from dtolnay/rangestartend David Tolnay 2023-11-20 17:33:42 -08:00
  • 65d75b8fe3 Add RangeFrom and RangeTo tests David Tolnay 2023-11-20 17:25:48 -08:00
  • 332b0cba40 Merge pull request #2654 from dtolnay/rangestartend David Tolnay 2023-11-20 17:27:31 -08:00
  • 8c4af41296 Fix more RangeFrom / RangeEnd mixups David Tolnay 2023-11-20 17:21:28 -08:00
  • 24a78f071b Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup David Tolnay 2023-11-20 17:20:04 -08:00
  • c91c33436d Fix Range{From,To} deserialize mixup Emil Bonne Kristiansen 2023-11-21 02:13:18 +01:00
  • 2083f43a28 Update ui test suite to nightly-2023-11-19 David Tolnay 2023-11-18 18:13:57 -08:00
  • 4676abdc9e Release 1.0.192 v1.0.192 David Tolnay 2023-11-06 18:49:17 -08:00
  • 35700eb23e Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged David Tolnay 2023-11-06 18:48:46 -08:00
  • 59892e7b58 Release 1.0.191 v1.0.191 David Tolnay 2023-11-06 11:30:27 -08:00
  • 97dd07a7d1 Merge pull request #2647 from dtolnay/doccfg David Tolnay 2023-11-06 11:29:38 -08:00
  • c8bc97c81b Document "rc" and "unstable" features on docs.rs David Tolnay 2023-11-06 11:22:25 -08:00
  • 9dacfbbd69 Fill in more doc(cfg) attributes David Tolnay 2023-11-06 08:29:16 -08:00
  • 05c2509d07 Relocate cfg attrs into deref_impl David Tolnay 2023-11-06 11:13:28 -08:00
  • 64f949b37b Relocate cfg attrs into parse_ip_impl and parse_socket_impl David Tolnay 2023-11-06 08:41:40 -08:00
  • 3f339de36a Relocate cfg attrs into seq_impl and map_impl David Tolnay 2023-11-06 08:39:31 -08:00
  • 215c2b71ef Relocate cfg attrs into forwarded_impl macro David Tolnay 2023-11-06 08:30:21 -08:00
  • ce8fef7e0b Show that derives are specific to feature="derive" in documentation David Tolnay 2023-11-06 08:06:40 -08:00
  • 0726b2c479 Enable feature(doc_cfg) during docs.rs documentation build David Tolnay 2023-11-06 08:06:23 -08:00
  • 589549d7e6 Allow internal tag field in untagged variant Robsdedude 2023-11-06 12:11:02 +01:00
  • edb1a586d8 Release 1.0.190 v1.0.190 David Tolnay 2023-10-25 20:05:13 -07:00
  • 11c2917040 Merge pull request #2637 from dtolnay/nansign David Tolnay 2023-10-25 20:03:05 -07:00
  • 6ba9c12ff6 Float copysign does not exist in libcore yet David Tolnay 2023-10-25 19:55:12 -07:00
  • d2fcc346b9 Ensure f32 deserialized from f64 and vice versa preserve NaN sign David Tolnay 2023-10-25 19:37:47 -07:00
  • a091a07aa2 Add float NaN tests David Tolnay 2023-10-25 19:42:00 -07:00
  • bb4135cae8 Fix unused imports David Tolnay 2023-10-24 22:32:19 -07:00
  • 8de84b7ca3 Resolve get_first clippy lint David Tolnay 2023-10-21 22:00:59 -07:00
  • 9cdf332029 Remove 'remember to update' reminder from Cargo.toml David Tolnay 2023-10-17 21:05:31 -07:00
  • e94fc65f01 Release 1.0.189 v1.0.189 David Tolnay 2023-10-12 19:20:43 -07:00
  • b908487476 Remove double nesting of first_attempt David Tolnay 2023-10-12 19:18:37 -07:00
  • 2a7c7faeb4 Merge pull request #2613 from ahl/fix-untagged-plus-simple David Tolnay 2023-10-12 19:15:32 -07:00
  • e302e15eea Merge pull request #2625 from marcospb19/add-csv-to-the-list David Tolnay 2023-10-09 19:23:12 -07:00