aboutsummaryrefslogtreecommitdiff
path: root/test/escape_slice.go
AgeCommit message (Expand)Author
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