Commit Graph

  • 34db433429 bump hashbrown, fix warnings master TheOddGarlic 2022-08-02 12:40:48 +0300
  • e32c299cb6 Added build step for no_std in the workflow Dion Dokter 2020-05-09 20:54:52 +0200
  • 0cf55f5b46 Added no_std support. Dion Dokter 2020-05-09 19:42:54 +0200
  • cf867939ad
    Merge pull request #468 from kianmeng/fix-typos Eric Huss 2022-07-31 14:39:31 -0700
  • 81e7e22176 Fix typos Kian-Meng Ang 2022-07-30 22:11:38 +0800
  • 70caf40853
    Merge pull request #463 from ehuss/version-bump Eric Huss 2022-04-14 16:57:03 -0700
  • 63dd7f7fde Bump to 0.5.9 Eric Huss 2022-04-14 16:54:23 -0700
  • 499e8c4bb3
    examples: Allow dead code (#450) Harvey Hunt 2021-11-09 19:28:06 +0000
  • 83d787c60d
    Make datetime.rs structs and fields public #431 (#439) David James 2021-08-20 10:32:50 -0400
  • d8a9a98cbb
    Use entry api to remove a lookup in deserialisation loop (#438) Squirrel 2021-08-10 17:25:38 +0100
  • c2a069f5de
    Upgrade to GitHub-native Dependabot (#427) dependabot-preview[bot] 2021-04-29 14:35:13 -0500
  • a6420b64d5
    Merge pull request #373 from mgsloan/allow-empty-table-keys Eric Huss 2021-04-26 13:32:09 -0700
  • 1928707496
    Fix serialization of -0.0. (#426) Eric Huss 2021-04-26 07:05:28 -0700
  • b1417006df
    Merge pull request #417 from hone/patch-1 Eric Huss 2021-02-06 10:43:17 -0800
  • a6e3d52f47
    Fix comment typo Terence Lee 2021-02-06 11:36:07 -0600
  • 94b319f5ee
    Merge pull request #414 from ehuss/version-bump Eric Huss 2020-12-18 09:35:48 -0800
  • 6d0c41fc9c Bump to 0.5.8 Eric Huss 2020-12-18 09:32:46 -0800
  • e454f3960a
    Merge pull request #409 from Stupremee/patch-1 Eric Huss 2020-11-13 13:06:12 -0800
  • ae19667f74
    Remove `no_inline` from value re-exports Stu 2020-11-13 20:45:29 +0100
  • 926c45c022
    Remove `no_inline` from `Spanned` import Stu 2020-11-13 20:42:06 +0100
  • 9a94610872 Bump to 0.5.7 Alex Crichton 2020-10-11 10:31:27 -0700
  • c74293f7a8
    Improve error message when parsing unquoted string (#385) Alex Tokarev 2020-10-11 20:30:55 +0300
  • 940fcf9e18
    Allow delimiter quotes at the end of multiline strings (#393) pyfisch 2020-05-28 17:39:55 +0200
  • 7a43ac9e9c
    Apply some Clippy suggestions. (#378) Bram Geron 2020-02-25 19:08:29 +0100
  • d99f5665b4
    Rustdoc: Add links. Show all reexports as reexports. (#377) Bram Geron 2020-02-25 19:07:55 +0100
  • f74715cb88 Allow empty table keys Michael Sloan 2020-01-30 23:35:15 -0700
  • bb675c5f56
    Fix roundtripping of \u001f and \u007f in toml string literals (#372) Michael Sloan 2020-01-30 00:55:36 -0700
  • f60e342342
    Merge pull request #370 from zeenix/fix-typo Eric Huss 2020-01-19 13:26:06 -0800
  • 87fcd656a6 Fix a small typo in docs Zeeshan Ali 2020-01-19 21:01:22 +0100
  • 436acbd31d Bump to 0.5.6 Alex Crichton 2020-01-16 09:15:46 -0800
  • f92c15f1b8 Fix a couple errors in DateStrEmitter (#368) Michael Sloan 2020-01-15 09:58:12 -0700
  • 1b8e0d78bd
    Merge pull request #365 from AnderEnder/remove-deprecated-error-description Eric Huss 2019-12-22 09:46:36 -0800
  • b9507d859d remove deprecated Error::description Andrii Radyk 2019-12-22 00:06:00 +0100
  • 60b874308e Mixed type arrays (#358) daubaris 2019-11-22 18:28:29 +0200
  • 75129040cd Bump to 0.5.5 Alex Crichton 2019-11-01 07:58:38 -0700
  • 1e6bfbca98 replace copied wit filter_map for rustc 1.35 compatibility (#354) Maxim Vorobjov 2019-11-01 17:58:09 +0300
  • 4673cfd797 Replace the test added by #349 with a bench (#351) est31 2019-10-29 15:10:15 +0100
  • 4b05a9d349 update (#352) Tshepang Lekhonkhobe 2019-10-29 16:01:41 +0200
  • 189d2b92ee Bump to 0.5.4 Alex Crichton 2019-10-28 08:05:55 -0700
  • c049b7aaec Decrease deserialization complexity from quadratic to linear (#349) est31 2019-10-28 16:05:13 +0100
  • ec21d604f8 Support for dotted table spans (#340) est31 2019-10-28 15:01:23 +0100
  • e9f5290926 Switch from linked-hash-map to indexmap Alex Crichton 2019-10-25 12:08:12 -0700
  • 8995cef9d6 Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value (#344) est31 2019-10-25 21:05:31 +0200
  • 9ed2903517 Remove outdated Travis CI badge (#346) Linda_pp 2019-10-16 23:36:28 +0900
  • 2a6729f543 feat: support tabs in basic strings (#343) Kyle Clemens 2019-10-15 13:45:17 +0000
  • e457e4eb33 get_mut should return a mutable reference (#338) Guillaume Fraux 2019-10-03 17:29:50 +0200
  • 41dd8e6741 Forbid unsafe code (#332) Sergey "Shnatsel" Davidoff 2019-09-30 16:57:16 +0200
  • 7c9b0a39db Support deserializing spanned keys (#333) est31 2019-09-16 23:32:45 +0200
  • 029908cfa6 Remove redundant #[doc(hidden)] attributes (#331) est31 2019-09-09 20:04:47 +0200
  • 95d419ba99 Nested dotted-table enums (#329) James Kay 2019-09-05 15:18:26 +0100
  • 6bbafa4489 Suppport deserialization of Spanned<> at the top level (#328) est31 2019-09-05 15:38:54 +0200
  • b2a427ee7d Make `de::Error` `Eq` in addition to current `PartialEq` (#330) Erich Gubler 2019-09-04 17:44:32 -0600
  • be450b70d0 Work around a rustfmt bug Alex Crichton 2019-08-28 08:01:50 -0700
  • ae63d325d2 wut Alex Crichton 2019-08-28 08:01:07 -0700
  • 322412864b More rustfmt Alex Crichton 2019-08-28 07:59:44 -0700
  • 4e4340c5bf Remove outdated README badges Alex Crichton 2019-08-28 07:59:20 -0700
  • 5457ef4ee7 Run rustfmt Alex Crichton 2019-08-28 07:58:15 -0700
  • 677ccfa940 Switch to github actions for CI Alex Crichton 2019-08-28 07:56:16 -0700
  • 994b0e2fcb Allow zero-prefixed float exponents. (#322) Eric Huss 2019-08-23 09:55:15 -0700
  • 4951dc400c
    Merge pull request #321 from NickHackman/fix-clippy-warnings-and-errors Alex Crichton 2019-08-20 14:51:26 -0500
  • 022e914ccf Propogate write! errors to ser::Error Nick Hackman 2019-08-20 12:59:28 -0400
  • d55ec1b4c1 Fixed Clippy warning of long return type Nick Hackman 2019-08-18 21:07:23 -0400
  • b7d26c8a05 Potential Solution to drop clippy errors Nick Hackman 2019-08-18 20:23:40 -0400
  • 2bf0931b84 Removed all warnings besides two Nick Hackman 2019-08-14 22:52:24 -0400
  • 8f4372873e Bump to 0.5.3 Eric Huss 2019-08-13 14:53:04 -0700
  • 801188700f
    Merge pull request #320 from ehuss/crlf-error-index Eric Huss 2019-08-13 14:51:03 -0700
  • f4dd4a2438 Fix error line/column when using CRLF line endings. Eric Huss 2019-08-13 13:48:54 -0700
  • d03b251af5
    Merge pull request #319 from NickHackman/modernize-enum-discriminant-comparison Alex Crichton 2019-08-13 14:36:26 -0500
  • f883457334 Simplified Logic when comparing discriminants Nick Hackman 2019-08-13 14:13:01 -0400
  • 208f4a9ce9 Bump to 0.5.2 Alex Crichton 2019-08-13 07:55:09 -0700
  • 39d720d84c
    Merge pull request #318 from JustAPerson/patch-1 Alex Crichton 2019-08-13 09:38:25 -0500
  • bbff1080f9
    Derive Clone+PartialEq for Spanned Jason Priest 2019-08-12 21:27:26 -0500
  • e0bf3a087a Run `cargo fmt` Alex Crichton 2019-08-12 13:50:59 -0700
  • 81cfc602b8 Fix a bad merge Alex Crichton 2019-08-12 13:50:44 -0700
  • c3a89a690a
    Merge pull request #315 from jwdeitch/master Alex Crichton 2019-08-12 15:35:55 -0500
  • 72881c2a06
    Merge pull request #314 from zertosh/add-line-and-col-to-errors Alex Crichton 2019-08-12 15:35:35 -0500
  • fa9740540f
    Merge pull request #317 from ehuss/outlives-requirements Alex Crichton 2019-08-12 12:05:22 -0500
  • 79d03bf0df Squelch explicit_outlives_requirements warning. Eric Huss 2019-08-12 09:12:39 -0700
  • f56df234c0
    Merge pull request #316 from pietroalbini/doc-spanned Alex Crichton 2019-08-09 16:53:38 -0500
  • b1aa4f7129
    include Spanned in the docs Pietro Albini 2019-08-09 20:47:52 +0200
  • 27a2f490b3
    convert toml error to std::io error Jordan Deitch 2019-08-01 20:43:05 -0400
  • 144e1d0f90 Add line and column to all Errors Andres Suarez 2019-07-30 17:20:18 +0000
  • 59aa7214f0 Add tests covering custom deserializers Andres Suarez 2019-07-30 13:14:17 -0400
  • 5c6c375072
    Merge pull request #313 from zertosh/show-col-in-errors Alex Crichton 2019-07-29 09:06:35 -0500
  • 3d08775266 Show "column" in Error messages Andres Suarez 2019-07-28 17:40:49 +0000
  • 2a9df8afb9 Fully expand error messages in tests Andres Suarez 2019-07-28 16:56:22 +0000
  • 844a1a4651
    Merge pull request #311 from Aaron1011/feature/update-serde Eric Huss 2019-07-27 18:33:42 -0700
  • 381d020563
    Bump Serde dependency to 1.0.97 Aaron Hill 2019-07-27 20:41:01 -0400
  • 63a3354007 Bump to 0.5.1 Alex Crichton 2019-05-16 13:10:01 -0700
  • e887edc70f
    Merge pull request #308 from ehuss/edition-2018 Alex Crichton 2019-05-09 06:49:11 -0700
  • 320464be3b
    Merge pull request #307 from ehuss/remove-conditional-rustc Alex Crichton 2019-05-09 06:47:06 -0700
  • 0fca4dd2d3 cargo fmt Eric Huss 2019-05-08 17:45:39 -0700
  • 4ad7eebf9e Remove rustc version checking. Eric Huss 2019-05-08 17:39:18 -0700
  • 6c162e6562 2018 edition idioms. Eric Huss 2019-05-08 17:37:38 -0700
  • 1b01658913 Migrate to 2018 edition. Eric Huss 2019-05-08 12:12:14 -0700
  • d038a0bc56
    Merge pull request #305 from ehuss/0.5-version Eric Huss 2019-04-25 11:22:29 -0700
  • ef78c1282b Bump html_root_url version. Eric Huss 2019-04-25 11:15:42 -0700
  • 441fdb28bd
    Merge pull request #304 from felixrabe/patch-1 Alex Crichton 2019-04-25 08:27:12 -0700
  • 1b4668d094
    README.md: `0.4` -> `0.5` Felix Rabe 2019-04-24 21:37:54 +0200
  • 9535264625
    Merge pull request #301 from nickelc/from_table Alex Crichton 2019-04-09 09:07:45 -0500