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