aboutsummaryrefslogtreecommitdiff
path: root/test/escape_slice.go
AgeCommit message (Expand)Author
2023-09-08cmd/compile/internal/noder: stop preserving original const stringsMatthew Dempsky
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2020-03-31cmd/compile: make isSmallMakeSlice checks slice cap onlyCuong Manh Le
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-05-18cmd/internal/gc: extend escape analysis to pointers in slicesDavid Chase
2015-03-28test: add tests for escape analysis of slicesDmitry Vyukov