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
/
src
/
cmd
/
compile
/
internal
/
noder
/
transform.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/compile: remove GOEXPERIMENT=nounified frontend
Matthew Dempsky
2023-01-26
1
-1085
/
+0
*
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
2022-08-31
1
-3
/
+3
*
all: fix some typos
cui fliter
2022-08-16
1
-1
/
+1
*
cmd/compile: avoid assignment conversion in append(a, b...)
Keith Randall
2022-08-08
1
-5
/
+5
*
cmd/compile: fix bad order of evaluation for multi-value f()(g()) calls
Cuong Manh Le
2022-05-11
1
-0
/
+1
*
cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type
Matthew Dempsky
2022-05-05
1
-2
/
+1
*
cmd/compile: fix transform of OEQ/ONE when one arg is a type param
Keith Randall
2022-03-10
1
-1
/
+1
*
cmd/compile/internal/typecheck: remove unused -G=0 code
Matthew Dempsky
2022-03-01
1
-6
/
+0
*
cmd/compile: add early a CONVIFACE normally created in the order phase
Dan Scales
2022-01-19
1
-0
/
+31
*
cmd/compile: fix conv of slice of user-define byte type to string
Dan Scales
2022-01-07
1
-0
/
+25
*
cmd/compile: fix position info for implicit nodes due to generics
Dan Scales
2021-11-15
1
-0
/
+3
*
cmd/compile: revert most of CL 349169
Keith Randall
2021-10-25
1
-14
/
+1
*
cmd/compile: allow delaying of transformCompLit, new transformAddr
Dan Scales
2021-10-08
1
-2
/
+18
*
cmd/compile: keep methods on generic types from being deadcode eliminated
Keith Randall
2021-09-27
1
-1
/
+14
*
cmd/compile: add required CONVIFACE nodes when translating OFUNCINST node
korzhao
2021-09-25
1
-0
/
+6
*
cmd/compile: delay all transforms for generic funcs/methods
Dan Scales
2021-09-20
1
-1
/
+1
*
cmd/compile: fix transform.AssignOp to deal with tricky case
Dan Scales
2021-09-20
1
-3
/
+12
*
cmd/compile: fixing writebarrier.go for -G=3
wdvxdr
2021-09-16
1
-0
/
+4
*
cmd/compile: remove unneeded early transforms, with dictionary change
Dan Scales
2021-09-15
1
-61
/
+23
*
cmd/compile: fix case where init info of OAS node is dropped
Dan Scales
2021-09-09
1
-0
/
+1
*
cmd/compile: add CONVIFACE nodes needed in generic code due to assignments
Dan Scales
2021-09-07
1
-0
/
+53
*
cmd/compile: fix handling of Defn field during stenciling
Dan Scales
2021-08-31
1
-4
/
+9
*
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-08-27
1
-2
/
+2
*
cmd/compile: fixes for non-constant Sizeof/Alignof/Offsetof
Dan Scales
2021-08-23
1
-1
/
+4
*
cmd/compile: always remove receiver type from instantiated method values
Keith Randall
2021-08-23
1
-5
/
+1
*
[dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...
Dan Scales
2021-08-09
1
-62
/
+8
*
[dev.typeparams] cmd/compile: implement generic type switches
Keith Randall
2021-08-09
1
-0
/
+4
*
[dev.typeparams] cmd/compile: do transformCall with non-shape type of call
Dan Scales
2021-08-06
1
-1
/
+2
*
[dev.typeparams] cmd/compile: handle meth expressions on typeparams
Dan Scales
2021-07-29
1
-1
/
+5
*
[dev.typeparams] transformDot() should set Selection and tc flag for added ODOTs
Dan Scales
2021-07-24
1
-0
/
+18
*
[dev.typeparams] Add CONVIFACE nodes in noder2, where possible
Dan Scales
2021-07-23
1
-9
/
+12
*
[dev.typeparams] Fix problem with 14.go
Dan Scales
2021-07-22
1
-2
/
+0
*
[dev.typeparams] cmd/compile: report mismatch between types because of //go:...
Dan Scales
2021-07-09
1
-1
/
+9
*
[dev.typeparams] cmd/compile: remove ir.CallUse
Matthew Dempsky
2021-07-03
1
-1
/
+0
*
[dev.typeparams] cmd/compile: port fix for issue46725 to transform.go
Dan Scales
2021-06-28
1
-1
/
+13
*
[dev.typeparams] cmd/compile: port CL 330838 for -G=3
Cuong Manh Le
2021-06-28
1
-1
/
+1
*
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-27
1
-2
/
+2
*
[dev.typeparams] cmd/compile: rewrite method calls during typecheck
Cuong Manh Le
2021-06-26
1
-0
/
+3
*
[dev.typeparams] cmd/compile: allow conversions from type parameter to interface
Keith Randall
2021-06-07
1
-1
/
+4
*
[dev.typeparams] cmd/compile: point StructKeyExpr at the types.Field
Matthew Dempsky
2021-06-04
1
-26
/
+17
*
[dev.typeparams] cmd/compile: add dictionary argument to generic functions
Keith Randall
2021-06-02
1
-23
/
+49
*
cmd/compile: implement unsafe.Add and unsafe.Slice
Matthew Dempsky
2021-05-02
1
-2
/
+2
*
cmd/compile: break out transformations of tcCompLit into transformCompLit
Dan Scales
2021-04-08
1
-6
/
+160
*
cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...
Dan Scales
2021-04-05
1
-1
/
+1
*
cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...
Dan Scales
2021-03-31
1
-5
/
+0
*
cmd/compile: fix various small bugs related to type lists
Dan Scales
2021-03-30
1
-0
/
+2
*
cmd/compile: add transform functions for OXDOT and builtins
Dan Scales
2021-03-25
1
-3
/
+290
*
cmd/compile: create/use noder2 transform functions for more node types
Dan Scales
2021-03-25
1
-0
/
+523