Erick Tryzelaar
7dc1a64f03
Merge pull request #80 from ProtectedMode/master
...
Fix #77 , integer overflow when parsing JSON scientific notation number.
2015-06-08 06:57:33 -07:00
Erick Tryzelaar
ac3a3e922f
Fix compilation with rust nightly (613e57b44) and syntex 0.7.0
2015-06-08 06:55:36 -07:00
Erick Tryzelaar
4e50c56542
Merge pull request #87 from Manishearth/patch-1
...
Use correct attribute syntax
2015-06-07 20:46:44 -07:00
Manish Goregaokar
26b1ed79c0
!!!!!!
2015-06-06 18:08:33 +05:30
ProtectedMode
2e8ef0f768
Add test for #77 , integer overflow when parsing JSON scientific notation number.
2015-05-21 09:59:14 +02:00
Erick Tryzelaar
c993414b92
serde_tests tests doesn't need the test crate
2015-05-20 22:57:19 -07:00
Erick Tryzelaar
ed6ef4e149
Travis work
2015-05-20 22:44:50 -07:00
Erick Tryzelaar
859cdcc815
Remove unnecessary lifetime
2015-05-20 09:02:38 -07:00
ProtectedMode
745a95b607
Fix #77 , integer overflow when parsing JSON scientific notation number.
2015-05-20 16:32:10 +02:00
Erick Tryzelaar
81d617bd93
The README is in a different location
2015-05-18 23:36:46 -07:00
Erick Tryzelaar
3396388222
Remove redundant import
2015-05-18 23:34:17 -07:00
Erick Tryzelaar
ff8c3b3d51
Initial support for syntex
2015-05-18 23:34:17 -07:00
Erick Tryzelaar
3d0efd123f
Minor cleanup
2015-05-18 22:49:50 -07:00
Erick Tryzelaar
8ca1b9ac3c
default_value doesn't need to be public
2015-05-18 22:49:49 -07:00
Erick Tryzelaar
2c24be90d2
Switch to using MultiDecorator
2015-05-18 22:49:49 -07:00
Erick Tryzelaar
482f92af61
Add a single driver for tests and benchmarks
2015-05-18 22:47:36 -07:00
Erick Tryzelaar
24ac61f9f2
Pull codegen into it's own crate
2015-05-18 22:47:35 -07:00
Erick Tryzelaar
426394cd7b
Version bump
2015-05-18 22:47:35 -07:00
Erick Tryzelaar
7c3e95a7c7
Ignore all target and Cargo.lock files
2015-05-18 22:47:35 -07:00
Erick Tryzelaar
9dd5f9dc7a
Restructure directories to prep for syntex
2015-05-18 22:47:35 -07:00
Erick Tryzelaar
e6776ffc37
Protect against json integer overflow
...
Closes #75
2015-05-18 22:40:29 -07:00
Erick Tryzelaar
adae2bd3c5
Merge pull request #72 from borman/bytestrings
...
Improved support for byte strings
2015-05-18 22:28:37 -07:00
Erick Tryzelaar
14ca260c26
Merge pull request #70 from oli-obk/xml_requirements
...
changes needed for xml parsing
2015-05-18 22:25:15 -07:00
Erick Tryzelaar
64588f0cb6
Merge pull request #74 from tomprogrammer/array
...
Add serialization/deserialization for fixed size arrays
2015-05-18 22:21:59 -07:00
Erick Tryzelaar
50cac7f985
Rewrite Value::lookup to not require an allocation
2015-05-18 22:19:30 -07:00
Erick Tryzelaar
5fe85128c2
Merge pull request #76 from blaenk/json-lookup
...
implement lookup method for json::Value
2015-05-18 21:50:55 -07:00
Jorge Israel Peña
bc236bde34
implement lookup method for json::Value
2015-05-17 21:24:00 -07:00
Thomas Bahn
15794a5ed6
Improve build time
2015-05-16 14:36:28 +02:00
Thomas Bahn
62058962de
Add deserialiation implementations for fixed size arrays
2015-05-16 14:19:22 +02:00
Thomas Bahn
7d52366403
Add serialization implementations for fixed size arrays
2015-05-16 14:18:32 +02:00
Erick Tryzelaar
ee45eb8340
Merge pull request #69 from hugoduncan/feature/format-specific-field-names
...
Adds serializer format specific field names
2015-05-14 21:59:05 -07:00
Hugo Duncan
801f37b305
Fix visitors for generic structs
2015-05-14 17:35:21 -04:00
Hugo Duncan
bdec0b3e63
Update commas and blocks in match arms
2015-05-14 17:35:16 -04:00
Mikhail Borisov
5c631f3e58
WIP
2015-05-12 15:16:06 +03:00
Mikhail Borisov
5fd9daa865
WIP
2015-05-12 15:03:26 +03:00
Oliver Schneider
0485702a68
update benchmarks
2015-05-11 10:34:58 +02:00
Mikhail Borisov
875610044f
Improved support for byte strings
2015-05-09 03:18:13 +03:00
Hugo Duncan
ec483fc07d
Add doc string for format method
2015-05-08 12:43:12 -04:00
Hugo Duncan
53e6e29571
Fix whitespace
2015-05-08 12:43:12 -04:00
Hugo Duncan
c5eed99c6a
Make forwarded trait name global
2015-05-08 12:43:12 -04:00
Hugo Duncan
fe5176113b
Add missing attr.rs file
2015-05-08 12:43:12 -04:00
Hugo Duncan
0f7c67efa7
Factor default attribute lookup into FieldAttrs
2015-05-08 12:43:12 -04:00
Hugo Duncan
cd0ee64892
Add constructor functions for FieldAttrs
2015-05-08 12:43:12 -04:00
Hugo Duncan
ec3af2cb6a
Factor out attr module
...
Factors out field attribute code into the attr module.
2015-05-08 12:43:12 -04:00
Hugo Duncan
960b68937d
Remove commented code and extra newline
2015-05-08 12:43:12 -04:00
Hugo Duncan
a1e101b513
Make Value use the 'json' format string
2015-05-08 12:43:11 -04:00
Hugo Duncan
c30311153c
Rename fmt to format
2015-05-08 12:43:11 -04:00
Hugo Duncan
a935ebe8b9
Adds serializer format specific field names
...
Allows different field names to be used for different external formats.
Field names are specified using the `rename` field attribute, e.g:
#[serde(rename(xml= "a4", json="a5"))]
Reverts #62
Addresses #61
2015-05-08 12:43:11 -04:00
Oliver Schneider
83ee86122b
address comments by erickt
2015-05-08 16:32:46 +02:00
Erick Tryzelaar
af752ddcb5
Merge pull request #71 from lifthrasiir/json-split-branch
...
Replace a redundant `escape` variable with nested matches.
2015-05-07 10:51:57 -07:00