1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:44:44 -07:00
go/src
Alberto Donizetti f6f1750a05 cmd/compile: use | in the most repetitive boolean rules
For now, limited to a few repetitive boolean rules where the win is
substantial (4+ variants).

Change-Id: I67bce0d356ca7d71a0f15ff98551fe2caff8abf9
Reviewed-on: https://go-review.googlesource.com/95535
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-02-20 19:48:33 +00:00
..
archive all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
bufio
builtin
bytes
cmd cmd/compile: use | in the most repetitive boolean rules 2018-02-20 19:48:33 +00:00
compress compress/bzip2: use sort.Slice in huffman.go 2018-02-17 00:34:26 +00:00
container
context
crypto crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. 2018-02-14 15:32:26 +00:00
database/sql all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
debug all: add more uses of stringer 2018-02-19 21:33:14 +00:00
encoding all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
errors
expvar
flag
fmt
go all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
hash
html all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
image image/gif: support non-looping animated gifs (LoopCount=-1) 2018-02-13 20:25:49 +00:00
index/suffixarray
internal internal/trace: link user span start and end events 2018-02-15 19:33:20 +00:00
io
log
math math/big: fix %s verbs in Float tests error messages 2018-02-14 09:50:19 +00:00
mime
net net: adjust the test for IPv4 loopback address block 2018-02-20 08:27:20 +00:00
os syscall: ensure Mkdir(path) on Plan 9 fails if path exists 2018-02-20 13:21:12 +00:00
path path/filepath: fix escaped chars in Glob on non-Windows 2018-02-14 11:47:59 +00:00
plugin
reflect runtime: rename map implementation and test files to use a common prefix 2018-02-17 14:57:32 +00:00
regexp regexp/syntax: make Op an fmt.Stringer 2018-02-20 15:33:50 +00:00
runtime all: remove duplicate word "the" 2018-02-20 16:45:55 +00:00
sort
strconv strconv: detect invalid UTF-8 in the Unquote fast path 2018-02-13 18:33:44 +00:00
strings strings: prevent copyCheck from forcing Builder to escape and allocate 2018-01-09 22:01:28 +00:00
sync sync: enable profiling of RWMutex 2018-02-14 15:38:42 +00:00
syscall syscall: ensure Mkdir(path) on Plan 9 fails if path exists 2018-02-20 13:21:12 +00:00
testing
text text/template: avoid assiging unnecessary variable 2018-02-20 15:42:01 +00:00
time time: add example for FixedZone 2018-02-13 21:57:23 +00:00
unicode
unsafe
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash misc,src: add support for specifying adb flags to the android harness 2018-01-20 21:13:30 +00:00
bootstrap.bash bootstrap.bash: only fetch git revision if we need it 2018-01-30 15:11:56 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
nacltest.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
race.bash
race.bat
run.bash
run.bat
run.rc