aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/rangefunc
AgeCommit message (Expand)Author
2024-01-08cmd/compile: handle defined iter func type correctlyCuong Manh Le
2023-11-16cmd/compile: add compiler debug flag to disable range func iterator checkingDavid Chase
2023-11-15cmd/compile: check for iteration after range func loop exitDavid Chase
2023-11-15cmd/compile: replace magic numbers "2" and "1" with named constantDavid Chase
2023-09-20cmd/compile: implement range over funcRuss Cox