about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/leb128
AgeCommit message (Collapse)AuthorLines
2025-03-20Convert `rustc_serialize` integration tests to unit tests.Nicholas Nethercote-0/+95
Because (a) the vast majority of compiler tests are unit tests, and (b) this works better with `unused_crate_dependencies`.