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
2022-11-09
[release-branch.go1.18] cmd/compile: allow ineffectual //go:linkname in -lang...
Matthew Dempsky
2022-07-27
[release-branch.go1.18] cmd/compile: revert "fix missing dict pass for type a...
Matthew Dempsky
2022-07-07
[release-branch.go1.18] cmd/compile: only check implicit dots for method call...
Cuong Manh Le
2022-07-06
[release-branch.go1.18] cmd/compile: fix generic inter-inter comparisons from...
Cuong Manh Le
2022-07-06
[release-branch.go1.18] cmd/compile: fix missing dict pass for type assertions
Cuong Manh Le
2022-05-09
[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...
Cuong Manh Le
2022-05-09
[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...
Keith Randall
2022-04-04
[release-branch.go1.18] cmd/compile: replace Type.OrigSym with Type.OrigType
Matthew Dempsky
2022-04-04
[release-branch.go1.18] cmd/compile: fix wrong dict param when getting dict type
Cuong Manh Le
2022-03-14
[release-branch.go1.18] cmd/compile: fix expression switches using type param...
Keith Randall
2022-03-14
[release-branch.go1.18] cmd/compile: fix transform of OEQ/ONE when one arg is...
Keith Randall
2022-02-28
cmd/compile: fix case for structural types where we should be looking at type...
Dan Scales
2022-02-26
cmd/compile: ensure dictionary assignment statements are defining statements
Keith Randall
2022-02-24
cmd/compile: delay all call transforms if in a generic function
Dan Scales
2022-02-09
go/types, types2: rename structuralType/String to coreType/String
Robert Griesemer
2022-01-27
go/types, cmd/compile: fix composite literal structural typing
Matthew Dempsky
2022-01-27
cmd/compile: support structural typing in unified IR
Matthew Dempsky
2022-01-26
cmd/compile/internal/types2: remove (*Signature).SetRecvTypeParams
Matthew Dempsky
2022-01-25
cmd/compile: new absdiff.go test, fix problem with g.curDecl
Dan Scales
2022-01-24
cmd/compile: distinguish bound calls/field access in getInstInfo
Dan Scales
2022-01-21
cmd/compile: make sure multiple blank typeparams remain unique
Dan Scales
2022-01-19
cmd/compile: add early a CONVIFACE normally created in the order phase
Dan Scales
2022-01-18
cmd/compile: support field access for typeparam with structural constraint
Dan Scales
2022-01-13
cmd/compile: stop interface conversions for generic method calls from allocating
Keith Randall
2022-01-11
cmd/compile: in typ0(), load base type before checking s.Def
Dan Scales
2022-01-10
cmd/compile: fix interaction between generics and inlining
Dan Scales
2022-01-07
cmd/compile: fix conv of slice of user-define byte type to string
Dan Scales
2022-01-04
cmd/compile: save selector/inst info for generic method/function calls
Dan Scales
2022-01-04
cmd/compile: pop instantiations of local types when leaving scope
Dan Scales
2021-12-15
all: fix typo in comment
ichxxx
2021-12-14
cmd/compile: fix case where we didn't delay transformAssign in varDecl
Dan Scales
2021-12-13
cmd/compile: avoid re-instantiating method that is already imported
Dan Scales
2021-12-09
cmd/compile: preserve 'any' type alias in unified IR
Matthew Dempsky
2021-12-02
cmd/compile: report channel size errors correctly for -G=3
Dan Scales
2021-12-02
cmd/compile: fix case where g.curDecl should be saved/restored
Dan Scales
2021-11-19
cmd/compile: don't run ComputeAddrTaken on imported generic functions
Dan Scales
2021-11-16
go/types, types2: improve error messages referencing any
Robert Findley
2021-11-16
cmd/compile: prevent irgen crashing for empty local declaration stmt
Cuong Manh Le
2021-11-15
cmd/compile: error when using internal type declarations in generic functions
Keith Randall
2021-11-15
cmd/compile: fix position info for implicit nodes due to generics
Dan Scales
2021-11-12
cmd/compile: fix missing transformEarlyCall for OXDOT in subster.node
Cuong Manh Le
2021-11-11
cmd/compile: ensure stenciled function bodies are nonempty
Keith Randall
2021-11-11
cmd/compile: fix missing ddd when building call for function instantiation cl...
Cuong Manh Le
2021-11-10
cmd/compile/internal/types2: move some functions into different files (cleanup)
Robert Griesemer
2021-11-09
cmd/compile: disable doubleCheck and remove unused checkDictionary
Dan Scales
2021-11-09
cmd/compile: fix irgen mis-handling of ... argument when creating closure
Cuong Manh Le
2021-11-02
cmd/compile: remove TODO that is no longer relevant
Dan Scales
2021-11-02
cmd/compile: fix panic when refer to method of imported instantiated type
Cuong Manh Le
2021-10-29
cmd/compile: use Structure() to get single underlying type of typeparam.
Dan Scales
2021-10-28
cmd/compile: resolve the TODO of processPragmas
Leonard Wang
[next]