aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-27[release-branch.go1] doc: clarify that the displayed tar file name is an examplerelease-branch.go1Andrew Gerrand
««« CL 6573065 / 49b27543b08b doc: clarify that the displayed tar file name is an example R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/6573065 »»» R=golang-dev CC=golang-dev https://golang.org/cl/6571068
2012-09-27[release-branch.go1] doc: fix OS X download linksAndrew Gerrand
««« CL 6566064 / f58eb9ea0d1d doc: fix OS X download links R=golang-dev, r CC=golang-dev https://golang.org/cl/6566064 »»» R=golang-dev, r CC=golang-dev https://golang.org/cl/6566065
2012-09-21[release-branch.go1] syscall: use exported StringToUTF16 in windows testgo1.0.3Andrew Gerrand
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6551056
2012-08-07net/http: disable TestServeFileFromCWD test on windowsAlex Brainman
This is an attempt to fix windows build. Will restore once we know what the problem is. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6461046
2012-09-22[release-branch.go1] update VERSION to go1.0.3Andrew Gerrand
2012-09-22[release-branch.go1] remove src/pkg/expAndrew Gerrand
2012-09-22[release-branch.go1] net/http: add missing hasToken functionAndrew Gerrand
2012-09-22[release-branch.go1] doc: document go1.0.3Andrew Gerrand
««« backport 671c5b05dc40 doc: document go1.0.3 R=rsc, r CC=gobot, golang-dev https://golang.org/cl/6532049 »»»
2012-09-22[release-branch.go1] doc/talks: remove talks, refer to talks.golang.org insteadAndrew Gerrand
««« backport e3b986984e53 doc/talks: remove talks, refer to talks.golang.org instead These talks have been moved to the go.talks sub-repository: https://code.google.com/p/go.talks R=rsc, r CC=gobot, golang-dev https://golang.org/cl/6529052 »»»
2012-09-22[release-branch.go1] A+C: Add Andrew Harding (Individual CLA)Adam Langley
««« backport f041c9b94d6a A+C: Add Andrew Harding (Individual CLA) R=golang-dev, iant CC=golang-dev https://golang.org/cl/6544044 »»»
2012-09-22[release-branch.go1] encoding/gob: fix commentRobert Griesemer
««« backport ee8276dbea49 encoding/gob: fix comment Fixes #4100. R=adg, r, dave CC=golang-dev https://golang.org/cl/6535055 »»»
2012-09-22[release-branch.go1] src/all.bat: fix bannerShenghou Ma
««« backport 2f7827571b44 src/all.bat: fix banner we need to restore %PATH% before calling "dist banner", so that it could suggest the user to add %GOROOT%/bin to %PATH% if necessary. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6525049 »»»
2012-09-22[release-branch.go1] builtin: Changed documentation for rune type.Anthony Eufemio
««« backport 6cfab3a0935e builtin: Changed documentation for rune type. Fixes #4093. R=golang-dev, bradfitz, r CC=golang-dev https://golang.org/cl/6536047 »»»
2012-09-22[release-branch.go1] A+C: Add Anthony Eufemio (Individual CLA)Brad Fitzpatrick
««« backport 773a05fbc002 A+C: Add Anthony Eufemio (Individual CLA) R=golang-dev, r CC=golang-dev https://golang.org/cl/6524045 »»»
2012-09-22[release-branch.go1] doc/effective_go: Closed some tags; removed extra spaces.Oling Cat
««« backport 04608c28273f doc/effective_go: Closed some tags; removed extra spaces. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6488122 »»»
2012-09-22[release-branch.go1] image/jpeg: ignore an incorrect but harmless trailing ↵Nigel Tao
restart marker. ««« backport 7af3dbecf445 image/jpeg: ignore an incorrect but harmless trailing restart marker. Fixes #4084. R=r CC=golang-dev https://golang.org/cl/6526043 »»»
2012-09-22[release-branch.go1] doc: document OS X tarballsAndrew Gerrand
««« backport 195e4fc09b2d doc: document OS X tarballs R=golang-dev CC=golang-dev https://golang.org/cl/6506129 »»»
2012-09-22[release-branch.go1] A+C: update Eric Roshan-EisnerEric Roshan-Eisner
««« backport b7ce1e467a60 A+C: update Eric Roshan-Eisner R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6492135 »»»
2012-09-22[release-branch.go1] run.bash: fix a typo (fix build)Shenghou Ma
««« backport 11cdfc399090 run.bash: fix a typo (fix build) R=golang-dev CC=golang-dev https://golang.org/cl/6506121 »»»
2012-09-22[release-branch.go1] run.bash: set appropriate ulimitsShenghou Ma
««« backport a97b81d2600f run.bash: set appropriate ulimits mainly for NetBSD/OpenBSD. R=bradfitz, r, rsc CC=golang-dev https://golang.org/cl/6453154 »»»
2012-09-22[release-branch.go1] runtime: fix SI_USER for FreeBSDShenghou Ma
««« backport 283f6087807b runtime: fix SI_USER for FreeBSD Ref: http://svnweb.freebsd.org/base/head/sys/sys/signal.h?revision=HEAD&view=markup R=golang-dev, devon.odell, r CC=golang-dev https://golang.org/cl/6490118 »»»
2012-09-22[release-branch.go1] os/exec: don't crash when out of fdsBrad Fitzpatrick
««« backport 00e1feaa9218 os/exec: don't crash when out of fds Command.Start could crash before if no fds were available because a nil *os.File of /dev/null was added to the cleanup list, which crashed before returning the proper error. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6514043 »»»
2012-09-22[release-branch.go1] A+C: add Xing Xing (individual CLA)Andrew Gerrand
««« backport 449c9a4af2f1 A+C: add Xing Xing (individual CLA) R=golang-dev, nigeltao CC=golang-dev https://golang.org/cl/6493121 »»»
2012-09-22[release-branch.go1] effective_go: use html/template instead of text/templateRob Pike
««« backport e3fce06291ec effective_go: use html/template instead of text/template Should have done this a long time ago. Fixes #3811. R=golang-dev, adg, rsc CC=golang-dev https://golang.org/cl/6488120 »»»
2012-09-22[release-branch.go1] build: print go banner before restoring windows PATHBrad Fitzpatrick
««« backport 452fc24c7ed3 build: print go banner before restoring windows PATH R=golang-dev, r CC=golang-dev https://golang.org/cl/6492117 »»»
2012-09-22[release-branch.go1] html/template: fix URL docRuss Cox
««« backport fead9e11a489 html/template: fix URL doc This is the easy part of issue 3528. (What to do about "noescape" is the hard part, left open.) Update #3528. R=mikesamuel, r, dsymonds CC=golang-dev https://golang.org/cl/6493113 »»»
2012-09-22[release-branch.go1] net/rpc/jsonrpc: fix test error messageRuss Cox
««« backport cbce1b576493 net/rpc/jsonrpc: fix test error message Fixes #4041. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6495121 »»»
2012-09-22[release-branch.go1] cmd/dist: emit \r in env -w outputRuss Cox
««« backport 108165c03c70 cmd/dist: emit \r in env -w output go tool dist env -w is supposed to print a Windows batch file. Normally Windows will execute batch files without \r before \n, but issue 3060 reports that if the file ends up containing paths written in Chinese, Windows 7 cannot execute it without the \r. So add the \r. Fixes #3060. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6498120 »»»
2012-09-22[release-branch.go1] C: Add Andreas Jellinghaus (Google CLA)Ian Lance Taylor
««« backport 993e67dd76c4 C: Add Andreas Jellinghaus (Google CLA) R=golang-dev, r CC=golang-dev https://golang.org/cl/6494121 »»»
2012-09-22[release-branch.go1] C: add Francesc Campoy (Google CLA)Andrew Gerrand
««« backport 3796fdf0d0b8 C: add Francesc Campoy (Google CLA) R=golang-dev, dsymonds, campoy CC=golang-dev https://golang.org/cl/6490102 »»»
2012-09-22[release-branch.go1] C: spell Brian's name correctlyAndrew Gerrand
««« backport 50457a54c26c C: spell Brian's name correctly R=iant, nigeltao CC=golang-dev https://golang.org/cl/6492102 »»»
2012-09-22[release-branch.go1] C: add Brian Slesinsky (Google CLA)Andrew Gerrand
««« backport bfa71d733e8f C: add Brian Slesinsky (Google CLA) R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6496103 »»»
2012-09-22[release-branch.go1] doc: Don't imply incorrect guarantees about data races.David Symonds
««« backport dbcfb4459ab8 doc: Don't imply incorrect guarantees about data races. A race between a = "hello, world" and print(a) is not guaranteed to print either "hello, world" or "". Its behaviour is undefined. Fixes #4039. R=rsc CC=dvyukov, gobot, golang-dev, r https://golang.org/cl/6489075 »»»
2012-09-22[release-branch.go1] crypto/rand: typo fix from a69e30463bf4Adam Langley
««« backport 7047e253f1cd crypto/rand: typo fix from a69e30463bf4 R=golang-dev CC=golang-dev https://golang.org/cl/6497106 »»»
2012-09-22[release-branch.go1] crypto/rand: zero length reads shouldn't crash on Windows.Adam Langley
««« backport a69e30463bf4 crypto/rand: zero length reads shouldn't crash on Windows. R=golang-dev, dave CC=golang-dev https://golang.org/cl/6496099 »»»
2012-09-22[release-branch.go1] faq: go does not have duck typingRob Pike
««« backport d3d3e0825dd2 faq: go does not have duck typing R=golang-dev, 0xjnml, iant, adonovan, aram CC=golang-dev https://golang.org/cl/6500092 »»»
2012-09-22[release-branch.go1] faq: mercurial vs. gitRob Pike
««« backport 4a9c3b3e39c6 faq: mercurial vs. git Fixes #4052. R=golang-dev, bradfitz, iant, rsc CC=golang-dev https://golang.org/cl/6490092 »»»
2012-09-22[release-branch.go1] net,mime: Minor corrections to documentation comments.Lucio De Re
««« backport 3da1d25fd216 net,mime: Minor corrections to documentation comments. R=r CC=dsymonds, gobot, golang-dev https://golang.org/cl/6495085 »»»
2012-09-22[release-branch.go1] faq: another way to solve the closure/variable/range ↵Rob Pike
complaint ««« backport 3bca7b333e00 faq: another way to solve the closure/variable/range complaint It's easier just to declare a new variable. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6501103 »»»
2012-09-22[release-branch.go1] C: add Manu Garg (Google CLA)Andrew Gerrand
««« backport f06edb3fcffe C: add Manu Garg (Google CLA) R=golang-dev, iant CC=golang-dev https://golang.org/cl/6493087 »»»
2012-09-22[release-branch.go1] image/jpeg: fix quantization tables to be in zig-zag ↵Nigel Tao
order, not natural ««« backport 292816148e44 image/jpeg: fix quantization tables to be in zig-zag order, not natural order. JPEG images generated prior to this CL are still valid JPEGs, as the quantization tables used are encoded in the wire format. Such JPEGs just don't use the recommended quantization tables. R=r, dsymonds, raph, adg CC=golang-dev, tuom.larsen https://golang.org/cl/6497083 »»»
2012-09-22[release-branch.go1] doc/go_spec: fix a typoOling Cat
««« backport 5bf4d4da76e9 doc/go_spec: fix a typo R=nigeltao CC=golang-dev https://golang.org/cl/6499075 »»»
2012-09-22[release-branch.go1] A+C: Oling Cat (individual CLA)Nigel Tao
««« backport 4c0b47f8b8f7 A+C: Oling Cat (individual CLA) R=dsymonds CC=golang-dev https://golang.org/cl/6503070 »»»
2012-09-22[release-branch.go1] net: fix {FileConn, FileListener, FilePacketConn} fd ↵Sébastien Paolacci
leak to child process. ««« backport d694b1866058 net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process. All of them call `newFileFD' which must properly restore close-on-exec on duplicated fds. R=golang-dev, bradfitz, mikioh.mikioh CC=golang-dev https://golang.org/cl/6445081 »»»
2012-09-22[release-branch.go1] runtime/pprof: emit end-of-log marker at end of CPU ↵Alan Donovan
profile. ««« backport 92e962e13197 runtime/pprof: emit end-of-log marker at end of CPU profile. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6489065 »»»
2012-09-22[release-branch.go1] doc: fix typo in Concurrency Patterns articleAndrew Gerrand
««« backport 29990fa0951c doc: fix typo in Concurrency Patterns article Fixes #3178. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6506064 »»»
2012-09-22[release-branch.go1] doc: link to references from docs pageAndrew Gerrand
««« backport bbf84838fd24 doc: link to references from docs page Fixes #3667. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6492078 »»»
2012-09-22[release-branch.go1] net/http/pprof: updated documentation (run an http server)Patrick Crosby
««« backport 4965beed4492 net/http/pprof: updated documentation (run an http server) Added instructions for starting an http server to the godoc header for this package. With the old instructions, the example "go tool pprof..." commands wouldn't work unless you happen to be running an http server on port 6060 in your application. R=golang-dev, minux.ma, adg, giacomo.tartari CC=golang-dev https://golang.org/cl/6483049 »»»
2012-09-22[release-branch.go1] runtime: increase stack frame during cgo call on ↵Andrew Gerrand
windows/amd64
2012-09-22[release-branch.go1] cmd/gc: fix PkgPath of byte, rune typesRuss Cox
««« backport 272e1dd72156 cmd/gc: fix PkgPath of byte, rune types Fixes #3853. R=ken2 CC=golang-dev https://golang.org/cl/6492071 »»»