Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 1 | -1/+1 |
* | cmd/compile: allow static init for unsafe.Pointer(&x) where x is global | Russ Cox | 2015-07-07 | 1 | -0/+5 |
* | test: move linkx and sinit to run.go | Josh Bleecher Snyder | 2014-11-06 | 1 | -17/+17 |
* | test: comment out failing cases from sinit.go | Ian Lance Taylor | 2014-11-04 | 1 | -14/+29 |
* | cmd/gc: do not generate code for var _ = ... unless necessary | Russ Cox | 2012-12-30 | 1 | -0/+10 |
* | test: expand run.go's errorcheck, make clear which bugs run | Russ Cox | 2012-09-23 | 1 | -0/+3 |
* | test/[n-z]*.go: add documentation | Rob Pike | 2012-02-24 | 1 | -0/+3 |
* | gc: make static initialization more static | Russ Cox | 2011-08-31 | 1 | -32/+187 |
* | test: remove semiocolons. | Rob Pike | 2010-09-04 | 1 | -4/+4 |
* | test: test of static initialization (fails) | Russ Cox | 2010-05-03 | 1 | -0/+100 |