rust/compiler/rustc_middle
Michael Woerister 960893c50a Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
This encoding allows for random access without an expensive upfront decoding
state which in turn allows simplifying the DefPathIndex lookup logic without
regressing performance.
2021-09-14 13:56:33 +02:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. 2021-09-14 13:56:33 +02:00
Cargo.toml Move the dataflow framework to its own crate. 2021-09-07 19:57:07 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.