1. 14 Feb, 2013 13 commits
  2. 13 Feb, 2013 14 commits
  3. 12 Feb, 2013 10 commits
  4. 11 Feb, 2013 3 commits
    • Alan Donovan's avatar
      test: a number of fixes. · 1c1096ea
      Alan Donovan authored
      Details:
      - reorder.go: delete p8.
        (Once expectation is changed per b/4627 it is identical to p1.)
      - switch.go: added some more (degenerate) switches.
      - range.go: improved error messages in a few cases.
      - method.go: added tests of calls to promoted methods.
      
      R=iant
      CC=golang-dev
      https://golang.org/cl/7306087
      1c1096ea
    • Rob Pike's avatar
      vet: improve flag handling · d2825329
      Rob Pike authored
      Simplify the internal logic for flags controlling what to vet,
      by introducing a map of flags that gathers them all together.
      This change should simplify the process of adding further flags.
      
      Add a test for untagged struct literals.
      Delete a redundant test that was also in the wrong file.
      Clean up some ERROR patterns that weren't working.
      
      "make test" passes again.
      
      R=golang-dev, bradfitz
      CC=golang-dev
      https://golang.org/cl/7305075
      d2825329
    • Robin Eklind's avatar
      api: Update readme. · 6c119a9e
      Robin Eklind authored
      R=golang-dev, bradfitz, dave
      CC=golang-dev
      https://golang.org/cl/7303065
      6c119a9e