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
Age
Commit message (
Expand
)
Author
2021-09-24
cmd/compile: move all usage of delayTransform out of helpers.go
Cuong Manh Le
2021-09-24
cmd/compile: fix case in dictPass where OMETHVALUE should become ODOTMETH
Dan Scales
2021-09-22
cmd/compile: break out constants for local and global dictionary prefixes
Dan Scales
2021-09-21
cmd/compile/internal/types2: export Named.Orig as Named.Origin
Robert Griesemer
2021-09-21
cmd/compile/internal/types2: instantiate methods when instantiating Named types
Robert Griesemer
2021-09-20
cmd/link: generate DIE for types referenced only through dictionaries
Alessandro Arzilli
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-17
cmd/compile: delay transformAssign if lhs/rhs have typeparam
Dan Scales
2021-09-17
cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flag
Matthew Dempsky
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-15
cmd/compile: switch to computing dict format on instantiated functions
Dan Scales
2021-09-15
cmd/compile: emit DWARF info about dictionary entries
Alessandro Arzilli
2021-09-09
cmd/compile: fix implement for closure in a global assignment
korzhao
2021-09-09
cmd/compile: fix case where init info of OAS node is dropped
Dan Scales
2021-09-09
go/types, types2: rename RParams -> RecvTypeParams
Robert Findley
2021-09-09
cmd/compile: stenciled conversions might be NOPs
Keith Randall
2021-09-09
cmd/compile: fix unified IR panic when expanding nested inline function
Cuong Manh Le
2021-09-09
cmd/compile: fix wrong instantiated type for embedded receiver
Cuong Manh Le
2021-09-09
cmd/compile: remove 'ext' fields from unified IR reader/writer types
Matthew Dempsky
2021-09-09
cmd/compile: simplify value coding for unified IR
Matthew Dempsky
2021-09-09
cmd/compile: extrapolate $GOROOT in unified IR
Matthew Dempsky
2021-09-08
go/types, types2: add Environment to Config
Robert Griesemer
2021-09-08
cmd/compile/internal/types2: spell out 'Type' in type parameter APIs
Robert Griesemer
2021-09-08
cmd/compile/internal/types2: move NewTypeParam off of Checker
Robert Griesemer
2021-09-08
cmd/compile/internal/types2: implement deduplication of instances using the E...
Robert Griesemer
2021-09-07
cmd/compile: add CONVIFACE nodes needed in generic code due to assignments
Dan Scales
2021-09-07
cmd/compile: make sure imported instantiated types have their methods created
Dan Scales
2021-09-07
cmd/compile: fix lazy loading in reader2
Matthew Dempsky
2021-09-07
cmd/compile: make sure that the names created for instantiated type are the same
korzhao
2021-09-06
cmd/compile: fix delay transformation in *subster.node()
korzhao
2021-09-02
cmd/compile: use types2.Unsafe to represent package unsafe in gcimports
Cuong Manh Le
2021-09-02
cmd/compile: allow objStub from unsafe package
Cuong Manh Le
2021-09-01
cmd/compile: optimize unified IR handling of imported functions
Matthew Dempsky
2021-09-01
cmd/compile: emit unified IR wrappers after inlining
Matthew Dempsky
2021-09-01
cmd/compile: remove useless fcount
Leonard Wang
2021-09-01
cmd/compile: fix irgen mis-handling invalid function declaration
Cuong Manh Le
2021-09-01
cmd/compile: assign results of transformAssign back to source location
Keith Randall
2021-09-01
cmd/compile: fix missing case for shape double-check function
Dan Scales
2021-08-31
cmd/compile: fix handling of Defn field during stenciling
Dan Scales
2021-08-31
cmd/compile: make unified IR more selective about method wrappers
Matthew Dempsky
2021-08-30
cmd/compile: fix bug with Inferred targs
Dan Scales
2021-08-30
cmd/compile: fix error when revcType is ptr in selectorExpr
korzhao
2021-08-27
cmd/compile: use Type.OrigSym getter/setters [generated]
Matthew Dempsky
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-08-27
cmd/compile: fix stenciling of conversions between interfaces
Keith Randall
2021-08-27
cmd/compile: delay fillinMethods to deal with mutually-recursive types
Dan Scales
2021-08-27
cmd/compile: add types.RecalcSize
Matthew Dempsky
2021-08-26
cmd/compile: move types init code into package types
Matthew Dempsky
[prev]
[next]