aboutsummaryrefslogtreecommitdiff
path: root/test/escape4.go
AgeCommit message (Expand)Author
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-06-06cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase
2017-10-11cmd/compile: inline calls to local closuresHugues Bruant
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-02-26cmd/internal/gc: transitive inliningRuss Cox
2012-09-24cmd/gc: fix escape analysis bugRuss Cox
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
2012-03-05cmd/gc: must not inline panic, recoverRuss Cox
2012-02-23gc: fix escape analysis + inlining + closure bugRuss Cox