Commit Graph

  • b7be637e8c Test_suite crate no longer has a build.rs David Tolnay 2023-01-14 12:18:11 -08:00
  • 30c4aa2cf4 Delete more macro test remnants David Tolnay 2023-01-14 12:15:20 -08:00
  • a649190a4d Delete macro expand tests David Tolnay 2023-01-14 12:08:12 -08:00
  • d81f0ef652 Update rust-version metadata and readme to match CI David Tolnay 2023-01-12 21:19:16 -08:00
  • 1a3a49ce7c Delete 1.13.0 from CI David Tolnay 2023-01-12 21:13:14 -08:00
  • 6b948111ca Merge pull request #2355 from Niki4tap/remove_appendix David Tolnay 2022-12-30 11:47:38 -08:00
  • 6adfdc56e5 Remove appendix from LICENSE-APACHE Niki4tap 2022-12-30 22:32:44 +03:00
  • 61531ddd9e Link to serde_starlark data format David Tolnay 2022-12-26 22:06:47 -08:00
  • ccf9c6fc07 Release 1.0.152 v1.0.152 David Tolnay 2022-12-26 09:21:13 -08:00
  • b25d0ea7f9 Link to Hjson data format David Tolnay 2022-12-26 09:20:12 -08:00
  • 4f4557fd05 Link to bencode data format David Tolnay 2022-12-26 09:18:48 -08:00
  • bf400d6799 Link to serde_tokenstream data format David Tolnay 2022-12-26 09:14:32 -08:00
  • 4d2e36d19b Wrap flexbuffers bullet point to 80 columns David Tolnay 2022-12-26 09:14:23 -08:00
  • df6310e5f5 Merge pull request #2347 from dtolnay/docsrs David Tolnay 2022-12-18 11:55:43 -08:00
  • 938ab5ddec Replace docs.serde.rs links with intra-rustdoc links David Tolnay 2022-12-18 11:47:31 -08:00
  • ef5a0de384 Point documentation links to docs.rs instead of docs.serde.rs David Tolnay 2022-12-18 11:45:23 -08:00
  • 5d186c77a6 Opt out -Zrustdoc-scrape-examples on docs.rs David Tolnay 2022-12-18 09:31:16 -08:00
  • 44bf3633af Release 1.0.151 v1.0.151 David Tolnay 2022-12-16 10:35:12 -08:00
  • f261184416 Merge pull request #2344 from dtolnay/coreerror David Tolnay 2022-12-16 10:22:04 -08:00
  • df40f80fcf Make StdError identical to core::error::Error on feature="unstable" David Tolnay 2022-12-16 10:11:37 -08:00
  • e7060ba83d Merge pull request #2342 from atouchet/badges David Tolnay 2022-12-15 17:54:07 -08:00
  • d98f0eea3d Update build status badge Alex Touchet 2022-12-15 17:17:05 -08:00
  • 4f157a8b81 Prevent build.rs rerunning unnecessarily on all source changes David Tolnay 2022-12-12 14:37:41 -08:00
  • d493649f52 Release 1.0.150 v1.0.150 David Tolnay 2022-12-11 16:24:46 -08:00
  • 0e947e6c3b Merge pull request #2338 from serde-rs/atomic David Tolnay 2022-12-11 16:22:28 -08:00
  • 9249dab54c Deduplicate atomic_impl macro calls David Tolnay 2022-12-11 16:11:01 -08:00
  • 7440e56c53 Deduplicate atomic_impl macro implementations David Tolnay 2022-12-11 16:09:26 -08:00
  • 0d79306285 Update atomic_impl macros to have same input syntax in all cfgs David Tolnay 2022-12-11 16:01:39 -08:00
  • 37faaf295e Mention target_has_atomic stabilization David Tolnay 2022-12-11 15:56:31 -08:00
  • 650358fa00 Replace obsolete comment about target_has_atomic support David Tolnay 2022-12-11 15:55:19 -08:00
  • 6159ead404 Invert use_target_has_atomic cfg David Tolnay 2022-12-11 15:51:17 -08:00
  • 692ac99c69 Format PR 2337 with rustfmt David Tolnay 2022-12-11 15:48:22 -08:00
  • 86161ce15f Adjust spacing in some macro matchers David Tolnay 2022-12-11 15:45:22 -08:00
  • 5361c790bb Merge pull request #2337 from badboy/use-target_has_atomic-when-available David Tolnay 2022-12-11 15:42:00 -08:00
  • 126730edc8 Use target_has_atomic on Rust 1.60+ to enable atomic (de)serialization Jan-Erik Rediger 2022-12-11 12:55:51 +01:00
  • 3aec2a96a8 Merge pull request #2334 from dtolnay/mapimpl David Tolnay 2022-12-04 23:27:03 -08:00
  • 227d039b1e Reduce trait bounds in HashMap and BTreeMap serialize David Tolnay 2022-12-04 23:18:02 -08:00
  • 0353354d61 Release 1.0.149 v1.0.149 David Tolnay 2022-12-04 23:11:59 -08:00
  • 34ae0422f4 Merge pull request #2333 from jonasbb/remove-trait-bounds David Tolnay 2022-12-03 09:22:27 -08:00
  • cc128feb4c Remove some Serialize trait bounds Jonas Bushart 2022-12-03 16:00:43 +01:00
  • 7766103174 Release 1.0.148 v1.0.148 David Tolnay 2022-11-27 17:58:18 -08:00
  • 30f7c7110d Merge pull request #2331 from dtolnay/remote David Tolnay 2022-11-27 17:57:35 -08:00
  • 50354c2d0b Improve error message on remote derive duplicate generics David Tolnay 2022-11-27 17:45:26 -08:00
  • c4f67e679f Add ui test of duplicate generics in remote derive David Tolnay 2022-11-27 17:23:25 -08:00
  • 0daafe423f Merge pull request #2330 from dtolnay/remote David Tolnay 2022-11-27 17:48:37 -08:00
  • 37021910c9 Fix Into conversion involving generic remote derive with getter David Tolnay 2022-11-27 17:16:00 -08:00
  • 7328b34810 Add test of generic remote derive with getter David Tolnay 2022-11-27 17:10:16 -08:00
  • fabbd2b097 Merge pull request #2329 from dtolnay/safety David Tolnay 2022-11-27 17:05:41 -08:00
  • 6814f978d7 Revert Buf::as_str safety change from PR 2319 David Tolnay 2022-11-27 16:56:31 -08:00
  • 4ea403c54a Merge pull request #2328 from dtolnay/remote David Tolnay 2022-11-27 16:41:23 -08:00
  • f4f6b5af3a Remove unneeded turbofish from remote attr test David Tolnay 2022-11-27 16:31:44 -08:00
  • 2062a3c16d Handle remote type written without turbofish David Tolnay 2022-11-27 16:08:47 -08:00
  • 9a53bd9125 Add tests of concrete def of generic remote type David Tolnay 2022-11-27 15:58:37 -08:00
  • 4873b48b02 Time out workflows after 45 minutes David Tolnay 2022-11-25 18:56:19 -08:00
  • e19844c659 Fix renamed let_underscore_drop lint David Tolnay 2022-11-22 19:04:23 -08:00
  • 93bb9e147c Resolve manual_let_else clippy lints David Tolnay 2022-11-22 18:44:48 -08:00
  • ab230e6e44 Resolve needless_lifetimes clippy lints David Tolnay 2022-11-22 18:41:30 -08:00
  • 51ea34b217 Resolve needless_borrowed_reference clippy lints David Tolnay 2022-11-22 18:40:27 -08:00
  • 1050f6b808 Change comment to // Safety: ... Erick Tryzelaar 2022-11-09 22:41:28 +00:00
  • 15ec95a98d Make Buf::as_str private and unsafe, add safety docs Erick Tryzelaar 2022-11-09 22:28:55 +00:00
  • 072145e0e9 Update TOML link to a page that covers usage with serde David Tolnay 2022-11-08 17:33:39 -08:00
  • 92957f17f2 Merge pull request #2317 from TomAFrench/patch-1 David Tolnay 2022-11-08 17:32:56 -08:00
  • 667db558b6 chore: update link to toml crate repo Tom French 2022-11-09 01:07:53 +00:00
  • f41509261e Release 1.0.147 v1.0.147 David Tolnay 2022-10-21 10:04:43 -07:00
  • 6d009711a2 Merge pull request #2305 from serde-rs/enumaccessdeserializer David Tolnay 2022-10-21 10:04:08 -07:00
  • 354b48fd40 Add EnumAccessDeserializer to turn EnumAccess into a Deserializer David Tolnay 2022-10-21 09:51:42 -07:00
  • 3fd8e52f0c Release 1.0.146 v1.0.146 David Tolnay 2022-10-21 01:03:47 -07:00
  • 142dce0d3d Touch up PR 2303 David Tolnay 2022-10-21 01:02:46 -07:00
  • 6aed101630 Merge pull request #2303 from tage64/master David Tolnay 2022-10-21 00:59:40 -07:00
  • e2ccfd9ea7 Remove bad deserialization from sequence to internally tagged newtype variant over . Tage Johansson 2022-10-21 09:07:27 +02:00
  • a07d794f74 Update test_suite/tests/test_annotations.rs tage64 2022-10-21 08:53:55 +02:00
  • 90d28fc314 Serialize and deserialize a tagged newtype variant over unit () as if it was a unit variant. Tage Johansson 2022-10-21 00:27:46 +02:00
  • 55cf0ac51a Merge pull request #2297 from serde-rs/output David Tolnay 2022-10-13 09:47:29 -07:00
  • 07696c1674 Switch from set-output to $GITHUB_OUTPUT David Tolnay 2022-10-13 09:38:56 -07:00
  • f803b290f3 Ignore uninlined_format_args pedantic clippy lint false positive David Tolnay 2022-10-07 21:46:14 -07:00
  • d96e181150 Resolve uninlined_format_args pedantic clippy lint in test suite David Tolnay 2022-10-07 21:44:57 -07:00
  • 3ffb86fc70 Ui test changes for trybuild 1.0.66 David Tolnay 2022-10-04 22:28:38 -07:00
  • 649a72a587 Merge pull request 2284 from benediktwerner/patch-1 David Tolnay 2022-09-22 23:34:50 -07:00
  • b2676348eb Fix "deserialize" -> "deserialize_any" in Deserializer documentation Benedikt Werner 2022-09-23 08:29:25 +02:00
  • 8c036ee5a3 Release 1.0.145 v1.0.145 David Tolnay 2022-09-22 10:50:08 -07:00
  • d99009f3c6 Merge pull request #2282 from ChayimFriedman2/sized-mutex-refcell-rwlock David Tolnay 2022-09-22 10:48:54 -07:00
  • be3c37eb8b Serialize unsized RefCell, Mutex and RwLock Chayim Refael Friedman 2022-09-22 09:57:55 +03:00
  • f0346ae054 Merge pull request #2281 from dtolnay/try David Tolnay 2022-09-21 22:15:10 -07:00
  • fa6ce42056 Redefine 'try' macro to omit From::from error conversion David Tolnay 2022-09-21 21:36:44 -07:00
  • a9320db6f9 Consistently avoid '?' throughout serde crate David Tolnay 2022-09-21 21:33:24 -07:00
  • d208762c81 Command-line ignore let_underscore_drop clippy lint David Tolnay 2022-09-02 20:50:24 -07:00
  • 5386897d24 Merge pull request #2273 from sashashura/patch-1 David Tolnay 2022-09-02 15:01:40 -07:00
  • 68eb59df0c Update ci.yml Alex 2022-09-02 16:43:23 +01:00
  • a7f4551669 Add dev-dependencies keyword for serde_test David Tolnay 2022-08-30 22:52:10 -07:00
  • 983347484e fix: don't check skipped variant with internal tag Yin Jifeng 2022-08-23 20:13:47 +08:00
  • f52d134c14 Release 1.0.144 v1.0.144 David Tolnay 2022-08-20 20:24:28 -07:00
  • 6660676b0d Merge pull request #2263 from taiki-e/ordering David Tolnay 2022-08-20 20:22:34 -07:00
  • 1d42d3571a Relax orderings of Serialize impl for atomic types to match the latest stable Taiki Endo 2022-08-20 22:27:22 +09:00
  • ebd06eebdb Link to apache-avro crate's published docs David Tolnay 2022-08-12 21:34:41 -07:00
  • f1985823a3 Merge pull request #2258 from Mottl/patch-1 David Tolnay 2022-08-12 21:33:43 -07:00
  • 60e4092b8e Fixes link to Apache Avro in documentation Dmitry Mottl 2022-08-12 18:52:26 +04:00
  • 3d0251666e Release 1.0.143 v1.0.143 David Tolnay 2022-08-08 19:12:43 -07:00
  • 7770da4929 Merge pull request #2253 from taiki-e/test-cfg David Tolnay 2022-08-08 19:08:35 -07:00
  • a5fd85a9ef Invert build.rs cfgs in serde_test Taiki Endo 2022-08-04 20:20:31 +09:00
  • abb2a8494d Release 1.0.142 v1.0.142 David Tolnay 2022-08-03 07:09:15 -07:00