go/src/internal
Than McIntosh 9910f8a403 internal/buildcfg: enabled CoverageRedesign GOEXPERIMENT by default
Turn on the CoverageRedesign GOEXPERIMENT by default.

Updates #51430.

Change-Id: Id15c67ef0b6ac421b188d163fd2ce4a302abb3c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/436236
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
2022-09-30 13:50:45 +00:00
..
abi internal/abi: define riscv64 register ABI constants 2022-03-26 01:27:54 +00:00
buildcfg internal/buildcfg: enabled CoverageRedesign GOEXPERIMENT by default 2022-09-30 13:50:45 +00:00
bytealg internal/bytealg: correct alignment checks for compare/memequal on riscv64 2022-09-19 18:59:50 +00:00
cfg cmd/go: set go.work path using GOWORK, and remove -workfile flag 2022-02-16 15:58:47 +00:00
coverage internal: use io.SeekStart, io.SeekCurrent, and io.SeekEnd 2022-09-29 23:45:29 +00:00
cpu internal/cpu: deduplicate arm64 ISAR parsing code 2022-09-26 16:42:53 +00:00
dag runtime: generate the lock ranking from a DAG description 2022-08-04 15:31:44 +00:00
diff all: gofmt main repo 2022-05-19 15:49:05 +00:00
fmtsort all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by fmt.Fprint*(w, ...) 2022-09-14 16:11:21 +00:00
fuzz internal: use time.Since instead of time.Now().Sub 2022-09-29 23:45:27 +00:00
goarch internal/goarch, internal/goos: update generators for syslist.go 2022-06-15 21:31:23 +00:00
godebug net/netip: add new IP address package 2021-11-02 01:28:01 +00:00
goexperiment cmd: add a new goexperiment for redesigned code coverage 2022-09-26 20:50:18 +00:00
goos internal/goarch, internal/goos: update generators for syslist.go 2022-06-15 21:31:23 +00:00
goroot internal/goroot: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefix 2022-09-27 15:53:49 +00:00
goversion internal/goversion: update Version to 1.20 2022-08-02 18:07:14 +00:00
intern all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
itoa all: add internal/itoa package 2021-03-14 17:56:50 +00:00
lazyregexp internal/lazytemplate: add a lazy template wrapper 2019-02-27 23:49:01 +00:00
lazytemplate all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
nettrace all: gofmt main repo 2022-04-11 16:34:30 +00:00
obscuretestdata all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
oserror all: remove os.ErrTimeout 2019-08-02 17:57:18 +00:00
pkgbits cmd/compile: make a type-specialized copy of encoding/binary.ReadUvarint 2022-09-27 20:58:46 +00:00
poll internal/poll, syscall: convert writev to direct libc call on openbsd (except mips64) 2022-09-09 16:24:04 +00:00
profile internal/profile: omit comparison tool bool constant 2022-09-30 01:34:14 +00:00
race all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
reflectlite cmd/compile,runtime,reflect: move embedded bit from offset to name 2022-06-14 23:22:11 +00:00
saferio internal/saferio: handle potential total size overflow in SliceCap 2022-09-26 20:36:02 +00:00
singleflight internal: convert calls to atomic type 2022-09-07 20:54:43 +00:00
syscall internal/syscall/unix: reuse existing {Fstat,Open,Unlink}at on freebsd 2022-09-19 15:51:18 +00:00
sysinfo testing: print cpu type as label for benchmarks 2020-10-20 21:30:18 +00:00
testenv internal/testenv: add a test for the GoTool function 2022-08-17 16:08:04 +00:00
testlog cmd/go, testing, os: fail test that calls os.Exit(0) 2020-08-27 23:19:15 +00:00
trace runtime/trace: add missing events for the locked g in extra M. 2022-09-27 16:37:51 +00:00
txtar all: replace package ioutil with os and io in src 2022-09-20 02:13:02 +00:00
types/testdata go/types, types2: use "generic" rather than "parameterized" in error messages 2022-09-29 19:35:55 +00:00
unsafeheader all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
xcoff internal/xcoff: better handling of malformed symbol tables 2022-08-22 15:41:53 +00:00