~mwhudson/+git/golang:upstream

Last commit made on 2013-02-27
Get this branch:
git clone -b upstream https://git.launchpad.net/~mwhudson/+git/golang
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
upstream
Repository:
lp:~mwhudson/+git/golang

Recent commits

47ac1f8... by sECuRE

Imported Upstream version 1.1~hg20130227

c072558... by Ondřej Surý

Imported Upstream version 2011.02.15

5859517... by Ondřej Surý

Imported Upstream version 2011.02.01.1

d546507... by Ondřej Surý

Imported Upstream version 2011-02-01.1

758ff64... by Ondřej Surý

Imported Upstream version 2011-02-01.1

3e45412... by Ondřej Surý

Imported Upstream version 2011.01.12

c533680... by Andrew Gerrand <email address hidden>

release.2010-07-01

R=rsc
CC=golang-dev
http://codereview.appspot.com/1741047

2b9df28... by Rob Pike <email address hidden>

strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small).
panic if base is invalid.

R=rsc
CC=golang-dev
http://codereview.appspot.com/1702050

b3fb215... by Rob Pike <email address hidden>

strings and bytes.Split: make count of 0 mean 0, not infinite.
Use a count of -1 for infinity. Ditto for Replace.

R=rsc
CC=golang-dev
http://codereview.appspot.com/1704044

Committer: Rob Pike <email address hidden>

32de5c2... by Russ Cox <email address hidden>

6l: drop confusing comment

R=ken2
CC=golang-dev
http://codereview.appspot.com/1693047