summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* spec: be more precise about underlying types of predeclared typesRobert Griesemer2014-03-051-2/+3
* doc/go_faq.html: reference the new wiki page titled Go Code Review CommentsRob Pike2014-03-061-0/+8
* doc: update links in contribute.htmlBrad Fitzpatrick2014-03-051-12/+14
* net/http: minor fixes and optimization for Response.TLSBrad Fitzpatrick2014-03-051-0/+1
* spec: shadowed return parameters may be disallowedRobert Griesemer2014-03-051-1/+16
* spec: clarify what is considered a function call for len/cap special caseRobert Griesemer2014-03-031-2/+12
* doc: add freebsd itemsMikio Hara2014-03-041-0/+3
* doc: document Go 1.2.1Andrew Gerrand2014-03-032-2/+8
* doc: add more go1.3.txt items, sort.Brad Fitzpatrick2014-02-281-8/+18
* spec: slightly rephrased wording on parsing ambiguity for composite literalsRobert Griesemer2014-02-271-10/+8
* cmd/go: remove 'go tool benchcmp' and corresponding special caseAndrew Gerrand2014-02-261-1/+1
* spec: libraries and implementation are now at Unicode 6.3Rob Pike2014-02-251-2/+2
* spec: clarify default "true" condition/tag in for/switch statementsRobert Griesemer2014-02-251-5/+7
* doc/go1.3: note a couple more crypto changes.Adam Langley2014-02-251-0/+2
* cmd/go: document new -exec flag on run/testRuss Cox2014-02-251-0/+1
* crypto/tls: enforce that either ServerName or InsecureSkipVerify be given.Adam Langley2014-02-211-0/+1
* runtime/debug: add SetPanicOnFaultRuss Cox2014-02-201-0/+1
* doc/go1.3.txt: unicode upgrade to 6.3.0Rob Pike2014-02-181-0/+1
* testing: ease writing parallel benchmarksDmitriy Vyukov2014-02-171-0/+1
* cmd/go, go/build: support .m filesCarlos Castillo2014-02-131-0/+1
* doc: remove "Code that grows with grace" video from front pageAndrew Gerrand2014-02-111-1/+0
* doc: restore race detector manualAndrew Gerrand2014-02-112-1/+390
* doc/install.html: get rid of explicit version number in docs.Shenghou Ma2014-02-061-3/+4
* cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder2014-02-041-0/+1
* effective_go: move 'Type switch' section into 'Control structures' section.Rob Pike2014-01-231-1/+1
* testing: diagnose buggy tests that panic(nil)Russ Cox2014-01-221-0/+1
* doc: replace "private" with "unexported" in Effective Go.David Symonds2014-01-171-1/+1
* runtime: output how long goroutines are blockedDmitriy Vyukov2014-01-161-0/+1
* spec: tighten the wording around . importsRob Pike2014-01-141-3/+3
* doc: add cmd/gofmt entry to go1.3.txtBrad Fitzpatrick2014-01-141-0/+1
* spec: s/and/or/ for correctness and parallelismRob Pike2014-01-041-2/+2
* spec: Fix broken type identity linkEmil Hessman2014-01-031-1/+1
* 2014: Year of the Gopher.David Symonds2014-01-011-1/+1
* spec: example shows wrong value for complex constantMihai Borobocea2013-12-301-1/+1
* doc/contribute: golang-dev -> golang-codereviewsShawn Smith2013-12-291-3/+3
* doc/go1.3.txt: mention windows syscall.NewCallbackCDeclAlex Brainman2013-12-211-2/+3
* doc: fix typo in Effective GoJosh Bleecher Snyder2013-12-201-1/+1
* doc/install-source.html: mention make.bash to skip testsShenghou Ma2013-12-151-0/+4
* doc/articles/wiki: remove GNU make dependencyAram H?v?rneanu2013-12-151-1/+1
* doc: change "threads" to "goroutines"Ian Lance Taylor2013-12-121-1/+1
* doc: add Go 1.2 to release history pageAndrew Gerrand2013-12-131-2/+9
* doc/go1.3.txt: first checkins: makerelease, liblinkRob Pike2013-12-121-1/+2
* doc/effective_go.html: close some tags.Oling Cat2013-12-111-0/+4
* doc: update list of gccgo import search pathsPeter Collingbourne2013-12-061-1/+1
* doc/go1.3.txt: add file to track significant CLs for 1.3Rob Pike2013-12-031-0/+1
* doc/install.html: fix a tag.Oling Cat2013-11-251-3/+3
* doc: update installation instructionsAndrew Gerrand2013-11-213-100/+122
* doc/asm: more about SP, ARM R11Russ Cox2013-11-131-8/+45
* encoding/gob: do not use MarshalText, UnmarshalTextRuss Cox2013-11-131-1/+2
* doc/asm.html: new document, a brief guide to the assemblerRob Pike2013-11-121-0/+402