aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall
2026-03-06runtime: when panicking, skip ahead to previous panicKeith Randall
2026-03-06crypto/x509: add more test cases for name constraints.Rudolf Polzer
2026-03-06cmd/compile: use the correct const when flagging indirect map elem typesKirill Primak
2026-03-05crypto/x509: fix name constraint checking panicRoland Shoemaker
2026-03-05crypto/x509: fix full email constraint matchingRoland Shoemaker
2026-03-05html/template: properly escape URLs in meta content attributesRoland Shoemaker
2026-03-05net/url: reject IPv6 literal not at start of hostIan Alexander
2026-03-05net: skip TestListenIPv6WildcardAddr on DragonFly BSD and OpenBSDNicholas S. Husin
2026-03-05cmd/go/internal/vet: add missing newlines to log messagesAlan Donovan
2026-03-05image/jpeg: make decoder.receiveExtend branchlessNigel Tao
2026-03-05spec: permit keys denoting embedded fields in struct literalsRobert Griesemer
2026-03-04net/http: restore accidentally removed package docDamien Neil
2026-03-04cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable typesMateusz Poliwczak
2026-03-04runtime, cmd/compile: use preemptible memclr for large pointer-free clears“Muhammad
2026-03-04cmd/go: update go help entries to focus on modulesMichael Matloob
2026-03-04cmd/go: revert update default go directive in mod or work initMichael Matloob
2026-03-04cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwinGeorge Adams
2026-03-04syscall: make plan9 Errno implement the error interfaceBrad Fitzpatrick
2026-03-04runtime: fix value of ENOSYS on mips from 38 to 89Jorropo
2026-03-04image/jpeg: add support for non-standard chroma subsampling ratiosTaichi Maeda
2026-03-04net/http: add basic unexported pluggable HTTP/3 supportNicholas S. Husin
2026-03-03net: treat EPERM/EACCES in IPv6 probe as supportedRavi Sastry Kadali
2026-03-03doc/go_spec: add max and min to forbidden expression statements listTowaiji
2026-03-03time: mention Reset in Ticker.Stop docIan Lance Taylor
2026-03-03internal/bytealg: on android/arm64, don't read outside 16-byte regionsKeith Randall
2026-03-02syscall: define no-op Errno type on plan9Brad Fitzpatrick
2026-03-02cmd/compile: optimize sccp for faster convergenceYi Yang
2026-03-02cmd/compile, simd/archsimd: add VPSRL immeidate peepholesJunyang Shao
2026-03-02cmd/compile: add concurrency-ok property to some compiler debug flagsDavid Chase
2026-03-02runtime: fix printfloat, printcomplex buffer sizesMichael Pratt
2026-03-02runtime: skip futex_time64 and timer_settime64 on 32-bit Androiddyhkwong
2026-03-02reflect: outlilne []runtimeSelect allocation in SelectMateusz Poliwczak
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-03-01cmd/compile: combine some generic AMD64 simplificationsJakub Ciolek
2026-03-01math: add benchmark for float32/float64 conversionsMeng Zhuo
2026-03-01cmd/compile: (wasm) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (arm64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (amd64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: cleanup downward counting loop codeJorropo
2026-02-28cmd/internal/obj/loong64: change to get the opcodes of assembly instructions ...limeidan
2026-02-28runtime/cgo: build with C compiler option -std=gnu90Ian Lance Taylor
2026-02-28test: skip TestScanAllocIssue77573 with asan modeWang Deyu
2026-02-28runtime/cgo: add abi_riscv64.h for callee-saved register macrosGeorge Adams
2026-02-28test/codegen: add code generation test for subtle.ConstantTimeSelectJoel Sing
2026-02-28test/codegen: tighten bit related codegen tests on riscv64Joel Sing
2026-02-27cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0Jorropo
2026-02-27cmd/compile: test that time.Duration.String is inlineableDaniel Martí
2026-02-27cmd/compile: fix internal compiler error: bad write barrier typeFrancisco Ferraz
2026-02-27runtime: unified the calculate for max objects per spanTony