Go

lp://staging/~push-gopher/golang/stable

Created by Push Gopher and last modified
Get this branch:
bzr branch lp://staging/~push-gopher/golang/stable
Only Push Gopher can upload to this branch. If you are Push Gopher please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Push Gopher
Project:
Go
Status:
Development

Recent revisions

17068. By Andrew Gerrand <email address hidden>

[release-branch.go1.1] doc: add go1.1.1 to the release notes

««« CL 10236045 / 3cda43260443
doc: add go1.1.1 to the release notes

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/10236045
»»»

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/10245044
HG=17068:a7bd9a33067b

17067. By Andrew Gerrand <email address hidden>

doc: add go1.1.1 to the release notes

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/10236045
HG=17067:3cda43260443

17066. By Andrew Gerrand <email address hidden>

go1.1.1

R=golang-dev, dsymonds
CC=golang-dev
https://codereview.appspot.com/10253043
HG=17066:43c4a41d2438

17065. By Andrew Gerrand <email address hidden>

[release-branch.go1.1] remove release tag from release branch

This should have been done before tagging go1.1.
Better late than never.

R=golang-dev, dsymonds
CC=golang-dev
https://codereview.appspot.com/10252043
HG=17065:72174b1671f2

17064. By Rob Pike <email address hidden>

testing: add -outputdir flag so "go test" controls where the files are written
Obscure misfeature now fixed: When run from "go test", profiles were always
written in the package's source directory. This change puts them in the directory
where "go test" is run.
Also fix a couple of problems causing errors in testing.after to go unreported
unless -v was set.

R=rsc, minux.ma, iant, alex.brainman
CC=golang-dev
https://codereview.appspot.com/10234044
HG=17064:3018dd1d3e6f

17063. By Andrew Gerrand <email address hidden>

[release-branch.go1.1] cmd/gc: compute initialization order for top-level blank vars too.

««« CL 8601044 / 3a74e15c5d56
cmd/gc: compute initialization order for top-level blank vars too.

Fixes issue 5244.

R=golang-dev, rsc, iant, r, daniel.morsing
CC=golang-dev
https://codereview.appspot.com/8601044
»»»

R=iant, rsc
CC=golang-dev
https://codereview.appspot.com/10250043
HG=17063:10ace6ccf503

17062. By Andrew Gerrand <email address hidden>

[release-branch.go1.1] cmd/gc: save local var list before inlining

««« CL 10210043 / b357e33bb414
cmd/gc: save local var list before inlining

This avoids problems with inlining in genwrappers, which
occurs after functions have been compiled. Compiling a
function may cause some unused local vars to be removed from
the list. Since a local var may be unused due to
optimization, it is possible that a removed local var winds up
beingused in the inlined version, in which case hilarity
ensues.

Fixes issue 5515.

R=golang-dev, khr, dave
CC=golang-dev
https://codereview.appspot.com/10210043
»»»

R=iant, rsc
CC=golang-dev
https://codereview.appspot.com/10242044
HG=17062:3489b1de177e

17061. By Ian Lance Taylor <email address hidden>

runtime: update runtime·gogo comment in asm files

R=golang-dev, minux.ma
CC=golang-dev
https://codereview.appspot.com/10244043
HG=17061:8519983c00e8

17060. By Russ Cox <email address hidden>

runtime: add lr, ctxt, ret to Gobuf

Add gostartcall and gostartcallfn.
The old gogocall = gostartcall + gogo.
The old gogocallfn = gostartcallfn + gogo.

R=dvyukov, minux.ma
CC=golang-dev
https://codereview.appspot.com/10036044
HG=17060:916cb45c0d5f

17059. By Dmitriy Vyukov <email address hidden>

runtime: more flexible heap memory mapping on 64-bits
Fixes issue 5641.

R=golang-dev, dave, daniel.morsing, iant
CC=golang-dev, kcc
https://codereview.appspot.com/10126044
HG=17059:7544727c9c28

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/~push-gopher/golang/tip
This branch contains Public information 
Everyone can see this information.

Subscribers