summaryrefslogtreecommitdiffhomepage
path: root/util/set
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-1/+1
2026-02-26util/set: make Set.Slice return elements in sorted order for ordered typesBrad Fitzpatrick2-2/+74
2026-01-23all: remove AUTHORS file and references to itWill Norris9-9/+9
2025-10-02control/controlclient: restore aggressive Direct.Close teardownBrad Fitzpatrick1-4/+12
2025-07-30util/set: add more functionality to IntSet (#16640)Joe Tsai2-0/+32
2025-07-22util/set: add IntSet (#16602)Joe Tsai2-0/+346
2025-05-29util/set: add SmallSet.SoleElement, fix bug, add more testsBrad Fitzpatrick2-5/+54
2025-05-29util/set: add SmallSetBrad Fitzpatrick2-0/+225
2024-11-11all: use iterators over slice views moreBrad Fitzpatrick1-2/+2
2024-05-05util/set: add Of variant of SetOf that takes variadic parameterBrad Fitzpatrick2-10/+31
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-11-20util/set: implement json.Marshaler/Unmarshaler (#10308)Andrew Lytvynov2-0/+60
2023-11-01util/set: make Clone a method (#10044)Chris Palmer2-2/+2
2023-10-31util/set: add some more Set operations (#10022)Chris Palmer2-3/+74
2023-09-29util/set: add some useful utility functions for Set (#9535)Chris Palmer4-26/+94
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick1-0/+3
2023-08-30cmd/k8s-operator: add metrics to track usageMaisem Ali1-0/+3
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+2
2023-05-11util/set: add a basic map-based Set typeBrad Fitzpatrick2-0/+39
2023-04-14util/set: move Slice type from corp to ossAndrew Dunham2-0/+125
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-28util/set: add new set package for SetHandle typeBrad Fitzpatrick1-0/+30