index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
sso
Age
Commit message (
Expand
)
Author
Lines
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+5
2024-01-24
rustc_data_structures: use either instead of itertools
Josh Stone
-1
/
+1
2023-07-23
more clippy::style fixes:
Matthias Krüger
-5
/
+1
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-5
/
+2
2023-04-11
Use `SSO_ARRAY_SIZE` instead of `8` in `SsoHashMap` impl
Maybe Waffle
-17
/
+17
2023-04-11
Use `itertools::Either` instead of own `EitherIter` impl
Maybe Waffle
-92
/
+18
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-4
/
+0
2022-10-21
fix some typos
Rageking8
-1
/
+1
2022-05-31
Tweak insert docs
Ariel Davis
-2
/
+3
2022-03-01
compiler: fix some typos
cuishuang
-1
/
+1
2021-12-05
Stop enabling `in_band_lifetimes` in rustc_data_structures
Scott McMurray
-3
/
+3
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-5
/
+13
2021-10-10
Apply clippy suggestions
Clemens Wasser
-13
/
+5
2021-10-04
Stabilize try_reserve
Kornel
-2
/
+2
2021-04-21
Use arrayvec 0.7, drop smallvec 0.6
Jubilee Young
-8
/
+5
2020-12-19
Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se
Yuki Okushi
-1
/
+1
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-3
/
+3
2020-10-18
Stabilize or_insert_with_key
Chai T. Rex
-1
/
+1
2020-10-02
SsoHashSet/Map - genericiy over Q removed
Valerii Lashmanov
-89
/
+72
2020-09-27
SsoHashMap minor refactoring, SSO_ARRAY_SIZE introduced
Valerii Lashmanov
-12
/
+29
2020-09-26
SsoHashSet reimplemented as a wrapper on top of SsoHashMap
Valerii Lashmanov
-228
/
+158
2020-09-26
SsoHashSet/SsoHashMap API greatly expanded
Valerii Lashmanov
-23
/
+864
2020-09-26
MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap
Valerii Lashmanov
-0
/
+107