aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06[release-branch.go1.19] go1.19rc1go1.19rc1Gopher Robot
2022-07-06[release-branch.go1.19] update codereview.cfg for release-branch.go1.19Heschi Kreinick
2022-07-06cmd/compile: rework induction variable detectorKeith Randall
2022-07-06os/exec: clarify that Wait must be calledIan Lance Taylor
2022-07-06cmd/internal/notsha256: add purego tag as neededIan Lance Taylor
2022-07-06cmd/dist: use purego tag when building the bootstrap binariesIan Lance Taylor
2022-07-06misc/cgo/test: make TestSetgidStress cheaperCherry Mui
2022-07-06test: recognize new gofrontend error messageIan Lance Taylor
2022-07-05cmd/compile: drop "buildcfg" from no instrument packagesMichael Pratt
2022-07-05cmd/go: make module@nonexistentversion failures reusableRuss Cox
2022-07-05cmd/go: add -reuse flag to make proxy invocations more efficientRuss Cox
2022-07-05cmd/go: record origin metadata during module downloadRuss Cox
2022-07-04build/constraint: update doc to mention a feature added in Go 1.17Cristian Greco
2022-07-04runtime: pass correct string to exits on Plan 9Ori Bernstein
2022-07-01net/http: omit invalid header value from error messageAlexander Yastrebov
2022-07-01cmd/go, go/build: clarify build constraint docsIan Lance Taylor
2022-07-01flag: highlight support for double dashes in docsSebastian Gassner
2022-07-01go/types, types2: document that exported predicates are unspecified for inval...Robert Griesemer
2022-06-30go/types, types2: re-enable a couple of commented out testsRobert Griesemer
2022-06-30go/doc/comment: support links in lists in commentsBen Sarah Golightly
2022-06-30os: fix a typo in path_windows.goAndreasHGK
2022-06-30os: simplify deadline fluctuation testsIan Lance Taylor
2022-06-30cmd/go/internal/modindex: remove spurious field from index_format documentationBryan C. Mills
2022-06-30cmd/go: include module root in package index keyBryan C. Mills
2022-06-30cmd/go: add a 'sleep' command for script testsBryan C. Mills
2022-06-30cmd/compile: fix prove pass when upper condition is <= maxintKeith Randall
2022-06-30spec: retitle section on "Assignments" to "Assignment statements"Robert Griesemer
2022-06-30test: add regress test for #53619Matthew Dempsky
2022-06-29debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen
2022-06-29net/http: preserve nil values in Header.CloneDamien Neil
2022-06-29cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui
2022-06-29go/token: use atomics not Mutex for last file cacheAlan Donovan
2022-06-29net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil
2022-06-29runtime: add race annotations to cbs.lockMichael Pratt
2022-06-29crypto/x509/pkix: move crl deprecation messageRoland Shoemaker
2022-06-29cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SPCherry Mui
2022-06-29runtime: add race annotations to metricsSemaMichael Pratt
2022-06-29crypto/x509: improve RevocationList documentationRoland Shoemaker
2022-06-28cmd/internal/obj/arm64: fix BITCON constant printing erroreric fang
2022-06-28cmd/go: pass --no-decorate when listing git tags for a commithidu
2022-06-28os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills
2022-06-28cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le
2022-06-28cmd/go/internal/modfetch: cache latest revinfo in Versions funcBaokun Lee
2022-06-28test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer
2022-06-28test: add test that gofrontend failed to compileIan Lance Taylor
2022-06-28runtime: clean up unused function gosave on loong64Guoqi Chen
2022-06-28cmd/go: omit build metadata that may contain system paths when -trimpath is setBryan C. Mills
2022-06-28api: correct debug/pe issue number for Go 1.19 changesRuss Cox
2022-06-28cmd/go/internal/modload: fix doc commentRuss Cox
2022-06-28go/printer: report allocs and set bytesDaniel Martí