1. 09 Sep, 2017 8 commits
    • Marvin Stenger's avatar
      cmd/dist: move functions for the better · 401609c3
      Marvin Stenger authored
      This belongs to a series of clean-up changes (see below) for cmd/dist.
      This is change (6).
      
      These changes include:
      (1)  apply minor fixes
      (2)  restore behavior of branchtag
      (3)  unleash bootstrap optimization for windows
      (4)  use standard generated code header
      (5)  remove trivial variables + functions
      (6)  move functions for the better
      (7)  simplify code segments
      (8)  use bytes.Buffer for code generation
      (9)  rename variables + functions
      (10) remove doc.go
      
      Change-Id: I1c49e3427079194210a6416057100a7e94a37619
      Reviewed-on: https://go-review.googlesource.com/61012
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      401609c3
    • Marvin Stenger's avatar
      cmd/dist: remove trivial variables + functions · 6ea4cfb3
      Marvin Stenger authored
      This belongs to a series of clean-up changes (see below) for cmd/dist.
      This is change (5).
      
      These changes include:
      (1)  apply minor fixes
      (2)  restore behavior of branchtag
      (3)  unleash bootstrap optimization for windows
      (4)  use standard generated code header
      (5)  remove trivial variables + functions
      (6)  move functions for the better
      (7)  simplify code segments
      (8)  use bytes.Buffer for code generation
      (9)  rename variables + functions
      (10) remove doc.go
      
      Change-Id: I0efd1271b6a70bb9248d82f8a4d869556f4a557e
      Reviewed-on: https://go-review.googlesource.com/61011
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      6ea4cfb3
    • Marvin Stenger's avatar
      cmd/dist: use standard generated code header · e86c0676
      Marvin Stenger authored
      This belongs to a series of clean-up changes (see below) for cmd/dist.
      This is change (4).
      
      These changes include:
      (1)  apply minor fixes
      (2)  restore behavior of branchtag
      (3)  unleash bootstrap optimization for windows
      (4)  use standard generated code header
      (5)  remove trivial variables + functions
      (6)  move functions for the better
      (7)  simplify code segments
      (8)  use bytes.Buffer for code generation
      (9)  rename variables + functions
      (10) remove doc.go
      
      Change-Id: I5e163f89a518f074e58bf2d44597e553c918d7e6
      Reviewed-on: https://go-review.googlesource.com/61010
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      e86c0676
    • Marvin Stenger's avatar
      cmd/dist: unleash bootstrap optimization for windows · fe2f5090
      Marvin Stenger authored
      This belongs to a series of clean-up changes (see below) for cmd/dist.
      This is change (3).
      
      These changes include:
      (1)  apply minor fixes
      (2)  restore behavior of branchtag
      (3)  unleash bootstrap optimization for windows
      (4)  use standard generated code header
      (5)  remove trivial variables + functions
      (6)  move functions for the better
      (7)  simplify code segments
      (8)  use bytes.Buffer for code generation
      (9)  rename variables + functions
      (10) remove doc.go
      
      Change-Id: I7612bbc3939e6fca3bee4b8e92c528178dd46cd7
      Reviewed-on: https://go-review.googlesource.com/61023Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      fe2f5090
    • Marvin Stenger's avatar
      cmd/dist: restore behavior of branchtag · b57413d9
      Marvin Stenger authored
      The behavior was changed unintentionally during the conversion from C to Go.
      Reviewed-on: https://go-review.googlesource.com/2470
      
      This belongs to a series of clean-up changes (see below) for cmd/dist.
      This is change (2).
      
      These changes include:
      (1)  apply minor fixes
      (2)  restore behavior of branchtag
      (3)  unleash bootstrap optimization for windows
      (4)  use standard generated code header
      (5)  remove trivial variables + functions
      (6)  move functions for the better
      (7)  simplify code segments
      (8)  use bytes.Buffer for code generation
      (9)  rename variables + functions
      (10) remove doc.go
      
      Change-Id: I53373c7211b35ed68da485c55e510871bfb81267
      Reviewed-on: https://go-review.googlesource.com/61022Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      b57413d9
    • Marvin Stenger's avatar
      cmd/dist: apply minor fixes · e27c6c39
      Marvin Stenger authored
      This belongs to a series of clean-up changes (see below) for cmd/dist.
      This is change (1).
      
      These changes include:
      (1)  apply minor fixes
      (2)  restore behavior of branchtag
      (3)  unleash bootstrap optimization for windows
      (4)  use standard generated code header
      (5)  remove trivial variables + functions
      (6)  move functions for the better
      (7)  simplify code segments
      (8)  use bytes.Buffer for code generation
      (9)  rename variables + functions
      (10) remove doc.go
      
      Change-Id: I49e5f2a9b6146e2b60a067da5bac31434ffc9aaf
      Reviewed-on: https://go-review.googlesource.com/60650Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      e27c6c39
    • Hiroshi Ioka's avatar
      cmd/link: extract windows-specific code from dynrelocsym · f58c48f8
      Hiroshi Ioka authored
      No functional changes.
      
      Change-Id: Ib31bb3f01b515aac6428ec61e0ef02b269623890
      Reviewed-on: https://go-review.googlesource.com/62470Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      f58c48f8
    • Elbert Fliek's avatar
      time: add an example to the NewTicker function · 9dba7335
      Elbert Fliek authored
      Change-Id: Idad9cdee36679373ee223ff2bd4c021ea0afcce1
      Reviewed-on: https://go-review.googlesource.com/61710Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      Run-TryBot: Ian Lance Taylor <iant@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      9dba7335
  2. 08 Sep, 2017 14 commits
  3. 07 Sep, 2017 5 commits
  4. 06 Sep, 2017 13 commits