aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue7921.go
AgeCommit message (Expand)Author
2021-01-18[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky
2021-01-12[dev.regabi] cmd/compile: stop using Vargen for import/exportMatthew Dempsky
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
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