1
Fork 0
rust/compiler/rustc_serialize/src
Nicholas Nethercote b983e42936 Rename rustc_serialize::opaque::Encoder as MemEncoder.
This avoids the name clash with `rustc_serialize::Encoder` (a trait),
and allows lots qualifiers to be removed and imports to be simplified
(e.g. fewer `as` imports).
2022-06-08 09:50:44 +10:00
..
collection_impls.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
leb128.rs Unpeel the first iteration of the loop in impl_read_unsigned_leb128. 2022-01-07 13:36:26 +11:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
opaque.rs Rename rustc_serialize::opaque::Encoder as MemEncoder. 2022-06-08 09:50:44 +10:00
serialize.rs Move finish out of the Encoder trait. 2022-06-08 09:21:05 +10:00