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
2024-04-16
types2: flip the default value of GODEBUG=gotypesalias=1
Robert Griesemer
2024-04-05
cmd/compile: export/import materialized aliases
Alan Donovan
2024-04-04
all: fix some comments
cui fliter
2024-03-27
cmd/compile: rename cmd/compile/internal/pgo to cmd/compile/internal/pgoir
Michael Pratt
2024-03-20
cmd/compile/internal/noder: remove wrapName
Matthew Dempsky
2024-03-01
cmd/compile: add missing Unalias call when writing type alias
Cuong Manh Le
2024-02-27
cmd/compile: fix early deadcode with label statement
Cuong Manh Le
2024-02-27
cmd/compile/internal/noder: add method wrapper comments
Matthew Dempsky
2024-02-09
cmd/compile: fail noder.LookupFunc gracefully if function generic
Michael Pratt
2024-01-30
cmd/compile/internal/noder: preserve alias uses in export data
Matthew Dempsky
2024-01-17
cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1
Robert Griesemer
2024-01-10
cmd/compile: use hashed symbol name for go.shape types if too long
Than McIntosh
2023-12-19
cmd/compile: remove interfacecycles debug flag
Robert Griesemer
2023-12-01
cmd/compile: fix typecheck range over rune literal
Cuong Manh Le
2023-11-20
cmd/compile: interleave devirtualization and inlining
Matthew Dempsky
2023-11-17
cmd/compile: use internal/buildcfg for checking newinliner enable
Cuong Manh Le
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-11-13
cmd/compile: support lookup of functions from export data
Michael Pratt
2023-11-13
cmd/compile: remove redundant function pkgNameOf
aimuz
2023-11-10
cmd/compile: update types2.Info.FileVersions API to match go/types
Robert Griesemer
2023-10-19
cmd/compile: report mismatched version set by //go:build
Cuong Manh Le
2023-10-13
cmd/compile: lookup indirect callees from export data for devirtualization
Michael Pratt
2023-10-11
cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-10-09
cmd/compile: fix typecheck range over negative integer
Cuong Manh Le
2023-10-08
cmd/compile: fix ICE with parenthesized builtin calls
Cuong Manh Le
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-09-20
cmd/compile: implement range over integer
Russ Cox
2023-09-14
cmd/compile/internal/noder: drop unused *types.Pkg results
Matthew Dempsky
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-09-12
cmd/compile/internal/ir: add NewZero
Matthew Dempsky
2023-09-12
cmd/compile: stop changing Field.Sym for parameters
Matthew Dempsky
2023-09-11
cmd/compile/internal/noder: handle unsafe.Sizeof, etc in unified IR
Matthew Dempsky
2023-09-11
cmd/compile/internal/ir: add Type param to NewBasicLit
Matthew Dempsky
2023-09-08
cmd/compile: write "properties" to export data for inlinable funcs
Than McIntosh
2023-09-08
cmd/compile: cleanup uses of ir.Orig and ir.SepCopy
Matthew Dempsky
2023-09-08
cmd/compile/internal/noder: stop preserving original const strings
Matthew Dempsky
2023-08-29
cmd/compile/internal/ir: drop Inl.Body
Matthew Dempsky
2023-08-29
cmd/compile: eliminate fallback code for missing -p flag
Matthew Dempsky
2023-08-26
cmd/compile: un-hide closure func in init function
Cuong Manh Le
2023-08-25
cmd/compile/internal/noder: avoid ir.Node temps in FixValue
Matthew Dempsky
2023-08-25
cmd/compile: remove ErrorfVers and base.Flag.Lang hack
Matthew Dempsky
2023-08-24
cmd/compile: create "init" function during noding
Matthew Dempsky
2023-08-24
cmd/compile/internal/syntax: add Unparen and UnpackListExpr helpers
Matthew Dempsky
2023-08-24
cmd/compile/internal: fix receiver names are different
cui fliter
2023-08-23
cmd/compile/internal/noder: elide statically known "if" statements
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: simplify iterating all parameters
Matthew Dempsky
2023-08-22
cmd/compile: redo IsRuntimePkg/IsReflectPkg predicate
Austin Clements
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: add selector helpers
Matthew Dempsky
[prev]
[next]