Commit graph

  • 4379150168 bump hashbrown, fix warnings master TheOddGarlic 2022-08-02 12:40:48 +0300
  • 838f166e91 Added build step for no_std in the workflow Dion Dokter 2020-05-09 20:54:52 +0200
  • d44e382a9a Added no_std support. Dion Dokter 2020-05-09 19:42:54 +0200
  • 519df123a5 Merge pull request #468 from kianmeng/fix-typos Eric Huss 2022-07-31 14:39:31 -0700
  • 3d3d63aa8e Fix typos Kian-Meng Ang 2022-07-30 22:11:38 +0800
  • 5552c32763 Merge pull request #463 from ehuss/version-bump Eric Huss 2022-04-14 16:57:03 -0700
  • 1356367d14 Bump to 0.5.9 Eric Huss 2022-04-14 16:54:23 -0700
  • b0035e905c examples: Allow dead code (#450) Harvey Hunt 2021-11-09 19:28:06 +0000
  • de1b37b0f8 Make datetime.rs structs and fields public #431 (#439) David James 2021-08-20 10:32:50 -0400
  • 55aefbd137 Use entry api to remove a lookup in deserialisation loop (#438) Squirrel 2021-08-10 17:25:38 +0100
  • ed3309f0e4 Upgrade to GitHub-native Dependabot (#427) dependabot-preview[bot] 2021-04-29 14:35:13 -0500
  • d31787fa3b Merge pull request #373 from mgsloan/allow-empty-table-keys Eric Huss 2021-04-26 13:32:09 -0700
  • fed4022c88 Fix serialization of -0.0. (#426) Eric Huss 2021-04-26 07:05:28 -0700
  • 2c08988a44 Merge pull request #417 from hone/patch-1 Eric Huss 2021-02-06 10:43:17 -0800
  • bcf306b269 Fix comment typo Terence Lee 2021-02-06 11:36:07 -0600
  • c4d5fffa3f Merge pull request #414 from ehuss/version-bump Eric Huss 2020-12-18 09:35:48 -0800
  • 7846e82220 Bump to 0.5.8 Eric Huss 2020-12-18 09:32:46 -0800
  • 6f007bf9c7 Merge pull request #409 from Stupremee/patch-1 Eric Huss 2020-11-13 13:06:12 -0800
  • 307c5cc3b6 Remove no_inline from value re-exports Stu 2020-11-13 20:45:29 +0100
  • 4d7c606a75 Remove no_inline from Spanned import Stu 2020-11-13 20:42:06 +0100
  • 87de904448 Bump to 0.5.7 Alex Crichton 2020-10-11 10:31:27 -0700
  • 39dcf1384c Improve error message when parsing unquoted string (#385) Alex Tokarev 2020-10-11 20:30:55 +0300
  • af05f537d8 Allow delimiter quotes at the end of multiline strings (#393) pyfisch 2020-05-28 17:39:55 +0200
  • b84615a24c Apply some Clippy suggestions. (#378) Bram Geron 2020-02-25 19:08:29 +0100
  • f12a16274b Rustdoc: Add links. Show all reexports as reexports. (#377) Bram Geron 2020-02-25 19:07:55 +0100
  • 6de25e7cc8 Allow empty table keys Michael Sloan 2020-01-30 23:35:15 -0700
  • cd96581730 Fix roundtripping of \u001f and \u007f in toml string literals (#372) Michael Sloan 2020-01-30 00:55:36 -0700
  • f022d042dd Merge pull request #370 from zeenix/fix-typo Eric Huss 2020-01-19 13:26:06 -0800
  • 66728e147f Fix a small typo in docs Zeeshan Ali 2020-01-19 21:01:22 +0100
  • 2d0406e127 Bump to 0.5.6 Alex Crichton 2020-01-16 09:15:46 -0800
  • 13107f621b Fix a couple errors in DateStrEmitter (#368) Michael Sloan 2020-01-15 09:58:12 -0700
  • 96cb061bec Merge pull request #365 from AnderEnder/remove-deprecated-error-description Eric Huss 2019-12-22 09:46:36 -0800
  • dea4b79a71 remove deprecated Error::description Andrii Radyk 2019-12-22 00:06:00 +0100
  • c822128a02 Mixed type arrays (#358) daubaris 2019-11-22 18:28:29 +0200
  • 3e9f8cbd83 Bump to 0.5.5 Alex Crichton 2019-11-01 07:58:38 -0700
  • 9e3cd1d431 replace copied wit filter_map for rustc 1.35 compatibility (#354) Maxim Vorobjov 2019-11-01 17:58:09 +0300
  • e22c19436c Replace the test added by #349 with a bench (#351) est31 2019-10-29 15:10:15 +0100
  • 10a46a1c4a update (#352) Tshepang Lekhonkhobe 2019-10-29 16:01:41 +0200
  • 5bfb7474e7 Bump to 0.5.4 Alex Crichton 2019-10-28 08:05:55 -0700
  • 34ef67bee2 Decrease deserialization complexity from quadratic to linear (#349) est31 2019-10-28 16:05:13 +0100
  • 52586279ce Support for dotted table spans (#340) est31 2019-10-28 15:01:23 +0100
  • bf1c4ce44f Switch from linked-hash-map to indexmap Alex Crichton 2019-10-25 12:08:12 -0700
  • e89d255cbf Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value (#344) est31 2019-10-25 21:05:31 +0200
  • 112fb15498 Remove outdated Travis CI badge (#346) Linda_pp 2019-10-16 23:36:28 +0900
  • b517e36d8f feat: support tabs in basic strings (#343) Kyle Clemens 2019-10-15 13:45:17 +0000
  • 83147d3530 get_mut should return a mutable reference (#338) Guillaume Fraux 2019-10-03 17:29:50 +0200
  • ef8cca002a Forbid unsafe code (#332) Sergey "Shnatsel" Davidoff 2019-09-30 16:57:16 +0200
  • 12db6aa93f Support deserializing spanned keys (#333) est31 2019-09-16 23:32:45 +0200
  • 55ca6c5e30 Remove redundant #[doc(hidden)] attributes (#331) est31 2019-09-09 20:04:47 +0200
  • d083e58357 Nested dotted-table enums (#329) James Kay 2019-09-05 15:18:26 +0100
  • 5fef3914cf Suppport deserialization of Spanned<> at the top level (#328) est31 2019-09-05 15:38:54 +0200
  • 57aea7dfad Make de::Error Eq in addition to current PartialEq (#330) Erich Gubler 2019-09-04 17:44:32 -0600
  • 37e8b2274c Work around a rustfmt bug Alex Crichton 2019-08-28 08:01:50 -0700
  • ee8839034b wut Alex Crichton 2019-08-28 08:01:07 -0700
  • ccc659b254 More rustfmt Alex Crichton 2019-08-28 07:59:44 -0700
  • 53119746dd Remove outdated README badges Alex Crichton 2019-08-28 07:59:20 -0700
  • d8309379ed Run rustfmt Alex Crichton 2019-08-28 07:58:15 -0700
  • 16d3273c8c Switch to github actions for CI Alex Crichton 2019-08-28 07:56:16 -0700
  • f822f4661b Allow zero-prefixed float exponents. (#322) Eric Huss 2019-08-23 09:55:15 -0700
  • 9d7890a6d0 Merge pull request #321 from NickHackman/fix-clippy-warnings-and-errors Alex Crichton 2019-08-20 14:51:26 -0500
  • c18d474acf Propogate write! errors to ser::Error Nick Hackman 2019-08-20 12:59:28 -0400
  • 9f25cfa17b Fixed Clippy warning of long return type Nick Hackman 2019-08-18 21:07:23 -0400
  • 6699b5be03 Potential Solution to drop clippy errors Nick Hackman 2019-08-18 20:23:40 -0400
  • 8b88c96cfc Removed all warnings besides two Nick Hackman 2019-08-14 22:52:24 -0400
  • f5e621c048 Bump to 0.5.3 Eric Huss 2019-08-13 14:53:04 -0700
  • 03c4f5349c Merge pull request #320 from ehuss/crlf-error-index Eric Huss 2019-08-13 14:51:03 -0700
  • 514b8ca8f2 Fix error line/column when using CRLF line endings. Eric Huss 2019-08-13 13:48:54 -0700
  • 64d1385946 Merge pull request #319 from NickHackman/modernize-enum-discriminant-comparison Alex Crichton 2019-08-13 14:36:26 -0500
  • 64e2f4742f Simplified Logic when comparing discriminants Nick Hackman 2019-08-13 14:13:01 -0400
  • 2b51f841bc Bump to 0.5.2 Alex Crichton 2019-08-13 07:55:09 -0700
  • 9cf3f2ddd1 Merge pull request #318 from JustAPerson/patch-1 Alex Crichton 2019-08-13 09:38:25 -0500
  • 4018ebc65a Derive Clone+PartialEq for Spanned Jason Priest 2019-08-12 21:27:26 -0500
  • fd39bc7412 Run cargo fmt Alex Crichton 2019-08-12 13:50:59 -0700
  • 59c0d52600 Fix a bad merge Alex Crichton 2019-08-12 13:50:44 -0700
  • 7a11ed691a Merge pull request #315 from jwdeitch/master Alex Crichton 2019-08-12 15:35:55 -0500
  • 7e8b40b025 Merge pull request #314 from zertosh/add-line-and-col-to-errors Alex Crichton 2019-08-12 15:35:35 -0500
  • 577c2ed766 Merge pull request #317 from ehuss/outlives-requirements Alex Crichton 2019-08-12 12:05:22 -0500
  • 5cb9b37b99 Squelch explicit_outlives_requirements warning. Eric Huss 2019-08-12 09:12:39 -0700
  • d410e2814f Merge pull request #316 from pietroalbini/doc-spanned Alex Crichton 2019-08-09 16:53:38 -0500
  • c6745eeaeb include Spanned in the docs Pietro Albini 2019-08-09 20:47:52 +0200
  • d3eedc52ba convert toml error to std::io error Jordan Deitch 2019-08-01 20:43:05 -0400
  • b09bb78352 Add line and column to all Errors Andres Suarez 2019-07-30 17:20:18 +0000
  • 7875d03eeb Add tests covering custom deserializers Andres Suarez 2019-07-30 13:14:17 -0400
  • 45361e70b9 Merge pull request #313 from zertosh/show-col-in-errors Alex Crichton 2019-07-29 09:06:35 -0500
  • 8c1b49f66f Show "column" in Error messages Andres Suarez 2019-07-28 17:40:49 +0000
  • 8820659431 Fully expand error messages in tests Andres Suarez 2019-07-28 16:56:22 +0000
  • 0a3fd8ae62 Merge pull request #311 from Aaron1011/feature/update-serde Eric Huss 2019-07-27 18:33:42 -0700
  • c6571b048e Bump Serde dependency to 1.0.97 Aaron Hill 2019-07-27 20:41:01 -0400
  • 953940f82e Bump to 0.5.1 Alex Crichton 2019-05-16 13:10:01 -0700
  • e769341003 Merge pull request #308 from ehuss/edition-2018 Alex Crichton 2019-05-09 06:49:11 -0700
  • 895a039279 Merge pull request #307 from ehuss/remove-conditional-rustc Alex Crichton 2019-05-09 06:47:06 -0700
  • 8f115c98d3 cargo fmt Eric Huss 2019-05-08 17:45:39 -0700
  • 1b062a9bac Remove rustc version checking. Eric Huss 2019-05-08 17:39:18 -0700
  • 0737f0b27a 2018 edition idioms. Eric Huss 2019-05-08 17:37:38 -0700
  • 68fd59c78d Migrate to 2018 edition. Eric Huss 2019-05-08 12:12:14 -0700
  • 9842d61325 Merge pull request #305 from ehuss/0.5-version Eric Huss 2019-04-25 11:22:29 -0700
  • 10fb80090c Bump html_root_url version. Eric Huss 2019-04-25 11:15:42 -0700
  • a88675ebda Merge pull request #304 from felixrabe/patch-1 Alex Crichton 2019-04-25 08:27:12 -0700
  • 531259cf72 README.md: 0.4 -> 0.5 Felix Rabe 2019-04-24 21:37:54 +0200
  • d37f25714d Merge pull request #301 from nickelc/from_table Alex Crichton 2019-04-09 09:07:45 -0500