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
/
stencil.go
Age
Commit message (
Expand
)
Author
2021-10-25
cmd/compile: remove MarkUsedIfaceMethodIndex mechanism
Keith Randall
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-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-09-29
cmd/compile: make sure shapes have proper indexes for sub-instantiation
Dan Scales
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 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-20
cmd/link: generate DIE for types referenced only through dictionaries
Alessandro Arzilli
2021-09-17
cmd/compile: delay transformAssign if lhs/rhs have typeparam
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: stenciled conversions might be NOPs
Keith Randall
2021-09-07
cmd/compile: make sure imported instantiated types have their methods created
Dan Scales
2021-09-06
cmd/compile: fix delay transformation in *subster.node()
korzhao
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-27
cmd/compile: use Type.OrigSym getter/setters [generated]
Matthew Dempsky
2021-08-27
cmd/compile: fix stenciling of conversions between interfaces
Keith Randall
2021-08-26
cmd/compile: change typecheck.iscmp into ir.Op.IsCmp
Matthew Dempsky
2021-08-25
cmd/compile: fix stencil call expression.
wdvxdr
2021-08-24
cmd/compile: simplify bad conversion check
Keith Randall
2021-08-24
cmd/compile: fix naming of types inside instantiations
Dan Scales
2021-08-24
cmd/compile: reuse same node for global dictionaries
Dan Scales
2021-08-23
cmd/compile: fixes for non-constant Sizeof/Alignof/Offsetof
Dan Scales
2021-08-23
cmd/compile: copy captured dictionary var to local var
Keith Randall
2021-08-23
cmd/compile: fixing 15.go for -G=3
Dan Scales
2021-08-18
cmd/compile: only use dictionaries for conversions to type parameters
Keith Randall
2021-08-17
cmd/compile: fix CONVIFACE case converting interface to empty interface
Dan Scales
2021-08-10
[dev.typeparams] cmd/compile: handle interface type parameters in type switches
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-08-05
[dev.typeparams] cmd/compile: dictionary/shape cleanup
Dan Scales
2021-08-05
[dev.typeparams] cmd/compile: fixing case where type arg is an interface
Dan Scales
2021-08-02
[dev.typeparams] cmd/compile: simple shape cleanups
Dan Scales
2021-07-29
[dev.typeparams] cmd/compile: remove remaining uses of Unshapify
Dan Scales
2021-07-29
[dev.typeparams] cmd/compile: handle meth expressions on typeparams
Dan Scales
2021-07-29
[dev.typeparams] cmd/compile: implement generic .(T) operations
Keith Randall
2021-07-28
[dev.typeparams] cmd/compile: mark methods of instantiated interface types as...
Dan Scales
2021-07-27
[dev.typeparams] cmd/compile: don't need to unshapify append calls
Keith Randall
[prev]
[next]