aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox
2014-04-16doc/debugging_with_gdb: use -w to strip debug info.Shenghou Ma
2014-04-16doc: remove outdated MakefileShenghou Ma
2014-04-15build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox
2014-04-15doc/install.html: FreeBSD 8 and higher only are supportedRob Pike
2014-04-15doc/asm.html: remove mention of 6l -aRob Pike
2014-04-14doc: simplify a go1.3 change descriptionBrad Fitzpatrick
2014-04-14doc/help.html: fix typo in word orderAndrew Szeto
2014-04-14doc: add go1.3 note about the http Transport closing Request.BodyBrad Fitzpatrick
2014-04-12doc/go1.3.html: windows NewCallbackCDeclRob Pike
2014-04-11doc/go1.3.html: fix spelling mistakesRob Pike
2014-04-10doc: finish net/http notes in go1.3.htmlBrad Fitzpatrick
2014-04-10doc/go1.3.html: minor changes: crypto, netRob Pike
2014-04-09doc: tweak Solaris wordingRuss Cox
2014-04-09doc/go1.3.html: go command, major library changesRob Pike
2014-04-09doc/go1.3.html: gc precision, nacl, solarisRob Pike
2014-04-08doc: add a couple net/http go1.3 itemsBrad Fitzpatrick
2014-04-09doc/go1.3.html: gccgo statusRob Pike
2014-04-09doc/go1.3.html: linker, go command, miscellanyRob Pike
2014-04-09doc/go1.3.html: Performance, plus some library detailsRob Pike
2014-04-08doc/go1.3.html: drop support for windows 2000Rob Pike
2014-04-07build: remove depdenency on GNU makeAndrew Gerrand
2014-03-28doc/go1.3.html: contiguous stacksRob Pike
2014-03-27doc/go1.3.html: explain the change to the memory modelRob Pike
2014-03-26doc: document DragonFly BSD portMikio Hara
2014-03-25doc: document Solaris port.Shenghou Ma
2014-03-26doc/go1.3.html: new release document outlineRob Pike
2014-03-26doc/gopher: fix typo in READMEAndrew Gerrand
2014-03-26doc/gopher: add READMEAndrew Gerrand
2014-03-24doc: allow buffered channel as semaphore without initializationRuss Cox
2014-03-21doc/go_faq.html: update description of stack managementRob Pike
2014-03-21doc/effective_go.html: fix typoRob Pike
2014-03-18build: fix race in doc/articles/wiki testRick Arnold
2014-03-17doc: Revise Contribution Guidelines.Nathan John Youngman
2014-03-13doc: update go1.3.txt for some performance changesDmitriy Vyukov
2014-03-12doc: update go1.3.txt for regexp changeBrad Fitzpatrick
2014-03-12doc/go1.3.txt: add notes about copying stacks, win2k supportRuss Cox
2014-03-06spec: clarify when constant slice indices must be in rangeRobert Griesemer
2014-03-06spec: clarify value passed for final parameter of variadic functionsRobert Griesemer
2014-03-05spec: be more precise about underlying types of predeclared typesRobert Griesemer
2014-03-06doc/go_faq.html: reference the new wiki page titled Go Code Review CommentsRob Pike
2014-03-05doc: update links in contribute.htmlBrad Fitzpatrick
2014-03-05net/http: minor fixes and optimization for Response.TLSBrad Fitzpatrick