1. 14 Apr, 2014 3 commits
    • Russ Cox's avatar
      cmd/objdump: rewrite in Go · 0d441a08
      Russ Cox authored
      Update cmd/dist not to build the C version.
      Update cmd/go to install the Go version to the tool directory.
      
      Update #7452
      
      This is the basic logic needed for objdump, and it works well enough
      to support the pprof list and weblist commands. A real disassembler
      needs to be added in order to support the pprof disasm command
      and the per-line assembly displays in weblist. That's still to come.
      
      Probably objdump will move to go.tools when the disassembler
      is added, but it can stay here for now.
      
      LGTM=minux.ma
      R=golang-codereviews, minux.ma
      CC=golang-codereviews, iant, r
      https://golang.org/cl/87580043
      0d441a08
    • Russ Cox's avatar
      undo CL 66510044 / 6c0339d94123 · c48db9a4
      Russ Cox authored
      Broke other things - see issue 7522.
      
      Fixes #7522.
      Reopens issue 7363.
      
      ««« original CL description
      cmd/gc: make embedded, unexported fields read-only.
      
      Fixes #7363.
      
      LGTM=gri
      R=gri, rsc, bradfitz
      CC=golang-codereviews
      https://golang.org/cl/66510044
      »»»
      
      LGTM=r, mpvl
      R=golang-codereviews, r
      CC=golang-codereviews, iant, mpvl
      https://golang.org/cl/85580046
      c48db9a4
    • Russ Cox's avatar
      runtime: increase timeout in TestStackGrowth · 72185093
      Russ Cox authored
      It looks like maybe on slower builders 4 seconds is not enough.
      Trying to get rid of the flaky failures.
      
      TBR=iant
      CC=golang-codereviews
      https://golang.org/cl/86870044
      72185093
  2. 12 Apr, 2014 1 commit
  3. 11 Apr, 2014 16 commits
  4. 10 Apr, 2014 16 commits
  5. 09 Apr, 2014 4 commits