aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-02-24cmd/compile: avoid panic in ternary rewrite on checked instructionsEyalcfish
2026-02-24os/signal: completely ignore bogus signalsMichael Pratt
2026-02-24log/syslog: document that this package no longer works after macOS 12.0Emmanuel T Odeke
2026-02-24internal/profile: fix error message casing for function ID not foundjjpinto
2026-02-24internal/runtime/sys: improve DIT assemblyRoland Shoemaker
2026-02-24internal/cpu,cmd/internal/obj/arm64: add SBRoland Shoemaker
2026-02-23runtime/cgo: fix setg_gcc call on aix/ppc64qmuntal
2026-02-23cmd/internal/obj/loong64: remove getting 32-bits address optab entrylimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVVF optab entries into ABSFlimeidan
2026-02-23cmd/internal/obj/loong64: merge moving data operations into one caselimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVD optab entries into MOVFlimeidan
2026-02-23cmd/internal/obj/loong64: merge MOVWU optab entries into MOVBUlimeidan
2026-02-23runtime: printquoted: fix decoderune callDavid Finkel
2026-02-23cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64Xueqi Luo
2026-02-23runtime: printquoted: preserve bytes of invalid UTF-8 encodingsDavid Finkel
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