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-07-24
[dev.typeparams] cmd/compile: fix HasShape, add dottype test
Keith Randall
2021-07-24
[dev.typeparams] cmd/compile: get rid of concretify use for bounds.
Dan Scales
2021-07-24
[dev.typeparams] cmd/compile: introduce OCONVIDATA op
Keith Randall
2021-07-23
[dev.typeparams] cmd/compile: fix some issues with cons.go
Keith Randall
2021-07-23
[dev.typeparams] cmd/compile: add dictionary entries for itab conversion
Dan Scales
2021-07-23
[dev.typeparams] Add CONVIFACE nodes in noder2, where possible
Dan Scales
2021-07-22
[dev.typeparams] cmd/compile: make sure types added to the dictionary are ins...
Keith Randall
2021-07-22
[dev.typeparams] Get dictionaryCapture.go working.
Dan Scales
2021-07-21
[dev.typeparams] cmd/compile: added a builtins.go test, fixed one bug
Dan Scales
2021-07-21
[dev.typeparams] cmd/compile: get runtime stuff working
Keith Randall
2021-07-21
[dev.typeparams] cmd/compile: avoid adding incorrectly instantiated types to ...
Keith Randall
2021-07-21
[dev.typeparams] cmd/compile: ensure methods of generic types survive linker ...
Keith Randall
2021-07-21
[dev.typeparams] cmd/compile: introduce named gcshape types
Keith Randall
2021-07-20
[dev.typeparams] cmd/compile: add base.Assertf{,At} functions
Matthew Dempsky
2021-07-19
[dev.typeparams] Separate out gcshape types that are instantiated types
Dan Scales
2021-07-16
[dev.typeparams] cmd/compile: use dictionary to convert arguments of ==, != t...
Keith Randall
2021-07-12
[dev.typeparams] Add optional sub-dict entry for typeparam bound calls
Dan Scales
2021-07-08
[dev.typeparams] cmd/compile: fix bunch of -G=3 bugs for test cases in test/t...
Dan Scales
2021-07-07
[dev.typeparams] cmd/compile: handle derived types that are converted to inte...
Dan Scales
2021-07-07
[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...
Dan Scales
2021-07-04
[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysis
Matthew Dempsky
2021-07-02
[dev.typeparams] cmd/compile: separate out creating instantiations from crea...
Dan Scales
2021-07-02
[dev.typeparams] cmd/compile: start using sub-dictionary entries where needed
Dan Scales
2021-07-01
[dev.typeparams] cmd/compile: fix getDictionarySym for methods references, wr...
Dan Scales
2021-06-30
[dev.typeparams] cmd/compile: functions to create GC shape types/names for a ...
Dan Scales
2021-06-29
[dev.typeparams] cmd/compile: use dictionary entries for more conversion cases
Keith Randall
2021-06-29
[dev.typeparams] cmd/compile: clean up instantiation and dictionary naming
Keith Randall
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-24
[dev.typeparams] cmd/compile: add derived types and subdictionaries to dicti...
Dan Scales
2021-06-23
[dev.typeparams] Fix issues related to dictionaries and method calls with emb...
Dan Scales
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-07
[dev.typeparams] cmd/compile: convert generic values to interface type using ...
Keith Randall
2021-06-07
[dev.typeparams] cmd/compile: create .dict Param in the package of the instan...
Dan Scales
2021-06-04
[dev.typeparams] cmd/compile: handle dictionaries for top-level instantiations
Keith Randall
2021-06-04
[dev.typeparams] cmd/compile: allow inlining in instantiated functions
Dan Scales
2021-06-04
[dev.typeparams] cmd/compile: export/import of recursive generic types.
Dan Scales
2021-06-02
[dev.typeparams] cmd/compile: add dictionary argument to generic functions
Keith Randall
2021-06-01
[dev.typeparams] cmd/compile: handle ONONAME in subster.node
Cuong Manh Le
2021-05-24
[dev.typeparams] Don't check typecheck(3) on transform, so no need to export/...
Dan Scales
2021-05-24
[dev.typeparams] cmd/compile: Fix handling of Name nodes during stenciling
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: fix handling of Nname field in (*subster).tstruct.
Dan Scales
2021-05-21
[dev.typeparams] cmd/compile: get export/import of generic types & functions ...
Dan Scales
2021-05-20
[dev.typeparams] cmd/compile: change method instantiations back to being fun...
Dan Scales
2021-05-19
[dev.typeparams] cmd/compile: simplify tparam's type
Keith Randall
2021-05-19
[dev.typeparams] cmd/compile: simplify targ's type
Keith Randall
2021-05-13
[dev.typeparams] cmd/compile: keep instantiated method as a method, rather t...
Dan Scales
2021-05-12
[dev.typeparams] cmd/compile: fix use of method values with stenciled methods
Dan Scales
2021-04-27
cmd/compile: fix nongeneric closures in generic functions
Keith Randall
2021-04-27
cmd/compile: fix handling of ir.CurFunc during stenciling
Dan Scales
[prev]
[next]