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
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-10-07
cmd/compile: intrinsify Sub64 on loong64
Wayne Zuo
2022-10-07
cmd/compile: intrinsify Add64 on loong64
Wayne Zuo
2022-10-06
cmd/compile: fold constant shift with extension on riscv64
Wayne Zuo
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-10-01
test: skip inlining check in escape4.go
Cuong Manh Le
2022-10-01
test: relax closure name matching in closure3.go
Cuong Manh Le
2022-09-30
test: enable issue47631.go for Unified IR
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-27
cmd/compile: use stricter rule for possible partial overlap
Keith Randall
2022-09-27
all: replace [0-9] with \d in regexps
TomCao New Macbook Pro
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-20
cmd/compile: Add some CMP and CMN optimization rules on arm64
eric fang
2022-09-19
cmd/compile: skip emitting dictionaries with missing method expressions
Matthew Dempsky
2022-09-19
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-09-19
test: add regress test for issue 55101
Matthew Dempsky
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-17
cmd/compile: resolve known outcomes for SLTI/SLTIU on riscv64
Joel Sing
2022-09-15
cmd/compile: make encoding/binary appends cheaper to inline
Wayne Zuo
2022-09-09
sync: convert RWMutex.{readerCount,readerWait} to atomic type
Cuong Manh Le
2022-09-08
go/types, types2: implement slice-to-array conversions
Robert Griesemer
2022-09-07
cmd/compile: Add shiftIsBounded check for logic shifts of arm64
ruinan
2022-09-07
cmd/compile/internal/noder: fix type switch case vars package
Matthew Dempsky
2022-09-07
test: add failing test case for inlined type switches
Matthew Dempsky
2022-09-07
test: fix typo in escape_unsafe.go
Matthew Dempsky
2022-09-07
test: add regression test for issue 54911
Cuong Manh Le
2022-09-07
Revert "sync: convert Once.done to atomic type"
Ian Lance Taylor
2022-09-06
cmd/compile: do not devirtualize defer/go calls
Cuong Manh Le
2022-09-06
sync: convert Once.done to atomic type
cuiweixie
2022-09-02
runtime: drop function context from traceback
Austin Clements
2022-09-02
cmd/compile: rewrite >>c<<c to &^(1<<c-1)
Keith Randall
2022-09-02
cmd/compile/internal/noder: allow OCONVNOP for identical iface conversions
Matthew Dempsky
2022-09-02
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-09-02
cmd/compile: optimize RotateLeft8/16 on arm64
ruinan
2022-09-02
go/types,types2: move notinheap tests to fixedbugs directory
Cuong Manh Le
2022-09-02
cmd/compile: optimize shift ops on arm64 when the shift value is v&63
ruinan
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
[prev]
[next]