Emmanuel Odeke
|
53fd522c0d
|
all: make copyright headers consistent with one space after period
Follows suit with https://go-review.googlesource.com/#/c/20111.
Generated by running
$ grep -R 'Go Authors. All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors. All/Go Authors. All/g' $F;done
The code in cmd/internal/unvendor wasn't changed.
Fixes #15213
Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
2016-05-02 13:43:18 +00:00 |
|
Russ Cox
|
5c52404aca
|
gc: implicit type bug fix in export data
TBR=lvd
CC=golang-dev
https://golang.org/cl/5644064
|
2012-02-09 00:26:08 -05:00 |
|
Luuk van Dijk
|
419c53af30
|
gc: don't print implicit type on struct literal in export
As pointed out in the discussion around 2678.
R=rsc
CC=golang-dev
https://golang.org/cl/5534077
|
2012-02-06 12:19:59 +01:00 |
|
Russ Cox
|
524fb81c41
|
gc: inlining bug
R=lvd
CC=golang-dev
https://golang.org/cl/5533078
|
2012-01-11 20:32:02 -05:00 |
|
Russ Cox
|
81728cf06d
|
gc: fix inlining bug
R=lvd
CC=golang-dev
https://golang.org/cl/5532077
|
2012-01-11 17:25:09 -05:00 |
|
Russ Cox
|
836a517f69
|
gc: fix inlining bug
Fixes #2682.
R=lvd
CC=golang-dev
https://golang.org/cl/5538043
|
2012-01-11 13:21:06 -08:00 |
|
Luuk van Dijk
|
feaa9ed10a
|
gc: export nil literals without inferred type.
Fixes #2678
R=rsc
CC=golang-dev
https://golang.org/cl/5529066
|
2012-01-11 21:26:54 +01:00 |
|