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
/
src
/
cmd
/
compile
/
internal
/
test
Age
Commit message (
Expand
)
Author
2022-04-21
reflect: make more Value methods inlineable
Joe Tsai
2022-04-18
reflect: make Value.MapRange inlineable
Joe Tsai
2022-04-14
cmd/compile: modify switches of strings to use jump table for lengths
Keith Randall
2022-04-14
cmd/compile: implement jump tables
Keith Randall
2022-04-12
cmd/compile: add SARX instruction for GOAMD64>=3
Wayne Zuo
2022-04-12
Revert "cmd/compile/internal: fix test error on loong64"
Bryan Mills
2022-04-12
cmd/compile/internal: fix test error on loong64
Xiaodong Liu
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-09
cmd/compile: require -p flag
Russ Cox
2022-02-16
cmd/go/internal/modload: set errors for packages with invalid import paths
Bryan C. Mills
2022-01-13
cmd/compile: stop interface conversions for generic method calls from allocating
Keith Randall
2021-10-25
cmd/compile/internal/typecheck: record whether an interface is implicit
Robert Findley
2021-10-13
cmd/compile: fix inst_test.go for riscv5
Dan Scales
2021-10-12
[dev.typeparams] cmd/compile: add test for number of instantiations
Dan Scales
2021-10-08
runtime: fix uint64->float32 conversion for softfloat
Keith Randall
2021-10-06
cmd/compile: add runtime.funcspdelta to intended inlining test
Josh Bleecher Snyder
2021-09-27
reflect: add Value.{CanInt, CanUint, CanFloat, CanComplex}
Fabio Falzoi
2021-09-27
runtime: move entry method from _func to funcInfo
Josh Bleecher Snyder
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-08-28
unicode/utf8: add AppendRune
Joe Tsai
2021-08-27
cmd/compile/internal/types: unexport New and NewBasic
Matthew Dempsky
2021-07-08
[dev.typeparams] cmd/compile: cleanup ABI utils tests
Matthew Dempsky
2021-06-29
[dev.typeparams] cmd/compile: add a field (method) name for function in TestA...
Dan Scales
2021-06-11
[dev.typeparams] runtime: simplify defer record allocation
Cherry Mui
2021-06-08
[dev.typeparams] runtime: remove variadic defer/go calls
Cherry Mui
2021-05-25
[dev.typeparams] all: merge master (f22ec51) into dev.typeparams
Matthew Dempsky
2021-05-24
cmd/compile: ensure equal functions don't do unaligned loads
Keith Randall
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-05-08
cmd/compile: remove bit operations that modify memory directly
Keith Randall
2021-04-30
cmd/compile: handle field padding for register-passed structs
Than McIntosh
2021-04-12
cmd/compile/internal/amd64: follow-on regabi fix for amd64 zerorange
Than McIntosh
2021-04-12
runtime: using wyhash for memhashFallback on 64bit platform
Meng Zhuo
2021-03-23
cmd/compile/internal/test: update abi tests for recent spec changes
Than McIntosh
2021-03-23
cmd/compile: optimize codes with arm64 REV16 instruction
fanzha02
2021-03-19
cmd/compile: add clobberdeadreg mode
Cherry Zhang
2021-03-17
cmd/compile: resurrect clobberdead mode
Cherry Zhang
2021-03-16
cmd/compile: (fixed) spill output parameters passed in registers as autos
David Chase
2021-03-15
Revert "cmd/compile: spill output parameters passed in registers as autos"
David Chase
2021-03-15
cmd/compile: spill output parameters passed in registers as autos
David Chase
2021-03-15
net: use mid-stack inlining with ReadFromUDP to avoid an allocation
Josh Bleecher Snyder
2021-03-09
cmd/compile: fix failure to communicate between ABIinfo producer&consumer
David Chase
2021-03-02
cmd/compile: better version of check frame offsets against abi
David Chase
2021-03-01
Revert "cmd/compile: check frame offsets against abi"
Bryan C. Mills
2021-02-27
cmd/compile: check frame offsets against abi
David Chase
2021-02-19
[dev.typeparams] all: merge master (06b86e9) into dev.typeparams
Robert Griesemer
2021-02-19
cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits
Russ Cox
2021-02-17
[dev.typeparams] merge master (2f0da6d) into dev.typeparams
Rob Findley
2021-02-17
cmd/compile/internal/test: gofmt abiutils_test.go
Cherry Zhang
2021-01-28
[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...
Dan Scales
[prev]
[next]