summaryrefslogtreecommitdiff
path: root/test/escape_slice.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: implement slice-to-array conversionsMatthew Dempsky2022-09-191-0/+4
* [dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky2021-05-261-2/+2
* cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder2021-04-211-0/+4
* cmd/compile: use clearer error message for stuct literalCuong Manh Le2020-09-121-7/+7
* cmd/compile: make isSmallMakeSlice checks slice cap onlyCuong Manh Le2020-03-311-7/+15
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-11/+11
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: extend escape analysis to pointers in slicesDavid Chase2015-05-181-3/+78
* test: add tests for escape analysis of slicesDmitry Vyukov2015-03-281-0/+90