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
2024-01-23
cmd/compile: improve integer comparisons with numeric bounds
Jorropo
2024-01-08
cmd/compile: handle defined iter func type correctly
Cuong Manh Le
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-18
test: skip rangegen.go on 32-bit platforms
Than McIntosh
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 error message for mismatch between the number of type params...
Raghvender
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-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-12-01
cmd/compile: correct code generation for right shifts on riscv64
Joel Sing
2023-12-01
cmd/compile: fix typecheck range over rune literal
Cuong Manh Le
2023-11-30
cmd/compile: fix memcombine pass for big endian, > 1 byte elements
Keith Randall
2023-11-21
cmd/compile/internal/walk: copy SSA-able variables
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-16
cmd/compile/internal/inline: refactor AnalyzeFunc
Than McIntosh
2023-11-16
test: ignore MemProfileRecords with no live objects in finprofiled.go
Michael Anthony Knyszek
2023-11-13
cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres...
Paul E. Murphy
2023-11-09
cmd/internal/obj/ppc64: remove C_UCON optab matching class
Paul E. Murphy
2023-11-08
all: rename GOEXPERIMENT=range to rangefunc
Cherry Mui
2023-11-07
cmd/compile: fix findIndVar so it does not match disjointed loop headers
Jorropo
2023-11-02
test: run range-over-integer tests without need for -goexperiment
Robert Griesemer
2023-10-31
cmd/compile: ensure pointer arithmetic happens after the nil check
Keith Randall
2023-10-30
cmd/compile: optimize right shifts of int32 on riscv64
Ubuntu
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-19
test/codegen: fix PPC64 AddLargeConst test
Paul E. Murphy
2023-10-18
cmd/compile/internal/ssa: on PPC64, generate large constant paddi
Paul E. Murphy
2023-10-18
cmd/compile: fix funcdata encode for functions with large frame size
Cuong Manh Le
2023-10-18
cmd/compile: avoid ANDCCconst on PPC64 if condition not needed
Lynn Boger
2023-10-12
cmd/compile: when combining stores, use line number of first store
Keith Randall
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-09
cmd/compile: use type hash from itab field instead of type field
Keith Randall
2023-10-09
cmd/compile: fix typecheck range over negative integer
Cuong Manh Le
2023-10-09
cmd/compile: use cache in front of convI2I
Keith Randall
2023-10-08
cmd/compile: fix ICE with parenthesized builtin calls
Cuong Manh Le
2023-10-07
cmd/compile: optimize right shifts of uint32 on riscv
Mark Ryan
2023-10-06
sync: use atomic.Uint32 in Once
mstmdev
2023-10-06
cmd/compile: expand calls cleanup
David Chase
2023-10-06
cmd/compile: use cache in front of type assert runtime call
Keith Randall
2023-10-06
cmd/compile: add a cache to interface type switches
Keith Randall
2023-10-06
cmd/compile: improve interface type switches
Keith Randall
2023-10-05
cmd/compile: do not fatal when typechecking conversion expression
Cuong Manh Le
2023-10-05
cmd/internal/obj/ppc64: generate MOVD mask constants in register
Paul E. Murphy
2023-10-04
cmd/internal/obj/ppc64: generate small, shifted constants in register
Paul E. Murphy
[next]