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
2024-08-20
cmd/compile/internal/noder: reduce clutter a bit (cosmetic changes)
Robert Griesemer
2023-01-26
cmd/compile: remove GOEXPERIMENT=nounified frontend
Matthew Dempsky
2022-10-03
cmd/compile/internal: fix a few function names on comments
cui fliter
2022-09-30
cmd/compile/internal/noder: remove unnecessary assignment to the blank identi...
cuiweixie
2022-09-19
cmd/compile: skip emitting dictionaries with missing method expressions
Matthew Dempsky
2022-08-15
cmd/compile: fix ICE when checking implicit dot for method call
Cuong Manh Le
2022-08-11
cmd/compile: fix wrong typeparams for selector expr with embedded generic type
Cuong Manh Le
2022-08-01
cmd/compile: fix wrong dict pass condition for type assertions
Wayne Zuo
2022-07-24
cmd/compile/internal/noder: correct spelling errors for instantiation
jacobishao
2022-07-13
cmd/compile: fix type assert in dict pass
Wayne Zuo
2022-07-08
cmd/compile: don't convert to interface{} for un-comparable types in generic ...
Cuong Manh Le
2022-07-06
cmd/compile: only check implicit dots for method call enabled by a type bound
Cuong Manh Le
2022-06-28
cmd/compile: fix generic inter-inter comparisons from value switch statements
Cuong Manh Le
2022-06-22
cmd/compile: don't use dictionary convert to shaped empty interface
Wayne Zuo
2022-06-22
cmd/compile: fix assert condition in generic method call
Wayne Zuo
2022-06-18
cmd/compile: skip substituting closures in unsafe builtins arguments
Cuong Manh Le
2022-06-13
cmd/compile: fix missing dict pass for type assertions
Cuong Manh Le
2022-05-26
cmd/compile: mark closures made for generic function expressions as wrappers
Keith Randall
2022-05-16
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-05
cmd/compile: change ir.InstExpr.Targs from Node to Ntype
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.TypeAssertExpr.Ntype
Matthew Dempsky
2022-05-03
cmd/compile: use dictionary to convert type to shaped interface type
Wayne Zuo
2022-05-02
cmd/compile: simplify code from CL 398474
Matthew Dempsky
2022-04-28
cmd/compile: set correct package for vars/params/results from nested instanti...
Cuong Manh Le
2022-04-18
cmd/compile: fix missing source information in ssa view
hopehook
2022-03-26
Revert "cmd/compile: stop interface conversions for generic method calls from...
Keith Randall
2022-03-26
cmd/compile: use method expression closures to implement bound method calls
Keith Randall
2022-03-26
cmd/compile: implement generic method expressions with closures in dictionary
Keith Randall
2022-03-21
cmd/compile: replace Type.OrigSym with Type.OrigType
Matthew Dempsky
2022-03-14
cmd/compile: fix wrong dict param when getting dict type
Cuong Manh Le
2022-03-10
cmd/compile: fix expression switches using type parameters
Keith Randall
2022-02-28
cmd/compile: fix case for structural types where we should be looking at type...
Dan Scales
2022-02-26
cmd/compile: ensure dictionary assignment statements are defining statements
Keith Randall
2022-02-24
cmd/compile: delay all call transforms if in a generic function
Dan Scales
2022-01-24
cmd/compile: distinguish bound calls/field access in getInstInfo
Dan Scales
2022-01-18
cmd/compile: support field access for typeparam with structural constraint
Dan Scales
2022-01-13
cmd/compile: stop interface conversions for generic method calls from allocating
Keith Randall
2022-01-10
cmd/compile: fix interaction between generics and inlining
Dan Scales
2022-01-04
cmd/compile: save selector/inst info for generic method/function calls
Dan Scales
2021-12-13
cmd/compile: avoid re-instantiating method that is already imported
Dan Scales
2021-11-19
cmd/compile: don't run ComputeAddrTaken on imported generic functions
Dan Scales
2021-11-15
cmd/compile: fix position info for implicit nodes due to generics
Dan Scales
2021-11-12
cmd/compile: fix missing transformEarlyCall for OXDOT in subster.node
Cuong Manh Le
2021-11-11
cmd/compile: ensure stenciled function bodies are nonempty
Keith Randall
2021-11-11
cmd/compile: fix missing ddd when building call for function instantiation cl...
Cuong Manh Le
2021-11-09
cmd/compile: disable doubleCheck and remove unused checkDictionary
Dan Scales
2021-11-09
cmd/compile: fix irgen mis-handling of ... argument when creating closure
Cuong Manh Le
2021-11-02
cmd/compile: fix panic when refer to method of imported instantiated type
Cuong Manh Le
2021-10-26
cmd/compile: clean up the switch statements in (*genInst).node()
Dan Scales
2021-10-25
cmd/compile: revert most of CL 349169
Keith Randall
[next]