Alex Crichton
|
511c235d7d
|
Fix last tests
|
2016-03-11 09:20:32 -08:00 |
|
Alex Crichton
|
3345fea319
|
Fix an error message test, simlify some serde code
|
2016-03-11 01:32:16 -08:00 |
|
Alex Crichton
|
d02e622330
|
WIP
|
2016-03-07 23:48:01 -08:00 |
|
Corey Farwell
|
7be39d725d
|
Address issues found by rust-clippy
|
2016-01-21 08:38:09 -05:00 |
|
Jake Goulding
|
67107034fc
|
Minor documentation grammar fix
|
2016-01-01 17:57:01 -05:00 |
|
Alex Crichton
|
39d77b6d79
|
When decoding maps, leave fields that weren't processed
Fixes an XXX
|
2015-12-18 16:29:07 -08:00 |
|
Cameron Silvestrini
|
caa4615536
|
Fixed bug: floats always end up in Decoder.toml, even when they have
been successfully decoded.
|
2015-12-15 22:43:24 +11:00 |
|
Alex Crichton
|
7ec4821bd7
|
Touch up some style in the decoder
|
2015-08-13 09:47:40 -07:00 |
|
Erick Tryzelaar
|
85cd6f3e6e
|
Rewrite the MapVisitor to add errors for a specific field
|
2015-08-13 08:25:56 -07:00 |
|
Erick Tryzelaar
|
8c33064c2c
|
Override the numeric hints to not deserialize ints into floats, and vice versa
|
2015-08-13 08:25:56 -07:00 |
|
Erick Tryzelaar
|
e5efc8801d
|
Add a Deserialize::visit_enum that tries to deserialize into each variant
This could be more efficiently done if serde communicated the
number of arguments in each variant in this function.
|
2015-08-13 08:25:56 -07:00 |
|
Erick Tryzelaar
|
bbc167cde9
|
Get serde feature compiling again
|
2015-08-12 23:01:49 -07:00 |
|
Erick Tryzelaar
|
4e0172a9a5
|
Merge remote-tracking branch 'remotes/origin/master' into serde
|
2015-08-12 22:15:58 -07:00 |
|
Ben Navetta
|
8a2282fecd
|
it helps to actually build with serde enabled
|
2015-08-06 23:33:39 -04:00 |
|
Ben Navetta
|
00337d088e
|
implement serde::Deserialize for Value
|
2015-08-06 23:30:08 -04:00 |
|
Alex Crichton
|
89332806c5
|
Improve the error message in failing enums
|
2015-06-23 17:45:48 -07:00 |
|
Andrzej Janik
|
8487b63c97
|
Rework fix for table redefinition to avoid breaking AST-compatiblity
|
2015-06-06 18:11:48 +02:00 |
|
Andrzej Janik
|
2fcd829b1d
|
Disallow table redefinitions
|
2015-06-04 20:23:46 +02:00 |
|
Alex Crichton
|
3301c39630
|
Tweak some style
|
2015-04-21 09:16:06 -07:00 |
|
Oliver Schneider
|
6e2f2c39e4
|
most tests work now
|
2015-04-20 15:11:34 +02:00 |
|
Oliver Schneider
|
ac86f4c941
|
updated to master
|
2015-04-20 12:29:58 +02:00 |
|
Alex Crichton
|
41563ee01b
|
wip
|
2015-04-02 17:12:37 -07:00 |
|
Alex Crichton
|
2d49247b92
|
Modularize rustc-serialize support
* Add rustc-serialize as a default feature
* Make room for for serde support
|
2015-04-02 17:07:37 -07:00 |
|