aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22A+C: delete AUTHORS and CONTRIBUTORSRuss Cox
2022-07-21unsafe: document when Sizeof/Offsetof/Alignof are not constantIan Lance Taylor
2022-07-21net/http: remove accidental heading in Head documentationDmitri Shuralyov
2022-07-21cmd/dist: enable race detector test on S390XCherry Mui
2022-07-20cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30Keith Randall
2022-07-20test: use go tool from tree, not pathKeith Randall
2022-07-20cmd/compile: improve GOAMD64=v1 violation testKeith Randall
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2022-07-19cmd/compile: fix mknode scriptKeith Randall
2022-07-19A+C: add Weizhi Yanyanweizhi
2022-07-19runtime: revert to using the precomputed trigger for pacer calculationsMichael Anthony Knyszek
2022-07-19CONTRIBUTORS: update for the Go 1.19 releaseCarlos Amedee
2022-07-18runtime: fix typosJun10ng
2022-07-18cmd/compile: revert "remove -installsuffix flag"Matthew Dempsky
2022-07-18http: improve Get documentationminherz
2022-07-15go/types, types2: correct alignment of atomic.Int64Austin Clements
2022-07-15encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor
2022-07-14go/parser: skip TestParseDepthLimit for short testsRoland Shoemaker
2022-07-14encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker
2022-07-14cmd/go/internal/modfetch: avoid duplicating path components in Git fetch errorsBryan C. Mills
2022-07-14cmd/go: save zip sums for downloaded modules in 'go mod download' in a workspaceBryan C. Mills
2022-07-14cmd/go: avoid re-enqueuing workspace dependencies with errorsBryan C. Mills
2022-07-14doc/go1.19: add a release note for 'go list -json=SomeField'Bryan C. Mills
2022-07-13cmd/compile: remove -installsuffix flagMatthew Dempsky
2022-07-13cmd/compile: remove -importmap flagMatthew Dempsky
2022-07-13misc/cgo/testshared: run tests only in GOPATH modeBryan C. Mills
2022-07-13misc/cgo/testcshared: don't rely on an erroneous install target in testsBryan C. Mills
2022-07-13runtime: clear timerModifiedEarliest when last timer is deletedMichael Pratt
2022-07-13cmd/compile: fix type assert in dict passWayne Zuo
2022-07-12[release-branch.go1.19] go1.19rc2go1.19rc2Gopher Robot
2022-07-12cmd/go: in script tests, avoid checking non-main packages for stalenessBryan C. Mills
2022-07-12cmd/go: avoid indexing GOROOT packages when the compiler is 'gccgo'Bryan C. Mills
2022-07-12cmd/go: port TestIssue16471 to a script test and add verbose loggingBryan C. Mills
2022-07-12cmd/go/internal/modfetch/codehost: add missing newline in '# lock' log messageBryan C. Mills
2022-07-12image/jpeg: increase TestLargeImageWithShortData timeout by an order of magni...Bryan C. Mills
2022-07-12cmd/go/internal/modload: ignore disallowed errors when checking for updatesJay Conrod
2022-07-12[release-branch.go1.19] all: merge master (b2b8872) into release-branch.go1.19Michael Anthony Knyszek
2022-07-12compress/gzip: fix stack exhaustion bug in Reader.ReadTatiana Bradley
2022-07-12path/filepath: fix stack exhaustion in GlobJulie Qiu
2022-07-12io/fs: fix stack exhaustion in GlobJulie Qiu
2022-07-12encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-07-12go/parser: limit recursion depthRoland Shoemaker
2022-07-12encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-07-12cmd/go: avoid spurious readdir during fsys.WalkRuss Cox
2022-07-12net/http: clarify that MaxBytesReader returns *MaxBytesErrorDamien Neil
2022-07-11syscall: gofmt after CL 412114Tobias Klauser
2022-07-11internal/trace: don't report regions on system goroutinesMichael Pratt
2022-07-11runtime/race: update amd64 syso images to avoid sse4Than McIntosh
2022-07-11cmd/trace: fix typo in web documentationTobias Klauser