aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/slice.go
AgeCommit message (Expand)Author
2024-10-24runtime: add gc layout info for some basic typesDamian Gryski
2024-07-31runtime: Simplify slice growing/appending code (#4287)L. Pereira
2023-03-03all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...)Ayke van Laethem
2023-03-03runtime: add sliceGrow function for reflectDamian Gryski
2021-11-02compiler, runtime: add layout parameter to runtime.allocAyke van Laethem
2020-03-11runtime: return the correct type from the copy builtinAyke van Laethem
2018-11-14compiler: update integer type sizesAyke van Laethem
2018-10-19compiler: add support for the append builtinAyke van Laethem