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-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-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-30
cmd/compile/internal/syntax: remove generic-specific parse modes
Robert Griesemer
2022-03-26
Revert "cmd/compile: stop interface conversions for generic method calls from...
Keith Randall
2022-03-26
cmd/compile: use method expression closures to implement bound method calls
Keith Randall
2022-03-26
cmd/compile: implement generic method expressions with closures in dictionary
Keith Randall
2022-03-25
cmd/compile: simplify fingerprint logic
Matthew Dempsky
2022-03-23
cmd/compile/internal/types: simplify AllowsGoVersion
Cuong Manh Le
2022-03-21
cmd/compile: replace Type.OrigSym with Type.OrigType
Matthew Dempsky
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-14
cmd/compile: fix wrong dict param when getting dict type
Cuong Manh Le
2022-03-14
cmd/compile: remove unified IR stmtTypeDeclHack
Cuong Manh Le
2022-03-10
cmd/compile: fix expression switches using type parameters
Keith Randall
2022-03-10
cmd/compile: fix transform of OEQ/ONE when one arg is a type param
Keith Randall
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: remove unneeded type alias code 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/internal/typecheck: remove unused -G=0 code
Matthew Dempsky
2022-03-01
cmd/compile: remove a bunch of dead noder code
Matthew Dempsky
2022-03-01
cmd/compile: remove -G flag
Matthew Dempsky
2022-03-01
cmd/compile: move unified IR's reader2 into importer package
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: shuffle and simplify sync markers
Matthew Dempsky
2022-03-01
cmd/compile: remove unified IR quirks mode
Matthew Dempsky
2022-02-28
cmd/compile: fix case for structural types where we should be looking at type...
Dan Scales
2022-02-26
cmd/compile: ensure dictionary assignment statements are defining statements
Keith Randall
2022-02-24
cmd/compile: delay all call transforms if in a generic function
Dan Scales
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
2022-01-26
cmd/compile/internal/types2: remove (*Signature).SetRecvTypeParams
Matthew Dempsky
2022-01-25
cmd/compile: new absdiff.go test, fix problem with g.curDecl
Dan Scales
2022-01-24
cmd/compile: distinguish bound calls/field access in getInstInfo
Dan Scales
2022-01-21
cmd/compile: make sure multiple blank typeparams remain unique
Dan Scales
2022-01-19
cmd/compile: add early a CONVIFACE normally created in the order phase
Dan Scales
2022-01-18
cmd/compile: support field access for typeparam with structural constraint
Dan Scales
2022-01-13
cmd/compile: stop interface conversions for generic method calls from allocating
Keith Randall
2022-01-11
cmd/compile: in typ0(), load base type before checking s.Def
Dan Scales
2022-01-10
cmd/compile: fix interaction between generics and inlining
Dan Scales
2022-01-07
cmd/compile: fix conv of slice of user-define byte type to string
Dan Scales
2022-01-04
cmd/compile: save selector/inst info for generic method/function calls
Dan Scales
2022-01-04
cmd/compile: pop instantiations of local types when leaving scope
Dan Scales
[prev]
[next]