aboutsummaryrefslogtreecommitdiff
path: root/test/uintptrescapes2.go
AgeCommit message (Expand)Author
2021-06-24[dev.typeparams] cmd/compile: skip escape analysis diagnostics for wrappersMatthew Dempsky
2019-11-05cmd/compile: fix //go:uintptrescapes for basic method callsMatthew Dempsky
2019-09-10cmd/compile: better integrate parameter tagging with escape.goMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-10-14cmd/compile: reuse temporaries in order passKeith Randall
2018-10-03cmd/compile,runtime: remove ambiguously live logicKeith Randall
2018-02-14cmd/compile: fix go:uintptrescapes tag for unnamed parametersCherry Zhang
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-09-19cmd/compile: args no longer live until end-of-functionKeith Randall
2016-07-06cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor