go/src/internal
Martin Möhrmann 2de53906e1 internal/cpu: move GODEBUGCPU options into GODEBUG
Change internal/cpu feature configuration to use
GODEBUG=cpu.feature1=value,cpu.feature2=value...
instead of GODEBUGCPU=feature1=value,feature2=value... .

This is not a backwards compatibility breaking change
since GODEBUGCPU was introduced in go1.11 as an
undocumented compiler experiment.

Fixes #28757

Change-Id: Ib21b3fed2334baeeb061a722ab1eb513d1137e87
Reviewed-on: https://go-review.googlesource.com/c/149578
Run-TryBot: Martin Möhrmann <martisch@uos.de>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-14 21:47:50 +00:00
..
bytealg internal/bytealg, runtime: provide linknames for pushed symbols 2018-11-12 20:27:16 +00:00
cpu internal/cpu: move GODEBUGCPU options into GODEBUG 2018-11-14 21:47:50 +00:00
fmtsort fmt: print maps in key-sorted order 2018-10-18 21:12:24 +00:00
goroot go/build: move isStandardPackage to new internal/goroot package 2018-09-25 22:07:43 +00:00
nettrace
poll syscall: implement syscalls on Darwin using libSystem 2018-11-07 20:27:01 +00:00
race testing: mark tests and benchmarks failed if a race occurs during execution 2016-11-03 18:19:49 +00:00
singleflight net: don't let cancelation of a DNS lookup affect another lookup 2018-03-16 13:39:38 +00:00
syscall internal/syscall/unix: use libc calls on Darwin 2018-11-08 17:26:22 +00:00
testenv all: skip unsupported tests for js/wasm 2018-04-30 19:39:18 +00:00
testlog cmd/go: invalidate cached test results if env vars or files change 2017-12-11 19:08:32 +00:00
trace all: fix typos detected by github.com/client9/misspell 2018-08-23 15:54:07 +00:00
traceparser internal/traceparser: skip test on iOS 2018-11-07 13:04:50 +00:00