Commit Graph

  • 5c3711e433
    Release 1.0.53 v1.0.53 David Tolnay 2020-05-09 20:23:20 -0700
  • 6ca3752e9d
    Downgrade some unnecessary runtime asserts to debug_assert David Tolnay 2020-05-09 20:22:14 -0700
  • eb383c08b2
    Update arbitrary_precision Debug impl of Number to match normal one David Tolnay 2020-05-09 16:40:45 -0700
  • 351d847e17
    Omit a layer of unnecessary nesting from Debug impl David Tolnay 2020-05-09 16:30:09 -0700
  • baae6d9306
    Add test for {:#?} format of Value David Tolnay 2020-05-09 16:27:55 -0700
  • 800a8d58a9
    Update build status badge to GitHub Actions David Tolnay 2020-05-06 00:07:38 -0700
  • cb40c10e3f
    Remove AppVeyor configuration David Tolnay 2020-05-05 22:29:41 -0700
  • f255356c65
    Add Windows CI in GitHub Actions David Tolnay 2020-05-05 22:23:26 -0700
  • edb1c31dfb
    Avoid repeating slow doctests and compiletests David Tolnay 2020-05-05 22:20:31 -0700
  • dffbe4488f
    Remove Travis configuration David Tolnay 2020-05-05 11:33:07 -0700
  • 6a10cc99fe
    Merge pull request #661 from serde-rs/actions David Tolnay 2020-05-03 01:46:15 -0700
  • 228cd3da41
    Enable GitHub Actions David Tolnay 2020-05-03 01:32:14 -0700
  • 8d6c7cd916
    Remove CI badge from Cargo.toml David Tolnay 2020-05-01 21:09:49 -0700
  • 9354bec7dd
    Release 1.0.52 v1.0.52 David Tolnay 2020-04-28 04:00:45 -0700
  • 23c00cbd57
    Merge pull request #658 from jplatte/to_raw_value David Tolnay 2020-04-28 03:58:45 -0700
  • 169a895ef6
    Add value::to_raw_value Jonas Platte 2020-04-26 16:18:28 +0200
  • cb1782104a
    Run clippy on latest nightly that has clippy David Tolnay 2020-04-23 10:46:07 -0700
  • 0fb61479e7
    Mark StreamDeserializer's error codepaths as cold David Tolnay 2020-04-04 16:38:15 -0700
  • f77c84dd3d
    Release 1.0.51 v1.0.51 David Tolnay 2020-04-04 16:35:34 -0700
  • 8e76584c20
    Merge pull request #649 from serde-rs/fused David Tolnay 2020-04-04 16:35:08 -0700
  • d133748122
    Implement FusedIterator for StreamDeserializer where possible David Tolnay 2020-04-04 16:11:58 -0700
  • 858b01d852
    Implement FusedIterator for Map iterators David Tolnay 2020-04-04 16:14:21 -0700
  • 4c81923102
    Merge pull request #648 from serde-rs/streamerror David Tolnay 2020-04-04 16:24:46 -0700
  • e99e9d3713
    Return None after stream deserializer has failed David Tolnay 2020-04-04 15:39:54 -0700
  • a1b1199e72
    Test stream behavior after error David Tolnay 2020-04-04 10:24:23 -0700
  • fd6741f4b0
    Release 1.0.50 v1.0.50 David Tolnay 2020-03-28 11:31:26 -0700
  • 4ac9f6c7bf
    Merge pull request #640 from smarnach/smarnach/eq-impls David Tolnay 2020-03-28 11:23:11 -0700
  • 99eb4eab76
    Implement Eq for Map, Number and Value. Sven Marnach 2020-03-27 23:43:35 +0100
  • 50656bd7de
    Release 1.0.49 v1.0.49 David Tolnay 2020-03-27 23:19:22 -0700
  • 4752793b4a
    Merge pull request #643 from serde-rs/nostd David Tolnay 2020-03-27 23:18:09 -0700
  • 8afacb9051
    Improve error message when neither std nor alloc is enabled David Tolnay 2020-03-27 21:55:34 -0700
  • da0a39fff7
    Provide optimized collect_str methods for Value serializer David Tolnay 2020-03-27 23:00:55 -0700
  • f59b637295
    Don't reallocate the string in serialize_char David Tolnay 2020-03-27 22:59:31 -0700
  • 665d1c57ae
    Merge pull request #642 from serde-rs/sized David Tolnay 2020-03-27 22:40:55 -0700
  • 8db39542bb
    Move ?Sized bounds out of generic parameter lists David Tolnay 2020-03-27 22:19:12 -0700
  • 2a8ed51a65
    Merge pull request #641 from serde-rs/collect David Tolnay 2020-03-27 22:30:40 -0700
  • 290768cf35
    Implement collect_str for map keys David Tolnay 2020-03-27 22:13:11 -0700
  • 7c130827eb
    Standardize on using Result type alias where possible David Tolnay 2020-03-27 22:06:29 -0700
  • 2da5e20682
    Format with rustfmt 2020-03-11 David Tolnay 2020-03-27 22:07:12 -0700
  • 9c3b182b97
    Merge pull request #639 from serde-rs/map David Tolnay 2020-03-27 09:46:27 -0700
  • 1583c169e2
    Simplify Map's PartialEq impl David Tolnay 2020-03-27 09:13:51 -0700
  • 7fc2890150
    Select a single docs.rs build target David Tolnay 2020-03-17 13:32:08 -0700
  • 49fd82b633
    Update url for "Setting up derive" page David Tolnay 2020-03-14 22:34:25 -0700
  • f4c8c5188a
    Suppress wildcard import pedantic lints David Tolnay 2020-02-25 18:36:25 -0800
  • 56c569b0f8
    Suppress buggy excessive_precision lint David Tolnay 2020-02-19 20:43:52 -0800
  • ed479b4656
    Release 1.0.48 v1.0.48 David Tolnay 2020-02-12 21:39:13 -0800
  • ae4bbff11f
    Show implementation of to_value in value::Serializer docs David Tolnay 2020-02-12 21:37:53 -0800
  • 03e27f5eb7
    Extend documentation of value::Serializer David Tolnay 2020-02-12 21:37:40 -0800
  • d5b4be8509
    Merge pull request #621 from sdleffler/master David Tolnay 2020-02-12 21:38:18 -0800
  • 9851d44dcc expose value serializer Sean Leffler 2020-02-12 18:48:10 -0800
  • 5efd1f4f1b
    Ignore match_single_binding clippy lint David Tolnay 2020-02-12 18:19:23 -0800
  • 8d0505803b
    Update ui tests to nightly-2020-02-08 David Tolnay 2020-02-07 18:07:46 -0800
  • 6b5ded97b4
    Release 1.0.47 v1.0.47 David Tolnay 2020-02-07 11:42:29 -0800
  • b4d56a79d1
    Merge pull request #617 from Xanewok/serde-no-std-error David Tolnay 2020-02-07 11:41:11 -0800
  • 8fdfedb5c1 Require serde >= 1.0.100 due to no_std-related Error re-export Igor Matuszewski 2020-02-07 19:57:13 +0100
  • 39ed887748
    Release 1.0.46 v1.0.46 David Tolnay 2020-02-02 12:41:03 -0800
  • 5263b6f0ed
    Fixup serialize_entry PR David Tolnay 2020-02-02 12:39:45 -0800
  • 1059dc3fed
    Merge pull request #614 from jmfiaschi/map-serialize-entry David Tolnay 2020-02-02 12:37:33 -0800
  • 0b43936690 remplace serialize key,value functions by serialize_entry call serialize_key/value into serialize_entry Jean-Marc Fiaschi 2020-02-02 12:01:02 +0100
  • a03d5ffaa2
    Merge pull request #610 from adetaylor/edit-test-instructions David Tolnay 2020-01-24 21:39:21 -0800
  • f3b059c006
    Discard unimportant lines from ui tests David Tolnay 2020-01-24 21:36:31 -0800
  • d19f389248 Removing obsolete test instructions. Adrian Taylor 2020-01-24 21:29:21 -0800
  • a39bcade70
    Release 1.0.45 v1.0.45 David Tolnay 2020-01-22 16:02:36 -0800
  • af4e6a1e91
    Copy no-std note to rustdoc David Tolnay 2020-01-22 16:01:36 -0800
  • dca5037ee6
    Tweak no-std wording to show Cargo.toml snippet David Tolnay 2020-01-22 16:00:55 -0800
  • 67dfe5951b
    Switch rustfmt skip to tool attribute David Tolnay 2020-01-22 15:52:29 -0800
  • 41c3ab7e4a
    Merge pull request #609 from Xanewok/patch-1 David Tolnay 2020-01-22 15:56:52 -0800
  • b855996096
    Correct no-std support in README.md Igor Matuszewski 2020-01-23 00:29:16 +0100
  • 4bcc3625c3
    Adopt dyn syntax for trait objects David Tolnay 2020-01-22 14:06:31 -0800
  • 50faa3c000
    Adopt inclusive range syntax David Tolnay 2020-01-22 14:06:03 -0800
  • 17824dc1ea
    Remove error variants that are never constructed David Tolnay 2020-01-22 14:04:18 -0800
  • 7cf0156d47
    Switch to tool attrs David Tolnay 2020-01-22 14:01:15 -0800
  • 97f87f2587
    Adopt pub(crate) David Tolnay 2020-01-22 13:59:08 -0800
  • 17d9a5ea9b
    Organize imports David Tolnay 2020-01-22 13:48:26 -0800
  • 3040daa1c6
    Update tests to 2018 edition David Tolnay 2020-01-22 13:44:40 -0800
  • c19f26a518
    Update serde_json_test to 2018 edition David Tolnay 2020-01-22 13:43:34 -0800
  • d095bab515
    Remove ```edition2018 from doc tests after edition update David Tolnay 2020-01-22 13:42:51 -0800
  • 70b64fd657
    Update to 2018 edition David Tolnay 2020-01-22 13:29:58 -0800
  • 873a7e9574
    Rename try! macro to avoid 2018 edition keyword David Tolnay 2020-01-22 13:34:37 -0800
  • a79024468c
    Raise minimum supported rustc to 1.31 David Tolnay 2020-01-22 13:02:04 -0800
  • f20ca3b054
    Really disable serde std feature in CI David Tolnay 2020-01-22 12:51:01 -0800
  • ab4ca99fcb
    Omit to_writer and Serializer in no_std mode David Tolnay 2020-01-22 12:21:55 -0800
  • 0de7b516f5
    Remove Read and Bytes David Tolnay 2020-01-22 01:26:03 -0800
  • 1f616f081a
    Omit from_reader in no_std mode David Tolnay 2020-01-22 00:26:16 -0800
  • 7b0b96e6ab
    Remove more of core io error David Tolnay 2020-01-22 00:23:30 -0800
  • 7f41cbe201
    Remove unneeded Debug impl on io error David Tolnay 2020-01-22 00:17:41 -0800
  • 7051b992e0
    Remove WriteZero error kind David Tolnay 2020-01-22 00:11:02 -0800
  • def04dedc1
    Remove source method in no_std mode David Tolnay 2020-01-22 00:02:25 -0800
  • cf3beee3d2
    Remove unneeded itoa std feature David Tolnay 2020-01-21 23:55:51 -0800
  • 67857df516
    Remove unnecessary box trait object from io error repr David Tolnay 2020-01-21 23:54:19 -0800
  • e83673adea
    Remove unnecessary From<Error> for io::Error in no_std mode David Tolnay 2020-01-21 23:52:05 -0800
  • 85008aa29c
    Preserve underlying Debug representation for io error David Tolnay 2020-01-21 23:49:42 -0800
  • ab661bb29c
    Remove unused ErrorKind from io error repr David Tolnay 2020-01-21 23:45:38 -0800
  • 5741cfb44a
    Remove unused Simple io error variant David Tolnay 2020-01-21 23:41:52 -0800
  • f063631c0a
    Remove reliance on serde StdError for io error repr David Tolnay 2020-01-21 23:36:25 -0800
  • 541d8a1de7
    De Morgan the features check David Tolnay 2020-01-21 23:26:12 -0800
  • d57dffb3e8
    Remove a layer of reexports from io facade David Tolnay 2020-01-21 23:24:29 -0800
  • ea39ccb88a
    Mirror serde_json features to serde_json_test crate David Tolnay 2020-01-21 23:18:41 -0800
  • 83e35ec22a
    Tweak feature check message David Tolnay 2020-01-21 21:49:53 -0800
  • 91f791bd1c
    Merge pull request #606 from Xanewok/no-std-patch David Tolnay 2020-01-22 12:58:53 -0800