- 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
- 67a6b4f spec: fallthrough may not appear in last clause of a switch by Robert Griesemer · 12 years ago
- 6bfec72 doc/effective_go.html: minor updates, part 1 by Rob Pike · 12 years ago
- 17d12d6 doc: fix root.html styles by Andrew Gerrand · 12 years ago
- 2145cd5 doc/articles/image_package.html: fix x/y mistake Fixes #4942. by Rob Pike · 12 years ago
- 7ae41e8 doc: correct some minor HTML errors found by tidy by Rob Pike · 12 years ago
- fbec834 doc/effective_go.html: use correct name in Interface Checks section Fixes #4897. by Rob Pike · 12 years ago
- 93158bf doc: document that weekly.html is only a historical reference by Andrew Gerrand · 12 years ago
- 052d845 doc: fix wiki codelab description of template parsing by Andrew Gerrand · 12 years ago
- aed0544 doc: mention go fix in go1.1 release notes draft by Russ Cox · 12 years ago
- 92ab6fb doc: fix old broken link by Brad Fitzpatrick · 12 years ago
- d251fc3 doc/gccgo_contribute: mention gofrontend-dev@googlegroups.com mailing list by Shenghou Ma · 12 years ago
- 61e02ee spec: clarify when range x does not evaluate x by Russ Cox · 12 years ago
- aecbcd0 doc/contribute: fix some tags, remove extra space. by Oling Cat · 12 years ago
- 4101469 doc: adjust indentation in Effective Go commentary example. by David Symonds · 12 years ago
- 71c941b spec: only require parens around ambiguous conversions by Russ Cox · 12 years ago
- 7576179 spec: document fp rounding during explicit constant conversion by Russ Cox · 12 years ago
- 0a22018 spec: reject top-level init names by Russ Cox · 12 years ago
- eda9590 doc: update contribute.html by Dave Cheney · 12 years ago
- d863069 doc: move os specific build instructions to wiki by Dave Cheney · 12 years ago
- 74e1577 doc: link to wiki Projects page instead of old Project Dashboard. by Greg Ward · 12 years ago
- 81eb930 spec: clarify that any unsafe.Pointer type is okay in conversion by Russ Cox · 12 years ago
- 1b3083e spec: clarify that f(g()) requires that g return >= 1 value by Russ Cox · 12 years ago
- fe51d09 doc/articles/error_handling: no more os.Error by Shenghou Ma · 12 years ago
- d314e3a doc/codewalk: gofmt pig.go 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
- 7a389b6 doc: add mention of the Go+ community by Andrew Gerrand · 12 years ago
- 018e89f doc/go_spec: remove extra space, align tags, and change a tab to a space. by Oling Cat · 12 years ago
- f1c397f doc/articles/race_detector: fix some format. by Oling Cat · 12 years ago
- f8284b6 doc/effective_go.html: add a section about the blank identifier by Russ Cox · 12 years ago
- a0b5b46 doc/go_spec: cap doesn't apply to maps Fixes #4682. by Shenghou Ma · 12 years ago
- c8c8ab0 doc: fix effective_go: s/byte array/byte slice/. by Nigel Tao · 12 years ago
- d367972 spec: clarify lhs syntax for range and select by Robert Griesemer · 12 years ago
- c64469f doc/contribute.html: mention hg mail during hg change discussion by Russ Cox · 12 years ago
- c022943 html/template: remove noescape support by Andrew Gerrand · 12 years ago
- ced5715 doc/go_spec.html: clarification about insertion during map iteration by Shenghou Ma · 12 years ago
- f5958c61 doc/articles/json_and_go: fix some format. by Oling Cat · 12 years ago
- 399a36a doc: fix various fragment links by Andrew Gerrand · 12 years ago
- 7d40387 doc/contribute: Link to IssueTracker docs for more "special sentences" by Matthew Dempsky · 12 years ago
- 593d8b0 cmd/go: remove $GOROOT as a go get target by Dave Cheney · 12 years ago
- f1cc0f4 spec: clarify short variable declaration corner cases by Robert Griesemer · 12 years ago
- a6e4aa3 doc: Mention godoc's handling of example functions. by Matthew Dempsky · 12 years ago
- bc776f6 doc/articles/go_command: remove an extra word. by Oling Cat · 12 years ago
- c863db4 spec: s/char_lit/rune_lit/ by Robert Griesemer · 12 years ago
- 41f32e0 doc: two minor edits to contribute.html by Caleb Spare · 12 years ago
- 80a87a9 spec: Use "non-negative" instead of "positive" by Matthew Dempsky · 12 years ago
- 1e1aea6 doc: Updated links for sub-repository documentation. by Robin Eklind · 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
- 614b02d spec: clarify language about unary operator & by Robert Griesemer · 12 years ago
- b2e9ca7 doc: add race detector manual by Dmitriy Vyukov · 12 years ago
- d5d046e doc: update standard copyright header by Andrew Gerrand · 12 years ago
- be7c0f3 doc: fix id attributes in links to godoc by Péter Surányi · 12 years ago
- fcc5cf6 doc/articles/wiki/test.bash: suppress unnecessary output by Shenghou Ma · 12 years ago
- 04098d8 cmd/gc: make forward declaration in pure Go package an error by Russ Cox · 12 years ago
- 708db79 cgo: enable cgo on openbsd by Joel Sing · 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
- 641d152 go/doc: hide "Program exited." message from front page playground output by Andrew Gerrand · 12 years ago
- c8ce844 doc/play: sync playground.js with go-playground repo by Andrew Gerrand · 12 years ago
- 462860b spec: more explicit comments for constant expression examples by Robert Griesemer · 12 years ago
- a9a49fe spec: calling delete on a nil map is a no-op by Robert Griesemer · 12 years ago
- 3906706 spec: index and array/slice size constants must fit into an int by Robert Griesemer · 12 years ago
- 17b3766 doc/gopher: add high-resolution pencil sketches by Rob Pike · 12 years ago
- 111fcf1 doc/contribute: mention 'hg help codereview' by Russ Cox · 12 years ago
- 1d46fc4 spec: Correct typo in method expressions example. by Robin Eklind · 12 years ago
- 014137c doc/go1.1.html: add warning about net.ResolveTCPAddr error checking by Russ Cox · 12 years ago
- 9c9e811 spec: consistently use "indices" (rather than "indexes") by Robert Griesemer · 12 years ago
- 00cd6a3 time: add Round and Truncate by Russ Cox · 12 years ago
- e06d901 spec: receiver types in method expressions can be parenthesized by Robert Griesemer · 12 years ago
- 4856731 spec: type assertions and type switches must be valid by Robert Griesemer · 12 years ago
- 458632a2 spec: BuiltinCall syntax must permit "..." for append by Robert Griesemer · 12 years ago
- 23ca240 doc: clear execute bit by Mikio Hara · 12 years ago
- c2f9be1 doc/articles/godoc_documenting_go_code: fix some format issues. by Oling Cat · 12 years ago
- cc3f21c spec: channel operations are restricted by the channel direction by Robert Griesemer · 12 years ago
- 85e451e go spec: receiver, parameter, and result names must always be unique by Robert Griesemer · 12 years ago
- 25dd002 spec: clarify use of built-ins in go/defer statements by Robert Griesemer · 12 years ago
- a5e10ed doc/play: don't use println in examples by Brad Fitzpatrick · 12 years ago
- d4f3185 spec: add () to method calls in examples by Russ Cox · 12 years ago
- e126763 spec: be clearer about the scope of a package name by Robert Griesemer · 12 years ago
- 09f3c2f doc/articles/wiki: fix racy test by Brad Fitzpatrick · 12 years ago
- 2ae61d5 spec: fix constant expression example by Robert Griesemer · 12 years ago
- 7668984 debug/elf: do not skip first symbol in the symbol table by Joel Sing · 12 years ago
- 6f9609a doc: link to Go coding screencast by Andrew Gerrand · 12 years ago
- 89ed40c faq: mention go vet in "What happens with closures running as goroutines?" by Christian Himpel · 12 years ago
- a8accda doc/install: document system requirements for the FreeBSD/ARM port by Shenghou Ma · 12 years ago
- 3e2a888 doc/effective_go: don't use ALL_CAPS for variable names. by Nigel Tao · 12 years ago
- 002103f spec: we're now at Unicode 6.2.0 by Oling Cat · 12 years ago
- 1e8e14c spec: clarify returns, defer statements, and panics by Robert Griesemer · 12 years ago
- c128474 website: remove floating topbar by Andrew Gerrand · 12 years ago
- b602c3d all: clear execute bit by Mikio Hara · 12 years ago
- 15e50d7 encoding/json: clarify correct usage of struct tags in associated article. by Dan Callahan · 12 years ago
- 369a974 spec: slight wording change to remove a formal contradiction by Robert Griesemer · 12 years ago
- 7ea65e5 spec: we're now at Unicode 6.2.0 by Rob Pike · 12 years ago
- 438ed18 doc: remove misplaced articles from references page by Andrew Gerrand · 12 years ago
- ddddd39 go spec: constant divisors must not be zero by Robert Griesemer · 12 years ago
- 3bde000 go spec: define make() restrictions as for index expressions by Robert Griesemer · 12 years ago
- c5ebeff doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function". by Oling Cat · 12 years ago
- ea7c57a go spec: restrictions for index and slice expressions by Robert Griesemer · 12 years ago