]> Cypherpunks repositories - gostls13.git/commit
- bug fix: do not strip lower-case parameter and result names in signatures
authorRobert Griesemer <gri@golang.org>
Mon, 6 Jul 2009 18:39:48 +0000 (11:39 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 6 Jul 2009 18:39:48 +0000 (11:39 -0700)
commit4f40f5eaab52ede5b5e14c9660442ef69a135c81
tree16c536230f93aa538790235504595c385c98d9c3
parentd3a2925bb28d387d57961654d817d155173c8d7d
- bug fix: do not strip lower-case parameter and result names in signatures
- display: show '...' if a struct/interface has fields/methods removed; show
  struct/interface w/o {}'s if all fields/methods were removed; and show the
  {}'s if the struct/interface was empty to begin with

R=rsc
DELTA=41  (36 added, 0 deleted, 5 changed)
OCL=31201
CL=31204
src/pkg/go/ast/filter.go