1. 20 Dec, 2011 7 commits
  2. 19 Dec, 2011 23 commits
  3. 18 Dec, 2011 2 commits
  4. 17 Dec, 2011 4 commits
  5. 16 Dec, 2011 4 commits
    • Russ Cox's avatar
      runtime: hg revert -r 6ec0a5c12d75 · 86dcc431
      Russ Cox authored
      That was the last build that was close to working.
      I will try that change again next week.
      Make is being very subtle today.
      
      At the reverted-to CL, the ARM traceback appears
      to be broken.  I'll look into that next week too.
      
      R=golang-dev, r
      CC=golang-dev
      https://golang.org/cl/5492063
      86dcc431
    • Robert Griesemer's avatar
      go/printer, gofmt: fine tuning of line spacing · 541b67d0
      Robert Griesemer authored
      - no empty lines inside empty structs and interfaces
      - top-level declarations are separated by a blank line if
        a) they are of different kind (e.g. const vs type); or
        b) there are documentation comments associated with a
           declaration (this is new)
      - applied gofmt -w misc src
      
      The actual changes are in go/printer/nodes.go:397-400 (empty structs/interfaces),
      and go/printer/printer.go:307-309 (extra line break). The remaining
      changes are cleanups w/o changing the existing functionality.
      
      Fixes issue  2570.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/5493057
      541b67d0
    • Russ Cox's avatar
      runtime: fix build on gri's machine · 72bdd868
      Russ Cox authored
      Why it was not failing anywhere else I don't know,
      but the Makefile was definitely wrong.  The rules
      must not run in parallel.
      
      TBR=r
      CC=golang-dev
      https://golang.org/cl/5489069
      72bdd868
    • Russ Cox's avatar
      runtime: fix build · cfd17a1b
      Russ Cox authored
      I am looking forward to not supporting two build
      systems simultaneously.  Make complains about
      a circular dependency still, but I don't understand it
      and it's probably not worth the time to figure out.
      
      TBR=r
      CC=golang-dev
      https://golang.org/cl/5496058
      cfd17a1b