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
/
reflectdata
Age
Commit message (
Expand
)
Author
2021-10-25
cmd/compile: remove MarkUsedIfaceMethodIndex mechanism
Keith Randall
2021-10-25
cmd/compile,cmd/link: introduce generic interface call relocations
Keith Randall
2021-10-11
cmd/compile: deal with TODO related to generic wrappers with embedded fields
Dan Scales
2021-10-05
cmd/compile: fix problem with methods of instantiated types which are nointer...
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-21
cmd/compile: don't create or instantiate methods on shape types
Dan Scales
2021-09-17
cmd/compile: restore tail call for method wrappers
Cherry Mui
2021-09-15
cmd/compile: switch to computing dict format on instantiated functions
Dan Scales
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-08-27
cmd/compile: delay fillinMethods to deal with mutually-recursive types
Dan Scales
2021-08-26
cmd/compile: move types init code into package types
Matthew Dempsky
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-20
cmd/compile: use typeAndStr directly in signatslice
Cuong Manh Le
2021-08-19
cmd/compile: prevent duplicated works in WriteRuntimeTypes
Cuong Manh Le
2021-08-06
[dev.typeparams] cmd/compile: cleanup wrapper code for generics
Dan Scales
2021-08-04
[dev.typeparams] cmd/compile: put shape types in their own package
Keith Randall
2021-08-03
[dev.typeparams] cmd/compile: avoid redundant method wrappers in unified IR
Matthew Dempsky
2021-07-30
[dev.typeparams] cmd/compile: allow types with the same underlying type to ha...
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-21
[dev.typeparams] cmd/compile: introduce named gcshape types
Keith Randall
2021-07-08
[dev.typeparams] all: merge master (296ddf2) into dev.typeparams
Matthew Dempsky
2021-07-08
Update oudated comment
makdon
2021-07-04
[dev.typeparams] cmd/compile: better Call constructor
Matthew Dempsky
2021-06-29
[dev.typeparams] cmd/compile: clean up instantiation and dictionary naming
Keith Randall
2021-06-25
[dev.typeparams] cmd/compile: use Type.LinkString for map keys
Matthew Dempsky
2021-06-25
[dev.typeparams] cmd/compile: rename types.Type.{Short,Long}String to {Link,N...
Matthew Dempsky
2021-06-25
[dev.typeparams] cmd/compile: generate wrappers within unified IR
Matthew Dempsky
2021-06-25
[dev.typeparams] cmd/compile: refactor "need to emit" logic for types
Matthew Dempsky
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-16
[dev.typeparams] cmd/compile: simplify SSA devirtualization
Matthew Dempsky
2021-06-16
[dev.typeparams] cmd/compile: fix crawling of embeddable types
Matthew Dempsky
2021-06-15
[dev.typeparams] cmd/compile: add -d=unified flag to enable unified IR
Matthew Dempsky
2021-06-14
[dev.typeparams] all: merge master (fdab5be) into dev.typeparams
Matthew Dempsky
2021-06-11
[dev.typeparams] cmd/compile: fix wrapper generation for imported generics
Matthew Dempsky
2021-06-08
cmd/compile: use t.AllMethods when sorting typesByString
Cuong Manh Le
2021-06-04
[dev.typeparams] cmd/compile: allow inlining in instantiated functions
Dan Scales
2021-06-02
[dev.typeparams] cmd/compile: add dictionary argument to generic functions
Keith Randall
2021-05-26
[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiate...
Dan Scales
2021-05-25
[dev.typeparams] all: merge master (f22ec51) into dev.typeparams
Matthew Dempsky
2021-05-24
cmd/compile: ensure equal functions don't do unaligned loads
Keith Randall
2021-05-24
cmd/compile: always include underlying type for map types
Keith Randall
2021-05-21
[dev.typeparams] cmd/compile: get export/import of generic types & functions ...
Dan Scales
2021-05-10
cmd/compile,reflect: allow longer type names
Keith Randall
2021-04-30
cmd/compile, runtime: emit only GC data for stack objects
Cherry Zhang
[prev]
[next]