aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
6 dayssyscall: typo tv[0] shoulde be tv[1]Weixie Cui
6 dayscmd/go: use fsys.ReadDir for IsStandardPackageMichael Matloob
6 dayscmd/go: build pkgsite doc command in same go command invocationMichael Matloob
6 dayscrypto/internal/fips140/edwards25519/field: fix Invert commentFilippo Valsorda
6 dayscrypto/internal/fips140/edwards25519: fix zero coeff. skip optimizationFilippo Valsorda
6 daysnet: remove always-nil newFD error return valueTobias Klauser
6 dayscmd/go/internal/modload: fix logged filename for 'go mod init -modfile'Olivier Mengué
6 dayscmd/go: respect -short flag when documenting individual symbolsacehinnnqru
6 dayscmd/link: fallback to older minimum Windows target version on older C GNU too...qmuntal
6 dayscmd/compile: remove initContext typeCuong Manh Le
6 dayscmd/compile: run CondSelect into math rules on all archesJorropo
7 dayscmd/compile: improve stp merging for non-sequent casesMelnikov Denis
7 daysnet/http/internal/http2: prevent alloc when writing status code for responsesNicholas S. Husin
7 daysall: update to x/net@056ac74Nicholas S. Husin
7 daysnet: document LookupSRV cname return valueyongqijia
7 dayscmd/go: use MkdirTemp to create temp directory for "go bug"Damien Neil
7 dayscmd/compile: remove unused inNonInitFunction contextCuong Manh Le
7 dayscmd/internal/obj/arm64: add ASIMD cross-lane reduction instructionsAlexander Musman
7 dayscrypto/tls: prevent deadlock when client sends multiple key update messagesRoland Shoemaker
7 dayscmd/go: disallow cgo trust boundary bypassNeal Patel
7 dayscmd/compile: fix loopbce overflow check logicJunyang Shao
7 dayscmd/compile: fix mem access overlap detectionJunyang Shao
7 dayscrypto/x509: fix wildcard constraint map case sensitivityRoland Shoemaker
7 dayshtml/template: properly track JS template literal brace depth across contextsRoland Shoemaker
7 dayscmd/compile: preserve dot vars necessary for debuggers in DWARFDerek Parker
7 dayscmd/internal/obj/arm64: add ASIMD miscellaneous unary instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add ASIMD arithmetic instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add ASIMD shift instructionsAlexander Musman
7 dayscmd/internal/obj/arm64: add remaining ASIMD compare instructionsAlexander Musman
7 dayscmd/internal/obj: refactor arm64 ASIMD instruction encodingAlexander Musman
7 dayscmd/go/internal/tool: only forward SIGHUP, SIGINT, SIGQUIT, and SIGTERMMichael Matloob
7 dayscmd/compile: support all constant return types in switch lookup tablesqmuntal
7 daysarchive/tar: limit the number of old GNU sparse format entriesDamien Neil
7 daysall: update to x/tools@f6476fbaabd396b58618b473e4eb71e1f532b495Mark Freeman
7 daysinternal/syscall/unix: properly support AT_SYMLINK_NOFOLLOW on LinuxDamien Neil
7 daysgo/types: Hasher, a hash function for TypesAlan Donovan
7 dayshash/maphash: add BloomFilter exampleAlan Donovan
7 daysmath/big: Binomial should return 0 if k < 0Weixie Cui
8 dayscmd/compile/internal/noder: use UIR V4Mark Freeman
8 dayscmd/go/internal/modload: rename State to LoaderIan Alexander
8 dayscrypto/tls: avoid atLeastReader and associated allocations.Daniel Morsing
8 dayscrypto/ed25519: use FIPS 140-3 GenerateKey and enforce fips140=onlyFilippo Valsorda
8 dayscmd/go/internal/modload: disambiguate package and module loadersIan Alexander
8 dayscmd/internal/testdir: do not fail fast when running asmcheckPaul Murphy
8 daysall: update to x/tools@b36d1d12a1a724eb9be6609c9789aec3d99e6030Mark Freeman
8 dayscmd/go: invalidate test cache when -coverpkg dependencies changeRyan Currah
8 dayscmd/go/internal/modload: minor modernization fixesIan Alexander
8 dayscmd/compile: ensure result selects are in the block of a callkhr@golang.org
8 daysruntime: remove gopanicFP field from panic recordKeith Randall
8 dayscmd/compile/testdata/script/issue77033.txt: make test panicAlex Brainman