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: enable more lenient type inference for untyped arguments
Robert Griesemer
2023-05-18
1
-0
/
+19
*
cmd/compile/internal/noder: suppress unionType consistency check
Matthew Dempsky
2023-05-16
1
-1
/
+5
*
cmd/compile: make memcombine pass a bit more robust to reassociation of exprs
Keith Randall
2023-05-16
1
-0
/
+26
*
cmd/compile: enhance tighten pass for memory values
eric fang
2023-05-16
1
-0
/
+22
*
cmd/compile: update rules to generate more prefixed instructions
Lynn Boger
2023-05-15
1
-0
/
+71
*
test: add escape test for reflect.Value operations
Cherry Mui
2023-05-12
1
-0
/
+462
*
reflect: do not escape Value.Type
Cherry Mui
2023-05-12
1
-2
/
+2
*
internal/testdir: move to cmd/internal/testdir
Dmitri Shuralyov
2023-05-12
2
-3
/
+3
*
test/bench: delete
Austin Clements
2023-05-12
23
-3759
/
+0
*
test,internal/testdir: don't set GOOS/GOARCH
Austin Clements
2023-05-12
1
-5
/
+8
*
cmd/compile: add De Morgan's rewrite rule
Stefan
2023-05-10
1
-0
/
+14
*
test: add memcombine testcases for ppc64
Lynn Boger
2023-05-08
1
-4
/
+95
*
math: optimize math.Abs on mipsx
Junxian Zhu
2023-05-08
1
-0
/
+1
*
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-05-05
1
-11
/
+15
*
cmd/compile: un-hide closure func if parent expr moved to staticinit
Than McIntosh
2023-05-05
1
-0
/
+100
*
cmd/compile: rework marking of dead hidden closure functions
Than McIntosh
2023-05-05
7
-0
/
+202
*
math: optimize math.Abs on mips64x
Junxian Zhu
2023-05-05
1
-0
/
+1
*
cmd/compile: fix compilation of inferred type arguments
Matthew Dempsky
2023-05-03
1
-9
/
+7
*
Revert "cmd/compile: enhance tighten pass for memory values"
Daniel MartÃ
2023-05-03
1
-22
/
+0
*
cmd/compile: enhance tighten pass for memory values
erifan01
2023-05-03
1
-0
/
+22
*
cmd/compile: enable reverse type inference
Robert Griesemer
2023-05-03
1
-0
/
+39
*
cmd/link: put zero-sized data symbols at same address as runtime.zerobase
Cherry Mui
2023-04-28
1
-0
/
+33
*
runtime, cmd: rationalize StackLimit and StackGuard
Austin Clements
2023-04-21
1
-10
/
+3
*
Revert "runtime, cmd: rationalize StackLimit and StackGuard"
Austin Clements
2023-04-20
1
-3
/
+10
*
runtime, cmd: rationalize StackLimit and StackGuard
Austin Clements
2023-04-20
1
-10
/
+3
*
cmd/compile/internal/types2: only mark variables as used if they are
Robert Griesemer
2023-04-19
3
-3
/
+3
*
cmd/compile: remove memequal call from string compares in more cases
Keith Randall
2023-04-18
1
-0
/
+41
*
Revert "cmd/compile: rework marking of dead hidden closure functions"
Than McIntosh
2023-04-18
1
-65
/
+0
*
Revert "cmd/compile: allow more inlining of functions that construct closures"
Michael Knyszek
2023-04-17
1
-15
/
+11
*
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-17
1
-11
/
+15
*
cmd/compile: rework marking of dead hidden closure functions
Than McIntosh
2023-04-17
1
-0
/
+65
*
cmd/compile: better code generation for constant-fold switch
Cuong Manh Le
2023-04-14
1
-0
/
+14
*
cmd/compile: reenable inline static init
Cuong Manh Le
2023-04-14
4
-4
/
+4
*
cmd/compile: handle string concatenation in static init inliner
Cuong Manh Le
2023-04-14
1
-0
/
+14
*
cmd/link: establish dependable package initialization order
Keith Randall
2023-04-14
2
-5
/
+4
*
Revert "cmd/compile: allow more inlining of functions that construct closures"
Than McIntosh
2023-04-14
1
-15
/
+11
*
cmd/compile: fix ir.StaticValue for ORANGE
Junwei Zuo
2023-04-12
2
-0
/
+33
*
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
25
-27
/
+27
*
cmd/compile: teach prove about bitwise OR operation
Cuong Manh Le
2023-04-10
1
-0
/
+5
*
runtime: mark map bucket slots as empty during map clear
Cuong Manh Le
2023-04-08
1
-0
/
+77
*
cmd/compile: use correct type for byteswaps on multi-byte stores
Keith Randall
2023-04-07
1
-0
/
+80
*
cmd/compile: allow more inlining of functions that construct closures
Than McIntosh
2023-04-07
1
-11
/
+15
*
cmd/compile: deadcode unreferenced hidden closures during inlining
Than McIntosh
2023-04-07
2
-0
/
+85
*
cmd/compile: get more bounds info from logic operators in prove pass
ruinan
2023-04-07
2
-1
/
+20
*
cmd/compile: don't set range expr key/value type if already set
Cuong Manh Le
2023-04-05
1
-0
/
+26
*
Revert "cmd/compile: allow more inlining of functions that construct closures"
Than McIntosh
2023-04-03
1
-15
/
+11
*
crypto/subtle: don't cast to *uintptr when word size is 0
Keith Randall
2023-03-31
1
-0
/
+18
*
cmd/compile: allow more inlining of functions that construct closures
Austin Clements
2023-03-31
1
-11
/
+15
*
cmd/compile: casts from slices to array pointers are known to be non-nil
Keith Randall
2023-03-29
1
-0
/
+7
*
go/types, types2: don't report assignment mismatch errors if there are other ...
Robert Griesemer
2023-03-28
1
-1
/
+1
[next]