about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sso/map.rs
AgeCommit message (Expand)AuthorLines
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-2/+2
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-4/+12
2021-10-10Apply clippy suggestionsClemens Wasser-12/+4
2021-10-04Stabilize try_reserveKornel-1/+1
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-8/+5
2020-12-19Rollup merge of #78083 - ChaiTRex:master, r=m-ou-seYuki Okushi-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-3/+3
2020-10-18Stabilize or_insert_with_keyChai T. Rex-1/+1
2020-10-02SsoHashSet/Map - genericiy over Q removedValerii Lashmanov-54/+54
2020-09-27SsoHashMap minor refactoring, SSO_ARRAY_SIZE introducedValerii Lashmanov-12/+29
2020-09-26SsoHashSet reimplemented as a wrapper on top of SsoHashMapValerii Lashmanov-2/+16
2020-09-26SsoHashSet/SsoHashMap API greatly expandedValerii Lashmanov-20/+488
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-0/+61