]> Cypherpunks.ru repositories - gostls13.git/history - src/slices/slices_test.go
slices: update doc for Delete and Replace
[gostls13.git] / src / slices / slices_test.go
2023-11-09 Jes Cokslices: update doc for Delete and Replace
2023-11-08 Jes Cokslices: make Insert panic if index is out of range...
2023-08-08 Carl Johnsonslices: add Concat
2023-07-21 Eli Benderskysort: forward fixed-type slice sorting to slices package
2023-06-14 Ian Lance Taylorslices: consistently use S ~[]E
2023-05-23 Eli Benderskyslices: add sorting and comparison functions
2023-05-19 Alan Donovanslices: add in-place Reverse function
2023-05-16 Keith Randallslices: for Insert and Replace, grow slices like append...
2023-05-16 Keith Randallslices: handle aliasing cases in Insert/Replace
2023-04-19 Egon Elbreslices: optimize Index and Compact for large types
2023-04-13 Ian Lance Taylorslices: amortize allocations in Insert
2023-04-07 Ian Lance Taylorslices: add DeleteFunc
2023-02-14 Ian Lance Taylorslices: skip TestGrow allocation test if noopt
2023-02-13 Ian Lance Taylorslices: new package