summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notesDavid Symonds2014-06-031-0/+6
* doc/contrib.html: update links, mailing lists and link to 1.3 release note.Shenghou Ma2014-06-011-19/+23
* doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshalerRuss Cox2014-05-281-7/+16
* cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox2014-05-281-5/+17
* spec: clarify that break/continue do not work across function boundariesRobert Griesemer2014-05-281-3/+6
* spec: explicitly disallow blank methods in interface typesRobert Griesemer2014-05-221-11/+12
* doc: fix typo in sharemem codewalkEmil Hessman2014-05-211-1/+1
* spec: specify order of init() callsgo1.3beta2Robert Griesemer2014-05-201-1/+2
* spec: clarify section on package initializationRobert Griesemer2014-05-201-54/+108
* doc/go_spec.html: fix broken anchor tagRob Pike2014-05-201-1/+1
* doc/install.html: fix duplicate id= tagRob Pike2014-05-201-3/+3
* all: fix "the the" typos.Shenghou Ma2014-05-201-1/+1
* doc/go1.3.html: mention cgo [0]byte bug fix falloutRuss Cox2014-05-201-20/+53
* doc/go1.3.html: switch default stack size back to 8kBMikio Hara2014-05-201-4/+0
* cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGETElias Naur2014-05-201-0/+7
* runtime: switch default stack size back to 8kBRuss Cox2014-05-201-7/+0
* spec: clarify when a program exitsRobert Griesemer2014-05-191-2/+2
* doc/go1.3.html: minor tweak of Solaris wordingAram H?v?rneanu2014-05-191-1/+1
* doc/go1.3.html: fix typoMikio Hara2014-05-181-1/+1
* doc/go1.3.html: update the state of supported platformsMikio Hara2014-05-171-24/+41
* spec: clarify that newlines are kept in raw string literalsIan Lance Taylor2014-05-161-1/+1
* doc/go1.3.html: add note about small map iteration orderRuss Cox2014-05-161-0/+22
* doc/go1.3.html: add syscall.SendmsgNMikio Hara2014-05-161-0/+8
* doc/go1.3.html: add note about unsafe.Pointer strictnessRuss Cox2014-05-151-0/+20
* doc/effective_go.html: a little more about errorsRob Pike2014-05-141-3/+17
* spec: more precise description of select statementRobert Griesemer2014-05-141-33/+63
* cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor2014-05-121-0/+9
* testing: write profiles on failureRuss Cox2014-05-091-0/+1
* spec: several clarifications to language on channelsRobert Griesemer2014-05-071-34/+38
* spec: remove evaluation order inconsistencyRobert Griesemer2014-05-071-6/+31
* spec: clarify type propertiesRobert Griesemer2014-05-071-4/+4
* doc: replace absolute links to golang.org with relative linksDmitriy Vyukov2014-05-074-7/+7
* doc/go1.3.html: mention go build -iDavid Crawshaw2014-05-061-0/+6
* doc: refer to wiki page for downloadsAndrew Gerrand2014-05-051-6/+6
* doc: document go1.2.2Andrew Gerrand2014-05-051-0/+6
* doc/go1.3.html: update for FreeBSD/ARM support.Shenghou Ma2014-04-291-0/+5
* doc: fix link to Mercurial downloadRobert Hencke2014-04-281-1/+1
* doc: fix broken link to RTEMS Go wiki pageRobert Hencke2014-04-281-1/+1
* doc: fix an articleBrad Fitzpatrick2014-04-271-1/+1
* doc/debugging_with_gdb.html: add introductory disclaimerRob Pike2014-04-261-0/+17
* doc/contribute.html: link to wiki for more code review informationRobert Hencke2014-04-251-0/+7
* doc/go1.3.html: fix Goexit linkDavid du Colombier2014-04-201-1/+1
* doc/go1.3.html: Plan 9 supportDavid du Colombier2014-04-181-1/+6
* doc/go1.3.html: go test always buildsRob Pike2014-04-181-0/+6
* doc/go1.3.html: new package debug/plan9objDavid du Colombier2014-04-181-1/+2
* doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b i...Shenghou Ma2014-04-171-3/+15
* doc/go1.3.html: fix id anchor for FreeBSDEmil Hessman2014-04-161-1/+1
* doc/go1.3.html: document the state of FreeBSDRob Pike2014-04-161-6/+12
* runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox2014-04-161-0/+9
* doc/debugging_with_gdb: use -w to strip debug info.Shenghou Ma2014-04-161-2/+2