aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/iface_test.go
AgeCommit message (Expand)Author
2020-03-04cmd/compile: use staticuint64s instead of staticbytesDiogo Pinela
2020-03-02runtime: prevent allocation when converting small ints to interfacesJosh Bleecher Snyder
2017-02-28cmd/compile, runtime: specialize convT2x, don't alloc for zero valsJosh Bleecher Snyder
2015-03-30cmd/gc: allocate backing storage for non-escaping interfaces on stackDavid Chase
2015-03-19cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T)Josh Bleecher Snyder
2015-02-12cmd/gc: evaluate concrete == interface without allocatingJosh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox