Erick Tryzelaar
|
65cfcd03f8
|
Port serde2 to std::io, which cuts the speed by 26% :(
|
2015-02-16 18:17:50 -08:00 |
|
Erick Tryzelaar
|
1f98ee0d8f
|
Use writer.write_all(b"...") instead of write! for static strings
|
2015-02-14 10:19:15 -08:00 |
|
Erick Tryzelaar
|
004a89510e
|
ported over to the new std::io, but it's half the speed of std::old_io
|
2015-02-14 10:01:22 -08:00 |
|
Thomas Bahn
|
81f84a4ea4
|
Remove unneeded mut specifiers
|
2015-02-06 22:23:16 +01:00 |
|
Thomas Bahn
|
5782657502
|
Follow rust std: The old io module is now called old_io
|
2015-02-06 22:23:16 +01:00 |
|
Thomas Bahn
|
9a284ae7c2
|
Follow rust std: fmt::Show was renamed to fmt::Debug
|
2015-02-06 22:23:16 +01:00 |
|
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 |
|
Erick Tryzelaar
|
b98719a4a0
|
update to rust HEAD, switch to rustc_serialize
|
2015-01-04 17:18:50 -08:00 |
|
Thomas Bahn
|
814c0570b8
|
Fix: String::from_utf8 became stable and changed signature
|
2015-01-01 14:22:23 +01:00 |
|
Thomas Bahn
|
85d0c8e4e8
|
Rename FP* to FpCategory::* following std changes
|
2014-12-30 14:52:27 +01:00 |
|
Thomas Bahn
|
91cfb003d9
|
Fix: String::from_utf8 changed function signature
Following a rust std change.
|
2014-12-23 18:05:58 +01: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
|
4ce5ae8025
|
pull the json serializer into it's own module
|
2014-11-14 20:55:49 -08:00 |
|