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
/
expr.go
Age
Commit message (
Expand
)
Author
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2022-09-27
cmd/compile: abstract type type+value obtained from types2
Keith Randall
2022-07-22
[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...
Cuong Manh Le
2022-05-05
cmd/compile: change ir.InstExpr.Targs from Node to Ntype
Matthew Dempsky
2022-04-07
cmd/compile: adjust types2 shift check to match go/types (cleanup)
Robert Griesemer
2022-03-17
cmd/compile: remove typecheckdef and Name.Walkdef
Matthew Dempsky
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
2021-11-10
cmd/compile/internal/types2: move some functions into different files (cleanup)
Robert Griesemer
2021-11-02
cmd/compile: remove TODO that is no longer relevant
Dan Scales
2021-10-29
cmd/compile: use Structure() to get single underlying type of typeparam.
Dan Scales
2021-10-08
cmd/compile: allow delaying of transformCompLit, new transformAddr
Dan Scales
2021-09-28
cmd/compile/internal/types2: record all instances, not just inferred instances
Robert Griesemer
2021-09-24
cmd/compile: fix delayTransform condition
Cuong Manh Le
2021-09-24
cmd/compile: move all usage of delayTransform out of helpers.go
Cuong Manh Le
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-09
cmd/compile: fix wrong instantiated type for embedded receiver
Cuong Manh Le
2021-09-08
cmd/compile/internal/types2: spell out 'Type' in type parameter APIs
Robert Griesemer
2021-09-07
cmd/compile: make sure imported instantiated types have their methods created
Dan Scales
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-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-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-07-29
[dev.typeparams] cmd/compile: set type parameter indices when they are bound
Robert Griesemer
2021-07-21
[dev.typeparams] Fix the types of the OFUNCINST nodes in noder2
Dan Scales
2021-07-14
[dev.typeparams] cmd/compile: fix escape printout bugs for -G=3
Dan Scales
2021-07-12
[dev.typeparams] Add optional sub-dict entry for typeparam bound calls
Dan Scales
2021-07-01
[dev.typeparams] cmd/compile: fix getDictionarySym for methods references, wr...
Dan Scales
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-12
[dev.typeparams] cmd/compile: simplify NewClosureFunc
Matthew Dempsky
2021-06-12
[dev.typeparams] cmd/compile: refactor closure construction
Matthew Dempsky
2021-06-05
[dev.typeparams] cmd/compile: rename (types2.Inferred.)Targs to TArgs
Robert Griesemer
2021-06-04
[dev.typeparams] cmd/compile: point StructKeyExpr at the types.Field
Matthew Dempsky
2021-05-27
[dev.typeparams] cmd/compile: add and use ir.RawOrigExpr
Matthew Dempsky
2021-05-21
[dev.typeparams] cmd/compile: get export/import of generic types & functions ...
Dan Scales
2021-05-12
[dev.typeparams] cmd/compile: fix use of method values with stenciled methods
Dan Scales
2021-05-02
cmd/compile: implement unsafe.Add and unsafe.Slice
Matthew Dempsky
2021-04-09
cmd/compile: don't set Ntype in noder2 anymore
Dan Scales
2021-04-08
cmd/compile: break out transformations of tcCompLit into transformCompLit
Dan Scales
2021-03-30
cmd/compile: handle partial type inference that doesn't require function args
Dan Scales
2021-03-30
cmd/compile: fix various small bugs related to type lists
Dan Scales
2021-03-29
cmd/compile: remove typechecker calls in varDecl()
Dan Scales
2021-03-23
cmd/compile: replace calls to typecheck with transform functions
Dan Scales
2021-03-18
cmd/compile: remove unneeded calls to typecheck in noder2
Dan Scales
2021-03-17
cmd/compile: getting more built-ins to work with generics
Dan Scales
[next]