aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-23net/smtp: prevent test failures due to expired test certificateNicholas S. Husin
2026-02-23cmd/compile: fix a typo in startRegs drop conditionAlexander Musman
2026-02-23runtime: remove write barriers from traceRegionAllocNick Ripley
2026-02-23crypto/rand: remove exported fields in the default ReaderMateusz Poliwczak
2026-02-23go/token: add File.String methodAlan Donovan
2026-02-23cmd/internal/obj/loong64: rearrange optab entrieslimeidan
2026-02-22cmd/internal/obj: support arm64 FMOVQ from/to global addressAlexander Musman
2026-02-21cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fieldsKeith Randall
2026-02-21cmd/compile: add flag for emitting diagnostics unsortedDaniel Morsing
2026-02-21runtime/secret: run crash tests under memory validating modesDaniel Morsing
2026-02-20net: convert wildcard address to local on freebsdMichael Pratt
2026-02-20mime: make TypeByExtension follow Chrome+Firefox's precedence for webm->video...Jakub Czyż
2026-02-19internal/syscall/windows: use byte instead of bool for all BOOLEAN Windows da...Alex Brainman
2026-02-19net/url: add (*URL).CloneEmmanuel T Odeke
2026-02-19cmd/cgo/internal/test: add a test for C calling into Go before init doneCherry Mui
2026-02-19cmd/compile, go/*: move method type parameter checks from parsers to type che...Robert Griesemer
2026-02-19cmd/link: use bfd ld 2.36+ on linux/arm64 instead of goldDimitri John Ledkov
2026-02-19cmd/dist: clean up test.goqmuntal
2026-02-19runtime/cgo: remove unnecessary ARM_TP_ADDRESS check on FreeBSDqmuntal
2026-02-18runtime/cgo: deduplicate Android's fatalfqmuntal
2026-02-18runtime/cgo: use pthreads to get stack bound on Solarisqmuntal
2026-02-18runtime/cgo: rename and update ppc64x and s390x croscall1 functionsqmuntal
2026-02-18runtime: update comments about known g offsetsMichael Anthony Knyszek
2026-02-18runtime: tell the race detector about synchronization on mainInitDoneCherry Mui
2026-02-18cmd/link: don't pass -Wl,-S on illumosPeter Tribble
2026-02-18internal/runtime/gc/scan: require popcnt for x86khr@golang.org
2026-02-17internal/syscall/windows: add lpBytesReturned to DeviceIoControl callbobo liu
2026-02-17internal/syscall/windows: correct some enums and syscall signaturesMichal Pristas
2026-02-17crypto: don't overwrite existing GODEBUG settingsqmuntal
2026-02-17runtime/cgo: remove clang mmap bug workaroundqmuntal
2026-02-17internal/poll: readWriteLock should destroy the fd when there are no more ref...qmuntal
2026-02-17all: use LF line ending for C filesCherry Mui
2026-02-17cmd/covdata: update test expectations after coverage position changeRudy Regazzoni
2026-02-17cmd/internal/obj: remove ARM64 prefix from encoding helpersAlexander Musman
2026-02-17cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/archAlexander Musman
2026-02-15cmd/compile: don't drop same register twicekhr@golang.org
2026-02-14cmd/compile: avoid folding 64-bit integers into 32-bit constantsYoulin Feng
2026-02-14cmd/internal/obj/loong64: improve ARNG type register name conversionGuoqi Chen
2026-02-14cmd/go: validate inferred module path for go mod initYanchen Chen
2026-02-13encoding/json/v2: allow streaming JSON methods to return errors.ErrUnsupportedJoe Tsai
2026-02-13cmd/go/internal/vcs: delete go-internal argument handling dead codeTony Tang
2026-02-13encoding/json/v2: remove SkipFunc sentinel errorJoe Tsai
2026-02-13cmd/go: document PATH behavior for `go run` and `go tool`Paschalis T
2026-02-13cmd/link: support PIE on linux/s390x without cgoGeorge Adams
2026-02-13encoding/json/v2: dual support errors.ErrUnsupported and SkipFuncJoe Tsai
2026-02-13doc: document the gotypesalias removalMateusz Poliwczak
2026-02-13runtime: delete deadcode in mheapTony Tang
2026-02-13net/netip: optimize Prefix.Stringdatabase64128
2026-02-13cmd/cover: exclude commented-out code from coverage instrumentationRudy Regazzoni
2026-02-13doc: document GODEBUG carve out for security releasesSean Liao