| 2024-09-30 | Jason A. Donenfeld | runtime: align vgetrandom states to cache line | commit | commitdiff | tree | 
| 2024-09-30 | qiulaidongfeng | cmd/go: exit non-zero if version -m is used with a... | commit | commitdiff | tree | 
| 2024-09-30 | Sam Thanawalla | cmd/go: add Mercurial based version stamping for binaries | commit | commitdiff | tree | 
| 2024-09-30 | Mateusz Poliwczak | internal/testlog: use atomic.Pointer instead of atomic... | commit | commitdiff | tree | 
| 2024-09-30 | Mateusz Poliwczak | net: improve GODEBUG=netdns=1 debug messages | commit | commitdiff | tree | 
| 2024-09-30 | Mateusz Poliwczak | net,os: use os.LookupEnv instead of syscall.Getenv | commit | commitdiff | tree | 
| 2024-09-30 | Mateusz Poliwczak | net: improve documentation of netgo/netcgo build tags | commit | commitdiff | tree | 
| 2024-09-29 | Jorropo | slices: prevent Clone keeping alive the array when... | commit | commitdiff | tree | 
| 2024-09-28 | Jason A. Donenfeld | runtime: use vDSO for getrandom() on linux | commit | commitdiff | tree | 
| 2024-09-28 | Cuong Manh Le | test: simplify issue 69434 test | commit | commitdiff | tree | 
| 2024-09-27 | Robert Griesemer | go/types, types2: remove Checker.pos from types2 code... | commit | commitdiff | tree | 
| 2024-09-27 | Robert Griesemer | go/types, types2: move go/types-only Scope methods... | commit | commitdiff | tree | 
| 2024-09-27 | Matt Harbison | cmd/go: fix the accuracy of Mercurial vcs.* stamped... | commit | commitdiff | tree | 
| 2024-09-27 | Robert Griesemer | go/types, types2: remove need for Scope.LookupParent... | commit | commitdiff | tree | 
| 2024-09-27 | Robert Griesemer | go/types, types2: remove non-test uses of Scope.LookupP... | commit | commitdiff | tree | 
| 2024-09-27 | qiu laidongfeng2 | Revert "cmd/go: relax the regular expression of TestScr... | commit | commitdiff | tree | 
| 2024-09-27 | Robert Griesemer | go/types, types2: replace 2 uses of Scope.LookupParent... | commit | commitdiff | tree | 
| 2024-09-27 | Robert Griesemer | go/types, types2: remove dependency on Scope.Contains... | commit | commitdiff | tree | 
| 2024-09-27 | Xiaolin Zhao | cmd/internal/obj/loong64: mark functions with small... | commit | commitdiff | tree | 
| 2024-09-27 | Mark Ryan | cmd/internal/obj/riscv: rename the iIEncoding | commit | commitdiff | tree | 
| 2024-09-27 | Shulhan | runtime: fix TestGdbAutotmpTypes on gdb version 15 | commit | commitdiff | tree | 
| 2024-09-26 | Ian Lance Taylor | runtime: if stop/reset races with running timer, return... | commit | commitdiff | tree | 
| 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 | 
| next |