aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/rangefunc/rangefunc_test.go
AgeCommit message (Expand)Author
2024-11-13cmd/compile: change status of "bad iterator" panicDavid Chase
2024-10-26cmd/compile: use a non-fragile test for "does f contain closure c?"David Chase
2024-07-30cmd/compile: verify that rangefunc assigning to no vars worksDavid Chase
2024-06-03all: make function comments match function namescuishuang
2024-05-22runtime,cmd/compile: fix wording of rangefunc panic messagesDavid Chase
2024-05-21cmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
2023-11-15cmd/compile: check for iteration after range func loop exitDavid Chase