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
/
test
/
fixedbugs
Age
Commit message (
Expand
)
Author
2025-06-26
cmd/compile/internal/escape: evaluate any side effects when rewriting with li...
thepudds
2025-06-04
test: add another regression test for issue 73309
Cuong Manh Le
2025-05-28
cmd/compile: do nil check before calling duff functions, on arm64 and amd64
Keith Randall
2025-05-27
cmd/compile/internal/walk: use original type for composite literals in addrTemp
thepudds
2025-05-22
cmd/compile: do not shapify when reading reshaping expr
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE with recursive alias type parameter
Cuong Manh Le
2025-05-22
cmd/compile: fix ICE when transforming loopvar
Cuong Manh Le
2025-05-21
cmd/compile/internal/escape: propagate constants to interface conversions to ...
thepudds
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2025-05-19
go/types, types2: improve error message for init without body
Mark Freeman
2025-05-15
cmd/compile: create LSym for closures with type conversion
Yongyue Sun
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-04-24
cmd/compile: put constant value on node inside parentheses
Keith Randall
2025-04-24
cmd/compile: add cast in range loop final value computation
Keith Randall
2025-04-23
runtime: use precise bounds of Go data/bss for race detector
Keith Randall
2025-04-21
cmd/compile: ensure we evaluate side effects of len() arg
Keith Randall
2025-04-07
cmd/compile: add additional flag constant folding rules
Keith Randall
2025-04-06
cmd/compile: be more conservative about arm64 insns that can take zero register
Keith Randall
2025-03-19
cmd/compile: remove implicit deref from len(p) where p is ptr-to-array
Keith Randall
2025-03-13
cmd/compile: don't move nilCheck operations during tighten
Keith Randall
2025-03-11
go/types, types2: report better error messages for slice expressions
Robert Griesemer
2025-03-10
go/types, types2: better error messages for copy built-in
Robert Griesemer
2025-03-06
go/types, types2: better error messages for invalid calls
Robert Griesemer
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2025-03-05
cmd/compile: use inline-Pos-based recursion test
David Chase
2025-03-04
cmd/compile: fix out of memory when inlining closure
Cuong Manh Le
2025-02-26
cmd/compile: don't pull constant offsets out of pointer arithmetic
Keith Randall
2025-02-25
cmd/compile: ensure we don't reuse temporary register
khr@golang.org
2025-02-20
cmd/compile: don't report newLimit discovered when unsat happens multiple times
Jorropo
2025-02-19
cmd/compile: determine static values of len and cap in make() calls
Mateusz Poliwczak
2025-02-19
cmd/compile, runtime: use deferreturn as target PC for recover from deferrang...
David Chase
2025-02-18
cmd/compile: avoid infinite recursion when inlining closures
Cuong Manh Le
2025-02-15
cmd/compile: fix sign extension of paired 32-bit loads on arm64
Keith Randall
2025-02-03
test/issue71226: add cast to avoid clang error
Ian Lance Taylor
2025-02-03
cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.h
Ian Lance Taylor
2025-02-03
cmd/cgo: add C declaration parameter unused attribute
Ian Lance Taylor
2024-12-04
sync/atomic: add missing leak tests for And & Or
Jorropo
2024-11-22
cmd/compile: modify CSE to remove redundant OpLocalAddrs
Youlin Feng
2024-11-21
cmd/compile: fix rewrite rules for multiply/add
Keith Randall
2024-11-19
crypto/ecdh: move implementation to crypto/internal/fips/ecdh
Filippo Valsorda
2024-11-18
cmd/compile: remove gc programs from stack frame objects
Keith Randall
2024-11-15
sync/atomic: make intrinsics noescape except 64bits op on 32bits arch and uns...
Jorropo
2024-11-14
cmd/compile: better error message when offending/missing token is a keyword
Robert Griesemer
2024-11-12
runtime: fix iterator returns map entries after clear (pre-swissmap)
Youlin Feng
2024-11-05
cmd/compile: init limit for newly created value in prove pass
Youlin Feng
2024-11-04
cmd/compile: fix inlining name mangling for blank label
Cuong Manh Le
2024-10-23
go/types, types2: qualify named types in error messages with type kind
Robert Griesemer
2024-10-22
go/types: improve recursive type error message
Max Neverov
2024-10-21
cmd/link: generate Mach-O UUID when -B flag is specified
Cherry Mui
2024-10-14
all: wire up swisstable maps
Michael Pratt
[next]