summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1] doc: clarify that the displayed tar file name is an examplerelease-branch.go1Andrew Gerrand2012-09-271-2/+8
* [release-branch.go1] doc: fix OS X download linksAndrew Gerrand2012-09-271-2/+2
* [release-branch.go1] syscall: use exported StringToUTF16 in windows testgo1.0.3Andrew Gerrand2012-09-211-1/+1
* net/http: disable TestServeFileFromCWD test on windowsAlex Brainman2012-08-071-0/+5
* [release-branch.go1] update VERSION to go1.0.3Andrew Gerrand2012-09-221-1/+1
* [release-branch.go1] remove src/pkg/expAndrew Gerrand2012-09-222-376/+0
* [release-branch.go1] net/http: add missing hasToken functionAndrew Gerrand2012-09-221-0/+40
* [release-branch.go1] doc: document go1.0.3Andrew Gerrand2012-09-221-0/+4
* [release-branch.go1] doc/talks: remove talks, refer to talks.golang.org insteadAndrew Gerrand2012-09-2217-5100/+1
* [release-branch.go1] A+C: Add Andrew Harding (Individual CLA)Adam Langley2012-09-222-0/+2
* [release-branch.go1] encoding/gob: fix commentRobert Griesemer2012-09-221-1/+1
* [release-branch.go1] src/all.bat: fix bannerShenghou Ma2012-09-221-1/+4
* [release-branch.go1] builtin: Changed documentation for rune type.Anthony Eufemio2012-09-221-2/+1
* [release-branch.go1] A+C: Add Anthony Eufemio (Individual CLA)Brad Fitzpatrick2012-09-222-0/+2
* [release-branch.go1] doc/effective_go: Closed some tags; removed extra spaces.Oling Cat2012-09-221-3/+17
* [release-branch.go1] image/jpeg: ignore an incorrect but harmless trailing re...Nigel Tao2012-09-221-1/+10
* [release-branch.go1] doc: document OS X tarballsAndrew Gerrand2012-09-221-6/+6
* [release-branch.go1] A+C: update Eric Roshan-EisnerEric Roshan-Eisner2012-09-222-2/+2
* [release-branch.go1] run.bash: fix a typo (fix build)Shenghou Ma2012-09-221-1/+1
* [release-branch.go1] run.bash: set appropriate ulimitsShenghou Ma2012-09-221-0/+6
* [release-branch.go1] runtime: fix SI_USER for FreeBSDShenghou Ma2012-09-221-1/+1
* [release-branch.go1] os/exec: don't crash when out of fdsBrad Fitzpatrick2012-09-221-0/+6
* [release-branch.go1] A+C: add Xing Xing (individual CLA)Andrew Gerrand2012-09-222-0/+2
* [release-branch.go1] effective_go: use html/template instead of text/templateRob Pike2012-09-222-10/+11
* [release-branch.go1] build: print go banner before restoring windows PATHBrad Fitzpatrick2012-09-221-1/+1
* [release-branch.go1] html/template: fix URL docRuss Cox2012-09-221-1/+1
* [release-branch.go1] net/rpc/jsonrpc: fix test error messageRuss Cox2012-09-221-4/+4
* [release-branch.go1] cmd/dist: emit \r in env -w outputRuss Cox2012-09-221-1/+1
* [release-branch.go1] C: Add Andreas Jellinghaus (Google CLA)Ian Lance Taylor2012-09-221-0/+1
* [release-branch.go1] C: add Francesc Campoy (Google CLA)Andrew Gerrand2012-09-221-0/+1
* [release-branch.go1] C: spell Brian's name correctlyAndrew Gerrand2012-09-221-1/+1
* [release-branch.go1] C: add Brian Slesinsky (Google CLA)Andrew Gerrand2012-09-221-0/+1
* [release-branch.go1] doc: Don't imply incorrect guarantees about data races.David Symonds2012-09-221-2/+2
* [release-branch.go1] crypto/rand: typo fix from a69e30463bf4Adam Langley2012-09-221-1/+1
* [release-branch.go1] crypto/rand: zero length reads shouldn't crash on Windows.Adam Langley2012-09-222-0/+15
* [release-branch.go1] faq: go does not have duck typingRob Pike2012-09-221-1/+1
* [release-branch.go1] faq: mercurial vs. gitRob Pike2012-09-221-0/+26
* [release-branch.go1] net,mime: Minor corrections to documentation comments.Lucio De Re2012-09-222-2/+3
* [release-branch.go1] faq: another way to solve the closure/variable/range com...Rob Pike2012-09-221-2/+18
* [release-branch.go1] C: add Manu Garg (Google CLA)Andrew Gerrand2012-09-221-0/+1
* [release-branch.go1] image/jpeg: fix quantization tables to be in zig-zag ord...Nigel Tao2012-09-223-26/+115
* [release-branch.go1] doc/go_spec: fix a typoOling Cat2012-09-221-2/+2
* [release-branch.go1] A+C: Oling Cat (individual CLA)Nigel Tao2012-09-222-0/+2
* [release-branch.go1] net: fix {FileConn, FileListener, FilePacketConn} fd lea...Sébastien Paolacci2012-09-222-0/+16
* [release-branch.go1] runtime/pprof: emit end-of-log marker at end of CPU prof...Alan Donovan2012-09-222-5/+25
* [release-branch.go1] doc: fix typo in Concurrency Patterns articleAndrew Gerrand2012-09-221-1/+1
* [release-branch.go1] doc: link to references from docs pageAndrew Gerrand2012-09-221-0/+3
* [release-branch.go1] net/http/pprof: updated documentation (run an http server)Patrick Crosby2012-09-221-0/+8
* [release-branch.go1] runtime: increase stack frame during cgo call on windows...Andrew Gerrand2012-09-223-5/+30
* [release-branch.go1] cmd/gc: fix PkgPath of byte, rune typesRuss Cox2012-09-222-0/+29