aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2024-03-15doc: fix various release notes mistakesRuss Cox
2024-03-14time: avoid stale receives after Timer/Ticker Stop/Reset returnRuss Cox
2024-03-14Revert "cmd/go/internal/test: add 'tests' vet check to 'go test' suite"Michael Knyszek
2024-03-14cmd/go/internal/test: add 'tests' vet check to 'go test' suiteAlan Donovan
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
2024-03-11net/http/httptest: add NewRequestWithContextKevin Burke
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-03-07unicode/utf16: add func RuneLenJes Cok
2024-03-07net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer WindowsAndy Pan
2024-03-05os: fix 63703.md release notesqmuntal
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-03-04doc/go1.23: document database/sql wrap errorsaimuz
2024-03-04doc: fix typo of gotypesaliasBenjamin Peterson
2024-03-04doc: close HTML tagscui fliter
2024-02-28reflect: add Overflow methods to TypeJes Cok
2024-02-27doc: document os.ModeSocket support on Windowsqmuntal
2024-02-26doc/next: add the missing slashes ahead of net#Dialer and net#ListenConfigAndy Pan
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-26net/http: allow multiple spaces between method and path in mux patternsJes Cok
2024-02-23Revert "os: make FindProcess use pidfd on Linux"Michael Pratt
2024-02-23cmd: don't require build tags in relnote pathnamesJonathan Amsterdam
2024-02-23os: implement CopyFSAndy Pan
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-21os: make FindProcess use pidfd on LinuxKir Kolyshkin
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-02-14doc/go1.23: document macOS requirementsDmitri Shuralyov
2024-02-07doc/next: add release note for sync/Map.ClearNasfame
2024-02-07doc: move Go 1.22 release notes to x/websiteDavid Chase
2024-02-07spec: fix typo in year (it's 2024 now)Robert Griesemer
2024-02-06dog/go1.22: tweak coverage testing notesThan McIntosh
2024-02-05doc/next: add release note file for api/next fileJonathan Amsterdam
2024-01-31doc/go1.22: move go/version package mention into a separate headingDmitri Shuralyov
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2024-01-30spec: clarify iteration variable type for range over integerRobert Griesemer
2024-01-30doc/README: clarify instructionsAlan Donovan
2024-01-24doc/go1.22: remove archive/tar.FileInfoNamesCherry Mui
2024-01-24doc/next: initial contentsJonathan Amsterdam
2024-01-22doc/initial: initial contents of release notesJonathan Amsterdam
2024-01-22doc/README.md: explain new release note systemJonathan Amsterdam
2024-01-22doc/go1.22: fix method name in net/netip changesTobias Klauser
2024-01-22doc: remove last TODO itemCarlos Amedee
2024-01-17doc/go1.22: document net/netip changesDamien Neil
2024-01-17doc/go1.22: document net/http/cgi changesDamien Neil
2024-01-16doc: fill out net/http.Request.PathValue,SetPathValue sectionDan Peterson
2024-01-05doc: s/adjustements/adjustmentsJes Cok
2024-01-03doc/go1.22: add links to go/types symbolsAlan Donovan
2023-12-27doc: fix typo in example in specRobert Griesemer
2023-12-27doc: document new iteration variable semantics in specRobert Griesemer
2023-12-27doc: document version at which new language features were introduced in specRobert Griesemer