summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: remove -insecure flag on go getwitchard2021-03-021-2/+10
* spec: improve sentence structure for passing a sliceDQNEO2021-02-241-4/+4
* doc: start draft go1.17 release notes, move go1.16 to x/websiteDmitri Shuralyov2021-02-232-1220/+84
* doc/1.16: fix link to fs.FileInfoAlberto Donizetti2021-02-201-1/+1
* spec: every type has a method set (minor clarification)Robert Griesemer2021-02-201-2/+2
* doc/go1.16: remove draft noticeDmitri Shuralyov2021-02-161-7/+7
* doc/go1.16: fix mismatched id attributeKimMachineGun2021-02-161-1/+1
* doc: remove all docs not tied to distributionRuss Cox2021-02-16142-34674/+0
* doc: remove install.html and install-source.htmlRuss Cox2021-02-162-1092/+0
* doc/faq: update generics entry to reflect accepted proposalIan Lance Taylor2021-02-151-2/+4
* doc/go1.16: note that package path elements beginning with '.' are disallowedBryan C. Mills2021-02-121-4/+6
* spec: More precise wording in section on function calls.DQNEO2021-02-111-2/+2
* doc/go1.16: mention new vet check for asn1.UnmarshalKimMachineGun2021-02-081-0/+10
* doc/go1.16: add missed heading tag in vet sectionKimMachineGun2021-02-051-0/+2
* spec: improve the example in Type assertions sectiontask42332021-02-021-2/+2
* doc/go1.16: document that on OpenBSD syscalls are now made through libcCherry Zhang2021-02-011-0/+10
* doc/go1.16: minor markup fixesToshihiro Shiino2021-02-011-3/+3
* doc/go1.16: document go/build/constraint packageIan Lance Taylor2021-01-281-0/+19
* doc/go1.16: fix closing brace in .Export formatRyuji Iwata2021-01-271-1/+1
* doc/go1.16: mention os.DirFS in os sectionIan Lance Taylor2021-01-251-0/+7
* doc/go1.16: mention os.DirEntry and types moved from os to io/fsIan Lance Taylor2021-01-251-0/+29
* doc/go1.16: mention new testing/iotest functionsIan Lance Taylor2021-01-251-0/+19
* doc/go1.16: mention deprecation of io/ioutilIan Lance Taylor2021-01-251-0/+57
* doc/go1.16: mention go/build changesIan Lance Taylor2021-01-251-0/+31
* doc/asm: add a section on go_asm.h, clean up go_tls.h sectionAustin Clements2021-01-251-14/+58
* doc/go1.16: fix WalkDir and Walk linksTobias Klauser2021-01-251-2/+2
* doc/go1.16: add crypto/x509 memory optimizationBrad Fitzpatrick2021-01-231-0/+8
* doc/go1.16: reword ambiguously parsable sentenceBrad Fitzpatrick2021-01-231-4/+4
* doc/go1.16: mention net/http.Transport.GetProxyConnectHeaderIan Lance Taylor2021-01-221-0/+13
* doc/go1.16: mention path/filepath.WalkDirIan Lance Taylor2021-01-221-0/+15
* doc/go1.16: mention syscall.AllThreadsSyscallIan Lance Taylor2021-01-221-0/+10
* doc/go1.16: add notes about package-specific fs.FS changesIan Lance Taylor2021-01-211-0/+36
* doc/go1.16: minor formatting fixAustin Clements2021-01-211-2/+2
* doc/go1.16: mention new debug/elf constantsIan Lance Taylor2021-01-211-0/+10
* doc: update editors.html for Go 1.16Rebecca Stambler2021-01-111-3/+1
* Revert "reflect: support multiple keys in struct tags"Ian Lance Taylor2021-01-071-11/+0
* doc/go1.16: add release note for disallowing non-ASCII import pathsMichael Matloob2021-01-071-0/+6
* crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda2021-01-061-8/+0
* doc: 2021 is the Year of the GopherDmitri Shuralyov2021-01-011-2/+2
* doc/go1.16: reference misc/ios/README for how to build iOS programsCherry Zhang2020-12-291-1/+3
* doc: fix a typo in contribute.htmlAndrey Bokhanko2020-12-231-1/+1
* crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst2020-12-171-17/+0
* doc/go1.16: add link to reflect.StructTagTobias Klauser2020-12-161-3/+4
* doc/go1.15: mention 1.15.3 cgo restriction on empty structsIan Lance Taylor2020-12-151-0/+13
* doc/go1.16: fix path, path/filepath release notesTobias Klauser2020-12-151-4/+5
* doc/go1.16: fix formatting in net, net/http and net/http/httputil sectionsTobias Klauser2020-12-151-6/+7
* doc/go1.16: add missing <code> tagTobias Klauser2020-12-141-2/+2
* doc: make clear that Go 1.4 is not required for bootstrapRuss Cox2020-12-111-23/+44
* cmd/go: add documentation for the -overlay flagMichael Matloob2020-12-111-0/+14
* doc/go1.16: add vet release note for CL 235677Tim King2020-12-101-3/+46