aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-27debug/buildinfo: remove macho/elf DataStart fallback codeMichael Matloob
2026-03-27database/sql: don't try to synctest.Wait in benchmarksDamien Neil
2026-03-27cmd/fix: change -diff to exit 1 if diffs existyongqijia
2026-03-27cmd/go: add example support to go doc outputNick White
2026-03-27all: remove openbsd/mips64 portTobias Klauser
2026-03-27cmd/compile/internal/ssa: prove support induction variable pairYoulin Feng
2026-03-27cmd/compile: use prove to remove no-op OrsJorropo
2026-03-27cmd/compile: remove 68857 And flowLimit workaround in proveJorropo
2026-03-27cmd/compile: use prove to remove no-op AndsJorropo
2026-03-26cmd/link: group gcmask symbols, move them to noptrbssIan Lance Taylor
2026-03-26cmd/internal/obj/riscv: add assembly support of Zbc extensionXueqi Luo
2026-03-26reflect, runtime: replace reflect.typelinks to return types, not offsetsIan Lance Taylor
2026-03-26cmd/compile/internal/noder: set hasShape for shaped functionsMark Freeman
2026-03-26cmd/compile/internal/noder: shapeSig must return shaped signaturesMark Freeman
2026-03-26slog: use time.Time.AppendFormat to write valuePatricio Whittingslow
2026-03-26syscall: remove openbsd/mips64 specific conditionalsJoel Sing
2026-03-26cmd/go: default to Go 1.20 GODEBUGs in GOPATH modeMichael Matloob
2026-03-26runtime: truncate trace strings before inserting into trace mapTobias Grieger
2026-03-26cmd/compile: on ARM64 merge SRA into TBZ & TBNZJorropo
2026-03-26internal/trace: preallocate pcs array to correct sizeFlorian Lehner
2026-03-26cmd/compile: on ARM64 merge ROR into TBZ & TBNZJorropo
2026-03-26cmd/compile: on ARM64 merge shifts into TBZ & TBNZJorropo
2026-03-26runtime, cmd/link: remove itablinksIan Lance Taylor
2026-03-26cmd/compile: skip incomplete types in needWrapperCuong Manh Le
2026-03-26cmd/compile: do not invert loops that would overflow or underflowJorropo
2026-03-26encoding/{base32,base64}: speed up EncodeJulien Cretel
2026-03-26cmd/compile: fix missing walk for OAS2RECV nodeCuong Manh Le
2026-03-26runtime: std FDs are always opened, not only when AT_SECURE is setMateusz Poliwczak
2026-03-25cmd/link: fix host object's .pdata entries orderqmuntal
2026-03-25cmd/dist: try to use jj commit info for devel versionmatloob
2026-03-25database/sql: use synctest in testsDamien Neil
2026-03-25database/sql: avoid deadlock from reentrant RLockDamien Neil
2026-03-25cmd/compile: preserve variadic signature on range-over-funcCuong Manh Le
2026-03-25crypto/x509: fix signature checking limitRoland Shoemaker
2026-03-25crypto/x509: hoist policy pruning out of loopRoland Shoemaker
2026-03-25runtime: use uname version check for 64-bit time on 32-bit arch codepathsBrad Fitzpatrick
2026-03-25cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with other testsCherry Mui
2026-03-25net/url: escape // at start of Path when OmitHost setDamien Neil
2026-03-25cmd/go: add information about GODEBUGs to go help gopathMichael Matloob
2026-03-25cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist testDmitri Shuralyov
2026-03-25debug/elf: handle program header count overflowIan Lance Taylor
2026-03-25cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-24go/build: remove non-existent internal/itoaDamien Neil
2026-03-24cmd/link: print more information in TestExtLinkCmdlineDeterminismCherry Mui
2026-03-24net/url: permit colons in the host subcomponent of non-http/https URLsDamien Neil
2026-03-24cmd/go/testdata/vcstest: explicitly set invalid-version's branch to mainmatloob
2026-03-24net/url: reattach package doc commentDamien Neil
2026-03-24runtime: zero-extend Windows error code in syscall_syscallnChristian Hoeppner
2026-03-24cmd/compile: handle string literals in FIPS mode consistentlyCherry Mui
2026-03-24internal/abi, cmd/link: centralize type descriptor size calculationJake Bailey