aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2014-09-25[release-branch.go1.3] doc: document Go 1.3.2Andrew Gerrand
2014-08-15[release-branch.go1.3] doc: make it point to correct go1.3.1 change historyAndrew Gerrand
2014-08-15[release-branch.go1.3] doc: remove the "the" in "the the" in the release notesAndrew Gerrand
2014-08-13[release-branch.go1.3] doc: document go1.3.1Andrew Gerrand
2014-08-12[release-branch.go1.3] doc: document new ParseMultipartForm behaviorAndrew Gerrand
2014-07-25[release-branch.go1.3] doc: drop scheme from links that are known to support ...Andrew Gerrand
2014-06-19doc: document Go 1.3Andrew Gerrand
2014-06-18[release-branch.go1.3] doc: link to new downloads pageAndrew Gerrand
2014-06-18[release-branch.go1.3] doc: add release note for 'godoc -analysis'Andrew Gerrand
2014-06-12[release-branch.go1.3] doc: link to release history from /doc/Russ Cox
2014-06-11[release-branch.go1.3] doc/install.html: fix erroneous HTML annotationRuss Cox
2014-06-11[release-branch.go1.3] docs: link to the assembler document from the Document...Russ Cox
2014-06-06[release-branch.go1.3] doc: fix happens-before rules for buffered channelsRuss Cox
2014-06-04[release-branch.go1.3] doc/install-source.html: document that GO386 will be a...Shenghou Ma
2014-06-03[release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notesDavid Symonds
2014-06-01doc/contrib.html: update links, mailing lists and link to 1.3 release note.Shenghou Ma
2014-05-28doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshalerRuss Cox
2014-05-28cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox
2014-05-28spec: clarify that break/continue do not work across function boundariesRobert Griesemer
2014-05-23doc: mention that reflect.SetMapIndex no longer panicsKeith Randall
2014-05-22spec: explicitly disallow blank methods in interface typesRobert Griesemer
2014-05-22doc/go1.3.html: change uintptr to integer in unsafe.Pointer sectionRuss Cox
2014-05-21doc: fix typo in sharemem codewalkEmil Hessman
2014-05-20spec: specify order of init() callsgo1.3beta2Robert Griesemer
2014-05-20spec: clarify section on package initializationRobert Griesemer
2014-05-20doc/go_spec.html: fix broken anchor tagRob Pike
2014-05-20doc/install.html: fix duplicate id= tagRob Pike
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-05-20doc/go1.3.html: mention cgo [0]byte bug fix falloutRuss Cox
2014-05-20doc/go1.3.html: switch default stack size back to 8kBMikio Hara
2014-05-20cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGETElias Naur
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-05-19spec: clarify when a program exitsRobert Griesemer
2014-05-19doc/go1.3.html: minor tweak of Solaris wordingAram Hăvărneanu
2014-05-18doc/go1.3.html: fix typoMikio Hara
2014-05-17doc/go1.3.html: update the state of supported platformsMikio Hara
2014-05-16spec: clarify that newlines are kept in raw string literalsIan Lance Taylor
2014-05-16doc/go1.3.html: add note about small map iteration orderRuss Cox
2014-05-16doc/go1.3.html: add syscall.SendmsgNMikio Hara
2014-05-15doc/go1.3.html: add note about unsafe.Pointer strictnessRuss Cox
2014-05-14doc/effective_go.html: a little more about errorsRob Pike
2014-05-14spec: more precise description of select statementRobert Griesemer
2014-05-12cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor
2014-05-09testing: write profiles on failureRuss Cox
2014-05-08doc/install.html: update wrt to OS and compiler support.Shenghou Ma
2014-05-07spec: several clarifications to language on channelsRobert Griesemer
2014-05-07spec: remove evaluation order inconsistencyRobert Griesemer
2014-05-07spec: clarify type propertiesRobert Griesemer
2014-05-07doc: replace absolute links to golang.org with relative linksDmitriy Vyukov
2014-05-06doc/go1.3.html: mention go build -iDavid Crawshaw