aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/rangefunc
AgeCommit message (Expand)Author
2026-03-31cmd/compile: fix wrong label loop during rangefunc rewriteCuong Manh Le
2026-03-25cmd/compile: preserve variadic signature on range-over-funcCuong Manh Le
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-07-24cmd/compile: fix typo in commentguoguangwu
2024-06-28cmd/compile: drop internal range-over-func vars from DWARF outputAlessandro Arzilli
2024-06-14cmd/compile: give the closure generated for rangefunc bodies a name.David Chase
2024-06-03all: make function comments match function namescuishuang
2024-05-23cmd/compile: repairing variable names and commentsDavid Chase
2024-05-23internal/abi, cmd/compile, runtime: deduplicate rangefunc constsDavid Chase
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
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