Commit Graph

  • 57e21a1afa Release 1.0.222 v1.0.222 David Tolnay 2025-09-14 11:09:08 -07:00
  • bb58726133 Merge pull request #2950 from aytey/fix_lifetime_issue_2024 David Tolnay 2025-09-14 11:08:16 -07:00
  • 3f6925125b Delete unneeded field of MapDeserializer David Tolnay 2025-09-14 08:38:02 -07:00
  • fd4decf2fe Merge pull request #2976 from dtolnay/content David Tolnay 2025-09-14 08:39:46 -07:00
  • 00b1b6b2b5 Move Content's Deserialize impl from serde_core to serde David Tolnay 2025-09-14 08:35:53 -07:00
  • cf141aa8c7 Move Content's Clone impl from serde_core to serde David Tolnay 2025-09-14 08:35:32 -07:00
  • ff3aee490a Release 1.0.221 v1.0.221 David Tolnay 2025-09-13 17:23:51 -07:00
  • 10bcfc0047 Merge pull request #2975 from dtolnay/integer128 David Tolnay 2025-09-13 17:25:14 -07:00
  • 2f03899197 Deprecate serde_if_integer128 macro David Tolnay 2025-09-13 17:19:04 -07:00
  • 3bea3b6989 Move serde_if_integer128 macro to serde David Tolnay 2025-09-13 17:12:21 -07:00
  • 85bf29c446 Merge pull request #2973 from dtolnay/timings David Tolnay 2025-09-13 17:12:51 -07:00
  • 900c922f41 Illustrate build timings in serde_core readme David Tolnay 2025-09-13 16:50:44 -07:00
  • 9cf3f2ed7d Merge pull request #2974 from dtolnay/patchserdecore David Tolnay 2025-09-13 17:04:36 -07:00
  • 1ffbeb9516 Patch serde_core at workspace level David Tolnay 2025-09-13 16:59:44 -07:00
  • 1051c5e6b7 Enforce trybuild >= 1.0.108 David Tolnay 2025-09-13 14:49:12 -07:00
  • be255d62c8 Release 1.0.220 v1.0.220 David Tolnay 2025-09-13 14:45:43 -07:00
  • 263a1dbdd7 Link to serde.rs without trailing slash David Tolnay 2025-09-13 14:38:22 -07:00
  • 23dea60e1a Merge pull request #2971 from dtolnay/serdecoreci David Tolnay 2025-09-13 14:40:13 -07:00
  • 690785f129 Add CI coverage of serde_core David Tolnay 2025-09-13 14:14:03 -07:00
  • 69aa109fd3 Merge pull request #2970 from dtolnay/coredoctest David Tolnay 2025-09-13 14:36:00 -07:00
  • 6bea2e04e4 Move doc helper macros to serde_core David Tolnay 2025-09-13 13:42:19 -07:00
  • a1a82c3c55 Replace serde_core::* glob export David Tolnay 2025-09-13 13:29:34 -07:00
  • 7987ad700e Fix serde_core doc tests David Tolnay 2025-09-13 13:38:28 -07:00
  • 0990d97a77 Merge pull request #2969 from dtolnay/coreprivate David Tolnay 2025-09-13 14:32:12 -07:00
  • a9150aad74 Make serde_core::Result private David Tolnay 2025-09-13 12:24:26 -07:00
  • 5ac3d84d99 Make InPlaceSeed private David Tolnay 2025-09-13 12:22:47 -07:00
  • f916ec6baa Make size_hint private David Tolnay 2025-09-13 12:12:05 -07:00
  • 7f831225a9 Make from_utf8_lossy private David Tolnay 2025-09-13 09:55:41 -07:00
  • a16893429b Make module for Content-related private code David Tolnay 2025-09-13 12:01:59 -07:00
  • 260511d149 Merge pull request #2968 from dtolnay/deserializecontent David Tolnay 2025-09-13 14:26:50 -07:00
  • 7659fb686d Inline SeqDeserializer and MapDeserializer for Content David Tolnay 2025-09-13 11:32:56 -07:00
  • f669f16127 Restore __deserialize_content optimization David Tolnay 2025-09-13 10:24:40 -07:00
  • 93f43cedaa Merge pull request #2967 from dtolnay/tricfg David Tolnay 2025-09-13 14:22:25 -07:00
  • b6c7ce8ec3 Specify the cfg in which 'tri!' is used David Tolnay 2025-09-13 10:21:32 -07:00
  • 35c963101b Merge pull request #2966 from dtolnay/noserdecore David Tolnay 2025-09-13 14:19:01 -07:00
  • 8909fc0c60 Enforce derive cannot be used against serde_core David Tolnay 2025-09-13 09:39:58 -07:00
  • 3c747e4585 Relocate serde_derive version constraint from serde to serde_core David Tolnay 2025-09-13 09:34:08 -07:00
  • 1b89ff50a9 Merge pull request #2965 from dtolnay/enableresult David Tolnay 2025-09-13 14:15:38 -07:00
  • c069b5c640 Forcibly enable serde_core/result when using serde David Tolnay 2025-09-13 09:32:18 -07:00
  • 79f3484ab8 Merge pull request #2964 from dtolnay/serdecoredoc David Tolnay 2025-09-13 14:11:33 -07:00
  • ac8b7ea052 Update serde_core package.description in Cargo.toml David Tolnay 2025-09-13 13:51:29 -07:00
  • c1b2f43917 Tweak explanation of "result" feature David Tolnay 2025-09-13 09:30:33 -07:00
  • 51f8b0c52d Rewrite serde_core readme David Tolnay 2025-09-13 08:59:39 -07:00
  • 6c4cae6b09 Point API documentation to docs.rs/serde David Tolnay 2025-09-12 19:56:30 -07:00
  • 4da055a286 Fix broken link in serde_core crates.io readme David Tolnay 2025-09-12 19:55:17 -07:00
  • 66c5d2b153 Merge pull request #2963 from dtolnay/diagnosticpath David Tolnay 2025-09-13 14:07:43 -07:00
  • 4bddf1b953 Override diagnostic::on_unimplemented message of all serde_core traits David Tolnay 2025-09-12 19:32:00 -07:00
  • 908f32175a Add ui test of unimplemented trait required by dependency David Tolnay 2025-09-12 18:08:26 -07:00
  • 3e1cf11060 Organize on_unimplemented ui test into directory David Tolnay 2025-09-12 18:07:55 -07:00
  • 723fcacad7 Merge pull request #2608 from osiewicz/extract_serde_core David Tolnay 2025-09-13 13:59:17 -07:00
  • 94acfe19e6 Format with rustfmt 1.8.0-nightly David Tolnay 2025-09-13 10:16:16 -07:00
  • b4677fde9d Bump outdated test dependency Oli Scherer 2025-08-26 08:02:11 +00:00
  • c85e4240be Allow more dead code Oli Scherer 2025-08-26 07:13:09 +00:00
  • 363deb84cc Work around dead code warnings Oli Scherer 2025-08-26 07:10:30 +00:00
  • 106da4905f Fix temporary value lifetime in serialize_struct Andrew V. Teylu 2025-08-01 09:58:22 +01:00
  • f9baf39dc3 review: Update crates-io.md Piotr Osiewicz 2025-06-06 12:14:55 +02:00
  • 3deb08946e review: Gate Result impls behind a feature gate Piotr Osiewicz 2025-06-06 11:52:50 +02:00
  • 43f5eb5c69 review: Bring back old doc comment for serde_core Piotr Osiewicz 2025-06-06 11:46:27 +02:00
  • 5fcfbed3ea review: Update license symlinks Piotr Osiewicz 2025-06-06 11:42:01 +02:00
  • f3869307cc feat: extract serde_core out of serde Piotr Osiewicz 2025-05-25 20:19:56 +02:00
  • babafa54d2 Merge pull request #2939 from Mingun/remove-actually-private Oli Scherer 2025-06-06 06:39:39 +00:00
  • ad6c548573 Use associated type in signature to not repeat concrete type Mingun 2025-06-06 10:38:41 +05:00
  • 80b2f5f9e1 Remove actually_private::T Mingun 2025-06-06 10:34:16 +05:00
  • 2130ba5788 Ignore mismatched_lifetime_syntaxes lint David Tolnay 2025-06-05 22:09:58 -07:00
  • a1ddb18c92 Resolve new dead_code warnings in test suite David Tolnay 2025-05-31 09:55:51 -07:00
  • ae38b27aee add #[allow(deprecated)] to derive implementations Ryan Crisanti 2025-01-08 13:26:17 -05:00
  • da3998acfb Pin nightly toolchain used for miri job David Tolnay 2025-05-17 23:14:01 +02:00
  • b9de3658ad Merge pull request #2919 from vishal-kr-barnwal/master Oli Scherer 2025-04-27 08:13:10 +00:00
  • 16af2d9ce7 Update a Rust edition to 2021 across project files Vishal Kumar 2025-04-27 12:31:12 +05:30
  • b426ff81e3 Merge pull request #2913 from dtolnay/nightlywindows David Tolnay 2025-03-26 09:24:38 +00:00
  • b0e87aeecd Drop trailing whitespace from CI job name David Tolnay 2025-03-26 02:19:55 -07:00
  • a685dcf680 Merge pull request #2910 from jimmycathy/master David Tolnay 2025-03-16 00:05:43 -07:00
  • 88da17ca21 chore: fix the incorrect symbol jimmycathy 2025-03-16 13:42:10 +08:00
  • d91f8ba950 Drop unused no_float_copysign cfg David Tolnay 2025-03-09 12:38:42 -07:00
  • aa5aa611d4 Touch up PR 2901 David Tolnay 2025-03-09 12:20:11 -07:00
  • da0b473d60 Merge pull request #2901 from serde-rs/msrv-and-edition-bump David Tolnay 2025-03-09 15:37:44 -04:00
  • 8b0e95b6de clippy Oli Scherer 2025-03-05 10:07:07 +00:00
  • e3a4165363 Switch all crates to edition 2021 Oli Scherer 2025-03-05 09:51:32 +00:00
  • 6ac8049b92 clippy Oli Scherer 2025-03-05 09:58:12 +00:00
  • 13a33b3c33 Bump MSRV to 1.56 Oli Scherer 2025-03-05 09:23:29 +00:00
  • 49d098debd Release 1.0.219 v1.0.219 David Tolnay 2025-03-09 12:05:01 -07:00
  • 40f1d19dbe Wrap dummy.rs to 80 columns David Tolnay 2025-03-09 12:04:24 -07:00
  • 514848b584 Merge pull request #2906 from davidzeng0/master David Tolnay 2025-03-09 15:03:19 -04:00
  • 168b6cf789 fix clippy absolute paths warning ilikdoge 2025-03-08 22:25:23 -08:00
  • a8bdd17333 Remove unused Punctuated import David Tolnay 2025-03-03 00:05:29 -08:00
  • 1c9601358b Resolve mem_replace_with_default clippy lint David Tolnay 2025-03-02 23:59:53 -08:00
  • f0d1ae08f3 Ignore elidable_lifetime_names pedantic clippy lint David Tolnay 2025-03-02 23:56:28 -08:00
  • e3eaa6a3dd Merge pull request #2896 from dtolnay/stabledoc David Tolnay 2025-02-20 05:30:47 +00:00
  • 6a630cf283 Also link to stable proc_macro David Tolnay 2025-02-19 21:26:32 -08:00
  • 7bfd518dd4 Release 1.0.218 v1.0.218 David Tolnay 2025-02-19 21:20:03 -08:00
  • 723a9491e2 Merge pull request #2895 from dtolnay/stabledoc David Tolnay 2025-02-20 05:14:52 +00:00
  • 2b44efb085 Point standard library links to stable David Tolnay 2025-02-19 21:08:50 -08:00
  • 03dc0fc137 Merge pull request #2894 from dtolnay/doclink David Tolnay 2025-02-20 05:01:07 +00:00
  • 85cb0c478e Convert html links to intra-doc links David Tolnay 2025-02-19 20:51:41 -08:00
  • abe7194480 Update ui test suite to nightly-2025-02-12 David Tolnay 2025-02-11 18:19:35 -08:00
  • aaccac7413 Unset doc-scrape-examples for lib target David Tolnay 2025-02-09 17:52:36 -08:00
  • 7cd4d84cac Update ui test suite to nightly-2025-02-07 David Tolnay 2025-02-06 19:35:51 -08:00
  • 04ff3e8f95 More precise gitignore patterns David Tolnay 2025-01-23 01:41:05 -08:00
  • dc3031b614 Remove *.sw[po] from gitignore David Tolnay 2025-01-22 19:36:55 -08:00
  • 1e2f931d0c Remove **/*.rs.bk from project-specific gitignore David Tolnay 2025-01-22 19:30:32 -08:00