go/src/internal
Cuong Manh Le c586dbb8b7 internal/pkgbits: add DerivedInfoNeeded
So next CL can use it to remove unnecessary derivedInfo needed field.

Updates #68778

Change-Id: Ia4e0f638beaf4a448fbf10a9aa1bc9425349a5e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/608215
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-08-26 17:46:52 +00:00
..
abi unique: use TypeFor instead of TypeOf to get type in Make 2024-08-21 16:03:35 +00:00
asan
bisect internal/bisect: use f.Function instead of f.Func.Name in stack trace 2024-05-03 17:28:43 +00:00
buildcfg
bytealg internal/bytealg: optimize Equal for arm64 target 2024-08-06 15:36:27 +00:00
byteorder internal/byteorder: new package 2024-05-10 20:31:29 +00:00
cfg
chacha8rand internal/chacha8rand: use internal/byteorder 2024-05-13 21:47:29 +00:00
concurrent internal/concurrent: make HashTrieMap iteration more idiomatic 2024-05-22 16:01:55 +00:00
coverage internal/coverage: add internal/stringslite to hard-coded coverpkg ID list 2024-07-30 14:19:02 +00:00
cpu internal/cpu: add DIT detection on arm64 2024-07-24 18:45:33 +00:00
dag go,internal,io,mime: use slices and maps to clean tests 2024-07-25 00:22:14 +00:00
diff
filepathlite path/filepath, internal/filepathlite: move parts of filepath to filepathlite 2024-04-26 23:07:50 +00:00
fmtsort all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
fuzz internal/fuzz: fix names of noCopy methods 2024-05-08 19:28:14 +00:00
goarch cmd: consolidate "known" os/arch tables into separate package 2024-07-29 15:38:20 +00:00
godebug go,internal,io,mime: use slices and maps to clean tests 2024-07-25 00:22:14 +00:00
godebugs math/rand: make calls to Seed no-op 2024-08-19 20:47:27 +00:00
goexperiment all: create swissmap experiment and fork files 2024-08-02 15:34:37 +00:00
goos cmd: consolidate "known" os/arch tables into separate package 2024-07-29 15:38:20 +00:00
goroot
gover
goversion internal/goversion: update Version to 1.24 2024-07-22 17:52:34 +00:00
itoa
lazyregexp
lazytemplate
msan
nettrace
obscuretestdata
oserror
pkgbits internal/pkgbits: add DerivedInfoNeeded 2024-08-26 17:46:52 +00:00
platform cmd/dist, internal/platform: mark windows/arm (32-bit ARM) broken 2024-08-14 20:56:33 +00:00
poll internal/poll: raise Linux's maxCopyFileRangeRound to MAX_RW_COUNT 2024-08-20 16:39:43 +00:00
profile go,internal,io,mime: use slices and maps to clean tests 2024-07-25 00:22:14 +00:00
profilerecord runtime: increase profiling stack depth to 128 2024-05-21 14:38:45 +00:00
race
reflectlite internal/reflectlite: remove redundent ifaceIndir 2024-05-07 17:01:54 +00:00
runtime internal/runtime/sys: fix typo in comment 2024-08-26 15:51:49 +00:00
saferio
singleflight
stringslite strings: move Clone to stringslite 2024-05-04 01:23:42 +00:00
syscall os/user: speed up Current on Windows 2024-08-21 19:58:44 +00:00
sysinfo internal/sysinfo: rename osCpuInfoName to osCPUInfoName 2024-05-07 18:42:42 +00:00
syslist cmd: consolidate "known" os/arch tables into separate package 2024-07-29 15:38:20 +00:00
testenv hash/maphash: parallel run test 2024-05-03 16:41:38 +00:00
testlog all: document legacy //go:linkname for final round of modules 2024-05-29 17:58:53 +00:00
testpty
trace src: fix typos 2024-08-20 21:01:59 +00:00
txtar
types go/types, types2: unalias tilde terms in underIs 2024-08-20 16:48:38 +00:00
unsafeheader
weak internal/weak: remove unnecessary conversion, fix typo 2024-04-26 22:13:25 +00:00
xcoff go,internal,io,mime: use slices and maps to clean tests 2024-07-25 00:22:14 +00:00
zstd