]> Cypherpunks.ru repositories - gostls13.git/history - src/slices
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / slices /
2023-11-14 Deleplaceslices: zero the slice elements discarded by Delete...
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-10-19 go101slices: avoid an unnecessary check in Replace
2023-09-22 Ian Lance Taylorslices: use strings.EqualFold in ExampleCompactFunc
2023-08-20 Brad Fitzpatrickslices: simplify Clone a bit
2023-08-08 Carl Johnsonslices: add Concat
2023-07-25 Ian Lance Taylorsort: add gen_sort_variants support for x/exp/slices
2023-07-21 Eli Benderskysort: forward fixed-type slice sorting to slices package
2023-07-20 amdahliuslices: refactor DeleteFunc to improve code readability
2023-06-29 Ben Hoytslices, maps: add examples; doc comment fixes
2023-06-26 Tobias Klauserslices: add godoc links
2023-06-24 Ian Lance Taylorslices: clarify MinFunc/MaxFunc result for equal elements
2023-06-15 Eli Benderskyslices: add sort benchmark for sorted strings
2023-06-14 Ian Lance Taylorslices: consistently use S ~[]E
2023-06-13 Eli Benderskyslices: add benchmark for IsSorted vs. IntsAreSorted
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