aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-05go1.2.2go1.2.2release-branch.go1.2Andrew Gerrand
2014-05-05[release-branch.go1.2] doc: document go1.2.2Andrew Gerrand
2014-03-03go1.2.1go1.2.1Andrew Gerrand
2014-03-03[release-branch.go1.2] doc: document Go 1.2.1Andrew Gerrand
2014-02-28[release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfileRuss Cox
2014-02-27[release-branch.go1.2] runtime: if traceback sees a breakpoint, don't change ...Russ Cox
2014-02-27[release-branch.go1.2] runtime: fix data race in GCRuss Cox
2014-02-27[release-branch.go1.2] net: ignore some errors in windows AcceptRuss Cox
2014-02-27[release-branch.go1.2] database/sql: Use all connections in poolRuss Cox
2013-11-29go1.2go1.2Andrew Gerrand
2013-11-29[release-branch.go1.2] doc/install.html: fix a tag.Andrew Gerrand
2013-11-29[release-branch.go1.2] misc/vim: describe how to get gofmt-on-save behaviour.Andrew Gerrand
2013-11-29[release-branch.go1.2] README: Fix installation instructionsAndrew Gerrand
2013-11-29[release-branch.go1.2] doc: update installation instructionsAndrew Gerrand
2013-11-18go1.2rc5go1.2rc5Andrew Gerrand
2013-11-18[release-branch.go1.2] C: add Marko Mikulicic (Google CLA)Andrew Gerrand
2013-11-18[release-branch.go1.2] doc/asm: more about SP, ARM R11Andrew Gerrand
2013-11-18[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalTextAndrew Gerrand
2013-11-18[release-branch.go1.2] encoding/gob: expose encode/decode exampleAndrew Gerrand
2013-11-13go1.2rc4go1.2rc4Andrew Gerrand
2013-11-13[release-branch.go1.2] src/cmd/?a: link to new assembler documentAndrew Gerrand
2013-11-13[release-branch.go1.2] doc/asm.html: new document, a brief guide to the assem...Andrew Gerrand
2013-11-13[release-branch.go1.2] spec: clarify rules for blank identifiersAndrew Gerrand
2013-11-13[release-branch.go1.2] doc: use the same wording for OS X as the other OSesAndrew Gerrand
2013-11-13[release-branch.go1.2] doc: we support all recent versions of OS XAndrew Gerrand
2013-11-13[release-branch.go1.2] CONTRIBUTORS: add additional e-mail address for Richar...Andrew Gerrand
2013-11-13[release-branch.go1.2] A+C: Richard Musiol (individual CLA)Andrew Gerrand
2013-11-13[release-branch.go1.2] misc/vim: add a gofmt_command flag for :FmtAndrew Gerrand
2013-11-13[release-branch.go1.2] cmd/godoc: document package-level examplesAndrew Gerrand
2013-11-13[release-branch.go1.2] misc/emacs: various cleanupsAndrew Gerrand
2013-11-13[release-branch.go1.2] emacs: allow users to customize the gofmt command, in ...Andrew Gerrand
2013-11-13[release-branch.go1.2] cmd/cgo: fix handling of array of pointers when using ...Andrew Gerrand
2013-11-13[release-branch.go1.2] doc: update note about GCC 4.8.2 in gccgo instructionsAndrew Gerrand
2013-11-13[release-branch.go1.2] go/doc: add full stop of Japanese, Chinese and Korean.Andrew Gerrand
2013-11-13[release-branch.go1.2] A+C: Ato Araki (individual CLA)Andrew Gerrand
2013-11-13[release-branch.go1.2] doc/go1.2: link to cgo documentationAndrew Gerrand
2013-11-13[release-branch.go1.2] net/textproto: fix CanonicalMIMEHeaderKey panicAndrew Gerrand
2013-11-13[release-branch.go1.2] C: add Robert Snedegar (Google CLA)Andrew Gerrand
2013-11-13[release-branch.go1.2] C: add Brad Garcia (Google CLA)Andrew Gerrand
2013-11-01go1.2rc3go1.2rc3Andrew Gerrand
2013-11-01[release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...Andrew Gerrand
2013-11-01[release-branch.go1.2] doc/go1.2.html: delete repeated wordAndrew Gerrand
2013-11-01[release-branch.go1.2] doc/go1.2.html: stack sizes, thread limitsAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: accept extra leading _ on __cgodebug_data for...Andrew Gerrand
2013-11-01[release-branch.go1.2] database/sql: document Result methodsAndrew Gerrand
2013-11-01[release-branch.go1.2] database/sql: Fix typos in docAndrew Gerrand
2013-11-01[release-branch.go1.2] A+C: Jakob Borg (individual CLA).Andrew Gerrand
2013-11-01[release-branch.go1.2] time: correct path to time zone zip file on UnixAndrew Gerrand
2013-11-01[release-branch.go1.2] encoding/xml: fix doc commentAndrew Gerrand
2013-11-01[release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...Andrew Gerrand