- 43ad89d doc: drop scheme from links that are known to support HTTPS by Andrew Gerrand · 11 years ago
- cf694aa doc: fix a few broken links by Andrew Gerrand · 11 years ago
- 48ba6fe doc: move spec and memory model back to /ref/ by Andrew Gerrand · 11 years ago
- 1f7c8a9 doc: update links to spec and memory model by Andrew Gerrand · 12 years ago
- 5b7d422 doc/go1.1.html: remove extra space; close some tags. by Oling Cat · 12 years ago
- 452f3bc doc: GCC 4.8.1 is not updated to Go 1.1 by Ian Lance Taylor · 12 years ago
- 0ae5036 doc: add a "New packages" section to the 1.1 release notes. by Nigel Tao · 12 years ago
- 6de184b syscall: fix prototype of Fchflags (API change) by Shenghou Ma · 12 years ago
- a941491 doc: only U+FEFF is a byte-order mark; U+FFFE is not by Russ Cox · 12 years ago
- e2b2e0d doc/go1.1: remove discussion of "go run" change by Andrew Gerrand · 12 years ago
- b0cd458 doc: add missing <code> to go1.1.html by Jonathan Rudenberg · 12 years ago
- 1f4055a doc/go1.1.html: document io.ErrNoProgress by Rob Pike · 12 years ago
- 12566a6 doc: misc tweaks, new links, fix broken links by Brad Fitzpatrick · 12 years ago
- 32f2fd1 doc/go1.1.html, mime/multipart: document quoted-printable decoding by Brad Fitzpatrick · 12 years ago
- 0009210 doc: fix typo by Stefan Nilsson · 12 years ago
- f9af491 doc: fix typos in go1.1.html by Jonathan Rudenberg · 12 years ago
- 78c4d50 doc: document go1.1 build tag by Andrew Gerrand · 12 years ago
- 19cc9f9 doc/go1.1.html: mention cgo and cross compilation by Dave Cheney · 12 years ago
- 485c066 doc: mention availability of race detector in go1.1 doc by Andrew Gerrand · 12 years ago
- 2a99f2f cmd/go: run main package when no files are listed by Jonathan Rudenberg · 12 years ago
- 72d99ae doc: fix typos in go1.1 by Dmitriy Vyukov · 12 years ago
- c4e82bb doc: link the race detector document into the release notes by Rob Pike · 12 years ago
- a9e1c8f doc/go1.1.html: document the state of gccgo Fixes #5053. by Rob Pike · 12 years ago
- e0f338c doc/go1.1.html: document os/signal.Stop by Rob Pike · 12 years ago
- 91cb999 doc/go1.1.html: state that the heap is bigger on 64-bit machines by Rob Pike · 12 years ago
- 839c4f0 doc/go1.1.html: additional tweaks by Dave Cheney · 12 years ago
- 751a24e net: delete DialOpt and DialOption; add struct Dialer by Brad Fitzpatrick · 12 years ago
- 4432be3 compress/gzip: add Writer.Flush to call flate.Writer's Flush by Brad Fitzpatrick · 12 years ago
- 54faeca doc/go1.1.html: add a note about additional platforms by Dave Cheney · 12 years ago
- 6e05419 doc/go1.1: mention (*testing.B).ReportAllocs() by Shenghou Ma · 12 years ago
- 0657e7d doc: fix go1.1.html typos by Jonathan Rudenberg · 12 years ago
- 24c2c88 doc: consistent path names in example by Dave Cheney · 12 years ago
- a101bfc doc/go1.1.html: net/mail, net/smtp by Rob Pike · 12 years ago
- 237b8b8 doc/go1.1.html: describe Zone and other net changes by Rob Pike · 12 years ago
- a528555 doc: fix typo in go 1.1 doc by Andrew Gerrand · 12 years ago
- 4529c04 doc/go1.1.html: introduction by Rob Pike · 12 years ago
- 35c8532 doc: add summary of net/http additions to Go 1.1 by Brad Fitzpatrick · 12 years ago
- fc4c5b1 doc: add DialOpt and friends to go1.1.html by Brad Fitzpatrick · 12 years ago
- 4c48e4e doc/go1.1.html: performance An overview is all that's required. by Rob Pike · 12 years ago
- 259e8ce doc/go1.1.html: fix broken links by Robert Griesemer · 12 years ago
- bfeb79b doc/go1.1.html: blockprofile, method values, ListenUnixgram, etc. by Rob Pike · 12 years ago
- 7191ef7 doc/go1.1.html: return requirements by Rob Pike · 12 years ago
- d881331 go1.1.html: bufio.Scanner and reflect; more about surrogates by Rob Pike · 12 years ago
- aafc444 debug/elf: restore Go 1.0 semantics for (*File).Symbols by Russ Cox · 12 years ago
- 178d8d4 doc/go1.1.html: more TODOs done by Rob Pike · 12 years ago
- ee5a794 doc/go1.1.html: add links to the text, write some new sections by Rob Pike · 12 years ago
- b89a2bc doc/go1.1.html: document the surrogate and BOM changes by Rob Pike · 12 years ago
- f005edd doc/go1.1.html: document some of the library changes. by Rob Pike · 12 years ago
- bfbac2d doc/go1.1.html: fix typo in URL by Rob Pike · 12 years ago
- 5aacf43 doc/go1.1.html: document the moving of exp/... and old/.... by Rob Pike · 12 years ago
- 7ae41e8 doc: correct some minor HTML errors found by tidy by Rob Pike · 12 years ago
- aed0544 doc: mention go fix in go1.1 release notes draft by Russ Cox · 12 years ago
- 779e9df doc/go1.1.html: document division by zero change from CL 6710045 by Russ Cox · 12 years ago
- c022943 html/template: remove noescape support by Andrew Gerrand · 12 years ago
- 593d8b0 cmd/go: remove $GOROOT as a go get target by Dave Cheney · 12 years ago
- cbbc6a1 cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing by Russ Cox · 12 years ago
- 4e2aa9b cmd/ld: use native-endian symbol values in symbol table by Russ Cox · 12 years ago
- b2e9ca7 doc: add race detector manual by Dmitriy Vyukov · 12 years ago
- 7777bac runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotime by Shenghou Ma · 12 years ago
- 0d19725 net: change ListenUnixgram signature to return UnixConn instead of UDPConn by Mikio Hara · 12 years ago
- 014137c doc/go1.1.html: add warning about net.ResolveTCPAddr error checking by Russ Cox · 12 years ago
- 00cd6a3 time: add Round and Truncate by Russ Cox · 12 years ago
- 7668984 debug/elf: do not skip first symbol in the symbol table by Joel Sing · 12 years ago
- 3c9eb5b doc/go1.1: fix metadata json format by Francisco Souza · 13 years ago
- 10ea651 build: make int 64 bits on amd64 by Russ Cox · 13 years ago