aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/loopvar/loopvar_test.go
AgeCommit message (Expand)Author
2026-01-23cmd/compile: fix loopvar version detection with line directivesxieyuschen
2025-08-19cmd/compile/internal: make function comments match function namescuishuang
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-08-08cmd/compile: use new for loop semantics for Go 1.22+ compilationsDavid Chase
2023-05-16cmd/compile: add more information to the bisect-verbose reportDavid Chase
2023-05-11internal/bisect: copy parser changes from CL 494177Russ Cox
2023-05-10cmd/compile: add ability to print extra information in bisect outputRuss Cox
2023-05-09cmd/compile: remove FS debug hash formRuss Cox
2023-05-09cmd/compile: use more of internal/bisect in HashDebugRuss Cox
2023-05-09cmd/compile/loopvar: adjust logging messagesDavid Chase
2023-05-05cmd/compile: work with new bisect commandRuss Cox
2023-03-16cmd/compile: restore return-in-loop loopvar optimizationDavid Chase
2023-03-06cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlinesDavid Chase
2023-03-06cmd/compile: experimental loop iterator capture semantics changeDavid Chase