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
/
writer.go
Age
Commit message (
Expand
)
Author
2022-06-30
[dev.unified] cmd/compile/internal/noder: implicit conversions for multi-valu...
Matthew Dempsky
2022-06-30
[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handling
Matthew Dempsky
2022-06-27
[dev.unified] cmd/compile: drop package height from Unified IR importer
Cuong Manh Le
2022-06-23
[dev.unified] cmd/compile: rename haveRType and implicitExpr
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: implicit conversions for return statements
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: implicit conversions for writer.ass...
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: refactor stmtAssign generation
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: implicit conversion of call arguments
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: remove needType logic
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: implicit conversions for complits
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: start writing implicit conversions
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile/internal/noder: add pkgWriter.typeOf helper
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: special case f(g()) calls in Unified IR
Matthew Dempsky
2022-06-14
[dev.unified] cmd/compile: more Unified IR docs and review
Matthew Dempsky
2022-06-09
[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...
Matthew Dempsky
2022-06-08
[dev.unified] cmd/compile: restore Unified IR linkname pragma diagnostic
Cuong Manh Le
2022-06-07
[dev.unified] cmd/compile: visit LHS before RHS/X in assign/for statement
Cuong Manh Le
2022-06-06
[dev.unified] cmd/compile: remove package height
Cuong Manh Le
2022-06-06
[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...
Matthew Dempsky
2022-06-06
[dev.unified] cmd/compile/internal/noder: add optExpr for optional expressions
Matthew Dempsky
2022-06-06
[dev.unified] cmd/compile/internal/noder: rename exprName to exprGlobal
Matthew Dempsky
2022-05-25
internal/pkgbits: add Index type
Matthew Dempsky
2022-05-20
internal/pkgbits: better documentation
Matthew Dempsky
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-04-29
cmd/compile: consistent unified IR handling of package unsafe
Matthew Dempsky
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2022-03-07
cmd/compile: add itabs to unified IR dictionaries
Matthew Dempsky
2022-03-07
cmd/compile: represent derived types with ir.DynamicType in unified IR
Matthew Dempsky
2022-03-07
cmd/compile: remove unneeded type alias code in unified IR
Matthew Dempsky
2022-03-01
cmd/compile: unified IR support for implicit interfaces
Matthew Dempsky
2022-03-01
internal/pkgbits: extract unified IR coding-level logic
Matthew Dempsky
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2022-02-09
go/types, types2: rename structuralType/String to coreType/String
Robert Griesemer
2022-01-27
go/types, cmd/compile: fix composite literal structural typing
Matthew Dempsky
2022-01-27
cmd/compile: support structural typing in unified IR
Matthew Dempsky
2021-12-09
cmd/compile: preserve 'any' type alias in unified IR
Matthew Dempsky
2021-09-28
cmd/compile/internal/types2: add Interface.IsMethodSet, remove Interface.IsCo...
Robert Griesemer
2021-09-28
cmd/compile/internal/types2: record all instances, not just inferred instances
Robert Griesemer
2021-09-21
cmd/compile/internal/types2: export Named.Orig as Named.Origin
Robert Griesemer
2021-09-09
go/types, types2: rename RParams -> RecvTypeParams
Robert Findley
2021-09-09
cmd/compile: remove 'ext' fields from unified IR reader/writer types
Matthew Dempsky
2021-09-09
cmd/compile: simplify value coding for unified IR
Matthew Dempsky
2021-09-08
cmd/compile/internal/types2: spell out 'Type' in type parameter APIs
Robert Griesemer
2021-08-24
cmd/compile/internal/types2: use TypeList in the Inferred struct
Robert Griesemer
2021-08-24
cmd/compile/internal/types2: use a TypeList type to hold type arguments
Robert Griesemer
2021-08-24
cmd/compile/internal/types2: use []*TypeParam rather than []*TypeName for typ...
Robert Griesemer
2021-08-20
cmd/compile/internal/syntax: add PosBase.Trimmed
Matthew Dempsky
2021-08-14
cmd/compile/internal/types2: rename TypeParams to TParamList
Robert Findley
2021-08-06
[dev.typeparams] cmd/compile: swap export order of union term components (cle...
Robert Griesemer
2021-08-06
[dev.typeparams] cmd/compile: change types2.Union API to accept a list of Terms
Robert Griesemer
[prev]
[next]