- cbbe9f6 doc/go1.5.txt: mention goroutine scheduling change by Russ Cox · 10 years ago
- 181e81c doc/go1.5.txt: go doc by Rob Pike · 10 years ago
- 133966d doc/faq: replace reference to goven with gomvpkg by Dmitry Savintsev · 10 years ago
- 3c939b5 doc/go1.5.txt: add reflect.ArrayOf by Sebastien Binet · 10 years ago
- f06795d doc/progs: build test programs in temp directory by Matthew Dempsky · 10 years ago
- 223ab4d doc/go1.5.txt: go generate: add $GOLINE by Rob Pike · 10 years ago
- 7df2854 doc/articles/go_command.html: mention go generate by Rob Pike · 10 years ago
- 6302641 doc/go1.5.txt: go generate -run by Rob Pike · 10 years ago
- f68f554 doc: mention darwin/arm64 port in go1.5.txt by Shenghou Ma · 10 years ago
- f22911f Add reflect.FuncOf to docs/go1.5.text by Dave Day · 10 years ago
- 40db92f doc/go1.5.txt: io.CopyBuffer and new reflect.Value handling in fmt by Rob Pike · 10 years ago
- 0d1c027 doc/go1.5.txt: fmt fix for empty byte slice by Rob Pike · 10 years ago
- 2539ccb doc/go1.5.txt: log: LUTC flag by Rob Pike · 10 years ago
- 0eadcc8 doc/go1.5.txt: note new options for go, gc, asm, ld by Ian Lance Taylor · 10 years ago
- 49a5a97 doc/go1.5.txt: time.AppendFormat by Rob Pike · 10 years ago
- 8ac129e doc/go1.5: mention cgo is supported on linux/arm64 (ext. link only) by Shenghou Ma · 10 years ago
- 2f16ddc doc: update go1.5.txt (gc constant arithmetic now based on math/big) by Robert Griesemer · 10 years ago
- 827a8a56 doc: add mime/quotedprintable to go1.5.txt by Brad Fitzpatrick · 10 years ago
- 5451fff doc/progs: rewrite test driver in Go by Josh Bleecher Snyder · 10 years ago
- ee54d57 doc/go1.5.txt: add Reader.Size to bytes and strings by Josh Bleecher Snyder · 10 years ago
- ea2c94e doc/go1.5.txt: bytes.Buffer.Cap, template.Option by Rob Pike · 10 years ago
- fb4b467 doc/go1.5: add Stats to database/sql by Josh Bleecher Snyder · 10 years ago
- f8fd550 doc: add another go1.5.txt performance item, sort gc items by Brad Fitzpatrick · 10 years ago
- 2f7ad52 doc/go1.5.txt: add ExtensionByType to mime by Josh Bleecher Snyder · 10 years ago
- ffc2299 doc: add more performance items to go1.5.txt by Brad Fitzpatrick · 10 years ago
- c754be8 doc/go1.5.txt: fix URL for a CL by Damian Gryski · 10 years ago
- c5c6c3a doc/go1.5.txt: add $DOLLAR to generate by Rob Pike · 10 years ago
- e89fdb82 doc/go1.5: add nacl get_random_bytes change, pepper-39+ required by Shenghou Ma · 10 years ago
- 63f59b6 doc/go1.4.html: fix typo by Shenghou Ma · 10 years ago
- 21aad02 doc/go1.5: mention external linking support for windows by Shenghou Ma · 10 years ago
- 715d017 doc: add cmd/trace to go1.5.txt by Brad Fitzpatrick · 10 years ago
- 2b2f09b doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
- 754bb71 doc/go1.5.txt: updated (composite literal lang. change, math/big.Float support) by Robert Griesemer · 10 years ago
- 7727dee spec: extend type omission rules for composite literal element values by Robert Griesemer · 10 years ago
- 10a98dd doc/go_mem.html: correct the channel example by Shenghou Ma · 10 years ago
- dcf1ab3 doc/go1.5: correct archive/zip change by Shenghou Ma · 10 years ago
- 3e981d9 doc: note removal of dragonfly/386 port by Joel Sing · 10 years ago
- 787a8f1 doc/go1.5.txt: mention zip.WriterAt by Andrew Gerrand · 10 years ago
- cf6b60c doc/go1.5.txt: new format for flag.PrintDefaults by Rob Pike · 10 years ago
- 214fbd4 doc/go1.5: mention the ${SRCDIR} in cgo line change by Shenghou Ma · 10 years ago
- 0e1da61 doc/effective_go.html: add missing newline by Michael Vetter · 10 years ago
- 73a73e5 doc/go1.5: mention new SWIG requirement: must be 3.0.6 or later. by Ian Lance Taylor · 10 years ago
- fbbf219 doc/contribute.html rewrite "Set up auth... code review". by Lloyd Dewolf · 10 years ago
- 972f364 doc/install-source.html: fix cd command, already in go dir. by Lloyd Dewolf · 10 years ago
- b0d8cb6 doc/go1.5: mention the change in certificate wildcard handling. by Adam Langley · 10 years ago
- 5ce9fde go/ast, go/parser: correct End() position for *ast.EmptyStmt by Robert Griesemer · 10 years ago
- 271a650 [dev.cc] doc/go1.5: mention cmd/go meaning of std change by Russ Cox · 10 years ago
- b4a7806 [dev.cc] all: merge master (5868ce3) into dev.cc by Russ Cox · 10 years ago
- ea1306a doc: dummy commit in go1.5.txt by Russ Cox · 10 years ago
- bbf38e9 doc: add cgi change go1.5.txt by Brad Fitzpatrick · 10 years ago
- 3ad906b doc: document Go 1.4.2 by Andrew Gerrand · 10 years ago
- a25e40d doc: Add reminder to go1.5.txt for os/signal changes by Michael MacInnis · 10 years ago
- 7aa6875 doc/asm: document that assembly function must use short name by Shenghou Ma · 10 years ago
- 94d0b38 [dev.cc] doc/go1.5.txt: assembler changes by Rob Pike · 10 years ago
- 3b67e9c doc: update pre-requisites for bootstrapping by Andrew Gerrand · 10 years ago
- 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
- 89669c6 go1.5.txt: mention the Darwin/ARM port by Shenghou Ma · 10 years ago
- 9837620 cmd/ld: always set timestamp in PE header to 0 by Shenghou Ma · 10 years ago
- 11c1227 go1.5.txt: array generation support in testing/quick by Josh Bleecher Snyder · 10 years ago
- da167b0 doc: add log.SetOutput to go1.5.txt by Andrew Gerrand · 10 years ago
- 0381ba6 doc: remove redundant images by Andrew Gerrand · 10 years ago
- fd2642b doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
- e9ce76b runtime, syscall: use SYSCALL instruction on FreeBSD. by Bill Thiede · 10 years ago
- 7785be8 doc: document Go 1.4.1 by Andrew Gerrand · 10 years ago
- 1a27c07 go1.5.txt: better checking of struct tags by Rob Pike · 10 years ago
- cbd28ec go1.5.txt: log: add global Output function by Rob Pike · 10 years ago
- fbe2845 doc: document math/big performance improvements by Robert Griesemer · 10 years ago
- ce36552 doc/contribute: add necessary <code> tags, remove an extra close parenthesis. by Oling Cat · 10 years ago
- 3ef3947 doc: add bufio.Reader.Discard to go1.5.txt by Brad Fitzpatrick · 10 years ago
- ae266aa doc: Added link to 'go help gopath' by Christopher Guiney · 10 years ago
- 0e05bd5 doc: add a section for performance improvements in go1.5.txt by Brad Fitzpatrick · 10 years ago
- 6cb4033 doc: 2015 will be the Year of the Gopher. by David Symonds · 10 years ago
- 7e56eee doc: add http server trailers support to go1.5.txt by Brad Fitzpatrick · 10 years ago
- f3de217 doc: update links in FAQ by Emil Hessman · 10 years ago
- 3b76b01 doc: add net/smtp TLSConnectionState note in go1.5.txt by Brad Fitzpatrick · 10 years ago
- 09d369f doc: mention the crypto/cipher.Stream clarification in go1.5.txt by Shenghou Ma · 10 years ago
- c0abdd9 doc/go_spec: fix typo by Shenghou Ma · 10 years ago
- 5f029de doc: fix comment type typo by Brad Fitzpatrick · 10 years ago
- 466118c doc: note encoding/base64 unpadded encodings in go1.5.txt by Josh Bleecher Snyder · 10 years ago
- ddb24da doc: fix typo in gccgo contribute by Emil Hessman · 10 years ago
- 7a8e897 doc: start go1.5.txt by Brad Fitzpatrick · 10 years ago
- 0293b7e doc: fixes to contributor docs by Andrew Gerrand · 10 years ago
- 968f0df doc: update source install instructions by Andrew Gerrand · 10 years ago
- 722f7d2 doc: use 'git-codereview' in contributor docs by Andrew Gerrand · 10 years ago
- 8655f04 doc: propose $GOPATH as $HOME/work, not $HOME/go by Andrew Gerrand · 10 years ago
- c8bfcf5 doc: replace hg commands with git commands in release.html by Kang Hu · 10 years ago
- eb91b5f [release-branch.go1.4] doc: scrub references to code.google.com by Andrew Gerrand · 10 years ago
- d708e92 [release-branch.go1.4] [release-branch.go1.4] doc: update contribution guidelines by Andrew Gerrand · 10 years ago
- afc2890 doc/play: revise peano.go comment again. by David Symonds · 10 years ago
- da43976 doc/play: update obsolete comment in peano.go. by David Symonds · 10 years ago
- 33da243 doc: tweak Go 1.4 release notes by Andrew Gerrand · 10 years ago
- 107eea5 doc: document go1.4 by Andrew Gerrand · 10 years ago
- 8ea2802 doc: remove TODO from go1.4 release notes by Andrew Gerrand · 10 years ago
- 36e4433 doc: remove obsolete FAQ entry about using Mercurial vs. Git. by David Symonds · 10 years ago
- 583b29c spec: add comment marker for consistency. by David Symonds · 10 years ago
- c1374b5 doc: tidy up "Projects" page; add Go 1.4 by Andrew Gerrand · 10 years ago
- f03f0cb doc/go1.4.html: rewrite first sentence to make it clearer by Rob Pike · 10 years ago
- 59439f8 doc: fix small typo in doc by Yasuhiro Matsumoto · 10 years ago
- 40818cf spec: method selectors don't auto-deref named pointer types by Robert Griesemer · 10 years ago
- 0f8cd14 doc/gopher: add jpgs of the 5th anniversary image by Rob Pike · 10 years ago