aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-28debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor
2023-02-28cmd/asm: remove the incorrect check of LDADDx-like instructionsfanzha02
2023-02-28net,os: set the theoretical unlimited remaining bytes to max int64Andy Pan
2023-02-28all: fix typospgxiaolianzi
2023-02-28cmd/compile: omit redundant sign/unsign extension on arm64ruinan
2023-02-28internal/testdir: simplify and clean upDmitri Shuralyov
2023-02-28cmd/dist, test: convert test/run.go runner to a cmd/go testDmitri Shuralyov
2023-02-27cmd/compile/internal/noder: correct positions for synthetic closuresMatthew Dempsky
2023-02-27os: don't try to put directory into non-blocking modeIan Lance Taylor
2023-02-27net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...Andy Pan
2023-02-27os: skip zero-copy attempts with copy_file_range(2)/splice(2) for target file...Andy Pan
2023-02-27cmd/go: convert mkalldocs.sh to a Go programBryan C. Mills
2023-02-27cmd/compile: use zero constants in comparisons where possibleMichael Munday
2023-02-27cmd/go: reject list when -find and -export are used togetherRenKanai
2023-02-27cmd/compile: improve logical shift with MASKEQZ on loong64Wayne Zuo
2023-02-27cmd/asm: preserve 3rd arg when GOT-rewriting assembly instructionsKeith Randall
2023-02-27runtime: set procid on Windowsqmuntal
2023-02-27cmd/go: make go test build multiple executablesMaksadbek Akhmedov
2023-02-27runtime: use explicit NOFRAME on solaris/amd64qmuntal
2023-02-27internal/syscall/execenv: refactor handling env variablesCuong Manh Le
2023-02-27syscall: fix invalid unsafe.Pointer conversion on WindowsCuong Manh Le
2023-02-27runtime: use explicit NOFRAME on openbsd/amd64qmuntal
2023-02-27bytes, strings: avoid unnecessary zero initializationJoe Tsai
2023-02-27compress/zlib: use binary.BigEndian consistentlyJoe Tsai
2023-02-27internal/poll: avoid race between SetDeadline and timer expiry in Plan 9miller
2023-02-27cmd/link: revert CL 467715 in favor of better fixThan McIntosh
2023-02-27encoding/json: simplify folded name logicJoe Tsai
2023-02-27encoding/json: use append for HTMLEscapeJoe Tsai
2023-02-27cmd/link: better fix for arm32 trampgen problem with duff routinesThan McIntosh
2023-02-27encoding/json: rely on reflect.Value.SetZeroJoe Tsai
2023-02-27encoding/json: remove legacy fuzz.go fileJoe Tsai
2023-02-27encoding/gob: use reflect.Value.SetZeroDaniel Martí
2023-02-27cmd/go: simplify code thanks to reflect.Value.SetZeroDaniel Martí
2023-02-27cmd/link: check for power10 support on external linker for PPC64Paul E. Murphy
2023-02-27cmd/compile/internal/pgo: fix RedirectEdgesXiangdong Ji
2023-02-27syscall: use unsafe.Slice in anyToSockaddrCuong Manh Le
2023-02-27encoding/json: rely on reflect.Value.GrowJoe Tsai
2023-02-27os: checking for testable network before creating local listenerCuong Manh Le
2023-02-27net: skip test affected by local network config on non-builderCuong Manh Le
2023-02-27os: ensure File.ReadFrom returns ErrClosed instead of the internal poll.ErrFi...Andy Pan
2023-02-27os: support zero-copy from TCP/Unix socket to fileAndy Pan
2023-02-25go/types, types2: add isTypeLit predicateRobert Griesemer
2023-02-25go/types, types2: fix comment in Checker.renameTParamsRobert Griesemer
2023-02-25cmd/link: don't emit PAX_FLAGS segment on LinuxIan Lance Taylor
2023-02-24crypto/internal/nistec: reduce P-256 scalarFilippo Valsorda
2023-02-24net: inline ios check in testsTobias Klauser
2023-02-24net: document that on macOS c-archive requires -lresolvIan Lance Taylor
2023-02-24encoding/json: use append-like operations for encodingJoe Tsai
2023-02-24encoding/json: unify encodeState.string and encodeState.stringBytesJoe Tsai
2023-02-24encoding/json: use append for Compact and IndentJoe Tsai