rust/compiler/rustc_serialize/src
Nicholas Nethercote ad8271dd56 Use collect to decode Vec.
It's hyper-optimized, we don't need our own unsafe code here.

This requires getting rid of all the `Allocator` stuff, which isn't
needed anyway.
2023-10-06 10:30:03 +11:00
..
leb128.rs Reimplement FileEncoder with a small-write optimization 2023-09-10 23:37:51 -04:00
lib.rs rustc_serialize: merge collection_impls.rs into serialize.rs. 2023-10-06 10:30:01 +11:00
opaque.rs Open the FileEncoder file for reading and writing 2023-09-22 16:13:25 -04:00
serialize.rs Use collect to decode Vec. 2023-10-06 10:30:03 +11:00