about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sso
AgeCommit message (Expand)AuthorLines
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+5
2024-01-24rustc_data_structures: use either instead of itertoolsJosh Stone-1/+1
2023-07-23more clippy::style fixes:Matthias Krüger-5/+1
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-5/+2
2023-04-11Use `SSO_ARRAY_SIZE` instead of `8` in `SsoHashMap` implMaybe Waffle-17/+17
2023-04-11Use `itertools::Either` instead of own `EitherIter` implMaybe Waffle-92/+18
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-4/+0
2022-10-21fix some typosRageking8-1/+1
2022-05-31Tweak insert docsAriel Davis-2/+3
2022-03-01compiler: fix some typoscuishuang-1/+1
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-3/+3
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger-5/+13
2021-10-10Apply clippy suggestionsClemens Wasser-13/+5
2021-10-04Stabilize try_reserveKornel-2/+2
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-89/+72
2020-09-27SsoHashMap minor refactoring, SSO_ARRAY_SIZE introducedValerii Lashmanov-12/+29
2020-09-26SsoHashSet reimplemented as a wrapper on top of SsoHashMapValerii Lashmanov-228/+158
2020-09-26SsoHashSet/SsoHashMap API greatly expandedValerii Lashmanov-23/+864
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-0/+107