1
0
mirror of https://github.com/golang/go synced 2024-09-29 13:24:28 -06:00
go/src
Matthew Dempsky d7cd61ceaa cmd/compile: fix inlining of constant if statements
We accidentally overlooked needing to still visit Ninit for OIF
statements with constant conditions in golang.org/cl/96778.

Fixes #24120.

Change-Id: I5b341913065ff90e1163fb872b9e8d47e2a789d2
Reviewed-on: https://go-review.googlesource.com/97475
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-02-27 19:27:32 +00:00
..
archive archive/zip: improve Writer.Create documentation on how to add directories 2018-02-26 19:58:48 +00:00
bufio
builtin
bytes
cmd cmd/compile: fix inlining of constant if statements 2018-02-27 19:27:32 +00:00
compress compress/bzip2: use sort.Slice in huffman.go 2018-02-17 00:34:26 +00:00
container
context
crypto crypto/x509: tighten EKU checking for requested EKUs. 2018-02-23 17:07:21 +00:00
database/sql database/sql: add String method to IsolationLevel 2018-02-22 15:17:52 +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 go/doc: replace unexported values with underscore if necessary 2018-02-27 16:29:17 +00:00
hash
html all: fix misspellings 2018-02-20 21:02:58 +00:00
image all: fix misspellings 2018-02-20 21:02:58 +00:00
index/suffixarray
internal net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
io
log
math math: optimize sinh and cosh 2018-02-27 04:34:37 +00:00
mime
net net, internal/poll, net/internal/socktest: use SOCK_{CLOEXEC,NONBLOCK} accept4/socket flags on OpenBSD 2018-02-26 16:59:38 +00:00
os os, syscall: use pipe2 instead of pipe syscall on OpenBSD 2018-02-27 18:37:36 +00:00
path
plugin
reflect reflect: avoid calling common if type is known to be *rtype 2018-02-22 07:18:15 +00:00
regexp regexp: Regexp shouldn't keep references to inputs 2018-02-23 16:58:48 +00:00
runtime runtime: simplify walltime/nanotime on linux/{386,amd64} 2018-02-27 18:42:41 +00:00
sort
strconv
strings strings: add Builder benchmarks comparing bytes.Buffer and strings.Builder 2018-02-26 18:00:12 +00:00
sync
syscall os, syscall: use pipe2 instead of pipe syscall on OpenBSD 2018-02-27 18:37:36 +00:00
testing
text text/template: fix the documentation of the block action 2018-02-21 20:57:47 +00:00
time time: avoid unnecessary type conversions 2018-02-26 16:14:51 +00:00
unicode
unsafe unsafe: fix reference to string header 2018-02-26 18:35:46 +00:00
vendor/golang_org/x
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat build: small cleanup in error message in make.bat 2018-02-26 10:27:14 +00:00
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc