1. 10 Oct, 2012 3 commits
    • Andrew Gerrand's avatar
      bytes: make examples work in playground · e7c222ca
      Andrew Gerrand authored
      R=golang-dev, bradfitz
      CC=golang-dev
      https://golang.org/cl/6633050
      e7c222ca
    • Robert Griesemer's avatar
      go/printer: idempotent comment formatting · 241b2360
      Robert Griesemer authored
      Also:
      
      - Refactored testing framework to permit easier
      idempotency testing.
      
      - Applied gofmt -w src misc
      
      This CL depends on CL 6639044 being applied first.
      
      Formatting is not idempotent for all files: In those
      files the comment position has changed (due to missing
      precise location information) and/or the comment formatting
      cannot/is not aware of independent code re-formatting.
      In general it is very hard to make format idempotent when
      running it in one pass only. Leaving that aside for now.
      
      Fixes #1835.
      
      R=r, rsc
      CC=golang-dev
      https://golang.org/cl/6624051
      241b2360
    • Robert Griesemer's avatar
      gofmt: apply gofmt -w -s src misc · af79568f
      Robert Griesemer authored
      Preparation for forthcoming CL 6624051: Will make it
      easier to see if/what changes are incurred by it.
      
      The alignment changes in this CL are due to CL 6610051
      (fix to alignment heuristic) where it appears that an
      old version of gofmt was run (and thus the correct
      alignment updates were not done).
      
      R=r
      CC=golang-dev
      https://golang.org/cl/6639044
      af79568f
  2. 09 Oct, 2012 15 commits
  3. 08 Oct, 2012 13 commits
  4. 07 Oct, 2012 9 commits