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
/
sched.go
Age
Commit message (
Expand
)
Author
2026-01-20
cmd/compile/internal/staticinit: fix bug in global new(expr)
Alan Donovan
2025-08-08
cmd/compile/internal/staticinit: remove deadcode
Cuong Manh Le
2024-11-18
cmd/compile: avoid static init of strings in FIPS mode
Russ Cox
2024-11-15
cmd/compile/internal/staticinit: remove FIPS debugging
Russ Cox
2024-11-13
cmd/compile, cmd/link: add FIPS verification support
Russ Cox
2024-11-07
cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method
Russ Cox
2024-09-11
cmd/compile/internal/typecheck: simplify IndexConst
Cuong Manh Le
2024-09-10
cmd/compile: remove trivial closure reference
Cuong Manh Le
2024-07-22
cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure"
Cuong Manh Le
2024-07-05
cmd/compile: fix ICE when compiling global a, b = f()
Cuong Manh Le
2024-04-02
cmd/compile: add missing OASOP case in mayModifyPkgVar
Cuong Manh Le
2024-04-02
cmd/compile: check ODEREF for safe lhs in assignment during static init
Cuong Manh Le
2024-03-29
Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar"
Than McIntosh
2024-03-29
cmd/compile: add missing OINLCAll case in mayModifyPkgVar
Cuong Manh Le
2023-09-12
cmd/compile: remove typecheck.Orig* functions
Cuong Manh Le
2023-09-11
cmd/compile/internal/staticinit: make staticopy safe
Matthew Dempsky
2023-08-24
cmd/compile: create "init" function during noding
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: refactor and simplify DeclFunc
Matthew Dempsky
2023-08-17
cmd/compile: always construct typechecked closures
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-08-14
cmd/compile: remove reflectdata.{TypePtr,ITabAddr} wrappers
Matthew Dempsky
2023-08-11
cmd/compile: simplify asmhdr and plugin exports handling
Matthew Dempsky
2023-08-11
cmd/compile: make use of types2.InitOrder
Matthew Dempsky
2023-05-05
cmd/compile: un-hide closure func if parent expr moved to staticinit
Than McIntosh
2023-04-14
cmd/compile: handle string concatenation in static init inliner
Cuong Manh Le
2023-03-09
cmd/compile: remove -wrapglobalmapinit flag
Than McIntosh
2023-02-09
cmd/compile/internal/staticinit: fix panic in interface conversion
Sung Yoon Whang
2023-02-08
cmd/compile: fix inline static init arguments substitued tree
Cuong Manh Le
2023-02-06
cmd/compile: enable deadcode of unreferenced large global maps
Than McIntosh
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
[next]