1. 15 Jul, 2018 2 commits
    • Rob Pike's avatar
      doc: rearrange the description of GOMAXPROCS · ca69a916
      Rob Pike authored
      The old text was written when it was only 1 by default, which
      changed a long time ago.
      
      Also add a note that GOMAXPROCS does not limit the total
      number of threads.
      
      Change-Id: I104ccd7266d11335320a4d7f5671fb09ed641f88
      Reviewed-on: https://go-review.googlesource.com/123916Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      ca69a916
    • Keith Randall's avatar
      misc/cgo: fix test on iOS · 2598ed07
      Keith Randall authored
      The test in CL 123715 doesn't work on iOS, it needs to use a different
      version scheme to determine whether SecKeyAlgorithm and friends exist.
      Restrict the old version test to OSX only.
      
      The same problem occurs on iOS: the functions tested don't exist before
      iOS 10.  But we don't have builders below iOS 10, so it isn't a big issue.
      If we ever get older builders, or someone wants to run all.bash on an
      old iOS, they'll need to figure out the right incantation.
      
      Update #24161
      Update #26355
      
      Change-Id: Ia3ace86b00486dc172ed00c0c6d668a95565bff7
      Reviewed-on: https://go-review.googlesource.com/123959
      Run-TryBot: Keith Randall <khr@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
      2598ed07
  2. 14 Jul, 2018 1 commit
  3. 13 Jul, 2018 14 commits
  4. 12 Jul, 2018 20 commits
  5. 11 Jul, 2018 3 commits