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
Age
Commit message (
Expand
)
Author
2022-06-23
[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clauses
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through for OMAPLIT
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: start setting RType fields for Unified IR
Matthew Dempsky
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-16
[dev.unified] all: merge master (635b124) into dev.unified
Matthew Dempsky
2022-06-14
[dev.unified] cmd/compile: more Unified IR docs and review
Matthew Dempsky
2022-06-13
cmd/compile: fix missing dict pass for type assertions
Cuong Manh Le
2022-06-09
[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...
Matthew Dempsky
2022-06-09
[dev.unified] test: relax issue7921.go diagnostic message
Cuong Manh Le
2022-06-09
[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IR
Cuong Manh Le
2022-06-09
[dev.unified] cmd/compile: fix unified IR don't report type size too large error
Cuong Manh Le
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: fix missing method value wrapper in unified IR
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-26
cmd/compile: mark closures made for generic function expressions as wrappers
Keith Randall
2022-05-25
internal/pkgbits: add Index type
Matthew Dempsky
2022-05-20
internal/pkgbits: better documentation
Matthew Dempsky
2022-05-17
cmd/compile/internal/noder: remove TODO about position handling
Matthew Dempsky
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-05-16
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-13
cmd/compile: tidy up noder's unified IR docs
Daniel MartÃ
2022-05-13
cmd/compile/internal/types: change NewTypeParam to match New{Basic,Named}
Matthew Dempsky
2022-05-13
cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""
Matthew Dempsky
2022-05-11
cmd/compile: fix bad order of evaluation for multi-value f()(g()) calls
Cuong Manh Le
2022-05-08
cmd/compile: don't crash in size computation for invalid type
Robert Griesemer
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-05
cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.Name.Ntype
Matthew Dempsky
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
2022-05-04
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
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-29
cmd/compile: consistent unified IR handling of package unsafe
Matthew Dempsky
2022-04-28
cmd/compile: set correct package for vars/params/results from nested instanti...
Cuong Manh Le
2022-04-22
Revert "cmd/compile: enable Asan check for global variables"
Bryan Mills
2022-04-22
cmd/compile: enable Asan check for global variables
fanzha02
2022-04-21
cmd/compile: add //go:uintptrkeepalive
Michael Pratt
2022-04-18
cmd/compile: fix missing source information in ssa view
hopehook
2022-04-12
cmd/compile: add a test case and some comments for deadlock on syntax error
hopehook
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-07
cmd/compile: fix deadlock on syntax error
hopehook
2022-04-07
cmd/compile: adjust types2 shift check to match go/types (cleanup)
Robert Griesemer
[prev]
[next]