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
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-24
test: remove TODO in issue20250.go
Matthew Dempsky
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2023-01-18
cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruption
Cuong Manh Le
2023-01-17
cmd/compile: fix static init inlining for hidden node fields
Matthew Dempsky
2023-01-17
cmd/compile: ensure temp register mask isn't empty
Keith Randall
2023-01-11
go/types, types2: don't look up fields or methods when expecting a type
Robert Findley
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-12-14
cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualization
Matthew Dempsky
2022-12-09
cmd/compile: fix conditional select rule
Keith Randall
2022-11-30
cmd/compile: fix inline static init with derived types
Cuong Manh Le
2022-11-30
cmd/compile: disallow CMOV optimization with ptr arithmetic as an arg
Keith Randall
2022-11-23
cmd/compile: reenable inlstaticinit
Russ Cox
2022-11-22
cmd/compile: add -d=inlstaticinit debug flag
Matthew Dempsky
2022-11-21
cmd/compile: reject anonymous interface cycles
Matthew Dempsky
2022-11-18
cmd/compile: fix wrong optimization for eliding Not in Phi
Wayne Zuo
2022-11-17
cmd/compile: fix broken IR for iface -> eface
Cuong Manh Le
2022-11-17
cmd/compile: fix static init for inlined calls
Cuong Manh Le
2022-11-15
cmd/compile: fix missing typecheck for static initialization slice
Cuong Manh Le
2022-11-11
test: add regression test for issue 53439
Cuong Manh Le
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-11-03
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
Matthew Dempsky
2022-10-20
cmd/compile: in compiler errors, print more digits for floats close to an int
Keith Randall
2022-10-12
test: update test/run.go and some tests to use importcfg
Michael Matloob
2022-10-12
all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-10
test: add test case that caused a bogus error from gofrontend
Ian Lance Taylor
2022-10-10
cmd/compile: fix missing walk pass for static initialization slice
Cuong Manh Le
2022-09-30
cmd/compile: eagerly create LSym for closures
Michael Pratt
2022-09-29
go/types, types2: more concise error messages for cycle errors
Robert Griesemer
2022-09-28
cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...
Robert Griesemer
2022-09-28
cmd/compile: use "cannot use %s as %s value in %s: %s" error message
Robert Griesemer
2022-09-27
cmd/compile: use "method T.m already declared" for method redeclaration errors
Robert Griesemer
2022-09-27
go/types, types2: use "unknown field f in struct literal of type S" in error ...
Robert Griesemer
2022-09-27
go/types, types2: use "and not used" instead of "but not used" in error messages
Robert Griesemer
2022-09-24
cmd/compile: use "missing method m" instead of "missing m method"
cuiweixie
2022-09-23
cmd/compile: use "init... cycle" instead of "init... loop" in error messages
Robert Griesemer
2022-09-19
cmd/compile: avoid using destination pointer base type in memmove optimization
Keith Randall
2022-09-19
cmd/compile/internal/typebits: relax alignment check
Cuong Manh Le
2022-09-07
test: add failing test case for inlined type switches
Matthew Dempsky
2022-09-07
test: add regression test for issue 54911
Cuong Manh Le
2022-09-06
cmd/compile: do not devirtualize defer/go calls
Cuong Manh Le
2022-09-02
runtime: drop function context from traceback
Austin Clements
2022-09-02
go/types,types2: move notinheap tests to fixedbugs directory
Cuong Manh Le
2022-09-02
cmd/link: only add dummy XCOFF reference if the symbol exists
Cherry Mui
2022-09-02
cmd/compile: restrict //go:notinheap to runtime/internal/sys
Cuong Manh Le
2022-09-01
cmd/compile: avoid "not used" errors due to bad go/defer statements
Robert Griesemer
2022-09-01
go/parser: adjustments to error messages
Robert Griesemer
2022-09-01
cmd/compile/internal/syntax: use BadExpr instead of fake CallExpr in bad go/d...
Robert Griesemer
2022-09-01
go/types,types2: exclude tests that need cgo.Incomplete
Cuong Manh Le
2022-09-01
test: use cgo.Incomplete instead of go:notinheap for "run" tests
Cuong Manh Le
[next]