| 2024-09-26 | 
Ian Lance Taylor | cmd/go: don't print dynimport link error messages | 
commit | commitdiff | tree | 
| 2024-09-26 | 
qiulaidongfeng | text/template: support range-over-int | 
commit | commitdiff | tree | 
| 2024-09-26 | 
Michael Anthony...  | unique: clarify concurrent use of Make and Handle.Value | 
commit | commitdiff | tree | 
| 2024-09-26 | 
Michael Anthony...  | unique,internal/concurrent: add some more tests | 
commit | commitdiff | tree | 
| 2024-09-26 | 
apocelipes | net/http: use sync.OnceFunc, sync.OnceValue | 
commit | commitdiff | tree | 
| 2024-09-26 | 
apocelipes | hash/crc32,hash/crc64: use sync.OnceFunc | 
commit | commitdiff | tree | 
| 2024-09-26 | 
Jes Cok | cmd/cgo: add missing args for fatalf | 
commit | commitdiff | tree | 
| 2024-09-26 | 
aimuz | internal/zstd: optimize skipFrame by using io.CopyN | 
commit | commitdiff | tree | 
| 2024-09-26 | 
Jason A. Donenfeld | runtime: properly compute whether PC is inside vDSO...  | 
commit | commitdiff | tree | 
| 2024-09-26 | 
zhangjian | cmd/link/internal/ld: fix error print in decodetypeGcprog | 
commit | commitdiff | tree | 
| 2024-09-26 | 
Alan Donovan | go/types: compute effective Go version independent...  | 
commit | commitdiff | tree | 
| 2024-09-26 | 
qiulaidongfeng | cmd/go: relax the regular expression of TestScript...  | 
commit | commitdiff | tree | 
| 2024-09-26 | 
Cuong Manh Le | cmd/compile: generalize struct load/store | 
commit | commitdiff | tree | 
| 2024-09-26 | 
cions | os: ignore SIGSYS in checkPidfd | 
commit | commitdiff | tree | 
| 2024-09-26 | 
qiulaidongfeng | cmd/dist: enforce the lowest bootstrap version | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Jason A. Donenfeld | internal/syscall/unix: allow calling getrandom(......  | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Brad Fitzpatrick | all: fix typos of possessive its | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Sam Thanawalla | cmd/go: support both .netrc and _netrc in windows | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Roland Shoemaker | crypto/rsa: move PSS hash override above boring block | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Felix Geisendörfer | runtime: fix GoroutineProfile stacks not getting null...  | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Felix Geisendörfer | runtime: fix MutexProfile missing root frames | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Conrad Irwin | cmd/go: add support for go get -u tool | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Tim King | all: enable alias type parameters GOEXPERIMENT by default | 
commit | commitdiff | tree | 
| 2024-09-25 | 
Keith Randall | runtime: print fatal messages without interleaving | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Robert Griesemer | go/types, types2: move Checker.indexedElts into literal...  | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Robert Griesemer | go/types, types2: implement underIs, coreType, coreStri...  | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Zxilly | runtime: disable epipe check for wasm platform | 
commit | commitdiff | tree | 
| 2024-09-24 | 
khr@golang.org | cmd/compile: small cleanups to rewrite rule helpers | 
commit | commitdiff | tree | 
| 2024-09-24 | 
khr@golang.org | cmd/compile: use generics for isPowerOfTwo predicates | 
commit | commitdiff | tree | 
| 2024-09-24 | 
khr@golang.org | cmd/compile: simplify naming for arm64 bitfield accessors | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Robert Griesemer | go/types, types2: introduce typeset iterators | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Robert Griesemer | go/types, types2: check that alias type arguments satis...  | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Conrad Irwin | cmd/go: add support for go get -tool | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Robert Griesemer | go/types, types2: follow-up on comment in CL 615195 | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Conrad Irwin | cmd/go: add tools to "all" | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Robert Griesemer | go/types, types2: print type parameters for Alias tyoes | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Sam Thanawalla | cmd/go: prevent git from fetching during local only...  | 
commit | commitdiff | tree | 
| 2024-09-24 | 
Jes Cok | reflect: slightly improve iter tests | 
commit | commitdiff | tree | 
| 2024-09-23 | 
Paul E. Murphy | crypto/internal/nistec: fix p256Select (PPC64) and...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
apocelipes | net,net/netip: implement the encoding.(Binary|Text...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
Jes Cok | encoding/asn1: unmarshal bool values correctly dealing...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
yincong | text/template/parse: use correct line number in error...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
wanggang | fmt: fix incorrect doc comment | 
commit | commitdiff | tree | 
| 2024-09-23 | 
qmuntal | os: skip TestReadlink sub-tests requiring symlinks...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
封幼林 | cmd/compile: remove obj.LSym(s) for assertI2I and asser...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
Felix Geisendörfer | cmd/trace,internal/trace,runtime: refactor to access...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
Felix Geisendörfer | internal/trace: refactor Stack.Frames to return iter.Seq | 
commit | commitdiff | tree | 
| 2024-09-23 | 
qiulaidongfeng | text/template: support range-over-func | 
commit | commitdiff | tree | 
| 2024-09-23 | 
Song Gao | archive/{zip,tar}: fix Writer.AddFS to include empty...  | 
commit | commitdiff | tree | 
| 2024-09-23 | 
Jes Cok | lib/time: update to 2024b/2024b | 
commit | commitdiff | tree | 
| 2024-09-23 | 
David du Colombier | cmd/go: skip TestScript on Plan 9 in short mode | 
commit | commitdiff | tree | 
| 2024-09-20 | 
Conrad Irwin | cmd/mod/edit: disallow relative tool paths | 
commit | commitdiff | tree | 
| 2024-09-20 | 
sunnymilk | testing: enable better loop time measurement for benchm...  | 
commit | commitdiff | tree | 
| 2024-09-20 | 
sunnymilk | testing: implement testing.B.Loop | 
commit | commitdiff | tree | 
| 2024-09-20 | 
Alan Donovan | go/types, types2: clarify Named, Alias, TypeName, Object | 
commit | commitdiff | tree | 
| 2024-09-19 | 
Guoqi Chen | cmd/objdump: add loong64 disassembler support | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Kyle Xiao | reflect: remove calling mapiterkey, mapiterelem | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Sam Thanawalla | cmd/go: print toolchain switching with GODEBUG=toolchai...  | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Tobias Klauser | net/netip: cover more AddrPort.String cases in tests | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Cuong Manh Le | cmd/compile: fix wrong esacpe analysis for rangefunc | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Srinivas Pokala | cmd/internal/obj/s390x: fix m6 field encoding for VSTRC...  | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Tobias Klauser | cmd/cgo: use strings.CutPrefix | 
commit | commitdiff | tree | 
| 2024-09-18 | 
qiulaidongfeng | go/types, types2: better error message when type argume...  | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Mateusz Poliwczak | net/netip: use const for max address length | 
commit | commitdiff | tree | 
| 2024-09-18 | 
Tobias Klauser | os/signal: use slices.Delete | 
commit | commitdiff | tree | 
| 2024-09-17 | 
Michael Matloob | cmd/go: update go help packages doc on all pattern...  | 
commit | commitdiff | tree | 
| 2024-09-17 | 
sunnymilk | cmd/compile: improve the ssa documentation. | 
commit | commitdiff | tree | 
| 2024-09-17 | 
Michael Pratt | runtime: move getclosureptr to internal/runtime/sys | 
commit | commitdiff | tree | 
| 2024-09-17 | 
Michael Pratt | runtime: move getcallersp to internal/runtime/sys | 
commit | commitdiff | tree | 
| 2024-09-17 | 
Kir Kolyshkin | os: TestPipeThreads: remove openbsd special case | 
commit | commitdiff | tree | 
| 2024-09-17 | 
Michael Pratt | runtime: move getcallerpc to internal/runtime/sys | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Robert Griesemer | go/types, types2: slightly simplify rangeKeyVal function | 
commit | commitdiff | tree | 
| 2024-09-16 | 
qmuntal | os/user: fix Current().GroupIds() for AD joined users...  | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Cuong Manh Le | unique: handle zero-size types | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Robert Griesemer | math/big: add clarifying (internal) comment | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Michael Pratt | runtime: remove go:noescape from getcallerpc/sp | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Michael Pratt | cmd/compile: remove ir.OGETCALLERPC | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Michael Pratt | cmd/compile/internal/typecheck: remove getcallerpc...  | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Joel Sing | math/big: simplify divBasic ujn assignment | 
commit | commitdiff | tree | 
| 2024-09-16 | 
Dmitri Shuralyov | cmd/preprofile, runtime/coverage: add package comment | 
commit | commitdiff | tree | 
| 2024-09-15 | 
Cuong Manh Le | unicode/utf8: speedup RuneCount | 
commit | commitdiff | tree | 
| 2024-09-15 | 
Cuong Manh Le | unicode/utf8: add test that RuneCount does zero allocations | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Cuong Manh Le | test: add test for issue 24755 | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Cuong Manh Le | all: add test for issue 20027 | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Jes Cok | cmd: make use of maps.{Copy, Clone} | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Jes Cok | encoding/gob: make use of maps.Clone | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Jes Cok | archive/tar: make use of maps.Clone | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Xiaolin Zhao | cmd/compile: optimize math.Float64(32)bits and math...  | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Mark Ryan | crypto/md5: provide optimised assembly for riscv64 | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Michael Matloob | cmd/go: populate build info for test mains | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Xiaolin Zhao | cmd/compile: optimize RotateLeft8/16 on loong64 | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Xiaolin Zhao | cmd/internal/obj/loong64: add support for instructions...  | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Mateusz Poliwczak | go/ast: note that in BasicLit CHARs and STRINGs are...  | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Jes Cok | net/http: make use of maps.Copy | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Jes Cok | text/template: make use of maps.Copy for Template.Clone | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Kir Kolyshkin | internal/testenv: add MustHaveSource, rm HasSrc | 
commit | commitdiff | tree | 
| 2024-09-13 | 
Tobias Klauser | cmd/link/internal: use slices.Contains | 
commit | commitdiff | tree | 
| 2024-09-12 | 
Robert Griesemer | go/types, types2: add initial README.md | 
commit | commitdiff | tree | 
| 2024-09-12 | 
Cuong Manh Le | unicode/utf8: use range loop in RuneCountInString | 
commit | commitdiff | tree | 
| 2024-09-12 | 
Guoqi Chen | runtime: switch cputicks and switchToCrashStack0 on...  | 
commit | commitdiff | tree | 
| next |