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-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
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-17
test: remove optimizationOff
Cuong Manh Le
2022-11-17
cmd/compile: handle integer conversions in static init inliner
Russ Cox
2022-11-16
test: fix noinit on noopt builder
Russ Cox
2022-11-16
cmd/compile: handle simple inlined calls in staticinit
Russ Cox
2022-11-15
cmd/compile: fix missing typecheck for static initialization slice
Cuong Manh Le
2022-11-14
cmd/compile: merge zero constant ISEL in PPC64 lateLower pass
Paul E. Murphy
2022-11-11
test: add regression test for issue 53439
Cuong Manh Le
2022-11-09
cmd/compile: enable brachelim pass on loong64
Wayne Zuo
2022-11-08
cmd/compile: fix transitive inlining of generic functions
Matthew Dempsky
2022-11-07
codegen: check for PPC64 ISEL in condmove tests
Paul E. Murphy
2022-11-03
cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and older
Matthew Dempsky
2022-11-03
cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priority
Paul E. Murphy
2022-11-01
test/bench/go1: eliminate start-up time
Austin Clements
2022-10-31
cmd/compile: add rule for post-decomposed growslice optimization
Keith Randall
2022-10-27
cmd/compile: recognize when the result of append has a constant length
Keith Randall
2022-10-20
cmd/compile: in compiler errors, print more digits for floats close to an int
Keith Randall
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
[next]