go/src/internal
Russ Cox 74726defe9 internal/godebugs: test for use of IncNonDefault
A few recent godebugs are missing IncNonDefault uses.
Test for that, so that people remember to do it.
Filed bugs for the missing ones.

For #66215.
For #66216.
For #66217.

Change-Id: Ia3fd10fd108e1b003bb30a8bc2f83995c768fab6
Reviewed-on: https://go-review.googlesource.com/c/go/+/570275
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
2024-03-09 14:19:39 +00:00
..
abi runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
asan internal/asan: add new package 2024-02-13 20:39:58 +00:00
bisect all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
buildcfg cmd/dist,internal: add GOARM64 environment variable 2024-03-06 01:33:19 +00:00
bytealg strings: make use of sizeclasses in (*Builder).Grow 2024-02-19 19:51:15 +00:00
cfg cmd/dist,internal: add GOARM64 environment variable 2024-03-06 01:33:19 +00:00
chacha8rand all: run go fmt 2024-02-28 20:35:05 +00:00
coverage internal/coverage/encodemeta: simplify appending zero values 2024-02-29 17:16:10 +00:00
cpu all: fix typos 2024-01-30 20:09:45 +00:00
dag runtime: generate the lock ranking from a DAG description 2022-08-04 15:31:44 +00:00
diff internal/diff: add missing 'as' in comment 2023-11-08 14:13:04 +00:00
fmtsort internal/fmtsort: makeChans pin pointer 2023-10-30 21:00:16 +00:00
fuzz internal/fuzz: remove useless code 2024-03-07 00:20:34 +00:00
goarch internal/goarch, internal/goos: update generators for syslist.go 2022-06-15 21:31:23 +00:00
godebug internal/godebugs: test for use of IncNonDefault 2024-03-09 14:19:39 +00:00
godebugs internal/godebugs: test for use of IncNonDefault 2024-03-09 14:19:39 +00:00
goexperiment runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 2023-11-10 15:49:59 +00:00
goos all: add wasip1 definitions 2023-03-30 18:50:57 +00:00
goroot internal/goroot: in IsStandardPackage check for go source files 2024-02-08 18:16:28 +00:00
gover go/version: add new package 2023-11-06 23:20:32 +00:00
goversion internal/goversion: update Version to 1.23 2024-01-19 19:23:40 +00:00
intern all: use built-in clear to clear maps 2023-07-27 22:07:13 +00:00
itoa internal/itoa, os: move os.uitox to itoa.Uitox 2023-08-11 02:53:50 +00:00
lazyregexp
lazytemplate
msan internal/msan: add new package 2024-02-20 20:50:21 +00:00
nettrace internal/nettrace: fix comment typo 2023-10-19 11:57:14 +00:00
obscuretestdata crypto/x509: allow BoringCrypto to use 4096-bit keys 2022-11-09 14:47:58 +00:00
oserror
pkgbits all: re-run stringer 2023-04-11 20:24:07 +00:00
platform cmd/dist,internal/platform,runtime: add cgo support for openbsd/riscv64 port 2024-01-25 09:19:16 +00:00
poll internal/poll: change Fsync to fallback to syscall.Fsync on darwin 2024-03-07 19:20:48 +00:00
profile internal/pprof: remove unused code 2024-02-08 17:57:40 +00:00
race all: drop old +build lines 2023-10-19 23:33:27 +00:00
reflectlite runtime: use .Pointers() instead of manual checking 2024-03-04 17:34:30 +00:00
runtime/syscall syscall: call internal/runtime/syscall.Syscall6 in RawSyscall6 2024-03-04 17:26:21 +00:00
safefilepath path/filepath: add Localize 2024-02-26 18:08:14 +00:00
saferio all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWithSize 2023-08-31 00:34:05 +00:00
singleflight internal/singleflight: move Done call in TestForgetUnshared 2023-03-29 22:21:50 +00:00
syscall internal/syscall/windows: unexport Version 2024-03-08 22:14:32 +00:00
sysinfo internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty on Linux 2023-08-17 21:40:36 +00:00
testenv cmd/link: add option to enable full RELRO for ELF 2024-02-29 16:38:32 +00:00
testlog
testpty internal/testpty: fix error handling 2023-01-25 18:38:54 +00:00
trace internal/trace/v2: clean up the ordering interface 2024-03-08 19:58:33 +00:00
txtar all: replace package ioutil with os and io in src 2022-09-20 02:13:02 +00:00
types go/types, types2: better error position for invalid (infinite) types 2024-02-29 22:05:08 +00:00
unsafeheader
xcoff internal/xcoff: fix typo in comment 2024-03-04 17:32:51 +00:00
zstd internal/zstd: avoid panic when windowSize is negative 2024-01-30 04:10:45 +00:00