aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2014-05-05doc: refer to wiki page for downloadsAndrew Gerrand
2014-05-05doc: document go1.2.2Andrew Gerrand
2014-04-29doc/go1.3.html: update for FreeBSD/ARM support.Shenghou Ma
2014-04-28doc: fix link to Mercurial downloadRobert Hencke
2014-04-28doc: fix broken link to RTEMS Go wiki pageRobert Hencke
2014-04-27doc: fix an articleBrad Fitzpatrick
2014-04-26doc/debugging_with_gdb.html: add introductory disclaimerRob Pike
2014-04-25doc/contribute.html: link to wiki for more code review informationRobert Hencke
2014-04-20doc/go1.3.html: fix Goexit linkDavid du Colombier
2014-04-18doc/go1.3.html: Plan 9 supportDavid du Colombier
2014-04-18doc/go1.3.html: go test always buildsRob Pike
2014-04-18doc/go1.3.html: new package debug/plan9objDavid du Colombier
2014-04-17doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b i...Shenghou Ma
2014-04-16doc/go1.3.html: fix id anchor for FreeBSDEmil Hessman
2014-04-16doc/go1.3.html: document the state of FreeBSDRob Pike