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
3 days
cmd/compile: handle min integer step in loop
Cuong Manh Le
7 days
cmd/compile: improve stp merging for non-sequent cases
Melnikov Denis
9 days
cmd/compile: report error instead of ICE for oversized map element
gulmix
2026-04-01
go/types, types2: in range-over-func, the yield function cannot be variadic
Robert Griesemer
2026-03-31
cmd/compile: fix wrong label loop during rangefunc rewrite
Cuong Manh Le
2026-03-31
cmd/compile: ensure map/slice clearing expressions are walked
Cuong Manh Le
2026-03-30
cmd/compile/internal/devirtualize: use pointer identity for type comparison
Mateusz Poliwczak
2026-03-26
cmd/compile: skip incomplete types in needWrapper
Cuong Manh Le
2026-03-26
cmd/compile: do not invert loops that would overflow or underflow
Jorropo
2026-03-26
cmd/compile: fix missing walk for OAS2RECV node
Cuong Manh Le
2026-03-25
cmd/compile: preserve variadic signature on range-over-func
Cuong Manh Le
2026-03-20
Revert "runtime: disable test for 78081"
Keith Randall
2026-03-20
cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)
Robert Griesemer
2026-03-20
runtime: disable test for 78081
Keith Randall
2026-03-19
go/types, types2: allow promoted field names as keys in struct literals
Robert Griesemer
2026-03-18
runtime: add a test for issue 78081
Keith Randall
2026-03-10
cmd/compile: unwrap OCONVIFACE in staticinit for OAS2
Oliver Eikemeier
2026-03-10
cmd/compile: forward small Load through Move to avoid redundant copies
dorbmon
2026-03-10
cmd/compile: fix ICE when checking slice cap
Cuong Manh Le
2026-03-10
test/fixedbugs: increase issue46234 test timeout
qmuntal
2026-03-06
cmd/compile/internal/typecheck: simplify tcSliceHeader
Cuong Manh Le
2026-03-06
cmd/compile: use tail calls for wrappers for embedded interfaces
Keith Randall
2026-03-04
cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable types
Mateusz Poliwczak
2026-02-27
cmd/compile: fix internal compiler error: bad write barrier type
Francisco Ferraz
2026-02-25
cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-02-25
cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped
Keith Randall
2026-02-24
reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloads
Keith Randall
2026-02-21
cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields
Keith Randall
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-04
cmd/compile: don't double-walk the map argument of clear
Keith Randall
2026-01-26
cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...
fumiyanokesinn
2026-01-15
go/types,cmd/compile/internal/types2: better diagnostic for type shadowing
Alan Donovan
2025-12-23
cmd/compile: handle propagating an out-of-range jump table index
Cuong Manh Le
2025-12-05
cmd/compile: fix mis-infer bounds in slice len/cap calculations
Cuong Manh Le
2025-11-26
go/types, types2: replace setDefType with pending type check
Mark Freeman
2025-11-14
cmd/compile: allow multi-field structs to be stored directly in interfaces
Keith Randall
2025-11-13
test: fix tests to work with sizespecializedmalloc turned off
matloob@golang.org
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-28
cmd/compile: don't optimize away a panicing interface comparison
Keith Randall
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-09-24
cmd/compile: don't rely on loop info when there are irreducible loops
Keith Randall
2025-09-09
cmd/compile/internal/inline: ignore superfluous slicing
Jake Bailey
2025-09-09
cmd/compile: fix bounds check report
Keith Randall
2025-08-21
cmd/asm: process forward jump to PCALIGN
ZhouGuangyuan
2025-08-18
cmd/compile: ensure we use allowed registers for input-clobbering instructions
Keith Randall
2025-08-12
all: delete aliastypeparams GOEXPERIMENT
Cherry Mui
2025-08-11
Revert "cmd/compile: allow StructSelect [x] of interface data fields for x>0"
Keith Randall
2025-08-11
Revert "cmd/compile: allow more args in StructMake folding rule"
Keith Randall
[next]