| Age | Commit message (Expand) | Author |
| 2023-02-01 | syscall: regenerate zsyscall_windows.go | qmuntal |
| 2023-02-01 | builtin: add documentation for clear | Cuong Manh Le |
| 2023-02-01 | cmd/dist, internal/platform: remove some target modes that fail | Ian Lance Taylor |
| 2023-01-31 | cmd/go/internal/script: retry ETXTBSY errors in scripts | Bryan C. Mills |
| 2023-01-31 | net/netip: use IPv6Loopback in TestIPProperties | Tobias Klauser |
| 2023-01-31 | net: use net/netip for address parsing | Mateusz Poliwczak |
| 2023-01-31 | runtime: always use LoadLibraryEx to load system libraries | qmuntal |
| 2023-01-31 | Revert "net: move context cancellation logic of blocking calls to a common fu... | Bryan Mills |
| 2023-01-31 | cmd/compile: cleanup atomic.Pointer[T] inline test | Cuong Manh Le |
| 2023-01-31 | cmd/go: traverse module-root symlinks in Walk calls | Bryan C. Mills |
| 2023-01-31 | cmd/go: use Join functions instead of adding path separators to strings | Bryan C. Mills |
| 2023-01-31 | net: report IsNotFound when getnameinfo returns EAI_NONAME | Mateusz Poliwczak |
| 2023-01-31 | cmd/link: add debug print in hostobjCopy | Cherry Mui |
| 2023-01-31 | runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly files | Cherry Mui |
| 2023-01-31 | cmd/compile: add clear(x) builtin | Cuong Manh Le |
| 2023-01-31 | os: allow $HOME to not exist in TestUserHomeDir | Bryan C. Mills |
| 2023-01-31 | encoding/xml: allow overriding by empty namespace | Constantin Konstantinidis |
| 2023-01-31 | cmd/compile: inline known-size memclrNoHeapPointers calls | Jakub Ciolek |
| 2023-01-31 | net: move context cancellation logic of blocking calls to a common function. | Mateusz Poliwczak |
| 2023-01-31 | io: allocate copy buffers from a pool | Damien Neil |
| 2023-01-31 | cmd/internal/obj/x86: use mov instead of lea to load the frame pointer | qmuntal |
| 2023-01-31 | cmd/link: rewrite (*BuildMode).Set to use platform.BuildModeSupported | Ian Lance Taylor |
| 2023-01-31 | cmd/dist, internal/platform: test agreement on supported build modes | Ian Lance Taylor |
| 2023-01-31 | cmd/link: rename ELF struct fields to remove "elf" prefix | Ian Lance Taylor |
| 2023-01-31 | cmd/link, cmd/dist, internal/platform: consolidate c-archive support | Ian Lance Taylor |
| 2023-01-31 | cmd/link: skip c-archive tests if c-archive mode is not supported | Ian Lance Taylor |
| 2023-01-31 | cmd/link: make .dynamic section read-only for MIPS ELF | Ian Lance Taylor |
| 2023-01-31 | cmd/dist: test goos, not gohostos, in tester.extLink | Ian Lance Taylor |
| 2023-01-31 | strconv: show what fmt package uses for float printing | Kevin Burke |
| 2023-01-31 | cmd/dist: set GOFLAGS=-trimpath when building cmd for releases | Bryan C. Mills |
| 2023-01-31 | cmd/link: load host archive libc_nonshared.a for -fstack-protector | Than McIntosh |
| 2023-01-31 | cmd/dist: leave cgo enabled if external linking is required | Bryan C. Mills |
| 2023-01-31 | cmd/internal/obj/x86: use push/pop instead of mov to store/load FP | qmuntal |
| 2023-01-30 | cmd/link: refactor ELF hooks into ELFArch struct | Ian Lance Taylor |
| 2023-01-30 | cmd/dist: keep flag list sorted | Russ Cox |
| 2023-01-30 | net/http: add section headers to package doc | Russ Cox |
| 2023-01-30 | cmd/go: add and use cmd/go/internal/slices.Clip | Russ Cox |
| 2023-01-30 | cmd/vet: add directive analyzer | Russ Cox |
| 2023-01-30 | encoding/binary: add String and GoString method to nativeEndian | cuiweixie |
| 2023-01-30 | net/http: disable fetch on NodeJS | Johan Brandhorst-Satzkorn |
| 2023-01-30 | cmd/dist: skip building std for the host when cross-compiling | Bryan C. Mills |
| 2023-01-30 | cmd/dist: skip rebuilding packages during builder testing | Bryan C. Mills |
| 2023-01-30 | all: fix problematic comments | cui fliter |
| 2023-01-30 | cmd: import latest golang.org/x/tools | Russ Cox |
| 2023-01-30 | cmd/internal/obj: drop Filesym from DwarfAbstractFunc | Michael Pratt |
| 2023-01-30 | cmd/link/internal/ld: split varDeclCoords tests | Michael Pratt |
| 2023-01-30 | cmd/link/internal/ld: add dwarf testing helpers | Michael Pratt |
| 2023-01-30 | reflect,runtime: add Value.Clear | Cuong Manh Le |
| 2023-01-30 | all: give nested modules fully-qualified names | Michael Pratt |
| 2023-01-30 | cmd/compile,cmd/link: set DW_AT_decl_line for function declarations | Michael Pratt |