summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* docs: Make consistent use of optional li closing tags.Robin Eklind2014-07-091-2/+2
* doc/contribute.html: capitalize the first letterTetsuo Kiso2014-07-071-1/+1
* doc/contribute: reorder documented steps to match normal workflow.Bill Thiede2014-07-031-84/+84
* doc/go1.4.txt: delete editor and shell supportRob Pike2014-07-011-0/+1
* doc/go1.4.txt: encoding/gob is now safeRob Pike2014-06-301-0/+1
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-12/+12
* spec: receiver declaration is just a parameter declarationRobert Griesemer2014-06-241-5/+6
* doc/go1.4.txt: text/scanner: IsIdentRuneRob Pike2014-06-241-0/+1
* doc/go1.4: add note about Set{uid,gid} changeDave Cheney2014-06-241-0/+1
* doc: say that race detector is supported on freebsdDmitriy Vyukov2014-06-211-0/+1
* doc: say that race detector is supported on freebsdDmitriy Vyukov2014-06-211-1/+2
* doc: document Go 1.3Andrew Gerrand2014-06-191-0/+7
* doc: link to new downloads pageAndrew Gerrand2014-06-132-2/+2
* time: micro symbol for microsecondsRob Pike2014-06-121-0/+2
* doc: add go1.4.txtRuss Cox2014-06-121-0/+6
* doc: add release note for 'godoc -analysis'Alan Donovan2014-06-121-1/+17
* doc: link to release history from /doc/Andrew Gerrand2014-06-121-0/+3
* docs: link to the assembler document from the Documents tabRob Pike2014-06-101-0/+1
* doc/install.html: fix erroneous HTML annotationRob Pike2014-06-101-3/+3
* doc: fix happens-before rules for buffered channelsDmitriy Vyukov2014-06-051-5/+5
* doc/install-source.html: document that GO386 will be auto-detected when build...Shenghou Ma2014-06-041-1/+1
* doc: mention WriteHeapDump in 1.3 release notesIan Lance Taylor2014-06-021-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-1/+7
* spec: clarify that break/continue do not work across function boundariesRobert Griesemer2014-05-281-3/+6
* doc: mention that reflect.SetMapIndex no longer panicsKeith Randall2014-05-231-0/+6
* spec: explicitly disallow blank methods in interface typesRobert Griesemer2014-05-221-11/+12
* doc/go1.3.html: change uintptr to integer in unsafe.Pointer sectionRuss Cox2014-05-221-4/+4
* 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-1/+1
* 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