summaryrefslogtreecommitdiff
path: root/test/interface/assertinline.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: do more type conversion inlineKeith Randall2016-11-021-13/+20
* cmd/compile: inline x, ok := y.(T) where T is a scalarJosh Bleecher Snyder2016-08-171-1/+15
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)Russ Cox2015-03-201-0/+53