aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-30cmd/compile/internal/noder: swap use of TypeList for []TypeMark Freeman
2026-03-30cmd/compile/internal/noder: add is[Concrete|Generic]Method helpersMark Freeman
2026-03-30cmd/compile/internal/devirtualize: improve debug logsMateusz Poliwczak
2026-03-30cmd/compile/internal/devirtualize: use pointer identity for type comparisonMateusz Poliwczak
2026-03-30encoding/hex: speed up DecodeJulien Cretel
2026-03-30runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototypeTobias Klauser
2026-03-28runtime: remove redundant fields from memory profile recordsNick Ripley
2026-03-27test/codegen: check mips64 sqrt/abs code only for hardfloatKeith Randall
2026-03-27test/codegen: remove noop Ands from test casesJorropo
2026-03-27math: add assembly func archExp and archExp2 for riscv64Julian Zhu
2026-03-27test/codegen: fix ppc64x rldicl bit testPaul Murphy
2026-03-27cmd/link: run TestMachOBuildVersion only on darwinCherry Mui
2026-03-27runtime/race: use subtests for TestOutputMichael Pratt
2026-03-27crypto: disallow RegisterHash with hash value 0Roland Shoemaker
2026-03-27cmd/go: specify full path to go command when running go tool covdataMichael Matloob
2026-03-27cmd/go/internal/verylongtest: run tests in a separate GOCACHECherry Mui
2026-03-27Revert "cmd/link: don't run TestExtLinkCmdlineDeterminism in parallel with ot...Cherry Mui
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