aboutsummaryrefslogtreecommitdiff
path: root/src/slices
AgeCommit message (Expand)Author
5 daysslices: fix punctuation in the documentation of ValuesAlberto Donizetti
8 daysslices: add ChunkMatt Layher
9 daysslices: add iterator-related functionsIan Lance Taylor
2024-04-29slices: reduce code nesting depth for Compact and CompactFuncJes Cok
2024-04-26slices: optimize Compact and CompactFuncgo101
2024-04-04strings: intrinsify and optimize CompareEmma Haruka Iwao
2024-04-03slices: update doc for RepeatJes Cok
2024-04-03slices: simplify slice expression for ReplaceJes Cok
2024-03-26slices: add examplesJes Cok
2024-03-19slices: add func RepeatJes Cok
2024-03-05slices: document that Clone can return extra capacityIan Lance Taylor
2024-03-04slices: simplify rotate codeKeith Randall
2024-02-27slices: Delete clears the tail when j == len(s)Deleplace
2024-02-07slices: document that BinarySearch[Func] return earliest positionIan Lance Taylor
2024-01-05slices: explicitly discard results of some functionsAlan Donovan
2023-11-19slices: improve Insert panic message for index out of rangego101
2023-11-19slices: optimize Deletego101
2023-11-17slices: add cases for TestInsertPanics when there are valuesJes Cok
2023-11-14slices: zero the slice elements discarded by Delete, DeleteFunc, Compact, Com...Deleplace
2023-11-09slices: update doc for Delete and ReplaceJes Cok
2023-11-08slices: make Insert panic if index is out of range and there are no valuesJes Cok
2023-10-19slices: avoid an unnecessary check in Replacego101
2023-09-22slices: use strings.EqualFold in ExampleCompactFuncIan Lance Taylor
2023-08-20slices: simplify Clone a bitBrad Fitzpatrick
2023-08-08slices: add ConcatCarl Johnson
2023-07-25sort: add gen_sort_variants support for x/exp/slicesIan Lance Taylor
2023-07-21sort: forward fixed-type slice sorting to slices packageEli Bendersky
2023-07-20slices: refactor DeleteFunc to improve code readabilityamdahliu
2023-06-29slices, maps: add examples; doc comment fixesBen Hoyt
2023-06-26slices: add godoc linksTobias Klauser
2023-06-24slices: clarify MinFunc/MaxFunc result for equal elementsIan Lance Taylor
2023-06-15slices: add sort benchmark for sorted stringsEli Bendersky
2023-06-14slices: consistently use S ~[]EIan Lance Taylor
2023-06-13slices: add benchmark for IsSorted vs. IntsAreSortedEli Bendersky
2023-05-23slices: add sorting and comparison functionsEli Bendersky
2023-05-19slices: add in-place Reverse functionAlan Donovan
2023-05-16slices: for Insert and Replace, grow slices like append doesKeith Randall
2023-05-16slices: handle aliasing cases in Insert/ReplaceKeith Randall
2023-04-19slices: optimize Index and Compact for large typesEgon Elbre
2023-04-13slices: amortize allocations in InsertIan Lance Taylor
2023-04-07slices: add DeleteFuncIan Lance Taylor
2023-02-14slices: skip TestGrow allocation test if nooptIan Lance Taylor
2023-02-13slices: new packageIan Lance Taylor