Commit graph

  • a622bd414c implement From<toml::value::Table> for toml::Value Constantin Nickel 2019-04-08 23:50:26 +0200
  • b9fbd5b6f7 Merge pull request #298 from ehuss/missing-tests Alex Crichton 2019-04-08 09:09:27 -0500
  • b147fe3682 Merge pull request #299 from ehuss/fix-float-suffix Alex Crichton 2019-04-08 09:09:07 -0500
  • 816b457c84 Fix float with invalid suffix. Eric Huss 2019-04-05 13:51:28 -0700
  • 902e98cda1 Add some missing tests, and sort some entries. Eric Huss 2019-04-05 13:49:57 -0700
  • 743cfcef05 Merge pull request #295 from ErichDonGubler/fix_warnings Eric Huss 2019-04-02 10:50:33 -0700
  • e17f0bba39 Merge pull request #296 from ErichDonGubler/toml_internal-stays-internal Eric Huss 2019-04-02 10:50:19 -0700
  • d34e734b39 Fix warnings for deprecated usages of trim_{left,right}_matches. Erich Gubler 2019-04-02 09:35:28 -0600
  • a6071c7aac Make importing toml_internal macro unnecessary when using the toml macro Erich Gubler 2019-04-02 08:54:04 -0600
  • 19ac1ea19c Merge pull request #294 from tmiasko/ml-delim Alex Crichton 2019-03-20 14:07:50 -0500
  • a5046008e5 Fix parsing of repeated delimiters inside multi-line strings Tomasz Miąsko 2019-03-20 00:00:00 +0000
  • 1ba48019d7 Merge pull request #292 from omarabid/master Eric Huss 2019-03-11 11:34:30 -0700
  • 861a7be7d4 Add PartialEq to Toml::de Abid Omar 2019-03-11 18:38:50 +0100
  • 4a0a866fbd Merge pull request #290 from ehuss/fix-case-sensitivity Alex Crichton 2019-02-19 13:45:23 -0600
  • b7493c9bef Fix case sensitivity with T, Z, and E. Eric Huss 2019-02-19 10:59:42 -0800
  • 7c969432ad Merge pull request #278 from Kerollmops/master Alex Crichton 2019-01-08 15:24:40 -0800
  • 59d250e309 Merge pull request #280 from alexcrichton/fix-duplicate Eric Huss 2019-01-07 18:52:28 -0800
  • 184d16b4a3 Fix disallowing duplicate table headers Alex Crichton 2019-01-07 09:06:04 -0800
  • ffa27fe817 Update build urls Alex Crichton 2019-01-02 14:15:57 -0800
  • f07dbc18e0 Tweak travis config Alex Crichton 2019-01-02 14:15:41 -0800
  • b66f6108d3 Update the serde test-suite map! macro Clément Renault 2018-12-28 15:39:48 +0100
  • 8b1cff0fce test-suite is not tested with preserve_order Vincent Prouillet 2018-05-14 17:36:27 +0200
  • 8621ab27ae Add the preserve_order feature Vincent Prouillet 2018-05-14 16:59:24 +0200
  • cbfc4e18f8 Run cargo fmt Alex Crichton 2018-12-17 17:45:35 -0800
  • b2013e4548 Bump to 0.4.10 Alex Crichton 2018-12-06 10:59:48 -0800
  • 7845df9ff9 Merge pull request #264 from azriel91/feature/225/externally-tagged-enums Alex Crichton 2018-11-28 09:50:38 -0600
  • d289e87c61 Bump to 0.4.9 Alex Crichton 2018-11-21 09:55:42 -0800
  • 88be3b70a7 Merge pull request #276 from ehuss/fix-version Alex Crichton 2018-11-21 11:55:29 -0600
  • c1c0cb2d1b Merge pull request #275 from ehuss/fix-datetime-trailing-space Alex Crichton 2018-11-21 11:55:03 -0600
  • 57e78ee3bc Indicate this is now supporting version 0.5 of TOML. Eric Huss 2018-11-21 09:41:57 -0800
  • b21dd8cf05 Fix trailing space after date. Eric Huss 2018-11-21 09:35:50 -0800
  • cd6373a9ab Maintain backward compatibility with Rust 1.15, take 3. Azriel Hoh 2018-11-17 13:47:23 +1300
  • 752bf0d4a1 Only validate table keys against fields when deserializing enum. Azriel Hoh 2018-11-17 09:37:02 +1300
  • 5bcf6f7cb6 Maintain compatibility with Rust 1.15 Azriel Hoh 2018-11-17 09:18:43 +1300
  • 1656e2e51d Error when deserializing struct if encountering unknown fields. Azriel Hoh 2018-11-12 10:09:30 +1300
  • 7862f04d08 Added ignored tests for deserializing enums from dotted table. Azriel Hoh 2018-11-12 09:00:47 +1300
  • a0295b3308 Maintain compatibility with Rust 1.15 Azriel Hoh 2018-10-22 10:33:20 +1300
  • a4928a47a8 Implemented deserialization for external enums. Azriel Hoh 2018-10-22 09:40:16 +1300
  • 7777c1452f Better error handling when parsing tuples. Azriel Hoh 2018-10-20 16:24:16 +1300
  • 4f28c2f639 Implemented enum tuple deserialization. Azriel Hoh 2018-10-10 11:36:46 +1300
  • 9a69c17a4e Added NewType variant to example. Azriel Hoh 2018-10-10 09:16:03 +1300
  • f5d14af5a6 Implement deserialization for unit and struct variants. Azriel Hoh 2018-10-10 08:59:46 +1300
  • 80d2cf081d Merge pull request #271 from spease/allow-newtype-key Alex Crichton 2018-10-29 09:57:55 -0700
  • 14f8934bef Merge pull request #268 from jmhain/allow-ws-after-bs Alex Crichton 2018-10-29 09:47:56 -0700
  • 2623d4c60d Merge pull request #272 from hcpl/tuple-support Alex Crichton 2018-10-29 09:09:57 -0700
  • 5636a7430e Support tuple Serde types for Value hcpl 2018-10-28 12:36:40 +0200
  • d75c9ccd00 Allow newtype key Steven Pease 2018-10-27 18:28:18 -0700
  • a9fb3bf188 Allow whitespace after line ending backslash (#162) Joey Hain 2018-10-27 12:41:52 -0700
  • f07ba88de4 Bump to 0.4.8 Alex Crichton 2018-10-01 10:05:56 -0700
  • ae5595396f Merge pull request #263 from Deewiant/final-quote-fix Alex Crichton 2018-10-01 10:05:36 -0700
  • dce343e926 Avoid panic on pretty string ending in single quote Matti Niemenmaa 2018-10-01 11:58:57 +0300
  • c836e32f27 Bump to 0.4.7 Alex Crichton 2018-09-25 10:09:07 -0700
  • 266a2dc4e9 Merge pull request #261 from rhysd/fix-multiline-string-key Alex Crichton 2018-09-25 10:08:38 -0700
  • 935d95ce4f Fix multi-line strings are not allowed for key rhysd 2018-09-25 16:33:52 +0900
  • 48daf82e1a Merge pull request #255 from kornelski/master Alex Crichton 2018-08-06 10:17:30 -0500
  • 14338b8556 Test serde_json interoperability Kornel 2018-08-06 15:23:32 +0100
  • 6719f0e009 Merge pull request #254 from ehuss/macro-0.5 Alex Crichton 2018-08-05 20:27:26 -0500
  • 985e21003f Support deserializing from other integer types Kornel 2018-08-05 23:25:06 +0100
  • 36a5318feb Support the new 0.5 syntax in the toml! macro. Eric Huss 2018-07-27 11:35:05 -0700
  • 22f00d37bf Merge pull request #252 from ehuss/dotted-keys Alex Crichton 2018-07-28 15:15:01 -0700
  • fad5f4690e Don't allow intermixing inline tables and dotted key tables. Eric Huss 2018-07-27 11:49:30 -0700
  • e0a820be2f Support older rustc. Eric Huss 2018-07-11 00:13:47 -0700
  • 6d76b19b58 0.5: Support dotted keys. Eric Huss 2018-07-10 23:29:47 -0700
  • 9fe48c3282 Merge pull request #249 from ehuss/int-radix Alex Crichton 2018-07-11 15:17:23 -0500
  • c8919e8ed1 0.5: Support hex/oct/bin integers. Eric Huss 2018-07-10 18:00:12 -0700
  • 625d2a18bb Merge pull request #251 from ehuss/datetime-space Alex Crichton 2018-07-11 09:05:26 -0500
  • 4971310a96 Merge pull request #250 from ehuss/reject-del Alex Crichton 2018-07-11 09:04:29 -0500
  • 816774077c Merge pull request #248 from ehuss/float-0.5 Alex Crichton 2018-07-11 09:01:53 -0500
  • 16d8b14fcf 0.5: Support floats nan, inf, and +/-0.0. Eric Huss 2018-07-10 16:27:58 -0700
  • 86d9dd21d8 0.5: Reject 0x7f (DEL) in strings. Eric Huss 2018-07-10 18:13:06 -0700
  • 5204d8b50a 0.5: Support space separate in datetime. Eric Huss 2018-07-10 17:14:16 -0700
  • 04c1fe9df6 Merge pull request #245 from alexcrichton/tuples Alex Crichton 2018-05-24 10:22:11 -0500
  • 2a15817c47 Support fixed-length arrays Alex Crichton 2018-05-24 07:25:15 -0700
  • 21341229db Bump to 0.4.6 Alex Crichton 2018-04-04 07:56:29 -0700
  • 98d997c1fd Merge pull request #239 from udoprog/spans Alex Crichton 2018-05-09 16:48:58 -0500
  • 03d3e56461 Merge pull request #241 from avdv/fix-240 Alex Crichton 2018-05-09 16:15:56 -0500
  • 96ca73e130 Treat unicode hex digits case-insensitively Claudio Bley 2018-05-08 23:02:24 +0200
  • 0616d3562c Make spanned module private and hide internals John-John Tedro 2018-05-09 21:26:59 +0200
  • 44ecae9bfb Reintroduce serde_derive as dev-dependencies John-John Tedro 2018-05-07 05:40:07 +0200
  • 407845d620 Fix incorrectly reported spans for Datetime John-John Tedro 2018-05-07 05:36:09 +0200
  • 8a9ae07de5 Use BorrowedStrDeserializer instead of generated key deserializers John-John Tedro 2018-05-07 04:56:25 +0200
  • 09c8957ae7 Adjust spans for more complex types John-John Tedro 2018-05-07 04:05:05 +0200
  • 6b919f8833 Use custom struct/field naming to deserialize spans John-John Tedro 2018-05-07 03:47:09 +0200
  • 6db43965f9 Proof of concept: reporting span information to a Spanned<T> type David Tolnay 2018-05-05 14:41:57 -0700
  • 24d0f25427 Merge pull request #237 from udoprog/spans Alex Crichton 2018-05-01 08:49:05 -0500
  • 6d7c89169b Make Tokenizer emit spans John-John Tedro 2018-05-01 13:43:02 +0200
  • 90b5e83a83 Merge pull request #234 from kornelski/master Alex Crichton 2018-04-16 09:28:09 -0500
  • 6cf0d5de33 Replace try!() with ? Kornel 2018-04-16 02:12:39 +0100
  • 1272e16017 Merge pull request #220 from LeopoldArkham/master Alex Crichton 2017-12-02 09:16:58 -0600
  • 13d52e0a6f Serde -> toml-rs LeopoldArkham 2017-12-02 14:22:52 +0100
  • b44ea161d3 Merge pull request #217 from dtolnay/macro Alex Crichton 2017-11-20 13:39:31 -0600
  • eab7d806e9 A toml macro David Tolnay 2017-11-12 15:17:52 -0800
  • cdb1bfd237 Move tests into their own crate David Tolnay 2017-11-12 17:26:09 -0800
  • 9d2f3453d1 Clarify wording of license information in README. Alex Crichton 2017-10-30 14:50:58 -0700
  • a3f02da0c3 Merge pull request #213 from behnam/doc Alex Crichton 2017-09-15 09:07:55 -0500
  • b7af13e689 [value] Fix some method docs Behnam Esfahbod ✅ 2017-09-14 22:37:51 -0700
  • dd4c5131eb Fix a number of compile warnings Alex Crichton 2017-08-28 07:40:48 -0700
  • 66a37a5182 Bump to 0.4.5 Alex Crichton 2017-08-13 21:02:21 -0700
  • c39ce05522 Merge pull request #210 from vitiral/rm-fixme Alex Crichton 2017-08-13 21:02:01 -0700
  • 0fadae214a close #209: remove FIXME, appears to have been invalid Garrett Berg 2017-08-13 17:33:35 -0600