aboutsummaryrefslogtreecommitdiff
path: root/test/noinit.go
AgeCommit message (Expand)Author
2023-04-14cmd/compile: reenable inline static initCuong Manh Le
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2023-02-09cmd/compile: disable inline static init optimizationCuong Manh Le
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-16test: fix noinit on noopt builderRuss Cox
2022-11-16cmd/compile: handle simple inlined calls in staticinitRuss Cox