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-04-15
cmd/compile: propagate pragmas from generic function to stenciled implementation
Keith Randall
2021-04-15
cmd/compile: look for function in instantiations in all global assignments
Dan Scales
2021-04-09
cmd/compile: don't set Ntype in noder2 anymore
Dan Scales
2021-04-05
cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...
Dan Scales
2021-04-03
cmd/compile: rename newNamedTypeWithSym, add some commemnts
Dan Scales
2021-03-31
cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...
Dan Scales
2021-03-31
cmd/compile: deal correctly with unnamed function params during stenciling
Dan Scales
2021-03-30
cmd/compile: fix creation of named generic types (setting of t.nod)
Dan Scales
2021-03-30
cmd/compile: fix various small bugs related to type lists
Dan Scales
2021-03-25
cmd/compile: add transform functions for OXDOT and builtins
Dan Scales
2021-03-25
cmd/compile: create/use noder2 transform functions for more node types
Dan Scales
2021-03-23
cmd/compile: replace calls to typecheck with transform functions
Dan Scales
2021-03-18
cmd/compile: get untyped constants working in generic functions
Dan Scales
2021-03-17
cmd/compile: getting more built-ins to work with generics
Dan Scales
2021-03-15
cmd/compile: fix case where func-valued field of a generic type is called
Dan Scales
2021-03-15
cmd/compile: add support for generic maps
Dan Scales
2021-03-15
cmd/compile: add support for generic channels and type conversion during calls
Dan Scales
2021-03-10
cmd/compile: deal with helper generic types that add methods to T
Dan Scales
2021-03-09
cmd/compile: get instantiated generic types working with interfaces
Dan Scales
2021-02-26
cmd/compile: deal with closures in generic functions and instantiated functio...
Dan Scales
2021-02-18
[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...
Dan Scales
2021-02-11
[dev.typeparams] cmd/compile: small fixes for stenciling
Dan Scales
2021-02-10
[dev.typeparams] cmd/compile: make type conversions by type parameters work
Dan Scales
2021-02-10
[dev.typeparams] cmd/compile: handle calling a method on a type param in sten...
Dan Scales
2021-02-08
[dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...
Dan Scales
2021-02-05
[dev.typeparams] cmd/compile: add stenciling of simple generic functions
Dan Scales
[prev]