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
*
[dev.regabi] test: run abi/regabipragma test with -c=1
dev.regabi
Cherry Zhang
2021-02-16
2
-1
/
+2
*
[dev.regabi] all: merge master (ff0e93e) into dev.regabi
Cherry Zhang
2021-02-12
1
-0
/
+24
|
\
|
*
cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHOD
Cherry Zhang
2021-02-10
1
-0
/
+24
*
|
[dev.regabi] go/types: must not import a package called "init"
Rob Findley
2021-02-09
3
-0
/
+21
*
|
[dev.regabi] cmd/compile: reserve X15 as zero register on AMD64
Cherry Zhang
2021-02-03
1
-2
/
+2
*
|
[dev.regabi] all: merge master (fca94ab) into dev.regabi
Robert Griesemer
2021-02-02
1
-4
/
+4
|
\
\
|
|
/
|
*
test: fix incorrectly laid out instructions in issue11656.go
Tom Thorogood
2021-02-01
1
-4
/
+4
*
|
[dev.regabi] test: add a test for inlining closures
Dan Scales
2021-02-01
1
-0
/
+28
*
|
[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
Matthew Dempsky
2021-01-25
1
-0
/
+45
|
\
\
|
|
/
|
*
cmd/compile: fix order-of-assignment issue w/ defers
Matthew Dempsky
2021-01-25
1
-0
/
+33
*
|
[dev.regabi] cmd/compile: enable rational constant arithmetic
Matthew Dempsky
2021-01-25
2
-4
/
+3
*
|
[dev.regabi] cmd/compile: backport changes from dev.typeparams (9456804)
Matthew Dempsky
2021-01-25
1
-1
/
+1
*
|
[dev.regabi] cmd/compile: fix escape analysis problem with closures
Dan Scales
2021-01-23
1
-0
/
+18
*
|
[dev.regabi] all: merge master (dab3e5a) into dev.regabi
Matthew Dempsky
2021-01-22
9
-3
/
+267
|
\
\
|
|
/
|
*
cmd/compile: require 'go 1.16' go.mod line for //go:embed
Russ Cox
2021-01-19
2
-0
/
+27
|
*
cmd/compile: fix wrong complement for arm64 floating-point comparisons
Junchen Li
2021-01-14
1
-0
/
+119
|
*
cmd/compile: fix exponential-time init-cycle reporting
Russ Cox
2021-01-08
1
-0
/
+36
|
*
test: fix timeout code for invoking compiler
Russ Cox
2021-01-08
1
-3
/
+11
|
*
cmd/compile: don't short-circuit copies whose source is volatile
Keith Randall
2021-01-08
1
-0
/
+40
|
*
cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelect
Cuong Manh Le
2021-01-07
3
-0
/
+34
*
|
[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...
Dan Scales
2021-01-20
5
-33
/
+69
*
|
[dev.regabi] cmd/compile: use '%q' for printing rune values less than 128
Cuong Manh Le
2021-01-19
1
-0
/
+11
*
|
[dev.regabi] cmd/compile: cleanup callTargetLSym
Matthew Dempsky
2021-01-19
1
-4
/
+4
*
|
[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...
Matthew Dempsky
2021-01-18
6
-13
/
+13
*
|
[dev.regabi] cmd/compile: cleanup OAS2FUNC ordering
Matthew Dempsky
2021-01-16
1
-0
/
+16
*
|
[dev.regabi] cmd/compile: don't promote Byval CaptureVars if Addrtaken
Matthew Dempsky
2021-01-15
1
-0
/
+18
*
|
[dev.regabi] test: disable test on windows because expected contains path sep...
David Chase
2021-01-15
1
-0
/
+1
*
|
[dev.regabi] cmd/compile: fix ICE when initializing blank vars
Matthew Dempsky
2021-01-14
1
-0
/
+18
*
|
[dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...
David Chase
2021-01-13
5
-1
/
+71
*
|
[dev.regabi] test: make run.go error messages slightly more informative
David Chase
2021-01-13
1
-22
/
+22
*
|
[dev.regabi] cmd/compile: make ordering for InvertFlags more stable
David Chase
2021-01-13
2
-5
/
+5
*
|
[dev.regabi] cmd/compile: always use the compile queue
Matthew Dempsky
2021-01-12
1
-1
/
+1
*
|
[dev.regabi] cmd/compile: stop using Vargen for import/export
Matthew Dempsky
2021-01-12
4
-1
/
+54
*
|
[dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA construction
Matthew Dempsky
2021-01-10
3
-13
/
+73
*
|
[dev.regabi] cmd/compile: remove toolstash scaffolding
Matthew Dempsky
2021-01-05
2
-2
/
+0
*
|
[dev.regabi] cmd/compile: reimplement capture analysis
Matthew Dempsky
2021-01-05
2
-0
/
+2
*
|
[dev.regabi] test: enable finalizer tests on !amd64
Matthew Dempsky
2021-01-05
2
-10
/
+4
*
|
[dev.regabi] cmd/compile: fix re-export of parameters
Matthew Dempsky
2021-01-04
3
-0
/
+72
*
|
[dev.regabi] cmd/compile: fix ICE due to large uint64 constants
Matthew Dempsky
2021-01-04
1
-0
/
+33
*
|
[dev.regabi] cmd/compile: fix map assignment order
Matthew Dempsky
2021-01-03
1
-0
/
+113
*
|
[dev.regabi] test: add another closure test case
Matthew Dempsky
2021-01-01
1
-0
/
+14
*
|
[dev.regabi] cmd/compile: fix package-initialization order
Matthew Dempsky
2021-01-01
2
-0
/
+29
*
|
[dev.regabi] cmd/compile: fix printing of method expressions
Matthew Dempsky
2020-12-31
2
-3
/
+30
*
|
[dev.regabi] cmd/compile: fix defined-pointer method call check
Matthew Dempsky
2020-12-30
1
-0
/
+124
*
|
[dev.regabi] cmd/compile: stop mangling SelectorExpr.Sel for ODOTMETH
Matthew Dempsky
2020-12-28
1
-3
/
+3
*
|
[dev.regabi] cmd/compile: cleanup assignment typechecking
Matthew Dempsky
2020-12-25
3
-4
/
+5
*
|
[dev.regabi] all: merge master (c9fb4eb) into dev.regabi
Russ Cox
2020-12-22
1
-10
/
+13
|
\
\
|
|
/
|
*
test: trigger SIGSEGV instead of SIGTRAP in issue11656.go
Cherry Zhang
2020-12-22
1
-17
/
+13
|
*
test: skip issue11656.go on mips/mips64/ppc64
Ian Lance Taylor
2020-12-21
1
-0
/
+7
*
|
[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappers
Than McIntosh
2020-12-22
1
-1
/
+8
[next]