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-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
2021-10-26
cmd/compile: clean up the switch statements in (*genInst).node()
Dan Scales
2021-10-25
cmd/compile: add -asan option
fanzha02
2021-10-25
cmd/compile: revert most of CL 349169
Keith Randall
2021-10-25
cmd/compile: remove MarkUsedIfaceMethodIndex mechanism
Keith Randall
2021-10-25
cmd/compile: use SetInit instead of *PtrInit
wdvxdr
2021-10-25
cmd/compile/internal/typecheck: record whether an interface is implicit
Robert Findley
2021-10-15
cmd/compile: cleanup code in getInstInfo to use switch statement
Dan Scales
2021-10-15
cmd/compile: convert to using a map in getInstInfo, rather than SetImplicit()
Dan Scales
2021-10-15
cmd/compile: support new fully-inst types referenced during inlining
Dan Scales
2021-10-15
cmd/compile: fix irgen reports wrong error message for misuse of //go:embed
Cuong Manh Le
2021-10-14
cmd/compile/internal/types2: remove Config.AllowTypeLists (cleanup)
Robert Griesemer
2021-10-14
cmd/compile/internal/syntax: remove AllowTypeSets mode
Robert Griesemer
2021-10-13
all: fix spelling mistakes
nicksherron
2021-10-08
cmd/compile: allow delaying of transformCompLit, new transformAddr
Dan Scales
2021-10-07
cmd/compile: fix the index variable is shadowed in dictPass
Leonard Wang
2021-10-01
cmd/compile: remove typeparam subscripts, use func/type prefix for uniqueness
Dan Scales
2021-10-01
cmd/compile: accept constraint literals with elided interfaces
Robert Griesemer
2021-10-01
cmd/compile/internal/types2: removed deprecated API entry points
Robert Griesemer
2021-09-29
cmd/compile: rename some types2.Context variables from env to ctxt
Robert Findley
2021-09-29
go/types, types2: rename Environment to Context
Robert Findley
2021-09-29
cmd/compile: make sure shapes have proper indexes for sub-instantiation
Dan Scales
2021-09-28
cmd/compile/internal/types2: add Interface.IsMethodSet, remove Interface.IsCo...
Robert Griesemer
2021-09-28
cmd/compile/internal/types2: record all instances, not just inferred instances
Robert Griesemer
2021-09-27
cmd/compile: keep methods on generic types from being deadcode eliminated
Keith Randall
2021-09-27
cmd/compile: allow methods on shape types (but no bodies)
Dan Scales
2021-09-27
cmd/compile: fix stencil call expression
korzhao
2021-09-25
cmd/compile: add required CONVIFACE nodes when translating OFUNCINST node
korzhao
2021-09-25
cmd/compile: deal with blank nodes with typeparam type during stenciling
Dan Scales
2021-09-24
cmd/compile: fix delayTransform condition
Cuong Manh Le
[prev]
[next]