about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/opaque
AgeCommit message (Collapse)AuthorLines
2025-04-25Zero the buffer passed from `write_with`John Kåre Alsaker-2/+9
2025-04-22Add index to the dep graph format and encode via `MemEncoder`John Kåre Alsaker-0/+121
2025-03-20Convert `rustc_serialize` integration tests to unit tests.Nicholas Nethercote-0/+295
Because (a) the vast majority of compiler tests are unit tests, and (b) this works better with `unused_crate_dependencies`.