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-08-26
cmd/compile: fix reference to generic type needed by crawler
Dan Scales
2021-08-26
cmd/compile: unexport Type.Vargen
Matthew Dempsky
2021-08-26
cmd/compile: change typecheck.iscmp into ir.Op.IsCmp
Matthew Dempsky
2021-08-25
cmd/compile: always accept 1.18 syntax but complain if not 1.18
Robert Griesemer
2021-08-25
cmd/compile: fix stencil call expression.
wdvxdr
2021-08-25
cmd/compile: fix CheckSize() calculation for -G=3 and stencils
Dan Scales
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: change irgen to generate exprs/stmts after decls processed
Matthew Dempsky
2021-08-24
cmd/compile/internal/types2: use TypeList in the Inferred struct
Robert Griesemer
2021-08-24
cmd/compile/internal/types2: use a TypeList type to hold type arguments
Robert Griesemer
2021-08-24
cmd/compile/internal/types2: use []*TypeParam rather than []*TypeName for typ...
Robert Griesemer
2021-08-24
cmd/compile/internal/types2: use an opaque environment for Instantiate
Robert Griesemer
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: always remove receiver type from instantiated method values
Keith Randall
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-20
cmd/compile/internal/syntax: add PosBase.Trimmed
Matthew Dempsky
2021-08-19
cmd/compile/internal/types2: return an error from Instantiate
Robert Findley
2021-08-19
cmd/compile: add support for //go:nointerface for -G=3
Matthew Dempsky
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-14
cmd/compile/internal/types2: rename TypeParams to TParamList
Robert Findley
2021-08-14
cmd/compile/internal/types2: merge Instantiate and InstantiateLazy
Rob Findley
2021-08-13
all: gofmt more (but vendor, testdata, and top-level test directories)
Dmitri Shuralyov
2021-08-10
[dev.typeparams] cmd/compile: handle interface type parameters in type switches
Keith Randall
2021-08-09
[dev.typeparams] cmd/compile: use types2.Constraint() rather than types2.Bound()
Dan Scales
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/internal/types2: remove Interface.Complete (clea...
Robert Griesemer
2021-08-06
[dev.typeparams] cmd/compile: swap export order of union term components (cle...
Robert Griesemer
2021-08-06
[dev.typeparams] cmd/compile: change types2.Union API to accept a list of Terms
Robert Griesemer
2021-08-06
[dev.typeparams] cmd/compile: do transformCall with non-shape type of call
Dan Scales
2021-08-06
[dev.typeparams] cmd/compile: make sure closures inside generic funcs are not...
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-03
[dev.typeparams] cmd/compile: avoid redundant method wrappers in unified IR
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: set sym.Def to ir.Name for method value wrappers
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: fail early on unexpected types2.Invalid
Matthew Dempsky
2021-08-02
[dev.typeparams] cmd/compile: simple shape cleanups
Dan Scales
2021-07-29
[dev.typeparams] cmd/compile: switch unified IR from TypeParam.Bound to TypeP...
Matthew Dempsky
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/internal/types2: (TypeParam) SetBound -> SetCons...
Robert Griesemer
2021-07-29
[dev.typeparams] cmd/compile: set type parameter indices when they are bound
Robert Griesemer
2021-07-29
[dev.typeparams] cmd/compile: implement generic .(T) operations
Keith Randall
2021-07-28
[dev.typeparams] cmd/compile: don't export blank functions in unified IR
Matthew Dempsky
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]