Commit graph

  • bfbeea6b44 Bump to 0.1.24 Alex Crichton 2015-12-10 06:07:50 -0800
  • 1723654a08 Don't run serde tests on 1.0.0 Alex Crichton 2015-11-29 15:01:34 -0800
  • 6188b884fd Update dependencies Alex Crichton 2015-11-29 14:52:35 -0800
  • df23a34b8b Update toml in serde Cargo.lock Alex Crichton 2015-10-07 10:23:13 -0700
  • b5af93a08e Bump to 0.1.23 Alex Crichton 2015-10-07 09:50:59 -0700
  • 67adf87dd4 Merge pull request #75 from andersforsgren/allow-toml-BOM Alex Crichton 2015-10-07 09:50:44 -0700
  • dea8646b8b Allow BOM (Byte order mark) in toml osboxes.org 2015-10-07 11:35:49 +0200
  • 96c6cd94ec Merge pull request #74 from GuillaumeGomez/master Alex Crichton 2015-09-29 17:31:39 -0700
  • db75e532e5 Add Clone derive on ParserError Guillaume Gomez 2015-09-30 00:00:17 +0200
  • 283abf4a94 Merge pull request #73 from kerhong/travisci-stable Alex Crichton 2015-09-25 10:42:37 -0700
  • 24b022b485 Merge pull request #72 from kerhong/master Alex Crichton 2015-09-25 10:42:24 -0700
  • c17bb0fdac Add stable Rust build to Travis-CI config Kerhong 2015-09-25 19:47:18 +0300
  • 547e202c15 Implement Value::lookup for empty path to return self Kerhong 2015-09-25 19:26:47 +0300
  • bb12015a8a Protect against syntex upgrades Alex Crichton 2015-09-23 09:36:54 -0700
  • 181fc3849a Bump syntex dep for tests Alex Crichton 2015-08-31 13:45:01 -0700
  • 64e64f0da7 Merge pull request #70 from mseri/patch-1 Alex Crichton 2015-08-29 09:59:42 -0700
  • dc0aa5f6c4 Fixed typo mseri 2015-08-29 12:47:21 +0100
  • 64ae43a386 Fix the arithmetic overflow in Parser::to_linecol Alex Gulyás 2015-08-14 14:54:32 +0200
  • 0f0746396a Add a very simple test for Parser::to_linecol. Alex Gulyás 2015-08-14 14:39:59 +0200
  • 13513f95b6 Bump to 0.1.22 Alex Crichton 2015-08-13 09:56:51 -0700
  • 7ec4821bd7 Touch up some style in the decoder Alex Crichton 2015-08-13 09:47:40 -0700
  • f011b01051 Make serde-tests a standalone crate Alex Crichton 2015-06-11 01:34:08 -0700
  • 85cd6f3e6e Rewrite the MapVisitor to add errors for a specific field Erick Tryzelaar 2015-08-13 08:24:59 -0700
  • 8c33064c2c Override the numeric hints to not deserialize ints into floats, and vice versa Erick Tryzelaar 2015-08-13 08:24:14 -0700
  • e5efc8801d Add a Deserialize::visit_enum that tries to deserialize into each variant Erick Tryzelaar 2015-08-13 07:44:07 -0700
  • b7b31bf9da Implement Serialize::visit_newtype_{struct,variant} Erick Tryzelaar 2015-08-13 07:42:06 -0700
  • bbc167cde9 Get serde feature compiling again Erick Tryzelaar 2015-08-12 23:01:49 -0700
  • 4e0172a9a5 Merge remote-tracking branch 'remotes/origin/master' into serde Erick Tryzelaar 2015-08-12 22:15:58 -0700
  • b70f6e53b2 Don't need to qualify String Alex Crichton 2015-08-11 09:18:52 -0700
  • fac884d032 Merge pull request #66 from roguePanda/serde Alex Crichton 2015-08-10 08:44:44 -0700
  • 8a2282fecd it helps to actually build with serde enabled Ben Navetta 2015-08-06 23:33:39 -0400
  • 00337d088e implement serde::Deserialize for Value Ben Navetta 2015-08-06 23:30:08 -0400
  • baf77e44c3 Add coverage badge Alex Crichton 2015-07-10 15:10:57 -0700
  • 2683e19682 Upload docs only on nightly Alex Crichton 2015-07-10 15:09:04 -0700
  • 5cf475fc40 Use travis-cargo for coverage + doc upload Alex Crichton 2015-07-10 15:03:01 -0700
  • c5119e743c Bump to 0.1.21 Alex Crichton 2015-06-23 17:45:55 -0700
  • 89332806c5 Improve the error message in failing enums Alex Crichton 2015-06-23 17:43:52 -0700
  • 27a70d4024 Name the fields of the custom table AST Alex Crichton 2015-06-08 00:03:36 -0700
  • 00baf76107 Add a few more tests for redefining tables Alex Crichton 2015-06-07 23:46:02 -0700
  • 88461157f2 Clean up more style Alex Crichton 2015-06-07 23:16:56 -0700
  • 68924534e2 Use deref coercions Alex Crichton 2015-06-07 23:13:14 -0700
  • e96e25bec7 Add a toml to json example Alex Crichton 2015-06-07 23:12:57 -0700
  • 6580b77a20 Re-structure control flow a bit + modernization Alex Crichton 2015-06-07 22:38:36 -0700
  • 8487b63c97 Rework fix for table redefinition to avoid breaking AST-compatiblity Andrzej Janik 2015-06-06 18:11:48 +0200
  • 2fcd829b1d Disallow table redefinitions Andrzej Janik 2015-06-04 20:23:46 +0200
  • 971700148b Test on beta as well Alex Crichton 2015-05-15 11:52:49 -0700
  • 321afe6205 Try out a new travis config Alex Crichton 2015-05-15 11:50:24 -0700
  • a65e91bf57 Continue to tweak travis for serde Alex Crichton 2015-04-21 13:35:29 -0700
  • 94023b1d89 Fix serde-only compilation Alex Crichton 2015-04-21 12:00:05 -0700
  • 3301c39630 Tweak some style Alex Crichton 2015-04-21 09:14:49 -0700
  • 5dd623d3b1 Merge pull request #61 from oli-obk/serde Alex Crichton 2015-04-21 09:15:19 -0700
  • 6e2f2c39e4 most tests work now Oliver Schneider 2015-04-20 15:11:34 +0200
  • ac86f4c941 updated to master Oliver Schneider 2015-04-20 12:29:58 +0200
  • 6713224564 Tweak doc url in README Alex Crichton 2015-04-08 08:01:49 -0700
  • 41563ee01b wip Alex Crichton 2015-04-02 17:07:26 -0700
  • 2d49247b92 Modularize rustc-serialize support Alex Crichton 2015-04-02 17:04:17 -0700
  • cd33b87bf9 Bump to 0.1.20 Alex Crichton 2015-04-01 09:56:05 -0700
  • c8a5ca4ece Bump to 0.1.19 Alex Crichton 2015-03-25 10:11:05 -0700
  • 2c5aa07722 Implement Encodable for Value Alex Crichton 2015-03-20 10:53:21 -0700
  • b852af0a60 Improve test coverage Alex Crichton 2015-03-15 11:26:32 -0700
  • ff3bb7d255 Reduce usage of unstable features Alex Crichton 2015-03-09 11:09:07 -0700
  • e14c2052b7 Don't upload extra docs on travis Alex Crichton 2015-03-03 20:35:04 -0800
  • ce941cd80e Merge pull request #56 from sfackler/doc Alex Crichton 2015-03-03 17:28:19 -0800
  • 93e5ace69c Add a doc root url Steven Fackler 2015-03-03 20:27:09 -0500
  • abe9e16da6 Bump to 0.1.18 Alex Crichton 2015-02-25 14:53:33 -0800
  • 77547e8d08 Merge pull request #55 from globin/bump-serialize Alex Crichton 2015-02-24 09:02:11 -0800
  • 6fed03463c Bump rustc-serialize to 0.3 Robin Gloster 2015-02-24 15:26:17 +0100
  • 1bebfa1394 Move away from deprecated syntax Alex Crichton 2015-02-23 14:45:02 -0800
  • 39ffe7a449 Add v0.4.0 compliance test Alex Crichton 2015-02-13 18:31:04 -0800
  • 7316b53d56 Linkify TOML in README Alex Crichton 2015-02-13 18:21:50 -0800
  • a96209eba2 Clarify TOML compliance Alex Crichton 2015-02-13 18:18:36 -0800
  • a2aad06dde Bump to 0.1.17 Alex Crichton 2015-02-11 11:16:42 -0800
  • 26da27e628 Add support for numbers with underscores Alex Crichton 2015-02-11 11:15:48 -0800
  • 95085dba9a Implement parsing of inline tables Alex Crichton 2015-02-07 22:01:13 -0800
  • 0042025904 Bump to 0.1.16 Alex Crichton 2015-02-03 08:37:05 -0800
  • ff8924a971 Update Cargo.toml syntax Alex Crichton 2015-02-02 22:55:50 -0800
  • b3e9653b7f Properly escape keys when printing TOML Alex Crichton 2015-02-02 22:54:46 -0800
  • 68e6c34b90 Move show.rs to display.rs Alex Crichton 2015-02-02 22:30:06 -0800
  • c6b2aea11e Fix a deprecation warning Alex Crichton 2015-02-02 22:29:51 -0800
  • 0a6a1cabde Add some feature gates Alex Crichton 2015-01-29 08:42:02 -0800
  • 482752b5f4 Migrate to as many stable functions as possible Alex Crichton 2015-01-27 19:29:58 -0800
  • 909a85069b Bump to 0.1.15 Alex Crichton 2015-01-23 08:19:29 -0800
  • 0c71c5d1c1 Bump to 0.1.14 Alex Crichton 2015-01-20 10:01:00 -0800
  • 31d99cd425 Remove slash as an escapeable character Alex Crichton 2015-01-20 10:00:43 -0800
  • b2ce7ff6d1 Bump to 0.1.13 Alex Crichton 2015-01-19 13:16:59 -0800
  • 885db13d09 Don't infinite loop on bad keys Alex Crichton 2015-01-19 13:16:42 -0800
  • 34aaa5f384 Bump to 0.1.12 Alex Crichton 2015-01-15 19:48:13 -0800
  • 3536cb50e6 Update key syntax to TOML master Alex Crichton 2015-01-15 19:47:14 -0800
  • 46a70861d5 Add some tests from the spec Alex Crichton 2015-01-15 17:37:13 -0800
  • 0285af245a Implement new rules for bare key names Alex Crichton 2015-01-15 17:27:53 -0800
  • bc825a5fb5 Expand float parsing to include exponents Alex Crichton 2015-01-15 16:01:27 -0800
  • f098d70145 Disallow leading 0s in integers/floats Alex Crichton 2015-01-15 15:36:54 -0800
  • f4b2045de0 Audit string parsing, fixing a few bugs here and there Alex Crichton 2015-01-15 15:23:37 -0800
  • 5f2c7b4986 Tighten up CRLF parsing Alex Crichton 2015-01-15 15:10:07 -0800
  • 9dd46d6fbf Fix parsing leading + on numbers Alex Crichton 2015-01-15 14:27:55 -0800
  • 931114a13c Add a few more tests from the toml-lang repo Alex Crichton 2015-01-15 12:56:35 -0800
  • 0d8ce979a4 Move tests to integration tests Alex Crichton 2015-01-15 12:44:05 -0800
  • aef183823c Tweak travis config Alex Crichton 2015-01-11 21:33:04 -0800
  • d4319caa20 Bump to 0.1.11 Alex Crichton 2015-01-09 11:48:06 -0800
  • 98212466af Merge pull request #46 from vhbit/up-master Alex Crichton 2015-01-09 13:48:02 -0600