aboutsummaryrefslogtreecommitdiff
path: root/test/interface/assertinline.go
AgeCommit message (Expand)Author
2016-11-02cmd/compile: do more type conversion inlineKeith Randall
2016-08-17cmd/compile: inline x, ok := y.(T) where T is a scalarJosh Bleecher Snyder
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-03-20cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)Russ Cox