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
2024-03-29
Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar"
Than McIntosh
2024-03-29
cmd/compile: add missing OINLCAll case in mayModifyPkgVar
Cuong Manh Le
2024-03-28
cmd/compile: put constants before variables in initialization order
Keith Randall
2024-03-27
test: issue16016: use fewer goroutines for gccgo
Ian Lance Taylor
2024-03-20
cmd/compile: don't assume args are always zero-extended
Keith Randall
2024-03-18
go/types, types2: quote user-supplied names in error messages
Robert Griesemer
2024-03-14
test/fixedbugs: add regress test for inlining failure
Matthew Dempsky
2024-03-12
cmd/compile: fix sign/zero-extension removal
Keith Randall
2024-03-08
cmd/compile: fix copying SSA-able variables optimization
Cuong Manh Le
2024-03-02
cmd/compile: add 0-sized-value simplification to copyelim
David Chase
2024-03-01
cmd/compile: add missing Unalias call when writing type alias
Cuong Manh Le
2024-02-29
runtime: don't re-initialize itab while looking for missing function
khr@golang.org
2024-02-28
cmd/compile: mark pointer to noalg type as noalg
zuojunwei.1024
2024-02-28
go/types, types2: consistently use singular when reporting version errors
Robert Griesemer
2024-02-27
cmd/compile: fix early deadcode with label statement
Cuong Manh Le
2024-02-27
cmd/compile: use quotes to wrap user-supplied token
Zxilly
2024-02-20
cmd/compile/internal/typecheck: remove constant bounds check
Cuong Manh Le
2024-02-09
cmd/compile: separate inline cost analysis from applying inlining
Matthew Dempsky
2024-02-07
go/types, types2: better errors for non-existing fields or methods
Robert Griesemer
2024-01-26
go/types, types2: use existing case-insensitive lookup (remove TODO)
Robert Griesemer
2023-12-21
cmd/compile: handle constant-folding of an out-of-range jump table index
Keith Randall
2023-12-19
cmd/compile: remove interfacecycles debug flag
Robert Griesemer
2023-12-15
cmd/asm: fix encoding for arm right shift by constant 0
Keith Randall
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-08
cmd/compile: fix SCCP propagation into jump tables
Keith Randall
2023-12-05
cmd/compile: fix escape analysis of string min/max
Matthew Dempsky
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-20
cmd/compile/internal/inline: allow inlining of checkptr arguments
Matthew Dempsky
2023-11-07
cmd/compile: fix findIndVar so it does not match disjointed loop headers
Jorropo
2023-10-31
cmd/compile: ensure pointer arithmetic happens after the nil check
Keith Randall
2023-10-20
test: add tests that gofrontend failed
Ian Lance Taylor
2023-10-19
test: migrate remaining files to go:build syntax
Dmitri Shuralyov
2023-10-19
cmd/compile: report mismatched version set by //go:build
Cuong Manh Le
2023-10-18
cmd/compile: fix funcdata encode for functions with large frame size
Cuong Manh Le
2023-10-12
cmd/compiler: make decompose shortcuts apply for PtrShaped, not just Ptr
David Chase
2023-10-10
cmd/compile: get rid of zero-sized values in call expansion
David Chase
2023-10-09
cmd/compile: fix wrong argument of OpSelectN during expand_calls
Cuong Manh Le
2023-10-08
cmd/compile: fix ICE with parenthesized builtin calls
Cuong Manh Le
2023-10-05
cmd/compile: do not fatal when typechecking conversion expression
Cuong Manh Le
2023-09-14
cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner
Than McIntosh
2023-09-11
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
Matthew Dempsky
2023-09-11
cmd/compile/internal/staticinit: make staticopy safe
Matthew Dempsky
2023-09-11
cmd/compile/internal/typecheck: fix closure field naming
Matthew Dempsky
2023-09-08
cmd/compile/internal/noder: stop preserving original const strings
Matthew Dempsky
2023-09-07
cmd/compile: absorb InvertFlags into Noov comparisons
Keith Randall
2023-08-30
Revert "cmd/compile: use shorter ANDL/TESTL if upper 32 bits are known to be ...
Keith Randall
2023-08-28
cmd/compile/internal/ir: set Addrtaken on Canonical ONAME too
Matthew Dempsky
2023-08-25
runtime: fix maps.Clone bug when cloning a map mid-grow
Keith Randall
2023-08-24
cmd/internal/testdir: parse past gofmt'd //go:build lines
Bryan C. Mills
2023-08-24
test/fixedbugs: require cgo for issue10607.go
Bryan C. Mills
[prev]
[next]