rust/src/libserialize
Andre Bogus 4cae6650fd 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-15 13:54:47 +02:00
..
Cargo.toml
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 Two small improvements 2018-08-15 13:54:47 +02: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
serialize.rs Improve readability of serialize.rs 2018-07-27 14:41:31 +02:00