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
/
reader.go
Age
Commit message (
Expand
)
Author
2022-05-25
internal/pkgbits: add Index type
Matthew Dempsky
2022-05-16
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-13
cmd/compile/internal/noder: remove unified IR assumptions on LocalPkg.Path == ""
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-04-29
cmd/compile: consistent unified IR handling of package unsafe
Matthew Dempsky
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-04
cmd/compile: switch to final unified IR export format
Matthew Dempsky
2022-04-04
cmd/compile: support reading union type for compiler backend in unified IR
Cuong Manh Le
2022-03-18
internal/buildcfg: initialize GOROOT to runtime.GOROOT
Bryan C. Mills
2022-03-17
cmd/compile: remove typecheckdef and Name.Walkdef
Matthew Dempsky
2022-03-16
cmd/compile: detect invalid NIH conversions within unified IR
Matthew Dempsky
2022-03-09
cmd/compile: mark instantiated generic functions as DUPOK
Matthew Dempsky
2022-03-07
cmd/compile: remove duplicate const logic from typecheck
Matthew Dempsky
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: fix reentrancy issue in unified IR function body reading
Matthew Dempsky
2022-03-01
cmd/compile/internal/ir: remove unused -G=0 node types
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
2021-12-15
all: fix typo in comment
ichxxx
2021-10-25
cmd/compile/internal/typecheck: record whether an interface is implicit
Robert Findley
2021-09-09
cmd/compile: fix unified IR panic when expanding nested inline function
Cuong Manh Le
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-09
cmd/compile: extrapolate $GOROOT in unified IR
Matthew Dempsky
2021-09-01
cmd/compile: optimize unified IR handling of imported functions
Matthew Dempsky
2021-09-01
cmd/compile: emit unified IR wrappers after inlining
Matthew Dempsky
2021-08-31
cmd/compile: make unified IR more selective about method wrappers
Matthew Dempsky
2021-08-26
cmd/compile: move types init code into package types
Matthew Dempsky
2021-08-20
cmd/compile/internal/syntax: add PosBase.Trimmed
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: avoid redundant method wrappers in unified IR
Matthew Dempsky
2021-08-03
[dev.typeparams] cmd/compile: set sym.Def to ir.Name for method value wrappers
Matthew Dempsky
2021-07-26
[dev.typeparams] cmd/compile: fix unified IR support for //go:nointerface
Matthew Dempsky
2021-07-21
[dev.typeparams] cmd/compile: cleanup unified IR file format a little
Matthew Dempsky
2021-07-14
[dev.typeparams] cmd/compile: record more typ/fun info for dictionaries in un...
Matthew Dempsky
2021-07-14
[dev.typeparams] cmd/compile: handle objStub earlier in reader
Matthew Dempsky
2021-07-11
[dev.typeparams] cmd/compile: slightly more incremental unified typecheck
Matthew Dempsky
2021-07-10
[dev.typeparams] cmd/compile: more incremental typecheck for unified IR
Matthew Dempsky
2021-07-04
[dev.typeparams] cmd/compile: better Call constructor
Matthew Dempsky
2021-07-04
[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysis
Matthew Dempsky
2021-07-03
[dev.typeparams] cmd/compile: flatten OINLCALL in walk
Matthew Dempsky
2021-07-03
[dev.typeparams] cmd/compile: formalize "hidden parameters" idea
Matthew Dempsky
2021-07-02
[dev.typeparams] cmd/compile: incremental typecheck during unified IR
Matthew Dempsky
[prev]
[next]