commit | ca691a8566ddc5f4048ed0db7122da44a04e0bb9 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Jun 14 10:56:49 2023 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Jul 18 10:30:20 2023 -0400 |
tree | 7c0203704190b5f0376fdf3e1ea2799387b63d9d | |
parent | 9f70c8cd659c4c4e99b9234826175614879ec748 [diff] |
cmd/compile: implement range over func Add compiler support for range over functions. See the large comment at the top of cmd/compile/internal/rangefunc/rewrite.go for details. DO NOT REVIEW This is part of a sequence of CLs demonstrating a proposal to expand the applicability of range loops. For proposal #61405. Change-Id: I05717f94e63089c503acc49b28b47edeb4e011b4
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.