commit 205f850ceacfc39d1e9d76a9569416284594ce8c [browse]
Author: Andrew Gerrand
Date: 2013-05-13 13:03:09 -07:00
go1.1
commit 6c7631126f0cad808dd4cc7c3c02ac9c2ff6e6c0 [browse]
Author: Andrew Gerrand
Date: 2013-05-13 09:35:18 -07:00
[release-branch.go1.1] runtime/race: improve public documentation
««« CL 9144050 / d29da2ced72b
runtime/race: improve public documentation
Move the documentation from race.go to doc.go, because
race.go uses +build race, so it's not normally parsed by go doc.
Rephrase the documentation for end users, provide link to race
detector manual.
Fixes #5444.
R=golang-dev, minux.ma, adg, r
CC=golang-dev
https://golang.org/cl/9144050
»»»
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9387043
commit 9294a08f1b2a8470fdb52504caf06a532a678b09 [browse]
Author: Andrew Gerrand
Date: 2013-05-13 09:24:34 -07:00
[release-branch.go1.1] doc: add a "New packages" section to the 1.1 release notes.
««« CL 9344044 / 880991592ded
doc: add a "New packages" section to the 1.1 release notes.
R=adg, r
CC=golang-dev
https://golang.org/cl/9344044
»»»
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9386043
commit 46a6097aa7943a490e9bd2e04274845d0e5e200f [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:04:56 -07:00
go1.1rc3
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9315044
commit 91504a0e0d170b284e460c665235eaa2a041322d [browse]
Author: Andrew Gerrand
Date: 2013-05-08 16:02:59 -07:00
[release-branch.go1.1] runtime: fix crash in select
««« CL 9311043 / 53bc96b4c0c7
runtime: fix crash in select
runtime.park() can access freed select descriptor
due to a racing free in another thread.
See the comment for details.
Slightly modified version of dvyukov's CL 9259045.
No test yet. Before this CL, the test described in issue 5422
would fail about every 40 times for me. With this CL, I ran
the test 5900 times with no failures.
Fixes #5422.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9311043
»»»
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9304044
clone the repository to get more history