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
path:
root
/
src
/
cmd
Age
Commit message (
Expand
)
Author
2026-02-22
cmd/internal/obj: support arm64 FMOVQ from/to global address
Alexander Musman
2026-02-21
cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields
Keith Randall
2026-02-21
cmd/compile: add flag for emitting diagnostics unsorted
Daniel Morsing
2026-02-19
cmd/cgo/internal/test: add a test for C calling into Go before init done
Cherry Mui
2026-02-19
cmd/compile, go/*: move method type parameter checks from parsers to type che...
Robert Griesemer
2026-02-19
cmd/link: use bfd ld 2.36+ on linux/arm64 instead of gold
Dimitri John Ledkov
2026-02-19
cmd/dist: clean up test.go
qmuntal
2026-02-18
cmd/link: don't pass -Wl,-S on illumos
Peter Tribble
2026-02-17
all: use LF line ending for C files
Cherry Mui
2026-02-17
cmd/covdata: update test expectations after coverage position change
Rudy Regazzoni
2026-02-17
cmd/internal/obj: remove ARM64 prefix from encoding helpers
Alexander Musman
2026-02-17
cmd/internal/obj: move ARM64RegisterListOffset from cmd/asm/internal/arch
Alexander Musman
2026-02-15
cmd/compile: don't drop same register twice
khr@golang.org
2026-02-14
cmd/compile: avoid folding 64-bit integers into 32-bit constants
Youlin Feng
2026-02-14
cmd/internal/obj/loong64: improve ARNG type register name conversion
Guoqi Chen
2026-02-14
cmd/go: validate inferred module path for go mod init
Yanchen Chen
2026-02-13
cmd/go/internal/vcs: delete go-internal argument handling dead code
Tony Tang
2026-02-13
cmd/go: document PATH behavior for `go run` and `go tool`
Paschalis T
2026-02-13
cmd/link: support PIE on linux/s390x without cgo
George Adams
2026-02-13
cmd/cover: exclude commented-out code from coverage instrumentation
Rudy Regazzoni
2026-02-12
cmd/go: do not collect build information for test packages when not needed
Pierre Gimalac
2026-02-12
cmd/go: fix panic in 'go run -C'
Oleksandr Redko
2026-02-12
cmd/go/internal/bug: sync go bug headings with GitHub form
ThanhNguyxn
2026-02-12
cmd/compile: make the cached sdom always return the reverse PO
Daniel Morsing
2026-02-12
cmd/go/internal/modindex: eliminate duplicated vars
Kir Kolyshkin
2026-02-12
cmd/compile: fix slice bounds check elimination after function inlining
Youlin Feng
2026-02-12
cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulk
Michael Podtserkovskii
2026-02-12
cmd/compile: set alignment for all content-addressable symbols
Ian Lance Taylor
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2026-02-12
cmd/link: handle runtime.type based on size, not GOOS
Ian Lance Taylor
2026-02-11
cmd/link: correct libc dynamic linker path
Meng Zhuo
2026-02-10
cmd/compile, runtime: set alignment of type descriptors
Ian Lance Taylor
2026-02-10
cmd/internal/obj: add Align field to LSym
Ian Lance Taylor
2026-02-10
cmd/compile: move likely used values into registers before entering loop
Keith Randall
2026-02-07
internal/abi, runtime: put type descriptor sizes in internal/abi
Ian Lance Taylor
2026-02-06
cmd/link: run ELF tests on Solaris
Ian Lance Taylor
2026-02-06
cmd/link: only run ELF tests on ELF systems
Ian Lance Taylor
2026-02-06
cmd/link: make TestTypePlacement work on AIX
Ian Lance Taylor
2026-02-06
cmd/link: use correct alignment for type descriptors on AIX
Ian Lance Taylor
2026-02-06
cmd/link: align covctrs symbol
Keith Randall
2026-02-06
cmd/compile: allow equal functions to perform unaligned load on loong64
Guoqi Chen
2026-02-06
cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSP
yongqijia
2026-02-06
runtime: add explicit lower bounds check to decoderune
Jonah Uellenberg
2026-02-06
cmd/link: ignore GCC generated .wm4/.wm8 symbols with no type
Ian Lance Taylor
2026-02-06
cmd/link: correct error message in loadelf.Load
Ian Lance Taylor
2026-02-06
cmd/compile: fix SIMD type parameter instantiation
Cuong Manh Le
2026-02-05
go/types, types2: mechanically swap x.mode() == invalid for !x.isValid()
Mark Freeman
2026-02-05
go/types, types2: mechanically swap x.mode_ = invalid for x.invalidate()
Mark Freeman
2026-02-05
go/types, types2: mechanically replace read accesses to operand.mode_
Mark Freeman
2026-02-05
go/types, types2: mechanically replace read accesses to operand.typ_
Mark Freeman
[prev]
[next]