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
Age
Commit message (
Expand
)
Author
2023-02-17
test: add regress test for #58572
Matthew Dempsky
2023-02-13
cmd/compile: fix wrong escape analysis for go/defer generic calls
Cuong Manh Le
2023-02-09
cmd/compile: disable inline static init optimization
Cuong Manh Le
2023-02-09
cmd/compile/internal/staticinit: fix panic in interface conversion
Sung Yoon Whang
2023-02-09
cmd/compile: remove constant arithmetic overflows during typecheck
Cuong Manh Le
2023-02-08
cmd/compile: use MakeResult in empty MakeSlice elimination
Jorropo
2023-02-08
cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386
Wayne Zuo
2023-02-08
cmd/compile: fix inline static init arguments substitued tree
Cuong Manh Le
2023-02-07
test: add test for issue 58345
Cuong Manh Le
2023-02-06
cmd/compile: ensure first instruction in a function is not inlined
Keith Randall
2023-02-06
cmd/compile: add rules to emit SETBC/R instructions on power10
Archana R
2023-02-03
cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10
Archana R
2023-02-01
cmd/compile: schedule values with no in-block uses later
Keith Randall
2023-01-31
test: enable inlining tests for functions with local type
Cuong Manh Le
2023-01-31
cmd/compile: add clear(x) builtin
Cuong Manh Le
2023-01-31
cmd/compile: inline known-size memclrNoHeapPointers calls
Jakub Ciolek
2023-01-28
cmd/compile: fix -m=2 output for recursive function with closures
Keith Randall
2023-01-27
test/codegen: merge identical ppc64 and ppc64le tests
Paul E. Murphy
2023-01-27
test/codegen: combine trivial PPC64 tests into ppc64x
Paul E. Murphy
2023-01-26
cmd/compile/internal/noder: stop creating TUNION types
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-24
test/codegen: accept ppc64x as alias for ppc64le and ppc64 arches
Paul E. Murphy
2023-01-24
test: remove TODO in issue20250.go
Matthew Dempsky
2023-01-24
Revert "cmd/compile: teach prove about bitwise OR operation"
Keith Randall
2023-01-24
cmd/compile: flag 'large' functions when -m=2+ in effect
Than McIntosh
2023-01-23
cmd/compile: teach prove about unsigned division, modulus and rsh
Jorropo
2023-01-23
cmd/compile: make loopbce handle 8, 16 and 32 bit induction variables
Jakub Ciolek
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2023-01-21
test: test that we schedule OpArgIntReg early
Keith Randall
2023-01-21
cmd/compile: sort liveness variable reports
Keith Randall
2023-01-20
cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwo
Jorropo
2023-01-20
cmd/compile: rewrite empty makeslice to zerobase pointer
Jorropo
2023-01-20
cmd/compile: improve scheduling pass
Keith Randall
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
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
2023-01-04
cmd/compile: use "satisfies" (not "implements") for constraint errors
Robert Griesemer
2022-12-14
cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualization
Matthew Dempsky
2022-12-09
cmd/compile: fix conditional select rule
Keith Randall
2022-12-06
cmd/compile: turn off jump tables when spectre retpolines are on
Keith Randall
2022-12-03
all: fix some comments for method
cui fliter
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
[next]