about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/intern.rs
AgeCommit message (Expand)AuthorLines
2022-04-07Document and rename the new wrapper typeOli Scherer-10/+17
2022-03-31Check that the cached stable hash is the right one if debug assertions are en...Oli Scherer-4/+8
2022-03-31Move stable hash from TyS into a datastructure that can be shared with other ...Oli Scherer-0/+73
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-0/+10
2022-03-07Introduce `ConstAllocation`.Nicholas Nethercote-6/+10
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-15Address review comments.Nicholas Nethercote-11/+7
2022-02-15Rename `PtrKey` as `Interned` and improve it.Nicholas Nethercote-0/+102