1
0
mirror of https://github.com/golang/go synced 2024-11-12 10:30:23 -07:00
The Go programming language
Go to file
David Symonds 8d29f7f1c9 Consistency changes to container/* packages for iteration.
container/list:
  - change Iter to go over the list values

container/ring:
  - add Iter, drop Forward/Backward

container/vector:
  - add channel direction constraints

R=rsc,gri
APPROVED=rsc
DELTA=86  (23 added, 40 deleted, 23 changed)
OCL=33935
CL=34132
2009-08-31 14:43:27 -07:00
doc doc fixes (no lang changes) 2009-08-27 16:45:42 -07:00
include rename libmach_amd64 libmach 2009-08-14 10:46:04 -07:00
lib/godoc associate const and var declarations with a type where possible 2009-08-31 10:47:34 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src Consistency changes to container/* packages for iteration. 2009-08-31 14:43:27 -07:00
test array index bug 2009-08-30 18:47:48 -07:00
usr Split decls.go up, taking advantage of whole-package 2009-08-28 18:25:56 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00