rust/src/libserialize
kennytm e6068828bd
Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank
Two small improvements

In `librustc_apfloat/ieee.rs`, use the iterator.[r]find methods to simplify the code. In `libserialize/json.rs`, make use of the fact that `Vec.last` on an empty `Vec` returns `None` to simplify the code to a single match.
2018-08-17 00:13:20 +08:00
..
Cargo.toml Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
collection_impls.rs Remove most of PartialEq impls from AST and HIR structures 2018-07-14 14:56:57 +03:00
hex.rs A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
json.rs Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank 2018-08-17 00:13:20 +08:00
leb128.rs A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
lib.rs [nll] libserialize: enable feature(nll) for bootstrap 2018-08-09 09:22:08 -04:00
opaque.rs Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
serialize.rs Improve readability of serialize.rs 2018-07-27 14:41:31 +02:00