aboutsummaryrefslogtreecommitdiff
path: root/test/sinit.go
AgeCommit message (Expand)Author
2018-12-03cmd/compile: fix static initializerKeith Randall
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-07-07cmd/compile: allow static init for unsafe.Pointer(&x) where x is globalRuss Cox
2014-11-06test: move linkx and sinit to run.goJosh Bleecher Snyder
2014-11-04test: comment out failing cases from sinit.goIan Lance Taylor
2012-12-30cmd/gc: do not generate code for var _ = ... unless necessaryRuss Cox
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
2012-02-24test/[n-z]*.go: add documentationRob Pike
2011-08-31gc: make static initialization more staticRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2010-05-03test: test of static initialization (fails)Russ Cox