summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/go1.3.html: gccgo statusRob Pike2014-04-091-1/+4
* doc/go1.3.html: linker, go command, miscellanyRob Pike2014-04-091-15/+25
* doc/go1.3.html: Performance, plus some library detailsRob Pike2014-04-091-24/+96
* doc/go1.3.html: drop support for windows 2000Rob Pike2014-04-081-6/+11
* build: remove depdenency on GNU makeAndrew Gerrand2014-04-072-10/+2
* doc/go1.3.html: contiguous stacksRob Pike2014-03-281-1/+8
* doc/go1.3.html: explain the change to the memory modelRob Pike2014-03-271-5/+6
* doc: document DragonFly BSD portMikio Hara2014-03-261-3/+9
* doc: document Solaris port.Shenghou Ma2014-03-251-2/+5
* doc/go1.3.html: new release document outlineRob Pike2014-03-262-38/+183
* doc/gopher: fix typo in READMEAndrew Gerrand2014-03-261-2/+1
* doc/gopher: add READMEAndrew Gerrand2014-03-261-0/+4
* doc: allow buffered channel as semaphore without initializationRuss Cox2014-03-242-24/+51
* doc/go_faq.html: update description of stack managementRob Pike2014-03-211-10/+13
* doc/effective_go.html: fix typoRob Pike2014-03-211-3/+4
* build: fix race in doc/articles/wiki testRick Arnold2014-03-183-7/+42
* doc: Revise Contribution Guidelines.Nathan John Youngman2014-03-171-22/+31
* doc: update go1.3.txt for some performance changesDmitriy Vyukov2014-03-131-0/+3
* doc: update go1.3.txt for regexp changeBrad Fitzpatrick2014-03-121-0/+1
* doc/go1.3.txt: add notes about copying stacks, win2k supportRuss Cox2014-03-121-0/+5
* spec: clarify when constant slice indices must be in rangeRobert Griesemer2014-03-061-3/+3
* spec: clarify value passed for final parameter of variadic functionsRobert Griesemer2014-03-061-10/+15
* 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