aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-01-25doc/asm: add a section on go_asm.h, clean up go_tls.h sectionAustin Clements
2021-01-25doc/go1.16: fix WalkDir and Walk linksTobias Klauser
2021-01-23doc/go1.16: add crypto/x509 memory optimizationBrad Fitzpatrick
2021-01-23doc/go1.16: reword ambiguously parsable sentenceBrad Fitzpatrick
2021-01-22doc/go1.16: mention net/http.Transport.GetProxyConnectHeaderIan Lance Taylor
2021-01-22doc/go1.16: mention path/filepath.WalkDirIan Lance Taylor
2021-01-22doc/go1.16: mention syscall.AllThreadsSyscallIan Lance Taylor
2021-01-21doc/go1.16: add notes about package-specific fs.FS changesIan Lance Taylor
2021-01-21doc/go1.16: minor formatting fixAustin Clements
2021-01-21doc/go1.16: mention new debug/elf constantsIan Lance Taylor
2021-01-11doc: update editors.html for Go 1.16Rebecca Stambler
2021-01-07Revert "reflect: support multiple keys in struct tags"Ian Lance Taylor
2021-01-07doc/go1.16: add release note for disallowing non-ASCII import pathsMichael Matloob
2021-01-06crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda
2021-01-01doc: 2021 is the Year of the GopherDmitri Shuralyov
2020-12-29doc/go1.16: reference misc/ios/README for how to build iOS programsCherry Zhang
2020-12-23doc: fix a typo in contribute.htmlAndrey Bokhanko
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-16doc/go1.16: add link to reflect.StructTagTobias Klauser
2020-12-15doc/go1.15: mention 1.15.3 cgo restriction on empty structsIan Lance Taylor
2020-12-15doc/go1.16: fix path, path/filepath release notesTobias Klauser
2020-12-15doc/go1.16: fix formatting in net, net/http and net/http/httputil sectionsTobias Klauser
2020-12-14doc/go1.16: add missing <code> tagTobias Klauser
2020-12-11doc: make clear that Go 1.4 is not required for bootstrapRuss Cox
2020-12-11cmd/go: add documentation for the -overlay flagMichael Matloob
2020-12-10doc/go1.16: add vet release note for CL 235677Tim King
2020-12-10doc/go1.16: address some remaining high-level TODOsDmitri Shuralyov
2020-12-09doc: add description of new framepointer vet checkKeith Randall
2020-12-08doc/go1.16: improve channel race detector changes descriptionAustin Clements
2020-12-07doc/go1.16: update linker statsAustin Clements
2020-12-07doc/go1.16: announce openbsd/mips64 portAustin Clements
2020-12-07doc/go1.16: fix typoAlberto Donizetti
2020-12-07doc/go1.16: add missing </a> tagTobias Klauser
2020-12-07doc/go1.16: document riscv64 port changesTobias Klauser
2020-12-04doc/go1.16: cleanup crypto release notesFilippo Valsorda
2020-12-04doc/go1.16: document no language changesDmitri Shuralyov
2020-12-04io/fs: add SubRuss Cox
2020-12-04doc/go1.16: preannounce dropping macOS 10.12 supportDmitri Shuralyov
2020-12-04doc/go1.16: add reflect changes to release notesAlberto Donizetti
2020-12-04doc/go1.16: fix broken <code> tagFilippo Valsorda
2020-12-04doc/go1.16: pre-announce GODEBUG=x509ignoreCN=0 removal in Go 1.17Filippo Valsorda
2020-12-03doc/go1.16: update runtime and compiler sectionsAustin Clements
2020-12-03doc/go1.16: add path, path/filepath changes to release notesAlberto Donizetti
2020-12-03doc/go1.16: tidy darwin/arm64 port sectionAustin Clements
2020-12-03doc/go1.16: document embed, io/fs, runtime/metricsRuss Cox
2020-12-03doc/go1.16: more release notesRuss Cox
2020-12-03doc/go1.16: document os package changesTobias Klauser
2020-12-03doc/go1.16: document new behavior of asn1.Unmarshal on invalid argumentKimMachineGun
2020-12-03doc/go1.16: add encoding/json note for tag changeJoe Tsai
2020-12-02doc/go1.16: add crypto/tls Config.Clone noteRoland Shoemaker