index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-03-06
cmd/compile: use tail calls for wrappers for embedded interfaces
Keith Randall
2026-03-06
runtime: when panicking, skip ahead to previous panic
Keith Randall
2026-03-06
crypto/x509: add more test cases for name constraints.
Rudolf Polzer
2026-03-06
cmd/compile: use the correct const when flagging indirect map elem types
Kirill Primak
2026-03-05
crypto/x509: fix name constraint checking panic
Roland Shoemaker
2026-03-05
crypto/x509: fix full email constraint matching
Roland Shoemaker
2026-03-05
html/template: properly escape URLs in meta content attributes
Roland Shoemaker
2026-03-05
net/url: reject IPv6 literal not at start of host
Ian Alexander
2026-03-05
net: skip TestListenIPv6WildcardAddr on DragonFly BSD and OpenBSD
Nicholas S. Husin
2026-03-05
cmd/go/internal/vet: add missing newlines to log messages
Alan Donovan
2026-03-05
image/jpeg: make decoder.receiveExtend branchless
Nigel Tao
2026-03-05
spec: permit keys denoting embedded fields in struct literals
Robert Griesemer
2026-03-04
net/http: restore accidentally removed package doc
Damien Neil
2026-03-04
cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable types
Mateusz Poliwczak
2026-03-04
runtime, cmd/compile: use preemptible memclr for large pointer-free clears
“Muhammad
2026-03-04
cmd/go: update go help entries to focus on modules
Michael Matloob
2026-03-04
cmd/go: revert update default go directive in mod or work init
Michael Matloob
2026-03-04
cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin
George Adams
2026-03-04
syscall: make plan9 Errno implement the error interface
Brad Fitzpatrick
2026-03-04
runtime: fix value of ENOSYS on mips from 38 to 89
Jorropo
2026-03-04
image/jpeg: add support for non-standard chroma subsampling ratios
Taichi Maeda
2026-03-04
net/http: add basic unexported pluggable HTTP/3 support
Nicholas S. Husin
2026-03-03
net: treat EPERM/EACCES in IPv6 probe as supported
Ravi Sastry Kadali
2026-03-03
doc/go_spec: add max and min to forbidden expression statements list
Towaiji
2026-03-03
time: mention Reset in Ticker.Stop doc
Ian Lance Taylor
2026-03-03
internal/bytealg: on android/arm64, don't read outside 16-byte regions
Keith Randall
2026-03-02
syscall: define no-op Errno type on plan9
Brad Fitzpatrick
2026-03-02
cmd/compile: optimize sccp for faster convergence
Yi Yang
2026-03-02
cmd/compile, simd/archsimd: add VPSRL immeidate peepholes
Junyang Shao
2026-03-02
cmd/compile: add concurrency-ok property to some compiler debug flags
David Chase
2026-03-02
runtime: fix printfloat, printcomplex buffer sizes
Michael Pratt
2026-03-02
runtime: skip futex_time64 and timer_settime64 on 32-bit Android
dyhkwong
2026-03-02
reflect: outlilne []runtimeSelect allocation in Select
Mateusz Poliwczak
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-03-01
cmd/compile: combine some generic AMD64 simplifications
Jakub Ciolek
2026-03-01
math: add benchmark for float32/float64 conversions
Meng Zhuo
2026-03-01
cmd/compile: (wasm) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (arm64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (amd64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: cleanup downward counting loop code
Jorropo
2026-02-28
cmd/internal/obj/loong64: change to get the opcodes of assembly instructions ...
limeidan
2026-02-28
runtime/cgo: build with C compiler option -std=gnu90
Ian Lance Taylor
2026-02-28
test: skip TestScanAllocIssue77573 with asan mode
Wang Deyu
2026-02-28
runtime/cgo: add abi_riscv64.h for callee-saved register macros
George Adams
2026-02-28
test/codegen: add code generation test for subtle.ConstantTimeSelect
Joel Sing
2026-02-28
test/codegen: tighten bit related codegen tests on riscv64
Joel Sing
2026-02-27
cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0
Jorropo
2026-02-27
cmd/compile: test that time.Duration.String is inlineable
Daniel Martí
2026-02-27
cmd/compile: fix internal compiler error: bad write barrier type
Francisco Ferraz
2026-02-27
runtime: unified the calculate for max objects per span
Tony
[prev]
[next]