summaryrefslogtreecommitdiff
path: root/compiler/rustc_data_structures/src/sso
Commit message (Expand)AuthorAgeFilesLines
* fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger2023-04-161-5/+2
* Use `SSO_ARRAY_SIZE` instead of `8` in `SsoHashMap` implMaybe Waffle2023-04-111-17/+17
* Use `itertools::Either` instead of own `EitherIter` implMaybe Waffle2023-04-113-92/+18
* compiler: remove unnecessary imports and qualified pathsKaDiWa2022-12-103-4/+0
* fix some typosRageking82022-10-211-1/+1
* Tweak insert docsAriel Davis2022-05-311-2/+3
* compiler: fix some typoscuishuang2022-03-011-1/+1
* Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray2021-12-052-3/+3
* Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger2021-10-152-5/+13
* Apply clippy suggestionsClemens Wasser2021-10-102-13/+5
* Stabilize try_reserveKornel2021-10-042-2/+2
* Use arrayvec 0.7, drop smallvec 0.6Jubilee Young2021-04-211-8/+5
* Rollup merge of #78083 - ChaiTRex:master, r=m-ou-seYuki Okushi2020-12-191-1/+1
|\
| * Stabilize or_insert_with_keyChai T. Rex2020-10-181-1/+1
* | Fix even more clippy warningsJoshua Nelson2020-10-301-3/+3
|/
* SsoHashSet/Map - genericiy over Q removedValerii Lashmanov2020-10-022-89/+72
* SsoHashMap minor refactoring, SSO_ARRAY_SIZE introducedValerii Lashmanov2020-09-271-12/+29
* SsoHashSet reimplemented as a wrapper on top of SsoHashMapValerii Lashmanov2020-09-264-228/+158
* SsoHashSet/SsoHashMap API greatly expandedValerii Lashmanov2020-09-263-23/+864
* MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov2020-09-263-0/+107