aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1Dmitri Goutnik
2022-06-09runtime/cgo: retry _beginthread on EACCESMichael Pratt
2022-06-09runtime/cgo: merge bodies of cgo_sys_thread_start on windowsMichael Pratt
2022-06-09api: promote next to go1.19Cherry Mui
2022-06-09go/types, types2: only set instance context if packages matchRobert Findley
2022-06-08cmd/go/testdata/script: fix skip on list_replace_absolute_windowsMichael Matloob
2022-06-08api/next: minor reformatCherry Mui
2022-06-08runtime: use pidleget for faketime jumpMichael Pratt
2022-06-08cmd/go: clean paths before using them form index functionsMichael Matloob
2022-06-08syscall: remove unused setgroups on linux/loong64Tobias Klauser
2022-06-08runtime: skip TestGdbBacktrace on gdb bugAustin Clements
2022-06-08net: fix testHookDialTCP raceDamien Neil
2022-06-08cmd/go: enable module index by defaultMichael Matloob
2022-06-08cmd/go: properly call PackageModuleRoot to get modroot for indexMichael Matloob
2022-06-08cmd/go: set Root and target fields for packages in GOPATHMichael Matloob
2022-06-08doc/go1.19: delete remaining TODOsRuss Cox
2022-06-08runtime: gofmtMichael Pratt
2022-06-08doc/go1.19: complete most remaining TODOsRuss Cox
2022-06-08runtime: remove unused pipe and setNonblock on linux/loong64Tobias Klauser
2022-06-08doc/go1.19: mention riscv64 supported regabiMeng Zhuo
2022-06-07os: document that Chdir affects fs.FS returned by DirFS with a relative pathDan Kortschak
2022-06-07syscall: remove unused accept on linux/loong64Tobias Klauser
2022-06-07net: use synthetic network in TestDialParallelDamien Neil
2022-06-07doc/go1.19: document that the assembler requires -pCherry Mui
2022-06-07doc/go1.19: document linker CL that switches DWARF compressed section formatCherry Mui
2022-06-07go/types, types2: better error message for invalid use of constraint typeRobert Griesemer
2022-06-07go/types, types2: better error message if type is not in type setRobert Griesemer
2022-06-07go/types, types2: use | rather than ∪ when printing term listsRobert Griesemer
2022-06-07doc/go1.19: add release notes for net/http and net/urlDamien Neil
2022-06-07doc/go1.19: adjust runtime release notesMichael Pratt
2022-06-07runtime: document GOMEMLIMIT in environment variables sectionMichael Pratt
2022-06-07doc/go1.19: document loong64 portDavid Chase
2022-06-07sync/atomic: clarify that 8-byte alignment of variables is due to escapeWill Hawkins
2022-06-07doc/go1.19: some platforms are still on TSAN v2Austin Clements
2022-06-07doc/go1.19: compiler section is complete, modulo TODOsAustin Clements
2022-06-07doc/go1.19: minor editsAustin Clements
2022-06-07doc/go1.19: complete TODOs for go/typesRobert Findley
2022-06-07doc/go1.19: add various crypto release notesRoland Shoemaker
2022-06-07runtime: fix inline assembly trampoline for arm64Khaled Yakdan
2022-06-07cmd/link: specify -Wl,-z params as documentedMotiejus Jakštys
2022-06-07doc/go1.19: delete boringcrypto TODORuss Cox
2022-06-07doc/go1.19: add more TODOs from updated relnoteRuss Cox
2022-06-06doc/go1.19: add release notes for the soft memory limit and idle GCMichael Anthony Knyszek
2022-06-06runtime, sync, sync/atomic: document happens-before guaranteesRuss Cox
2022-06-06go/doc/comment: add heuristics for common badly formatted commentsRuss Cox
2022-06-06doc/go_mem: update revision dateRuss Cox
2022-06-06doc/go1.19: gc requires -p=importpathAustin Clements
2022-06-06doc/go1.19: document Resolver.PreferGoBrad Fitzpatrick
2022-06-06cmd/go: use index to match packages in dependency modulesMichael Matloob
2022-06-06all: boringcrypto post-merge cleanupRuss Cox