aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2025-08-14runtime: make all synctest bubble violations fatal panicsDamien Neil
2025-08-14[dev.simd] all: merge master (924fe98) into dev.simdCherry Mui
2025-08-13internal/trace: fix wrong scope for Event.Range or EvGCSweepActiveFelix Geisendörfer
2025-08-12internal/runtime/gc/scan: avoid -1 index when cache sizes unavailableMichael Anthony Knyszek
2025-08-12internal/trace: clarify which StateTransition events have stacksFelix Geisendörfer
2025-08-12internal/trace: fix Sync.ClockSnapshot commentFelix Geisendörfer
2025-08-12internal/trace: remove unused StateTransition.id fieldFelix Geisendörfer
2025-08-12internal/trace/tracev2: adjust comment for consistencyFelix Geisendörfer
2025-08-12internal/trace/tracev2: fix EvSTWBegin comment to include stack IDFelix Geisendörfer
2025-08-12internal/trace/internal/testgen: fix missing stacks nframes argFelix Geisendörfer
2025-08-12internal/runtime/gc/scan: import scan kernel from gclab [green tea]Michael Anthony Knyszek
2025-08-12all: delete aliastypeparams GOEXPERIMENTCherry Mui
2025-08-11Revert "cmd/compile: allow multi-field structs to be stored directly in inter...Keith Randall
2025-08-11cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on netbsdTobias Klauser
2025-08-11internal/runtime/maps: loop invariant code motion with h2(hash) by handcuiweixie
2025-08-11internal/sync: warn about incorrect unsafe usage in HashTrieMapthepudds
2025-08-08internal/sync: rename Store parameter from old to newIan Lance Taylor
2025-08-08internal/runtime/maps: remove unused var bitsetDeletedcuiweixie
2025-08-08internal/bytealg: vector implementation of compare for riscv64Joel Sing
2025-08-07internal/bytealg: optimize Index/IndexString on loong64limeidan
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-06internal/bytealg: vector implementation of indexbyte for riscv64Joel Sing
2025-08-06internal/bytealg: vector implementation of equal for riscv64Joel Sing
2025-08-05internal/chacha8rand: replace WORD with instruction VMOVQXiaolin Zhao
2025-08-05cmd/dist, internal/platform: mark freebsd/riscv64 brokenMark Freeman
2025-08-05internal/cpu: add AVX-512-CD and DQ, and derived "basic AVX-512"Austin Clements
2025-08-05cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-08-04[dev.simd] all: merge master (7a1679d) into dev.simdCherry Mui
2025-08-01cmd/go: use os.Rename to move files on Windowsqmuntal
2025-07-30runtime: add cgo call benchmarkMichael Anthony Knyszek
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-07-29internal/goexperiment: delete CacheProg goexperimentCherry Mui
2025-07-29sync: remove synchashtriemap GOEXPERIMENTMichael Anthony Knyszek
2025-07-28internal/poll: remove msg field from Windows' poll.operationqmuntal
2025-07-28internal/poll: remove rsan field from Windows' poll.operationqmuntal
2025-07-28internal/poll: remove sa field from Windows' poll.operationqmuntal
2025-07-28internal/poll: remove qty and flags fields from Windows' poll.operationqmuntal
2025-07-28internal/runtime/maps: fix spelling errors in commentsRuihua Wen
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2025-07-24internal/buildcfg: add ability to get GORISCV64 variable in GOGOARCHJulian Zhu
2025-07-24cmd/compile: move arm64 over to new bounds check strategyKeith Randall
2025-07-24cmd/compile,runtime: remember idx+len for bounds check failure with less codeKeith Randall
2025-07-24runtime: move bounds check constants to internal/abiKeith Randall
2025-07-24internal/runtime/syscall: rename to internal/runtime/syscall/linuxqmuntal
2025-07-24internal/poll: remove handle field from Windows' poll.operationqmuntal
2025-07-24internal/poll: remove fd field from Windows' poll.operationqmuntal
2025-07-24hash/crc32: add AVX512 IEEE CRC32 calculationKlaus Post