rust/compiler/rustc_serialize
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
..
src Use `collect` to decode `Vec`. 2023-10-06 10:30:03 +11:00
tests Reimplement FileEncoder with a small-write optimization 2023-09-10 23:37:51 -04:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00