1. 24 Sep, 2012 7 commits
  2. 23 Sep, 2012 7 commits
  3. 22 Sep, 2012 6 commits
  4. 21 Sep, 2012 10 commits
  5. 20 Sep, 2012 9 commits
  6. 19 Sep, 2012 1 commit
    • David Symonds's avatar
      vet: fix rangeloop. · 5a93fea0
      David Symonds authored
      In a range loop, the presence of a value implies the presence of a key.
      However, the presence of a value as an *ast.Ident does not imply that
      the key is also an *ast.Ident, thus leading to a panic any time the
      two argument form is used where the key is not an identifier.
      
      R=golang-dev, adg, r
      CC=golang-dev
      https://golang.org/cl/6540045
      5a93fea0