aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2015-07-16doc: describe tracing, mention go fixRob Pike
2015-07-15doc: add cmd/go's -pkgdir build optionRuss Cox
2015-07-15doc: add a few more details about arm and ppc64 to asm.htmlRob Pike
2015-07-15doc/go1.5.html: fix and expand crypto/tls changesJonathan Rudenberg
2015-07-15doc/go1.5.html: fix typoJonathan Rudenberg
2015-07-14doc/go1.5.html: fix typoJonathan Rudenberg
2015-07-14doc/go1.5.html: fix typo.Ian Lance Taylor
2015-07-14doc: document behavior change in image/color in release notesRob Pike
2015-07-13doc: update the architecture-specific information in asm.htmlRob Pike
2015-07-13doc: add section about standard library to the FAQBrad Fitzpatrick
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-09doc: document the machine-independent changes to the assemblerRob Pike
2015-07-09doc: R13 is stack pointer on ARM, not 386Rob Pike
2015-07-09doc: add -test.count and get -insecure to go1.5.htmlRob Pike
2015-07-08doc/go1.5: mention net/http.Request.CancelAaron Jacobs
2015-07-06doc: tools for go1.5.htmlRob Pike
2015-07-05doc/go1.5.html: fix typoElias Naur
2015-07-02doc: finish the small library changes in go1.5.html; start work on toolsRob Pike
2015-07-02doc: add most major changes and most net changes to go1.5.htmlRob Pike
2015-07-01doc: more library in go1.5.htmlRob Pike
2015-06-29doc: finish listing the non-crypto non-net small API changesRob Pike
2015-06-29doc: fix typo in faqRob Pike
2015-06-29doc: update FAQ for Go 1.5Rob Pike
2015-06-26doc/go1.5.html: first pass over the small API changesRob Pike
2015-06-26doc: suggest security@golang.org for reporting security issuesAndrew Gerrand
2015-06-26doc/go1.5.html: fix typoMatt Layher
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-06-26spec: fix bare & in HTMLRob Pike
2015-06-25doc: first cut at prose for big changes in go1.5.htmlRob Pike
2015-06-25doc: add a missing space in func signatureBrad Fitzpatrick
2015-06-25doc: move go1.5.txt to go1.5.htmlRob Pike
2015-06-23spec: clarify effect of rounding of constant expressionsRobert Griesemer
2015-06-19doc: mention moderation delay in contributing docsJosh Bleecher Snyder
2015-06-19doc/go1.5.txt: cmd/go: add vendoring supportRob Pike
2015-06-19doc: update gccgo docs for move of gofrontend to gitIan Lance Taylor
2015-06-17doc/go1.5.txt: mention sequential and RFC 6555-compliant TCP dialingMikio Hara
2015-06-17doc/articles/wiki: remove generated final-test.go after testAlex Brainman
2015-06-17doc: hints on how to cross-bootstrapMichael Hudson-Doyle
2015-06-16doc: update install-source.html to cover new architecturesMichael Hudson-Doyle
2015-06-15doc/articles/wiki: don't run tests when 'patch' command unavailableAndrew Gerrand
2015-06-14wiki article: remove "flag" import from the codeAlex Schroeder
2015-06-12doc/go1.5.txt: mention GidMappingsEnableSetgroups in linux SysProcAttrIan Lance Taylor
2015-06-12doc/effective_go: fix grammatical errorBrandon Gilmore
2015-06-11spec: clarify meaning of x op= yRobert Griesemer
2015-06-11all: fix misprints in commentsAinar Garipov
2015-06-09doc/go1.5.txt: mention that 1.5 supports non-standard GCM lengths.Adam Langley
2015-06-09doc: updated language about the AUTHORS/CONTRIBUTORS updateDmitry Savintsev
2015-06-09doc/go1.5.txt: mention that testing/quick now generates nil pointers.Adam Langley
2015-06-07doc/go1.5.txt: correct CL for LookupEnv additionDominik Honnef