index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/compile: in compiler errors, print more digits for floats close to an int
Keith Randall
2022-10-20
1
-0
/
+15
*
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-18
1
-12
/
+12
*
test: update test/run.go and some tests to use importcfg
Michael Matloob
2022-10-12
5
-32
/
+106
*
all: prevent fakePC overflow on 386 in libfuzzer mode
Cuong Manh Le
2022-10-12
1
-0
/
+12
*
test: add test case that caused a bogus error from gofrontend
Ian Lance Taylor
2022-10-10
1
-0
/
+18
*
cmd/compile: fix missing walk pass for static initialization slice
Cuong Manh Le
2022-10-10
1
-0
/
+11
*
cmd/compile: intrinsify Sub64 on loong64
Wayne Zuo
2022-10-07
1
-0
/
+8
*
cmd/compile: intrinsify Add64 on loong64
Wayne Zuo
2022-10-07
1
-0
/
+7
*
cmd/compile: fold constant shift with extension on riscv64
Wayne Zuo
2022-10-06
1
-3
/
+3
*
cmd/compile: add late lower pass for last rules to run
eric fang
2022-10-05
4
-11
/
+22
*
test: skip inlining check in escape4.go
Cuong Manh Le
2022-10-01
2
-7
/
+6
*
test: relax closure name matching in closure3.go
Cuong Manh Le
2022-10-01
2
-6
/
+5
*
test: enable issue47631.go for Unified IR
Cuong Manh Le
2022-09-30
2
-12
/
+8
*
cmd/compile: eagerly create LSym for closures
Michael Pratt
2022-09-30
1
-0
/
+16
*
go/types, types2: more concise error messages for cycle errors
Robert Griesemer
2022-09-29
11
-11
/
+11
*
cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...
Robert Griesemer
2022-09-28
1
-1
/
+1
*
cmd/compile: use "cannot use %s as %s value in %s: %s" error message
Robert Griesemer
2022-09-28
7
-18
/
+18
*
cmd/compile: use "method T.m already declared" for method redeclaration errors
Robert Griesemer
2022-09-27
4
-15
/
+15
*
go/types, types2: use "unknown field f in struct literal of type S" in error ...
Robert Griesemer
2022-09-27
4
-9
/
+9
*
go/types, types2: use "and not used" instead of "but not used" in error messages
Robert Griesemer
2022-09-27
15
-30
/
+30
*
cmd/compile: use stricter rule for possible partial overlap
Keith Randall
2022-09-27
1
-0
/
+59
*
all: replace [0-9] with \d in regexps
TomCao New Macbook Pro
2022-09-27
1
-2
/
+2
*
cmd/compile: use "missing method m" instead of "missing m method"
cuiweixie
2022-09-24
4
-16
/
+16
*
cmd/compile: use "init... cycle" instead of "init... loop" in error messages
Robert Griesemer
2022-09-23
42
-47
/
+47
*
cmd/compile: Add some CMP and CMN optimization rules on arm64
eric fang
2022-09-20
1
-0
/
+49
*
cmd/compile: skip emitting dictionaries with missing method expressions
Matthew Dempsky
2022-09-19
1
-0
/
+33
*
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-09-19
2
-1
/
+27
*
test: add regress test for issue 55101
Matthew Dempsky
2022-09-19
2
-0
/
+17
*
cmd/compile: avoid using destination pointer base type in memmove optimization
Keith Randall
2022-09-19
2
-0
/
+85
*
cmd/compile/internal/typebits: relax alignment check
Cuong Manh Le
2022-09-19
1
-0
/
+29
*
cmd/compile: resolve known outcomes for SLTI/SLTIU on riscv64
Joel Sing
2022-09-17
1
-33
/
+33
*
cmd/compile: make encoding/binary appends cheaper to inline
Wayne Zuo
2022-09-15
1
-2
/
+14
*
sync: convert RWMutex.{readerCount,readerWait} to atomic type
Cuong Manh Le
2022-09-09
1
-10
/
+10
*
go/types, types2: implement slice-to-array conversions
Robert Griesemer
2022-09-08
1
-2
/
+2
*
cmd/compile: Add shiftIsBounded check for logic shifts of arm64
ruinan
2022-09-07
1
-4
/
+87
*
cmd/compile/internal/noder: fix type switch case vars package
Matthew Dempsky
2022-09-07
1
-2
/
+0
*
test: add failing test case for inlined type switches
Matthew Dempsky
2022-09-07
4
-0
/
+38
*
test: fix typo in escape_unsafe.go
Matthew Dempsky
2022-09-07
1
-1
/
+1
*
test: add regression test for issue 54911
Cuong Manh Le
2022-09-07
1
-0
/
+21
*
Revert "sync: convert Once.done to atomic type"
Ian Lance Taylor
2022-09-07
1
-1
/
+1
*
cmd/compile: do not devirtualize defer/go calls
Cuong Manh Le
2022-09-06
1
-0
/
+32
*
sync: convert Once.done to atomic type
cuiweixie
2022-09-06
1
-1
/
+1
*
runtime: drop function context from traceback
Austin Clements
2022-09-02
1
-2
/
+19
*
cmd/compile: rewrite >>c<<c to &^(1<<c-1)
Keith Randall
2022-09-02
1
-0
/
+9
*
cmd/compile/internal/noder: allow OCONVNOP for identical iface conversions
Matthew Dempsky
2022-09-02
1
-0
/
+21
*
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-09-02
1
-0
/
+45
*
cmd/compile: optimize RotateLeft8/16 on arm64
ruinan
2022-09-02
1
-4
/
+6
*
go/types,types2: move notinheap tests to fixedbugs directory
Cuong Manh Le
2022-09-02
4
-1
/
+1
*
cmd/compile: optimize shift ops on arm64 when the shift value is v&63
ruinan
2022-09-02
1
-0
/
+9
*
cmd/link: only add dummy XCOFF reference if the symbol exists
Cherry Mui
2022-09-02
6
-6
/
+6
[next]