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
/
staticinit
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-17
cmd/compile: fix static init inlining for hidden node fields
Matthew Dempsky
2022-11-30
cmd/compile: fix inline static init with derived types
Cuong Manh Le
2022-11-22
cmd/compile: add -d=inlstaticinit debug flag
Matthew Dempsky
2022-11-17
cmd/compile: fix static init for inlined calls
Cuong Manh Le
2022-11-17
cmd/compile: handle integer conversions in static init inliner
Russ Cox
2022-11-16
cmd/compile: handle simple inlined calls in staticinit
Russ Cox
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-03-01
cmd/compile/internal/ir: remove unused -G=0 node types
Matthew Dempsky
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-06-04
[dev.typeparams] cmd/compile: point StructKeyExpr at the types.Field
Matthew Dempsky
2021-03-16
cmd/compile, cmd/link: dynamically export writable static tmps
Cherry Zhang
2021-01-18
[dev.regabi] cmd/compile: use LinksymOffsetExpr in TypePtr/ItabAddr
Cuong Manh Le
2021-01-18
[dev.regabi] cmd/compile: use *obj.LSym instead of *ir.Name for staticdata fu...
Cuong Manh Le
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2021-01-14
[dev.regabi] cmd/compile: fix ICE when initializing blank vars
Matthew Dempsky
2021-01-04
[dev.regabi] cmd/compile: remove Name.Class_ accessors
Matthew Dempsky
2021-01-01
[dev.regabi] cmd/compile: fix package-initialization order
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}Expr
Matthew Dempsky
2020-12-28
[dev.regabi] cmd/compile: remove SelectorExpr.Offset field
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split out package walk [generated]
Russ Cox