aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-07doc/go1.15: rationalize runtime sectionsAustin Clements
2020-06-07doc/go1.15: document toolchain changesAustin Clements
2020-06-05doc/go1.15: remove TODO intended for the Core library sectionCarlos Amedee
2020-06-05doc/go1.15: add release notes for fmtshaquilleq
2020-06-05doc/go1.15: add release notes for regexpMichael Matloob
2020-06-05doc: update contribution guide to make it friendlier for x/ reposRebecca Stambler
2020-06-05doc/go1.15: mention new debug/pe constantsIan Lance Taylor
2020-06-05doc/go1.15: add release notes for io/ioutilDominik Honnef
2020-06-05cmd/asm, cmd/compile, doc: document -spectre flagsRuss Cox
2020-06-05doc/go1.15: exclude spaces from <code> blockAustin Clements
2020-06-05doc/go1.15: add release notes for RISC-V portCherry Zhang
2020-06-04syscall: document float arguments and results on windows/amd64Austin Clements
2020-06-04doc/go1.15: 1.15 supports OpenBSD 6.7 on arm and arm64Austin Clements
2020-06-04doc/go1.15: add release notes for timeJulie Qiu
2020-06-04doc/go1.15: add release notes for strconvJulie Qiu
2020-06-03doc/go1.15: add release notes for pluginThan McIntosh
2020-06-03doc/go1.15: runtime release notesAustin Clements
2020-06-03doc/go1.15: add release notes for new linkerThan McIntosh
2020-06-02doc/go1.15: remove TODOs for tools and go command sectionsJay Conrod
2020-06-01doc: document the new Cgo EGLConfig special caseElias Naur
2020-06-01doc: document new Android default linkerElias Naur
2020-06-01doc/go1.15: update Go 1.15 release notes using relnoteAlexander Rakoczy
2020-05-28doc/go1.15: document no language changesDmitri Shuralyov
2020-05-19doc/go1.15: consolidate notes regarding package testingTobias Klauser
2020-05-19doc: require macOS 10.12 or laterIan Lance Taylor
2020-05-18doc/go1.15: mention vet warning for impossible type assertionsIan Lance Taylor
2020-05-18doc/go1.15: mention vet warning for string(x)Ian Lance Taylor
2020-05-01syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor
2020-05-01doc, cmd/internal/obj/arm64: update the directives in the docfanzha02
2020-04-30doc/go1.15: add 32-bit darwin removal and Resolver.LookupIPBrad Fitzpatrick
2020-04-30net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-28doc/go1.15: add notes for GOMODCACHE, modcacheunzipinplaceJay Conrod
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-24doc/go1.15: include changes in net/http/pprof and runtime/pprofHana (Hyang-Ah) Kim
2020-04-24doc: remove The Go Project page (moved to x/website)Dmitri Shuralyov
2020-04-23cmd/compile: be stricter about recognizing safety rule #4Matthew Dempsky
2020-04-22runtime: crash on SI_USER SigPanic signalIan Lance Taylor
2020-04-21reflect: disallow invoking methods on unexported embedded fieldsMatthew Dempsky
2020-04-20crypto/tls: add DialerBrad Fitzpatrick
2020-04-16net/url: add URL.RawFragment, URL.EscapedFragmentRuss Cox
2020-04-14time/tzdata: new packageIan Lance Taylor
2020-04-13Revert "time/tzdata: new package"Ian Lance Taylor
2020-04-13time/tzdata: new packageIan Lance Taylor
2020-04-13doc/debugging_with_gdb: fix the link of delvechainhelen
2020-04-12doc/go1.15, net/url: document new method URL.RedactedEmmanuel T Odeke
2020-04-08doc: remove darwin/386, darwin/arm from ports listAustin Clements
2020-04-03doc: document testing.TB.TempDir in release notesBrad Fitzpatrick
2020-04-03flag: exit 0 when -h or -help invoked but undefinedShang Jian Ding