summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* spec: clarify when range x does not evaluate xRuss Cox2013-02-151-5/+11
* doc/contribute: fix some tags, remove extra space.Oling Cat2013-02-151-5/+6
* doc: adjust indentation in Effective Go commentary example.David Symonds2013-02-131-3/+2
* spec: only require parens around ambiguous conversionsRuss Cox2013-02-111-10/+8
* spec: document fp rounding during explicit constant conversionRuss Cox2013-02-111-0/+9
* spec: reject top-level init namesRuss Cox2013-02-111-3/+5
* doc: update contribute.htmlDave Cheney2013-02-101-29/+111
* doc: move os specific build instructions to wikiDave Cheney2013-02-101-27/+4
* doc: link to wiki Projects page instead of old Project Dashboard.Greg Ward2013-02-114-7/+6
* spec: clarify that any unsafe.Pointer type is okay in conversionRuss Cox2013-02-091-2/+11
* spec: clarify that f(g()) requires that g return >= 1 valueRuss Cox2013-02-091-3/+4
* doc/articles/error_handling: no more os.ErrorShenghou Ma2013-02-061-1/+1
* doc/codewalk: gofmt pig.goRuss Cox2013-01-311-1/+1
* doc/go1.1.html: document division by zero change from CL 6710045Russ Cox2013-01-301-0/+17
* doc: add mention of the Go+ communityAndrew Gerrand2013-01-252-3/+12
* doc/go_spec: remove extra space, align tags, and change a tab to a space.Oling Cat2013-01-242-34/+34
* doc/articles/race_detector: fix some format.Oling Cat2013-01-231-22/+38
* doc/effective_go.html: add a section about the blank identifierRuss Cox2013-01-223-0/+178
* doc/go_spec: cap doesn't apply to mapsShenghou Ma2013-01-221-2/+3
* doc: fix effective_go: s/byte array/byte slice/.Nigel Tao2013-01-191-13/+13
* spec: clarify lhs syntax for range and selectRobert Griesemer2013-01-181-3/+3
* doc/contribute.html: mention hg mail during hg change discussionRuss Cox2013-01-181-0/+5
* html/template: remove noescape supportAndrew Gerrand2013-01-181-0/+7
* doc/go_spec.html: clarification about insertion during map iterationShenghou Ma2013-01-171-6/+7
* doc/articles/json_and_go: fix some format.Oling Cat2013-01-171-8/+9
* doc: fix various fragment linksAndrew Gerrand2013-01-155-8/+8
* doc/contribute: Link to IssueTracker docs for more "special sentences"Matthew Dempsky2013-01-101-0/+2
* cmd/go: remove $GOROOT as a go get targetDave Cheney2013-01-101-8/+25
* spec: clarify short variable declaration corner casesRobert Griesemer2013-01-091-2/+3
* doc: Mention godoc's handling of example functions.Matthew Dempsky2013-01-091-0/+6
* doc/articles/go_command: remove an extra word.Oling Cat2013-01-081-1/+1
* spec: s/char_lit/rune_lit/Robert Griesemer2013-01-071-3/+3
* doc: two minor edits to contribute.htmlCaleb Spare2013-01-061-2/+2
* spec: Use "non-negative" instead of "positive"Matthew Dempsky2013-01-061-2/+2
* doc: Updated links for sub-repository documentation.Robin Eklind2013-01-071-5/+5
* cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsingRuss Cox2013-01-061-0/+12
* cmd/ld: use native-endian symbol values in symbol tableRuss Cox2013-01-041-0/+9
* spec: clarify language about unary operator &Robert Griesemer2013-01-021-1/+3
* doc: add race detector manualDmitriy Vyukov2013-01-023-0/+360
* doc: update standard copyright headerAndrew Gerrand2013-01-021-1/+1
* doc: fix id attributes in links to godocP?ter Sur?nyi2012-12-292-3/+3
* doc/articles/wiki/test.bash: suppress unnecessary outputShenghou Ma2012-12-241-1/+2
* cmd/gc: make forward declaration in pure Go package an errorRuss Cox2012-12-221-1/+5
* cgo: enable cgo on openbsdJoel Sing2012-12-211-0/+4
* runtime: use clock_gettime to get ns resolution for time.now & runtime.nanotimeShenghou Ma2012-12-181-4/+4
* net: change ListenUnixgram signature to return UnixConn instead of UDPConnMikio Hara2012-12-161-0/+7
* go/doc: hide "Program exited." message from front page playground outputAndrew Gerrand2012-12-131-0/+3
* doc/play: sync playground.js with go-playground repoAndrew Gerrand2012-12-132-18/+70
* spec: more explicit comments for constant expression examplesRobert Griesemer2012-12-121-8/+8
* spec: calling delete on a nil map is a no-opRobert Griesemer2012-12-121-3/+2