aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-01cmd/go/internal/par: generic WorkRoger Peppe
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-02-01cmd/compile: schedule values with no in-block uses laterKeith Randall
2023-02-01crypto/rand: batch large random reads on jsJohan Brandhorst-Satzkorn
2023-02-01net/http: remove another arbitrary timeout in TestTLSHandshakeTimeoutBryan C. Mills
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-31test: enable inlining tests for functions with local typeCuong Manh Le
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-30doc: move Go 1.20 release notes to x/websiteMichael Anthony Knyszek
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-30misc/wasm: use NodeJS crypto libraryJohan Brandhorst-Satzkorn
2023-01-30misc/wasm: extend executable compatibilityJohan Brandhorst-Satzkorn
2023-01-30misc/wasm: use NodeJS performance libraryJohan Brandhorst-Satzkorn