1. 26 Nov, 2017 2 commits
  2. 25 Nov, 2017 3 commits
  3. 24 Nov, 2017 2 commits
    • Austin Clements's avatar
      runtime: fix final stack split in exitsyscall · be589f8d
      Austin Clements authored
      exitsyscall should be recursively nosplit, but we don't have a way to
      annotate that right now (see #21314). There's exactly one remaining
      place where this is violated right now: exitsyscall -> casgstatus ->
      print. The other prints in casgstatus are wrapped in systemstack
      calls. This fixes the remaining print.
      
      Updates #21431 (in theory could fix it, but that would just indicate
      that we have a different G status-related crash and we've *never* seen
      that failure on the dashboard.)
      
      Change-Id: I9a5e8d942adce4a5c78cfc6b306ea5bda90dbd33
      Reviewed-on: https://go-review.googlesource.com/79815
      Run-TryBot: Austin Clements <austin@google.com>
      Reviewed-by: default avatarRick Hudson <rlh@golang.org>
      TryBot-Result: Gobot Gobot <gobot@golang.org>
      be589f8d
    • Emmanuel Odeke's avatar
      runtime: tweak doc for Goexit · 2e1f0713
      Emmanuel Odeke authored
      Use singular form of panic and remove the unnecessary
      'however', when comparing Goexit's behavior to 'a panic'
      as well as what happens for deferred recovers with Goexit.
      
      Change-Id: I3116df3336fa135198f6a39cf93dbb88a0e2f46e
      Reviewed-on: https://go-review.googlesource.com/79755Reviewed-by: default avatarRob Pike <r@golang.org>
      2e1f0713
  4. 23 Nov, 2017 8 commits
  5. 22 Nov, 2017 21 commits
  6. 21 Nov, 2017 4 commits