aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-12-19doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v...Bryan C. Mills
2023-12-19cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and '...Russ Cox
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-18crypto/tls: align FIPS-only mode with BoringSSL policyFilippo Valsorda
2023-12-18crypto/internal/boring: upgrade module to fips-20220613Filippo Valsorda
2023-12-18Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"Than McIntosh
2023-12-18cmd: go get golang.org/x/tools@83bceaf2 and revendorTim King
2023-12-18cmd/link/internal/loadpe: update comment about @feat.00 symbol handlingqmuntal
2023-12-18builtin: mention PanicNilError in comments of recoverIrakli Safareli
2023-12-18cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16Mauri de Souza Meneguzzo
2023-12-18internal/syscall/windows: fix the signature of SetFileInformationByHandleBryan C. Mills
2023-12-18runtime: skip TestRuntimeLockMetricsAndProfile for flakinessMichael Anthony Knyszek
2023-12-15runtime: properly model rwmutex in lock rankingMichael Pratt
2023-12-15all: fix copyright headersJes Cok
2023-12-15cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0.Keith Randall
2023-12-15runtime: add race annotations in IncNonDefaultDavid Chase
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-14net/netip: remove Prefix.Compare for Go 1.22Russ Cox
2023-12-14cmd/go/internal/toolchain: make a best effort to parse 'go run' and 'go insta...Bryan C. Mills
2023-12-14cmd/go/internal/modfetch: simplify a redundant conditionBryan C. Mills
2023-12-14cmd/go/internal/vcweb: set GIT_PROTOCOL in the git CGI handlerBryan C. Mills
2023-12-14runtime: delete todo of the list field for mspanqiulaidongfeng
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-13go/types, types2: report error for range over int if Go version < 1.22Robert Griesemer
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-13go/types, types2: better error message when missing method is unexportedRobert Griesemer
2023-12-13iter: fix race instrumentation for Pull2Mauri de Souza Meneguzzo
2023-12-13go/types, types2: avoid confusing error message "have m(T), want m(T)"Robert Griesemer
2023-12-13crypto/x509: properly gate test on macos versionRoland Shoemaker
2023-12-12cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msa...Mauri de Souza Meneguzzo
2023-12-12go/types, types2: flip message contents for reverse type inference errorsRobert Griesemer
2023-12-12go/types, types2: better error message for cases of reverse type inferenceRobert Griesemer
2023-12-12cmd/go: explicitly name the default branch “main” in testdata/vcstest/git...Bryan C. Mills
2023-12-11crypto/x509: gate Policies marshaling with GODEBUGRoland Shoemaker
2023-12-11net: remove an arbitrary timeout in TestAcceptTimeoutMustReturnBryan C. Mills
2023-12-11cmd/go/internal/modload: classify "invalid pseudo-version" errors in QueryBryan C. Mills
2023-12-11runtime/pprof: fix generics function namesTolya Korniltsev
2023-12-11runtime: clear mspan.largeType more carefully in the case of arenasKeith Randall
2023-12-11os: limit temp file randomness to uint32Russ Cox
2023-12-08go/parser: fix panic in object resolution for invalid type parameter listRobert Griesemer
2023-12-08cmd/go: relax version regexp from CL 547998Bryan C. Mills
2023-12-08cmd/internal/obj/arm64: fix invalid register pair for LDPeric fang
2023-12-08cmd/compile: fix error message for mismatch between the number of type params...Raghvender
2023-12-08cmd/compile: fix SCCP propagation into jump tablesKeith Randall
2023-12-07runtime: put runtime.fastrand back temporarilyRuss Cox
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-07cmd/go: accept clang versions with vendor prefixesBryan C. Mills
2023-12-07cmd/go: unset CC when we remove it from PATH in TestScript/cgo_stale_precompiledBryan C. Mills
2023-12-07cmd/asm: print absolute PC for all patterns "off(PC)" in testEndToEndRuinan
2023-12-07os: document Readlink behavior for relative linksBryan C. Mills