about summary refs log tree commit diff
path: root/src/librustc_data_structures/sharded.rs
AgeCommit message (Expand)AuthorLines
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-2/+2
2020-02-12Use a counter instead of pointers to the stackJohn Kåre Alsaker-2/+11
2020-01-11Lift using interners instead of in_arenaJohn Kåre Alsaker-0/+14
2019-12-22Format the worldMark Rousskov-20/+15
2019-11-04Avoid hashing the key twice in `get_query()`.Nicholas Nethercote-0/+6
2019-10-21Remove unnecessary `Hash` bounds from various types.Nicholas Nethercote-1/+1
2019-10-17Use a sharded dep node to dep node index mapJohn Kåre Alsaker-7/+23
2019-07-19Use sharded maps for interningJohn Kåre Alsaker-0/+128