Commit Graph

  • 112f2040ea Remove Travis configuration David Tolnay 2020-05-05 11:33:56 -07:00
  • cd836eb3ca Try caching Cargo index to speed up 1.13 build David Tolnay 2020-05-03 16:50:20 -07:00
  • 2b4355724e Merge pull request #1795 from serde-rs/actions David Tolnay 2020-05-03 02:38:48 -07:00
  • 5534bf4df1 Enable GitHub Actions David Tolnay 2020-05-03 01:46:11 -07:00
  • 60522937af Remove CI badge from Cargo.toml David Tolnay 2020-05-01 21:11:02 -07:00
  • 29be721f79 Work around clippy redundant_field_names bug David Tolnay 2020-04-23 11:21:28 -07:00
  • 0c4ffad9ec Run clippy on latest nightly that has clippy David Tolnay 2020-04-23 10:44:12 -07:00
  • 03addbae55 Format with rustfmt 2020-03-11 David Tolnay 2020-04-19 17:32:11 -07:00
  • 0bab6be124 Resolve redundant_pattern_matching lint David Tolnay 2020-04-19 17:31:15 -07:00
  • b6def5300a Resolve redundant_field_names lint in serde_derive David Tolnay 2020-04-05 21:02:37 -07:00
  • 1b35c9e27e Update serde_derive to tool attrs David Tolnay 2020-04-05 21:00:52 -07:00
  • d1564525ad Release 1.0.106 v1.0.106 David Tolnay 2020-04-03 14:26:42 -07:00
  • 645f672a55 Merge pull request #1768 from robo9k/dummy-const-hidden-doc David Tolnay 2020-04-03 14:25:50 -07:00
  • a135199ab1 Hide generated dummy const in rustdoc robo9k 2020-04-03 22:21:38 +02:00
  • 2a9971a69d Merge pull request #1764 from serde-rs/collect David Tolnay 2020-03-27 23:10:06 -07:00
  • e2ada0efef Simplify default Serializer::collect_str implementation David Tolnay 2020-03-27 22:55:25 -07:00
  • 69653a762d Release 1.0.105 v1.0.105 David Tolnay 2020-03-18 11:42:51 -07:00
  • c33fb95127 Merge pull request #1754 from maciejhirsz/non-std-cow-borrow David Tolnay 2020-03-18 11:40:35 -07:00
  • ec6ca6bf73 Allow non-std Cow borrows Maciej Hirsz 2020-03-18 13:34:38 +01:00
  • 078e88b223 Select a single docs.rs build target David Tolnay 2020-03-17 13:31:35 -07:00
  • 1894cb703f Resolve clippy question_mark lint David Tolnay 2020-03-05 19:48:07 -08:00
  • 27c283ab53 Suppress wildcard import pedantic lints David Tolnay 2020-02-26 21:00:12 -08:00
  • 142955b109 Ignore struct_excessive_bools pedantic lint David Tolnay 2020-02-12 19:34:11 -08:00
  • a61cd0f236 Update ui tests to nightly-2020-02-08 David Tolnay 2020-02-08 00:10:00 -08:00
  • cb1632e957 Fix unused_parens lint David Tolnay 2020-01-25 00:05:07 -08:00
  • dbf1f9ab8f Remove unneeded type ascription David Tolnay 2020-01-17 19:50:48 -08:00
  • 137ab48aff Suppress unseparated_literal_suffix lint David Tolnay 2020-01-17 19:50:09 -08:00
  • fc43def8a3 Merge pull request #1721 from WildCryptoFox/remove-unsafe-code David Tolnay 2020-01-17 14:13:35 -08:00
  • 2a351016ed remove the tiny bit of unsafe code James McGlashan 2020-01-17 00:00:00 +00:00
  • dfa321a1dd Ignore wildcard_in_or_patterns lint David Tolnay 2020-01-14 20:31:03 -08:00
  • 895eb2ba6c Update ui tests to nightly-2019-12-19 David Tolnay 2019-12-18 23:46:29 -08:00
  • cd365de70c Update ui tests to nightly-2019-12-18 David Tolnay 2019-12-17 23:46:19 -08:00
  • 7f799f3948 Ignore missing_errors_doc pedantic lint David Tolnay 2019-12-15 20:15:38 -08:00
  • 234fbfd7e3 Release 1.0.104 v1.0.104 David Tolnay 2019-12-15 20:01:04 -08:00
  • b9909cef3d Revert "Remove never_type feature gate" David Tolnay 2019-12-15 19:52:59 -08:00
  • d540e72fc7 Format with rustfmt 2019-10-07 David Tolnay 2019-11-26 00:01:46 -08:00
  • 13d0899776 Add missing import in de_enum expand test David Tolnay 2019-11-26 00:00:05 -08:00
  • 4fefa7a01d Format imports in expandtest inputs David Tolnay 2019-11-25 23:57:34 -08:00
  • 90486607a1 Update test suite to nightly-2019-11-26 David Tolnay 2019-11-25 23:51:43 -08:00
  • 0b303c766c Mark tests ignored on emscripten rather than omitting David Tolnay 2019-11-24 17:27:28 -08:00
  • c371563bfc Reduce nesting of macrotest test cases David Tolnay 2019-11-24 17:25:04 -08:00
  • d17d8eb3ee Rely on std::process::Command's path search David Tolnay 2019-11-24 17:23:02 -08:00
  • bcaebdb2b7 Merge pull request #1662 from eupn/use-macrotest David Tolnay 2019-11-24 17:14:35 -08:00
  • 43a9f59c18 Release 1.0.103 v1.0.103 David Tolnay 2019-11-24 16:15:13 -08:00
  • ff70409215 Merge pull request #1669 from H2CO3/master David Tolnay 2019-11-24 16:13:37 -08:00
  • 97a98a7031 Test only deser for untagged unit visit_none David Tolnay 2019-11-24 15:59:08 -08:00
  • 533fb9cc44 Remove never_type feature gate David Tolnay 2019-11-23 19:30:19 -08:00
  • 59b99d2d60 Move test for untagged-variant-from-unit where it belongs Árpád Goretity 2019-11-07 21:18:12 +01:00
  • c796daed7c Fix test for untagged unit variant Árpád Goretity 2019-11-07 12:58:09 +01:00
  • 6e2c385fa5 Allow untagged unit variants to deserialize from Visitor::visit_none() Árpád Goretity 2019-11-06 17:31:27 +01:00
  • 9a0e4e0176 Ignore expansion test if cargo-expand subcommand isn't present Evgenii P 2019-11-03 20:31:08 +08:00
  • 640f8e0e82 Remove stdlib derives and fix expanded files to have newlines at the end Evgenii P 2019-11-03 20:08:39 +08:00
  • 4eb580790d Require serde_derive version to be the same as serde version David Tolnay 2019-11-02 15:17:02 -07:00
  • a2c83d754b Merge pull request #1664 from mathstuf/minimal-versions-compat David Tolnay 2019-11-02 12:04:20 -07:00
  • 6f946b20ec serde_derive: require the same version as serde Ben Boeckel 2019-11-01 19:46:14 -04:00
  • 4dda90502a Add *.expanded.rs files Evgenii P 2019-11-01 02:32:34 +08:00
  • dc6dbba47c Implement derive macros expansion tests using macrotest Evgenii P 2019-11-01 02:32:06 +08:00
  • 2ceabad360 Release 1.0.102 v1.0.102 David Tolnay 2019-10-27 13:39:27 -07:00
  • a00aee1495 Use a dedicated cfg for PathBuf::into_boxed_path David Tolnay 2019-10-27 13:38:25 -07:00
  • 4e31c9984d Merge pull request #1656 from heftig/path-improvements David Tolnay 2019-10-27 13:37:12 -07:00
  • b8772a1e40 Deserialize Box<Path> through PathBuf::into_boxed_path Jan Alexander Steffens (heftig) 2019-10-22 22:29:30 +02:00
  • 42990d8264 Deserialize PathBuf from bytes Jan Alexander Steffens (heftig) 2019-10-22 22:28:21 +02:00
  • cf31418555 Resolve unused_self lint David Tolnay 2019-10-17 11:03:02 -04:00
  • 5db72b8ad9 Ignore must_use_candidate pedantic lint David Tolnay 2019-10-17 11:01:10 -04:00
  • fe8f8bcf7b Address needless_doctest_main lint in serde_test David Tolnay 2019-10-08 21:23:17 -07:00
  • d4d737de8d Resolve redundant_clone lint David Tolnay 2019-10-08 21:16:45 -07:00
  • 52f6e96ee8 Ignore needless_doctest_main lint David Tolnay 2019-10-08 21:15:08 -07:00
  • 44fa7b0f6b Remove unused rustc-serialize dependency from test suite David Tolnay 2019-10-04 21:29:06 -04:00
  • bda561df4e Update test suite to nightly-2019-10-04 David Tolnay 2019-10-03 21:45:09 -04:00
  • 8955420baf Update test suite to nightly-2019-10-02 David Tolnay 2019-10-02 09:45:00 -04:00
  • 21ee256911 Update test suite to nightly-2019-09-30 David Tolnay 2019-09-30 15:56:04 -04:00
  • 4aba6fae78 Release 1.0.101 v1.0.101 David Tolnay 2019-09-16 00:32:28 -07:00
  • fe06bc2f88 More concise explanation of allow(unused_variables) David Tolnay 2019-09-16 00:31:23 -07:00
  • 8dfb4cd02f Merge pull request #1617 from arilotter/master David Tolnay 2019-09-15 23:51:39 -07:00
  • d1ade37827 Ignore new too_many_lines lint David Tolnay 2019-09-10 23:15:56 -07:00
  • 9de49241fb Bug fix for #1610 Allow unused variables in tuple in AdjacentlyTagged serializer Ari Lotter 2019-09-04 10:18:41 -04:00
  • b24d50160a Remove use of ref keyword from serde_derive David Tolnay 2019-09-07 23:01:16 -07:00
  • e46463e69f Add tests for attribute parse errors David Tolnay 2019-09-07 22:57:27 -07:00
  • a3157c9572 Produce errors on attr that fails to parse as Meta David Tolnay 2019-09-07 22:46:50 -07:00
  • 0d4722680a Use flatten() to iterate serde meta items David Tolnay 2019-09-07 22:43:01 -07:00
  • 7ab12597bb Un-wrap error message strings for better grepping David Tolnay 2019-09-07 22:39:50 -07:00
  • b86a46c83c Factor skipping in newtype variants into effective_style David Tolnay 2019-09-07 20:32:26 -07:00
  • 187a0a3ec0 Format with rustfmt 2019-08-19 David Tolnay 2019-09-07 20:35:07 -07:00
  • 111c18dec3 Merge pull request #1622 from Xaeroxe/fix-new-types David Tolnay 2019-09-07 22:16:40 -07:00
  • 7a2b137912 Reuse span in default deserialize_with path for Cows David Tolnay 2019-09-07 20:24:53 -07:00
  • 791b9fbe81 Release serde_derive_internals David Tolnay 2019-09-07 20:14:30 -07:00
  • 0fdc0257aa Sort Postcard in the same order as on the website David Tolnay 2019-09-07 19:10:48 -07:00
  • b6a77c4413 Release 1.0.100 v1.0.100 David Tolnay 2019-09-07 18:55:50 -07:00
  • 33438850a6 Merge pull request #1620 from dtolnay/error David Tolnay 2019-09-07 18:54:34 -07:00
  • fcbb3d3783 Add support for other enum representations Jake Kiesel 2019-09-07 11:43:53 -06:00
  • acc8640c1e Fix (de)serialization of new types where the internal type is skipped Jake Kiesel 2019-09-07 02:43:28 -06:00
  • c083cfd65e Export std error type so downstream doesn't need "std" feature David Tolnay 2019-09-04 19:15:00 -07:00
  • 4cea81f93f Merge pull request #1615 from jamesmunns/patch-1 David Tolnay 2019-08-28 10:17:43 -07:00
  • 2d36be753a Add Postcard to the list of Serde Data Formats James Munns 2019-08-28 12:23:54 +02:00
  • 738d29eaa9 Update serde_derive_internals to syn 1.0 David Tolnay 2019-08-26 12:29:45 -07:00
  • b536fb67a4 Merge pull request #1604 from UnHumbleBen/patch-1 David Tolnay 2019-08-19 03:10:49 -07:00
  • b10c23a950 Fixed a typo Benjamin Lee 2019-08-18 22:37:28 -07:00
  • 85a5cf7cb1 Document serde_derive minimum rustc David Tolnay 2019-08-18 18:31:40 -07:00
  • 192f5cd647 Release 1.0.99 v1.0.99 David Tolnay 2019-08-16 11:50:19 -07:00
  • 7dceee64fe Merge pull request #1591 from dtolnay/up David Tolnay 2019-08-16 11:49:33 -07:00