Thomas Bahn
|
5dd077969c
|
Use slicing syntax instead of .as_slice()
|
2015-02-06 22:23:16 +01:00 |
|
Thomas Bahn
|
3022d7301a
|
Use deref coercions when possible
|
2015-02-06 22:23:15 +01:00 |
|
Thomas Bahn
|
361acd37d0
|
Follow rust std: int, uint were renamed to isize, usize
|
2015-02-06 22:23:15 +01:00 |
|
Dan Burkert
|
460dbce8cc
|
Update for rustc 1.0.0-nightly (8903c21d6 2015-01-15 22:42:58 +0000)
|
2015-01-17 16:36:15 -08:00 |
|
Erick Tryzelaar
|
b98719a4a0
|
update to rust HEAD, switch to rustc_serialize
|
2015-01-04 17:18:50 -08:00 |
|
Thomas Bahn
|
cca63836d2
|
Replace MoveItems and MoveEntries with IntoIter
Following a rust std change.
|
2014-12-23 18:05:58 +01:00 |
|
Thomas Bahn
|
19bda6a90d
|
Replace TreeMap/TreeSet with BTreeMap/BTreeSet in serde
Follow rust std changes:
https://github.com/rust-lang/rfcs/blob/master/text/0509-collections-reform-part-2.md
|
2014-12-20 14:42:48 +01:00 |
|
Thomas Bahn
|
d6807c0e90
|
Append semicolon to item macro invocations in serde
Following changes in rustc.
|
2014-12-19 08:59:11 +01:00 |
|
Erick Tryzelaar
|
246396fdb4
|
update to rust HEAD, fix the tests
|
2014-12-13 16:55:42 -08:00 |
|
Erick Tryzelaar
|
e5ddf759de
|
cleanup serde::json::value
|
2014-12-05 22:33:30 -08:00 |
|
Erick Tryzelaar
|
0bd94c7653
|
serde List -> Array
|
2014-12-05 22:23:03 -08:00 |
|
Erick Tryzelaar
|
9d55333f06
|
update to the latest nightly
|
2014-12-01 12:21:18 -08:00 |
|
Erick Tryzelaar
|
857723dff6
|
Fix serde to compile on master again
|
2014-11-22 16:27:01 -08:00 |
|
Erick Tryzelaar
|
ff8c8c77cc
|
Update to latest rust master
|
2014-11-17 19:21:46 -08:00 |
|
Erick Tryzelaar
|
18d943e8a7
|
migrate json deserializer into it's own module, clean up errors
|
2014-11-14 20:55:49 -08:00 |
|
Erick Tryzelaar
|
4ce5ae8025
|
pull the json serializer into it's own module
|
2014-11-14 20:55:49 -08:00 |
|
Erick Tryzelaar
|
34ee45b794
|
Rename json::ParserError to json::Error, use the new error framework
|
2014-11-14 19:41:41 -08:00 |
|
Erick Tryzelaar
|
2b121b0db8
|
Rename the json::Value deserializer
|
2014-11-14 19:26:52 -08:00 |
|
Erick Tryzelaar
|
7dee5a64d5
|
Allow the json::builder::ObjectBuilder to insert &str keys
|
2014-11-14 09:06:25 -08:00 |
|
Erick Tryzelaar
|
3c26cb9fe5
|
Factor the json value enum into it's own module
|
2014-11-14 08:22:59 -08:00 |
|