aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue7921.go
AgeCommit message (Expand)Author
2019-09-16cmd/compile: trim function name prefix from escape diagnosticsMatthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-12-01cmd/compile: decrease inlining call cost from 60 to 57David Chase
2018-11-08cmd/compile: encourage inlining of functions with single-call bodiesKeith Randall
2018-09-24test: skip some tests on noopt builderBrad Fitzpatrick
2018-09-07test: extend noescape bytes.Buffer test suiteIskander Sharipov
2018-09-06bytes: remove bootstrap array from BufferIskander Sharipov