aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
18 hoursinternal/cgrouptest: use t.Cleanup instead of defer in InCgroupV2Shulhan
18 hoursinternal/testenv: exclude GOMAXPROCS when building test programShulhan
18 hoursall: prealloc slice with possible minimum capabilitiesShulhan
19 hoursinternal/coverage: first write error never recordedWeixie Cui
35 hoursgo/types, types2: fail interface inference against generic methodsRob Findley
6 dayscmd/go: use fsys.ReadDir for IsStandardPackageMichael Matloob
7 daysinternal/syscall/unix: properly support AT_SYMLINK_NOFOLLOW on LinuxDamien Neil
13 daysgo/types, types2: in range-over-func, the yield function cannot be variadicRobert Griesemer
14 daysinternal/runtime/atomic: simplify linknamesCherry Mui
14 daysinternal/pkgbits: bump version for generic methodsMark Freeman
14 daysinternal/abi: set MaxPtrmaskBytes to 16Ian Lance Taylor
2026-03-30internal/trace/tracev2: add String for ProcSyscallAbandonedFlorian Lehner
2026-03-30go/types, types2: report an error if constant string overflowsRobert Griesemer
2026-03-30all: fix some minor issues in the commentscuishuang
2026-03-28runtime: remove redundant fields from memory profile recordsNick Ripley
2026-03-27all: remove openbsd/mips64 portTobias Klauser
2026-03-26internal/trace: preallocate pcs array to correct sizeFlorian Lehner
2026-03-26runtime, cmd/link: remove itablinksIan Lance Taylor
2026-03-25runtime: use uname version check for 64-bit time on 32-bit arch codepathsBrad Fitzpatrick
2026-03-25cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist testDmitri Shuralyov
2026-03-24internal/abi, cmd/link: centralize type descriptor size calculationJake Bailey
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-20internal/pkgbits: add missing testsRobert Griesemer
2026-03-19cmd/compile/internal/noder: encode promoted struct fields for composite liter...Robert Griesemer
2026-03-19go/types, types2: allow promoted field names as keys in struct literalsRobert Griesemer
2026-03-18syscall: remove the 42 args limit in SyscallNqmuntal
2026-03-18runtime: return the error code as a return value in asmstdcallqmuntal
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-17go/types, types2: handle unconstrained type parameters correctly in a few placesRobert Griesemer
2026-03-16internal/syscall/windows: don't force image section checks in Deleteatqmuntal
2026-03-16internal/poll: pin all objects needed during overlapped I/Odatabase64128
2026-03-12internal/gate: import from x/net/internal/gateDamien Neil
2026-03-10runtime/poll: fix race condition in Window's SendFileqmuntal
2026-03-10runtime: GODEBUG=tracebacklabels=1 for 1.27+David Finkel
2026-03-09internal/poll: move rsan to heap on windowsdatabase64128
2026-03-09cmd/compile, go/*: allow generic methods starting with Go 1.27Robert Griesemer
2026-03-09net: correctly handle non-nil empty cmsg buffer on windowsdatabase64128
2026-03-06internal/runtime/maps/: devirtualize hashing for specialized mapsArsenySamoylov
2026-03-05html/template: properly escape URLs in meta content attributesRoland Shoemaker
2026-03-03internal/bytealg: on android/arm64, don't read outside 16-byte regionsKeith Randall
2026-02-27runtime: on android/arm64, don't read outside 16-byte regionsKeith Randall
2026-02-26os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-24internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windowsAlex Brainman
2026-02-24internal/runtime/sys: only use speculation barrier for DIT on Apple SiliconRoland Shoemaker
2026-02-24internal/profile: fix error message casing for function ID not foundjjpinto
2026-02-24internal/runtime/sys: improve DIT assemblyRoland Shoemaker
2026-02-24internal/cpu,cmd/internal/obj/arm64: add SBRoland Shoemaker
2026-02-19internal/syscall/windows: use byte instead of bool for all BOOLEAN Windows da...Alex Brainman
2026-02-19cmd/compile, go/*: move method type parameter checks from parsers to type che...Robert Griesemer
2026-02-18internal/runtime/gc/scan: require popcnt for x86khr@golang.org