aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-01syscall: regenerate zsyscall_windows.goqmuntal
2023-02-01builtin: add documentation for clearCuong Manh Le
2023-02-01cmd/dist, internal/platform: remove some target modes that failIan Lance Taylor
2023-01-31cmd/go/internal/script: retry ETXTBSY errors in scriptsBryan C. Mills
2023-01-31net/netip: use IPv6Loopback in TestIPPropertiesTobias Klauser
2023-01-31net: use net/netip for address parsingMateusz Poliwczak
2023-01-31runtime: always use LoadLibraryEx to load system librariesqmuntal
2023-01-31Revert "net: move context cancellation logic of blocking calls to a common fu...Bryan Mills
2023-01-31cmd/compile: cleanup atomic.Pointer[T] inline testCuong Manh Le
2023-01-31cmd/go: traverse module-root symlinks in Walk callsBryan C. Mills
2023-01-31cmd/go: use Join functions instead of adding path separators to stringsBryan C. Mills
2023-01-31net: report IsNotFound when getnameinfo returns EAI_NONAMEMateusz Poliwczak
2023-01-31cmd/link: add debug print in hostobjCopyCherry Mui
2023-01-31runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly filesCherry Mui
2023-01-31cmd/compile: add clear(x) builtinCuong Manh Le
2023-01-31os: allow $HOME to not exist in TestUserHomeDirBryan C. Mills
2023-01-31encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2023-01-31net: move context cancellation logic of blocking calls to a common function.Mateusz Poliwczak
2023-01-31io: allocate copy buffers from a poolDamien Neil
2023-01-31cmd/internal/obj/x86: use mov instead of lea to load the frame pointerqmuntal
2023-01-31cmd/link: rewrite (*BuildMode).Set to use platform.BuildModeSupportedIan Lance Taylor
2023-01-31cmd/dist, internal/platform: test agreement on supported build modesIan Lance Taylor
2023-01-31cmd/link: rename ELF struct fields to remove "elf" prefixIan Lance Taylor
2023-01-31cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor
2023-01-31cmd/link: skip c-archive tests if c-archive mode is not supportedIan Lance Taylor
2023-01-31cmd/link: make .dynamic section read-only for MIPS ELFIan Lance Taylor
2023-01-31cmd/dist: test goos, not gohostos, in tester.extLinkIan Lance Taylor
2023-01-31strconv: show what fmt package uses for float printingKevin Burke
2023-01-31cmd/dist: set GOFLAGS=-trimpath when building cmd for releasesBryan C. Mills
2023-01-31cmd/link: load host archive libc_nonshared.a for -fstack-protectorThan McIntosh
2023-01-31cmd/dist: leave cgo enabled if external linking is requiredBryan C. Mills
2023-01-31cmd/internal/obj/x86: use push/pop instead of mov to store/load FPqmuntal
2023-01-30cmd/link: refactor ELF hooks into ELFArch structIan Lance Taylor
2023-01-30cmd/dist: keep flag list sortedRuss Cox
2023-01-30net/http: add section headers to package docRuss Cox
2023-01-30cmd/go: add and use cmd/go/internal/slices.ClipRuss Cox
2023-01-30cmd/vet: add directive analyzerRuss Cox
2023-01-30encoding/binary: add String and GoString method to nativeEndiancuiweixie
2023-01-30net/http: disable fetch on NodeJSJohan Brandhorst-Satzkorn
2023-01-30cmd/dist: skip building std for the host when cross-compilingBryan C. Mills
2023-01-30cmd/dist: skip rebuilding packages during builder testingBryan C. Mills
2023-01-30all: fix problematic commentscui fliter
2023-01-30cmd: import latest golang.org/x/toolsRuss Cox
2023-01-30cmd/internal/obj: drop Filesym from DwarfAbstractFuncMichael Pratt
2023-01-30cmd/link/internal/ld: split varDeclCoords testsMichael Pratt
2023-01-30cmd/link/internal/ld: add dwarf testing helpersMichael Pratt
2023-01-30reflect,runtime: add Value.ClearCuong Manh Le
2023-01-30all: give nested modules fully-qualified namesMichael Pratt
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt