| 
								
								
									 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 |  | 
				
					
						| 
								
								
									 Rémy Oudompheng | 05cf6fe0c1 | test: add shift expression incorrectly rejected by gccgo. R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10483045 | 2013-06-25 08:06:34 +02:00 |  | 
				
					
						| 
								
								
									 Rob Pike | 80a9783f84 | test/[n-z]*.go: add documentation R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5700056 | 2012-02-24 11:48:19 +11:00 |  | 
				
					
						| 
								
								
									 Rémy Oudompheng | 2ece2f58ee | test: use testlib (another bunch). Apply sed with:
1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099 | 2012-02-18 22:15:42 +01:00 |  | 
				
					
						| 
								
								
									 Russ Cox | 5ab096d030 | gc: implement new shift rules The change is that 1.0<<2 is now okay.
R=ken2
CC=golang-dev
https://golang.org/cl/4524084 | 2011-05-31 15:05:40 -04:00 |  | 
				
					
						| 
								
								
									 Robert Griesemer | 8c2078796d | test: test cases for issue 1708. R=rsc
CC=golang-dev
https://golang.org/cl/4548058 | 2011-05-25 10:26:06 -07:00 |  |