Commit graph

  • 086814210f Merge pull request #208 from vitiral/no-literal Alex Crichton 2017-08-13 16:30:09 -0700
  • d386be1a49 add pretty_string_literal to be able to disable literal strings Garrett Berg 2017-08-13 16:15:15 -0600
  • 8554fda201 Merge pull request #207 from vitiral/array-spaces Alex Crichton 2017-08-13 18:15:41 -0500
  • 76f11f2033 add spaces between array items and test for them Garrett Berg 2017-08-13 15:23:50 -0600
  • ea0c2296e6 Merge pull request #204 from vitiral/rc_settings Alex Crichton 2017-07-31 10:58:48 -0500
  • fefd364371 Merge pull request #205 from vitiral/pretty-doc Alex Crichton 2017-07-31 10:23:10 -0500
  • 0552812f1a don't run cargo doc for 1.15.0 Garrett Berg 2017-07-30 17:38:02 -0600
  • 9443fbf01f back out doc changes for now Garrett Berg 2017-07-30 10:19:32 -0600
  • eb69fee5ff doc fixes Garrett Berg 2017-07-30 10:18:00 -0600
  • 003a65fc9f reference count settings to bump performance a bit Garrett Berg 2017-07-28 15:12:39 -0600
  • 3555478fba Bump to 0.4.4 Alex Crichton 2017-07-28 13:28:10 -0700
  • 29578669f2 Merge pull request #201 from vitiral/triple Alex Crichton 2017-07-28 15:18:18 -0500
  • 54a4833bc1 add """ for non-literals with newlines, clean up logic and add tests Garrett Berg 2017-07-28 09:12:21 -0600
  • dabe477d64 make single lines also pretty Garrett Berg 2017-07-27 22:44:58 -0600
  • 83be829f0b fix bugs with pretty Garrett Berg 2017-07-27 16:37:30 -0600
  • f81a488362 Bump to 0.4.3 Alex Crichton 2017-07-27 14:12:46 -0700
  • 0344559a07 Merge pull request #199 from vitiral/empty-fails Alex Crichton 2017-07-27 11:29:00 -0500
  • 61ff3c295c close #199: add header information for empty structs Garrett Berg 2017-07-26 22:08:22 -0600
  • 05a8c73439 Merge pull request #197 from vitiral/pretty Alex Crichton 2017-07-24 18:22:33 -0500
  • 203b4d43c2 fix Serializer::pretty_array(false) Garrett Berg 2017-07-24 09:46:24 -0600
  • e26449614d add tests Garrett Berg 2017-07-24 09:40:14 -0600
  • fba6170b95 use ignore rather than no_run for toml blocks Garrett Berg 2017-07-24 09:18:47 -0600
  • ec82e695ba fix docs and add Garrett Berg 2017-07-22 15:11:23 -0600
  • 973e4cc8c7 fix " Garrett Berg 2017-07-21 12:03:42 -0600
  • 1e060c55d6 use builder pattern Garrett Berg 2017-07-20 12:47:51 -0600
  • 81d7303b19 fix for rust 1.15 Garrett Berg 2017-07-10 09:45:59 -0600
  • 3ec47e6758 pretty arrays Garrett Berg 2017-07-09 15:20:29 -0600
  • 27757113ec array doesn't break anything... Garrett Berg 2017-07-09 15:10:36 -0600
  • fe894fee6c add pretty sting serialization Garrett Berg 2017-07-09 14:58:48 -0600
  • 36a4ebd3bf add Settings struct Garrett Berg 2017-07-09 14:38:48 -0600
  • 66bbdb36a6 One more case of handling newtype structs Alex Crichton 2017-07-06 11:43:36 -0700
  • 7a8c535c5a Support deserializing newtypes Alex Crichton 2017-07-06 07:34:45 -0700
  • 5bd60e7397 Merge pull request #192 from debris/update_docs Alex Crichton 2017-06-23 18:02:11 -0500
  • eb138b12b9 updated toml version in the docs 0.4.2 debris 2017-06-23 23:16:25 +0200
  • 49b0b3df2b Bump to 0.4.2 Alex Crichton 2017-06-22 06:55:45 -0700
  • 3b4261a4bb Merge pull request #190 from SergioBenitez/master Alex Crichton 2017-06-20 10:17:08 -0500
  • 7f9e594e47 Use 'into()' to convert numerical values safely Sergio Benitez 2017-06-19 17:49:55 -0700
  • f936fcfb13 Add exhaustive From<T> impls for Value Sergio Benitez 2017-06-18 03:05:22 -0700
  • 5c523f14d5 Merge pull request #188 from pitkley/add-intodeserializer Alex Crichton 2017-06-12 21:06:19 -0500
  • e89345af42 Implement IntoDeserializer for Value Pit Kleyersburg 2017-06-11 17:44:41 +0200
  • 181bff2ee4 Merge pull request #187 from alanhdu/master Alex Crichton 2017-06-01 17:57:13 -0500
  • 5d36195f2d Store fractional seconds as a u32 instead of a f64 Alan Du 2017-06-01 23:22:35 +0100
  • ce7b96c47b Add toml::ser::Error::KeyNewline back in Alan Du 2017-06-01 22:47:24 +0100
  • bad367cab0 Allow serializing keys with \n in them Alan Du 2017-06-01 20:54:17 +0100
  • 4e246b2142 Truncate fractional seconds to picoseconds Alan Du 2017-06-01 20:35:39 +0100
  • 10d15333b4 Merge pull request #184 from alanhdu/master Alex Crichton 2017-06-01 08:36:08 -0500
  • 275d9e05f3 Add test case Alan Du 2017-06-01 10:29:11 +0100
  • d8cc119799 Close #180 Alan Du 2017-06-01 11:38:56 +0100
  • 2c70f6961c Remove unused test macro Alan Du 2017-05-31 17:36:20 +0100
  • 9a8c5d8e96 Merge pull request #183 from alanhdu/invalid_number Alex Crichton 2017-05-30 19:37:44 -0500
  • b0b9196d43 Merge pull request #182 from alanhdu/master Alex Crichton 2017-05-30 19:35:42 -0500
  • 87f51b38d1 Error when trying to serialize invalid float Alan Du 2017-05-31 00:30:19 +0100
  • 90040b34b6 Error when parsing numbers outside of f64's range Alan Du 2017-05-31 00:07:15 +0100
  • 90bdb7e96d Encode control characters with hex not decimal Alan Du 2017-05-30 23:49:26 +0100
  • d375f4d63a Store fraction of seconds in times unconditionally Alan Du 2017-05-30 23:31:32 +0100
  • 5170d66d51 Add extern crate serde to examples/decode.rs Alex Crichton 2017-05-15 14:30:18 -0700
  • 3a5162ba41 Bump to 0.4.1 Alex Crichton 2017-05-11 07:34:08 -0700
  • 38c17e6dca Merge pull request #172 from rap2hpoutre/patch-1 Alex Crichton 2017-05-10 13:19:47 -0500
  • 83a67e8a6f Merge pull request #173 from rap2hpoutre/patch-2 Alex Crichton 2017-05-10 13:05:55 -0500
  • d5ffc6cc60 add example for to_string Raphaël Huchet 2017-05-10 17:39:19 +0200
  • 9158482ed9 Update de.rs Raphaël Huchet 2017-05-10 17:17:58 +0200
  • 0d3b3e3a36 add example for from_str Raphaël Huchet 2017-05-10 16:49:35 +0200
  • 6bf46cae38 Merge pull request #170 from oli-obk/patch-1 Alex Crichton 2017-05-09 10:25:05 -0500
  • 80ed3e7a7b Document that line/col indices are 0 based Oliver Schneider 2017-05-09 17:08:26 +0200
  • 26d39b3a15 Allow extracting the location of the error Oliver Schneider 2017-05-09 11:22:18 +0200
  • bac92cdfad Update doc urls to 0.4 Alex Crichton 2017-05-02 09:19:40 -0700
  • 137157f445 Merge pull request #165 from Keats/master Alex Crichton 2017-04-28 15:01:08 -0500
  • a6f22570ae Address comment and make test pass Vincent Prouillet 2017-04-28 13:00:37 +0900
  • c675b4f259 Deserialize enum in Value Vincent Prouillet 2017-04-25 13:57:35 +0900
  • 36f33ff3b3 Remove everything other than enum variant code Vincent Prouillet 2017-04-25 12:06:04 +0900
  • e95a6cbc67 Merge pull request #166 from kvark/patch-1 Alex Crichton 2017-04-24 22:31:13 +0800
  • 962506e5d6 Fixed the serde dependency in the documentation Dzmitry Malyshau 2017-04-24 10:05:55 -0400
  • 7cb357c168 Allow to deserialize/serialize into enums Vincent Prouillet 2017-04-24 21:48:02 +0900
  • 046a3e5117 Bump to 0.4.0 Alex Crichton 2017-04-20 14:20:15 -0700
  • dc5ff1ef90 Support serde 1.0.0 Alex Crichton 2017-04-20 10:16:00 -0700
  • 8683f1d22b Merge pull request #157 from neosilky/clippy-fixes Alex Crichton 2017-04-12 09:13:50 -0500
  • 469e9f6bd2 Remove lifetimes Daniel Lockyer 2017-03-30 12:42:35 +0100
  • cecb0b58a7 Stop taking references when not needed Daniel Lockyer 2017-03-30 12:42:27 +0100
  • 3034a7cf52 Simplify if-statements Daniel Lockyer 2017-03-30 12:40:27 +0100
  • 50714395c2 Switch from comparison to is_empty() Daniel Lockyer 2017-03-30 12:39:46 +0100
  • de940a3373 Remove unneeded return statements Daniel Lockyer 2017-03-30 12:38:48 +0100
  • a87d005cc1 Merge pull request #161 from colin-kiegel/crate-polish Alex Crichton 2017-04-05 16:50:51 -0700
  • b3a92872a1 Merge pull request #160 from mre/error-handling-unwrap Alex Crichton 2017-04-05 16:49:48 -0700
  • 6f2f475b88 Replace unwrap with expect in public methods Matthias Endler 2017-04-05 21:32:42 +0200
  • 22168aa100 group mod statements consistently Colin Kiegel 2017-04-05 21:30:32 +0200
  • 36b9b268ba remove deadcode (unused since e256931e9b) Colin Kiegel 2017-04-05 21:24:11 +0200
  • 44c738acfd travis - run tests on 1.15.0 Colin Kiegel 2017-04-05 21:05:35 +0200
  • 9d761f5614 doc - group link definitions Colin Kiegel 2017-04-05 20:51:36 +0200
  • 8207fda489 Merge pull request #158 from mre/patch-1 Alex Crichton 2017-04-05 11:22:35 -0700
  • 0dd2216983 Add a beautiful badge for docs.rs Matthias Endler 2017-04-05 20:17:24 +0200
  • 7e8131ba43 Bump to 0.3.2 Alex Crichton 2017-03-31 18:45:14 -0700
  • 5152f3aca0 Fix backcompat with array definitions Alex Crichton 2017-03-31 18:45:00 -0700
  • 9880b2518a Bump to 0.3.1 Alex Crichton 2017-02-27 12:51:30 -0800
  • b6178aed2a Relax assertions in substr_offset slightly Alex Crichton 2017-02-21 20:27:43 -0800
  • c680668d22 Merge pull request #151 from EPashkin/fix_table_values_sorting Alex Crichton 2017-02-21 09:31:19 -0600
  • edf22b74a1 Add support for serialize_bytes Alex Crichton 2017-02-21 06:21:00 -0800
  • ded040ae9e Fixed sorting of table values Evgenii Pashkin 2017-02-19 18:15:58 +0300
  • a47c66a81d Merge pull request #148 from rekka/patch-1 Alex Crichton 2017-02-13 08:28:01 -0600
  • 6a792b3993 Fix serde.rs link in README.md Norbert Pozar 2017-02-13 11:00:47 +0900
  • 2fd12e72d8 Fix displaying empty arrays Alex Crichton 2017-02-11 09:13:28 -0800