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
/
helpers.go
Age
Commit message (
Expand
)
Author
2024-01-17
cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1
Robert Griesemer
2023-12-01
cmd/compile: fix typecheck range over rune literal
Cuong Manh Le
2023-10-09
cmd/compile: fix typecheck range over negative integer
Cuong Manh Le
2023-09-12
cmd/compile/internal/ir: add NewZero
Matthew Dempsky
2023-09-11
cmd/compile/internal/ir: add Type param to NewBasicLit
Matthew Dempsky
2023-09-08
cmd/compile/internal/noder: stop preserving original const strings
Matthew Dempsky
2023-08-25
cmd/compile/internal/noder: avoid ir.Node temps in FixValue
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: add selector helpers
Matthew Dempsky
2023-08-18
cmd/compile: construct more IR nodes as typed
Matthew Dempsky
2023-07-21
cmd/compile/internal/noder: remove un-used funcs/vars
Cuong Manh Le
2023-01-26
cmd/compile/internal/types: remove TTYPEPARAM and TUNION types
Matthew Dempsky
2022-09-29
cmd/compile: keep typecheck results in syntax tree
Keith Randall
2022-08-31
cmd/compile: reject not-in-heap types as type arguments
Matthew Dempsky
2022-08-08
cmd/compile: treat constants to type parameter conversion as non-constant in ...
Cuong Manh Le
2022-07-22
[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...
Cuong Manh Le
2022-06-09
[dev.unified] test: relax issue7921.go diagnostic message
Cuong Manh Le
2022-02-24
cmd/compile: delay all call transforms if in a generic function
Dan Scales
2021-10-25
cmd/compile: revert most of CL 349169
Keith Randall
2021-10-08
cmd/compile: allow delaying of transformCompLit, new transformAddr
Dan Scales
2021-09-27
cmd/compile: keep methods on generic types from being deadcode eliminated
Keith Randall
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-20
cmd/compile: delay all transforms for generic funcs/methods
Dan Scales
2021-09-15
cmd/compile: remove unneeded early transforms, with dictionary change
Dan Scales
2021-08-23
cmd/compile: fixes for non-constant Sizeof/Alignof/Offsetof
Dan Scales
2021-08-09
[dev.typeparams] cmd/compile: call transformArgs before early typecheckaste i...
Dan Scales
2021-07-23
[dev.typeparams] Add CONVIFACE nodes in noder2, where possible
Dan Scales
2021-07-21
[dev.typeparams] cmd/compile: handle ++/-- in noder2 for operands with generi...
Dan Scales
2021-07-21
[dev.typeparams] cmd/compile: added a builtins.go test, fixed one bug
Dan Scales
2021-07-04
[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysis
Matthew Dempsky
2021-07-03
[dev.typeparams] cmd/compile: remove ir.CallUse
Matthew Dempsky
2021-06-27
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-07
[dev.typeparams] cmd/compile: introduce IsTypeParam() helper
Keith Randall
2021-05-27
[dev.typeparams] cmd/compile: add and use ir.RawOrigExpr
Matthew Dempsky
2021-04-05
cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...
Dan Scales
2021-03-31
cmd/compile: deal with call.Use correctly for noder2, allow inlining of stenc...
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-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-17
cmd/compile: getting more built-ins to work with generics
Dan Scales
2021-03-15
cmd/compile: add support for generic channels and type conversion during calls
Dan Scales
2021-03-12
cmd/compile: fix noder.Addr() to not call typechecker
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-03
[dev.typeparams] cmd/compile: deal with inferred type arguments
Dan Scales
2021-02-03
[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...
Dan Scales
2021-02-02
[dev.typeparams] Handling multiple type arguments for call via new node OLIST
Dan Scales
2021-02-01
[dev.typeparams] Parse a generic type arg for generic function call
Dan Scales
[next]