aboutsummaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)Author
2024-12-23internal/goexperiment: run go generate for synctestJorropo
2024-12-21cmd/compile: load map length with the right typeCherry Mui
2024-12-21internal/syscall/unix: apply fstatat fix to linux/mips64leCherry Mui
2024-12-17syscall, internal/syscall/unix: fix fstatat on linux/mips64Damien Neil
2024-12-11internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPPIan Lance Taylor
2024-12-11internal/goos: fix bug in gengoos.gozfdx123
2024-12-10runtime: avoid panic in expired synctest timer chan readDamien Neil
2024-12-06cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSDDamien Neil
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-27go/types, types2: fix printing of error message with variadic callsRobert Griesemer
2024-11-22runtime, internal/synctest, syscall/js: keep bubble membership in syscallsDamien Neil
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/x509: switch default policy field to PoliciesRoland Shoemaker
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-22internal/exportdata, cmd/compile/internal/noder: merge export data handlingTim King
2024-11-21internal/copyright: close filesIan Lance Taylor
2024-11-21internal/copyright: skip testdata and vendor directories onlyDmitri Shuralyov
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-21cmd/go: fix -changed don`t print when GOFIPS140 is non-defaultqiulaidongfeng
2024-11-21internal/copyright: add test that copyright notices existRuss Cox
2024-11-21go/types, types: better error message position for invalid receiver errorsRobert Griesemer
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil
2024-11-20cmd/compile: intrinsify swissmap match calls with SIMD on amd64Michael Pratt
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-20go/types, types2: disallow new methods on generic alias and instantiated typesRobert Griesemer
2024-11-20crypto/x509: remove x509sha1 GODEBUGRoland Shoemaker
2024-11-20testing/synctest: add experimental synctest packageDamien Neil
2024-11-20internal/bytealg: optimize IndexByte for riscv64Mark Ryan
2024-11-20cmd/compile, internal/runtime/atomic: add Xchg8 for loong64Guoqi Chen
2024-11-19internal/runtime/maps: hash copy of key instead of key itselfKeith Randall
2024-11-19internal/runtime/maps: assume constant elem offset with int64 and string keysKeith Randall
2024-11-19internal/runtime/maps: use simpler calculation for slot elementKeith Randall
2024-11-19internal/syscall/unix, os: add and use Waitid syscall wrapper on linuxTobias Klauser
2024-11-19internal/synctest: new package for testing concurrent codeDamien Neil
2024-11-19cmd/dist: add GOFIPS140 settingRuss Cox
2024-11-19os/user: fix race detector failureqmuntal
2024-11-19crypto/subtle: add DIT closureRoland Shoemaker
2024-11-19cmd/go: re-enable build JSON from go test -json, now with GODEBUGAustin Clements
2024-11-19cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64Guoqi Chen
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-18sync: make HashTrieMap[any, any] the default implementation of MapMichael Anthony Knyszek
2024-11-18internal/sync: optimize CompareAndSwap and SwapMichael Anthony Knyszek
2024-11-18internal/sync: add Range to HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: add Clear to HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: add Delete to HashTrieMapMichael Anthony Knyszek
2024-11-18internal/sync: refactor HashTrieMap tests into per-op suitesMichael Anthony Knyszek
2024-11-18internal/sync: add LoadAndDelete to HashTrieMapMichael Anthony Knyszek