index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
rangefunc
Age
Commit message (
Expand
)
Author
2026-03-31
cmd/compile: fix wrong label loop during rangefunc rewrite
Cuong Manh Le
2026-03-25
cmd/compile: preserve variadic signature on range-over-func
Cuong Manh Le
2024-11-13
cmd/compile: change status of "bad iterator" panic
David Chase
2024-10-26
cmd/compile: use a non-fragile test for "does f contain closure c?"
David Chase
2024-07-30
cmd/compile: verify that rangefunc assigning to no vars works
David Chase
2024-07-24
cmd/compile: fix typo in comment
guoguangwu
2024-06-28
cmd/compile: drop internal range-over-func vars from DWARF output
Alessandro Arzilli
2024-06-14
cmd/compile: give the closure generated for rangefunc bodies a name.
David Chase
2024-06-03
all: make function comments match function names
cuishuang
2024-05-23
cmd/compile: repairing variable names and comments
David Chase
2024-05-23
internal/abi, cmd/compile, runtime: deduplicate rangefunc consts
David Chase
2024-05-22
runtime,cmd/compile: fix wording of rangefunc panic messages
David Chase
2024-05-21
cmd/compile: for rangefunc, add checks and tests, fix panic interactions
David Chase
2024-01-08
cmd/compile: handle defined iter func type correctly
Cuong Manh Le
2023-11-16
cmd/compile: add compiler debug flag to disable range func iterator checking
David Chase
2023-11-15
cmd/compile: check for iteration after range func loop exit
David Chase
2023-11-15
cmd/compile: replace magic numbers "2" and "1" with named constant
David Chase
2023-09-20
cmd/compile: implement range over func
Russ Cox