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
/
codes.go
Age
Commit message (
Expand
)
Author
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-09-12
cmd/compile/internal/ir: add NewZero
Matthew Dempsky
2023-09-11
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
Matthew Dempsky
2022-08-23
cmd/compile: fix unified IR's pointer-shaping
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicit receiver expression handling
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicitly handle separate selectors
Matthew Dempsky
2022-08-10
cmd/compile/internal/noder: explicitly handle function instantiations
Matthew Dempsky
2022-07-19
[dev.unified] cmd/compile/internal/noder: explicit nil handling
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-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-03-14
cmd/compile: remove unified IR stmtTypeDeclHack
Cuong Manh Le
2022-03-01
internal/pkgbits: extract unified IR coding-level logic
Matthew Dempsky
2021-07-10
[dev.typeparams] cmd/compile: more incremental typecheck for unified IR
Matthew Dempsky
2021-06-15
[dev.typeparams] cmd/compile: unified IR construction
Matthew Dempsky