commit 6786185fd6245c522dce647163d2b33708c0b46d [browse]
Author: Andrew Gerrand
Date: 2012-01-27 17:51:53 +11:00

weekly.2012-01-27

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5577060

commit 1b19134c4f8f6d303f640948164dc6e7c691f756 [browse]
Author: David Symonds
Date: 2012-01-27 13:59:32 +11:00

gc: remove extra paranoia from inlining unsafe.Pointer fix.

R=rsc
CC=golang-dev
https://golang.org/cl/5569075

commit cdbed823bde062cf72f62437261ee9c84007269c [browse]
Author: Gustavo Niemeyer
Date: 2012-01-27 00:58:24 -02:00

cmd/go: solve ambiguity of get lp.net/project/foo

This solves the ambiguity for "lp.net/project/foo". In these URLs,
"foo" could be a series name registered in Launchpad with its own
branch, and it could also be the name of a directory within the
main project branch one level up.

Solve it by testing if the series branch exists in Launchpad
and if it doesn't moving the root one level up.

R=rsc
CC=golang-dev
https://golang.org/cl/5577058

commit 2332439b1b02789f5cfeceb78458eb34981e28c8 [browse]
Author: David Symonds
Date: 2012-01-27 13:44:48 +11:00

gc: permit unsafe.Pointer for inlined functions.

R=rsc, rsc
CC=golang-dev
https://golang.org/cl/5573075

commit b62a5099e4bf2e87525792dd562c20894fff878c [browse]
Author: Brad Fitzpatrick
Date: 2012-01-26 15:31:09 -08:00

archive/zip: add functions to convert between os.FileInfo & FileHeader

Fixes #2186

R=golang-dev, gri, adg
CC=golang-dev
https://golang.org/cl/5579044

clone the repository to get more history