39 Commits

Author SHA1 Message Date
David Tolnay
c85963c288 Release 1.0.20 2018-06-06 23:05:07 -07:00
Laurentiu Nicola
1c6d0ef319 Use IndexMap instead of LinkedHashMap 2018-06-06 20:51:57 +03:00
David Tolnay
0cbfb5dba7 Release 1.0.19 2018-05-30 00:19:58 -07:00
David Tolnay
1d88205338 Release 1.0.18 2018-05-26 15:29:59 -07:00
David Tolnay
8ffe4d8222 Format with rustfmt 0.7.0 2018-05-26 11:44:13 -07:00
David Tolnay
e0a350f7c1 Release 1.0.17 2018-05-01 13:14:51 -07:00
David Tolnay
5dcf09ddab Release 1.0.16 2018-04-21 15:13:27 -07:00
David Tolnay
49919087e8 Drop num-traits dependency
We do not require a crate to convert u64 to i64. Serde dropped
its num dependency a long time ago.
2018-04-20 22:47:41 -07:00
David Tolnay
7bcb7c7621 Relase 1.0.15 2018-04-17 11:35:06 -07:00
David Tolnay
aeed62d5bd Release 1.0.14 2018-04-14 20:22:07 -07:00
David Tolnay
654e6e8349 Format with rustfmt 0.4.1 2018-03-27 10:24:10 +02:00
David Tolnay
f4e06d1d86 Link to serde-json-core crate 2018-03-24 19:48:55 +01:00
David Tolnay
8c5d5e45d4 Release 1.0.13 2018-03-21 12:11:17 -07:00
David Tolnay
cc8e0b5dce Release 1.0.12 2018-03-18 22:36:54 -07:00
David Tolnay
42a5d689ca Release 1.0.11 2018-03-10 20:14:37 -08:00
David Tolnay
f2c385fed7 Release 1.0.10 2018-02-27 17:04:04 -08:00
David Tolnay
c6db606357 Ignore redundant_field_names lint 2018-02-27 10:55:12 -08:00
David Tolnay
3ac0362e33 Ignore a new clippy lint 2018-02-05 10:27:50 -08:00
David Tolnay
c9cf70da46 Release 1.0.9 2017-12-30 13:31:38 -05:00
David Tolnay
b4e061fa3a Release 1.0.8 2017-12-08 08:59:27 -08:00
David Tolnay
86cb0b9493 Override the try macro to eliminate From calls
We only use our own error type; no need for From conversions provided
by the standard library's try! macro. This reduces lines of LLVM IR by
4%.
2017-12-03 22:08:24 -08:00
David Tolnay
da044527fc Release 1.0.7 2017-12-01 10:43:53 -08:00
David Tolnay
c5f30c3eb8 Release 1.0.6 2017-11-09 09:38:13 -08:00
David Tolnay
2453f51e6c Whitelist needless_pass_by_value lint 2017-11-06 22:13:48 -08:00
David Tolnay
8b3f37aef7 Release 1.0.5 2017-10-28 23:39:20 -04:00
David Tolnay
bea035b19d Release 1.0.4 2017-10-15 10:40:24 -07:00
David Tolnay
f9f204cb41 Explain square bracket indexing in more detail 2017-10-15 10:37:54 -07:00
David Tolnay
764e9607cf Release 1.0.3 2017-09-04 13:42:48 -07:00
David Tolnay
b67a9470c5 Remove unused extern crate core 2017-09-04 12:02:55 -07:00
David Tolnay
fd96650377 Ignore cast_lossless lint 2017-09-01 21:47:38 -07:00
David Tolnay
70dd4be9db Ignore clippy's use_self lint 2017-08-24 00:25:54 -07:00
David Tolnay
4e33d77b71 Release 1.0.2 2017-05-08 16:11:11 -07:00
David Tolnay
8202c68c0a Release 1.0.1 2017-04-27 17:10:58 -07:00
David Tolnay
d45ddf76a7 Release 1.0.0 2017-04-20 08:37:44 -07:00
David Tolnay
ac8b4fcb70 Remove deserialization from Iterator<Item = io::Result<u8>>
Use `from_reader` instead.
2017-04-19 18:51:17 -07:00
David Tolnay
4595e1a7bd Format in rfc style 2017-04-18 14:29:29 -07:00
David Tolnay
8797e77ffc License boilerplate 2017-04-13 18:14:30 -07:00
David Tolnay
2878ed3d85 Point html_root_url to docs.rs 2017-04-13 11:29:15 -07:00
David Tolnay
e11f3d11ed Combine serde_json and tests into one crate 2017-04-11 21:16:48 -07:00