{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":23096959,"defaultBranch":"master","name":"go","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-08-19T04:33:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715097705.0","currentOid":""},"activityList":{"items":[{"before":"69105d79efeb4d369f6de4962b1d871c80a3db7d","after":"2f6426834c150c37cdb1330b48e9903963d4329c","ref":"refs/heads/master","pushedAt":"2024-05-17T01:24:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"os: make use of pidfd on linux\n\nUse Process.handle field to store pidfd, and make use of it. Only use\npidfd functionality if all the needed syscalls are available.\n\n1. Add/use pidfdWorks, which checks that all needed pidfd-related\n functionality works.\n\n2. os.StartProcess: obtain the pidfd from the kernel, if possible, using\n the functionality added by CL 520266. Note we could not modify\n syscall.StartProcess to return pidfd directly because it is a public\n API and its callers do not expect it, so we have to use ensurePidfd\n and getPidfd.\n\n3. (*Process).Kill: use pidfdSendSignal, if available and the pidfd is\n known. Otherwise, fall back to the old implementation.\n\n4. (*Process).Wait: use pidfdWait, if available, otherwise fall back to\n using waitid/wait4. This is more complicated than expected due to\n struct siginfo_t idiosyncrasy.\n\nNOTE pidfdSendSignal and pidfdWait are used without a race workaround\n(blockUntilWaitable and sigMu, added by CL 23967) because with pidfd,\nPID recycle issue doesn't exist (IOW, pidfd, unlike PID, is guaranteed\nto refer to one particular process) and thus the race doesn't exist\neither.\n\nRework of CL 528438 (reverted in CL 566477 because of #65857).\n\nFor #62654.\nUpdates #13987.\n\nChange-Id: If5ef8920bd8619dc428b6282ffe4fb8c258ca224\nReviewed-on: https://go-review.googlesource.com/c/go/+/570036\nTryBot-Result: Gopher Robot \nRun-TryBot: Kirill Kolyshkin \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Cherry Mui \nReviewed-by: Cherry Mui \nReviewed-by: Michael Pratt ","shortMessageHtmlLink":"os: make use of pidfd on linux"}},{"before":"1b8117b34ad63cde420a893aa0a07bfba193ea09","after":"69105d79efeb4d369f6de4962b1d871c80a3db7d","ref":"refs/heads/master","pushedAt":"2024-05-17T00:12:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/go: unexport loadImport\n\nComplete a TODO.\n\nChange-Id: I39869df4d95a5a5f6019e281719b942fbf4ba7db\nGitHub-Last-Rev: c664b5332e4f0afc84ae9bf1f91c0664903ebb7e\nGitHub-Pull-Request: golang/go#67091\nReviewed-on: https://go-review.googlesource.com/c/go/+/581939\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Matloob \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"cmd/go: unexport loadImport"}},{"before":"c89318667f525b1e796fca991ce92a1529aba81c","after":"1b8117b34ad63cde420a893aa0a07bfba193ea09","ref":"refs/heads/master","pushedAt":"2024-05-16T22:22:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/compile: fix indentation level in generic.rules\n\nChange-Id: I60a9abe72f786e18a59339df271c5521d2d1cda2\nReviewed-on: https://go-review.googlesource.com/c/go/+/555155\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Mauri de Souza Meneguzzo \nReviewed-by: Keith Randall \nReviewed-by: Keith Randall \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"cmd/compile: fix indentation level in generic.rules"}},{"before":"036e93ba7631bb12844f01078979e761144f227f","after":"c89318667f525b1e796fca991ce92a1529aba81c","ref":"refs/heads/master","pushedAt":"2024-05-16T21:49:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"runtime: cleanup crashstack code\n\nThis patch removes redundant guards for the crash stack feature, as all\nsupported Go architectures now have a crash stack implementation.\n\nChange-Id: I7ffb61c57955778d687073418130b2aaab0ff183\nGitHub-Last-Rev: 6ff56d6420093ee8f95c75019557dc8bcec32ed7\nGitHub-Pull-Request: golang/go#67202\nReviewed-on: https://go-review.googlesource.com/c/go/+/583416\nTryBot-Result: Gopher Robot \nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nRun-TryBot: Mauri de Souza Meneguzzo ","shortMessageHtmlLink":"runtime: cleanup crashstack code"}},{"before":"3a842931184426ebb2d5f8605782991bca8b67b8","after":"185457da9bf7b617565e05e4ba95d89095fe7613","ref":"refs/heads/release-branch.go1.22","pushedAt":"2024-05-16T21:26:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"[release-branch.go1.22] crypto/x509: remove TestPlatformVerifierLegacy tests\n\nThey are no longer necessary, woohoo!\n\nUpdates #52108\nFixes #56791\nFixes #67352\n\nChange-Id: I11a4c17162da4295309f74f2f8362bab0f506f78\nReviewed-on: https://go-review.googlesource.com/c/go/+/548976\nRun-TryBot: Roland Shoemaker \nReviewed-by: Bryan Mills \nTryBot-Result: Gopher Robot \nAuto-Submit: Roland Shoemaker \nLUCI-TryBot-Result: Go LUCI \n(cherry picked from commit c1828fbcbf8b8e18308e87bbac0d71244ec167f5)\nReviewed-on: https://go-review.googlesource.com/c/go/+/586235\nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"[release-branch.go1.22] crypto/x509: remove TestPlatformVerifierLegac…"}},{"before":"e9f3c9b7cd223c977e10515a03db217ce828530d","after":"6f5219571c5fde780573918ba334030f002ce00e","ref":"refs/heads/release-branch.go1.21","pushedAt":"2024-05-16T21:26:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"[release-branch.go1.21] crypto/x509: remove TestPlatformVerifierLegacy tests\n\nThey are no longer necessary, woohoo!\n\nUpdates #52108\nFixes #56791\nFixes #67351\n\nChange-Id: I11a4c17162da4295309f74f2f8362bab0f506f78\nReviewed-on: https://go-review.googlesource.com/c/go/+/548976\nRun-TryBot: Roland Shoemaker \nReviewed-by: Bryan Mills \nTryBot-Result: Gopher Robot \nAuto-Submit: Roland Shoemaker \nLUCI-TryBot-Result: Go LUCI \n(cherry picked from commit c1828fbcbf8b8e18308e87bbac0d71244ec167f5)\nReviewed-on: https://go-review.googlesource.com/c/go/+/586215\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov ","shortMessageHtmlLink":"[release-branch.go1.21] crypto/x509: remove TestPlatformVerifierLegac…"}},{"before":"26ed0528c76d10883e0d24ca8b7bb87e62dc4487","after":"036e93ba7631bb12844f01078979e761144f227f","ref":"refs/heads/master","pushedAt":"2024-05-16T20:17:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR\n\nAdd the go telemetry command to support setting and viewing the\ntelemetry mode. Also add the non-settable GOTELEMETRY and GOTELEMETRYDIR\nvariables to go env, which contain the mode and telemetry dir.\n\nFor #67111\n\nChange-Id: Id7e89cefe30acfe3d865fa467315fe7cda975de9\nReviewed-on: https://go-review.googlesource.com/c/go/+/584535\nReviewed-by: Robert Findley \nReviewed-by: Sam Thanawalla \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"cmd/go: add go telemetry command and GOTELEMETRY, GOTELEMETRYDIR"}},{"before":"a523152ea1df8d39d923ed90d19662896eff0607","after":"26ed0528c76d10883e0d24ca8b7bb87e62dc4487","ref":"refs/heads/master","pushedAt":"2024-05-16T18:57:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go/types, types2: report error for floating-point iteration variable\n\nWhile at it, slightly improve documentation and code.\nAlso, add additional test cases for #66561.\n\nUpdates #66561.\nFixes #67027.\n\nChange-Id: I682b0e9227e065d6bbd199871c2e1ecff13edc66\nReviewed-on: https://go-review.googlesource.com/c/go/+/580937\nReviewed-by: Robert Griesemer \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Robert Findley \nAuto-Submit: Robert Griesemer ","shortMessageHtmlLink":"go/types, types2: report error for floating-point iteration variable"}},{"before":"06b45781603ec6998012ac63b2c0bda32600f682","after":"a523152ea1df8d39d923ed90d19662896eff0607","ref":"refs/heads/master","pushedAt":"2024-05-16T18:43:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"net/http: add Pattern field in Request to return matched pattern info\n\nFixes #66405\n\nChange-Id: Icd80944b6ca081aa7addd4fb85d2b3c29b6c9542\nGitHub-Last-Rev: c6e32742c4b733230c82627571b423de45997c24\nGitHub-Pull-Request: golang/go#66618\nReviewed-on: https://go-review.googlesource.com/c/go/+/574997\nReviewed-by: Damien Neil \nReviewed-by: Jonathan Amsterdam \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"net/http: add Pattern field in Request to return matched pattern info"}},{"before":"78e50d0fa0bc78d197bd1b41e1bdef8c20a03396","after":"06b45781603ec6998012ac63b2c0bda32600f682","ref":"refs/heads/master","pushedAt":"2024-05-16T18:38:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"doc/README.md: give example of package-less symbol link\n\nChange-Id: I84d7b6aae7319cc62628a2b5ee752a0680377a15\nReviewed-on: https://go-review.googlesource.com/c/go/+/586135\nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"doc/README.md: give example of package-less symbol link"}},{"before":"18104621ce742af7be8d5049bb9aee588b562950","after":"78e50d0fa0bc78d197bd1b41e1bdef8c20a03396","ref":"refs/heads/master","pushedAt":"2024-05-16T17:34:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS\n\nWe haven't called tlsrsakex.Value() yet at this point if we're using\nFIPS, like if CipherSuites != nil. This adds needFIPS as a gate next to\nCipherSuites != nil. FIPS specifies suites that would be skipped if\ntlsarsakex were set.\n\nFixes #65991\n\nChange-Id: I8070d8f43f27c04067490af8cc7ec5e787f2b9bd\nReviewed-on: https://go-review.googlesource.com/c/go/+/582315\nReviewed-by: Filippo Valsorda \nReviewed-by: Cherry Mui \nTryBot-Bypass: Filippo Valsorda \nAuto-Submit: Filippo Valsorda \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"crypto/tls: don't call tlsrsakex.IncNonDefault with FIPS"}},{"before":"6ed31e3c3e80999e3d1ab62dd49a680ef7ec3384","after":"18104621ce742af7be8d5049bb9aee588b562950","ref":"refs/heads/master","pushedAt":"2024-05-16T17:33:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"crypto/x509: fix certificate request creation with RSA-PSS\n\nIn case of a RSA-PSS algorithm, the hashFunc of CreateCertificateRequest\nis embedded in a rsa.PSSOptions struct. Given to key.Sign(), this will\ngenerate a proper RSA-PSS signature.\n\nPasted from the RSA-PSS handling code in CreateCertificate().\n\nFixes #45990\nFixes #65074\n\nChange-Id: I8475afa79d8add107f092cc2871d38300e7b3903\nGitHub-Last-Rev: 63fb0214c3b03a18e184562a9510145ea817bc20\nGitHub-Pull-Request: golang/go#55153\nReviewed-on: https://go-review.googlesource.com/c/go/+/431916\nAuto-Submit: Filippo Valsorda \nReviewed-by: Filippo Valsorda \nTryBot-Bypass: Filippo Valsorda \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Alex Scheel \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"crypto/x509: fix certificate request creation with RSA-PSS"}},{"before":"2b42ed6483a982b7b9683a3b55f3e0febf37d74f","after":"6ed31e3c3e80999e3d1ab62dd49a680ef7ec3384","ref":"refs/heads/master","pushedAt":"2024-05-16T16:55:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"net: fix typo in ctrlCtxFn parameter name\n\ncontext.Context parameters are commonly named ctx, not cxt.\n\nChange-Id: Icaadbcd38b054694959e5e8a058552a3e54be6d4\nReviewed-on: https://go-review.googlesource.com/c/go/+/586016\nAuto-Submit: Tobias Klauser \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"net: fix typo in ctrlCtxFn parameter name"}},{"before":"4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb","after":"2b42ed6483a982b7b9683a3b55f3e0febf37d74f","ref":"refs/heads/master","pushedAt":"2024-05-16T16:51:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"crypto: use byteorder to simplify consumeUint32 and consumeUint64\n\nA follow-up for the recent CL 585017.\n\nChange-Id: I9faaff7fdf62fc931fc7f64dbe238de277280730\nGitHub-Last-Rev: 468d60c3960751c1eec81c6ef1a57ab9e32f2eb8\nGitHub-Pull-Request: golang/go#67425\nReviewed-on: https://go-review.googlesource.com/c/go/+/586035\nReviewed-by: Keith Randall \nReviewed-by: Keith Randall \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Keith Randall \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"crypto: use byteorder to simplify consumeUint32 and consumeUint64"}},{"before":"6a05055780e1beef8231ab1e05ffaf5754b1e5b6","after":"4c1cc1c97f1858fc1bb4edda629097fcd8ecedfb","ref":"refs/heads/master","pushedAt":"2024-05-16T16:44:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"doc/next/64910.md: reword release note\n\nChange-Id: I41a01dd2bcaf5716703946bad42830d4e8095c11\nReviewed-on: https://go-review.googlesource.com/c/go/+/586136\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"doc/next/64910.md: reword release note"}},{"before":"db7bb2742ce01601842e277e7808d225ff8390cd","after":"6a05055780e1beef8231ab1e05ffaf5754b1e5b6","ref":"refs/heads/master","pushedAt":"2024-05-16T16:34:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go/ast: fix bug handling the result of yield in Preorder\n\nOnce yield returns false, ast.Preorder must not call yield on any more\nnodes. Even after the function passed to ast.Inspect returns false, it\nmay be invoked again with a non-nil node. Therefore, we must explicitly\ntruncate the inspection.\n\nFor #66339\n\nChange-Id: I2b01e4e96a2d7aca785467c15ab59da13208c161\nReviewed-on: https://go-review.googlesource.com/c/go/+/585520\nReviewed-by: Alan Donovan \nReviewed-by: Robert Griesemer \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"go/ast: fix bug handling the result of yield in Preorder"}},{"before":"505000b2d38c4c93aa7d30e82c61b76a6925b4e9","after":"db7bb2742ce01601842e277e7808d225ff8390cd","ref":"refs/heads/master","pushedAt":"2024-05-16T16:12:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"log/slog: handle times with undefined UnixNanos\n\nslog tries to represent a time.Time without allocations, which involves\nstoring its UnixNanos value. But UnixNanos is undefined for some valid\ntimes. Provide a fallback representation for those times by storing them\nin the `any` field of `Value`.\n\nFixes #65902.\n\nChange-Id: I736c739a92f77d7b1122ea0831524acdd2c4703f\nReviewed-on: https://go-review.googlesource.com/c/go/+/585519\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Alan Donovan ","shortMessageHtmlLink":"log/slog: handle times with undefined UnixNanos"}},{"before":"33d725e5758bf1fea62e6c77fc70b57a828a49f5","after":"505000b2d38c4c93aa7d30e82c61b76a6925b4e9","ref":"refs/heads/master","pushedAt":"2024-05-16T15:58:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"net/http: simplify HTTP/1 request cancelation\n\nHTTP requests have three separate user cancelation signals:\n\n\tTransport.CancelRequest\n\tRequest.Cancel\n\tRequest.Context()\n\nIn addition, a request can be canceled due to errors.\n\nThe Transport keeps a map of all in-flight requests,\nwith an associated func to run if CancelRequest is\ncalled. Confusingly, this func is *not* run if\nRequest.Cancel is closed or the request context expires.\n\nThe map of in-flight requests is also used to communicate\nbetween roundTrip and readLoop. In particular, if readLoop\nreads a response immediately followed by an EOF, it may\nsend racing signals to roundTrip: The connection has\nclosed, but also there is a response available.\nThis race is resolved by readLoop communicating through\nthe request map that this request has successfully\ncompleted.\n\nThis CL refactors all of this.\n\nIn-flight requests now have a context which is canceled\nwhen any of the above cancelation events occurs.\n\nThe map of requests to cancel funcs remains, but is\nused strictly for implementing Transport.CancelRequest.\nIt is not used to communicate information about the\nstate of a request.\n\nChange-Id: Ie157edc0ce35f719866a0a2cb0e70514fd119ff8\nReviewed-on: https://go-review.googlesource.com/c/go/+/546676\nReviewed-by: Brad Fitzpatrick \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"net/http: simplify HTTP/1 request cancelation"}},{"before":"2b3d98f2ba839d4e1007652c4c92a4610092f55e","after":"33d725e5758bf1fea62e6c77fc70b57a828a49f5","ref":"refs/heads/master","pushedAt":"2024-05-16T15:56:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"archive/zip: treat truncated EOCDR comment as an error\n\nWhen scanning for an end of central directory record,\ntreat an EOCDR signature with a record containing a truncated\ncomment as an error. Previously, we would skip over the invalid\nrecord and look for another one. Other implementations do not\ndo this (they either consider this a hard error, or just ignore\nthe truncated comment). This parser misalignment allowed\npresenting entirely different archive contents to Go programs\nand other zip decoders.\n\nFixes #66869\n\nChange-Id: I94e5cb028534bb5704588b8af27f1e22ea49c7c6\nReviewed-on: https://go-review.googlesource.com/c/go/+/585397\nReviewed-by: Joseph Tsai \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"archive/zip: treat truncated EOCDR comment as an error"}},{"before":"643ad42d5c9bb3b079238997afb3c006ba7d1128","after":"2b3d98f2ba839d4e1007652c4c92a4610092f55e","ref":"refs/heads/master","pushedAt":"2024-05-16T15:54:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"doc: make symbol links simpler for relnotes\n\nChange-Id: Ie8ff3d1d1398618b9a229aa3cb1ef2deaa58c3d6\nReviewed-on: https://go-review.googlesource.com/c/go/+/586056\nReviewed-by: Jonathan Amsterdam \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov ","shortMessageHtmlLink":"doc: make symbol links simpler for relnotes"}},{"before":"a22cb5cabe2bcc8ed02c43a66a1bd319cb28e89c","after":"643ad42d5c9bb3b079238997afb3c006ba7d1128","ref":"refs/heads/master","pushedAt":"2024-05-16T15:27:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/go/internal/envcmd: fix showing GODEBUG env value\n\nIt was accidently dropped in CL 563137\n\nFor #34208\n\nChange-Id: I0aea93fda6260f07bc662dea92d1eabb26f82ca0\nReviewed-on: https://go-review.googlesource.com/c/go/+/586095\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Sam Thanawalla ","shortMessageHtmlLink":"cmd/go/internal/envcmd: fix showing GODEBUG env value"}},{"before":"6cd066f8b22290a1737a19d25f5dd899f720180a","after":"a22cb5cabe2bcc8ed02c43a66a1bd319cb28e89c","ref":"refs/heads/master","pushedAt":"2024-05-16T15:20:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"runtime/debug: eliminate temporary variadicity from SetCrashOutput\n\nUpdates #67182\n\nChange-Id: I33fc8c515f4a9d120262ba30f61aea80ede5e9f8\nReviewed-on: https://go-review.googlesource.com/c/go/+/585420\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Austin Clements ","shortMessageHtmlLink":"runtime/debug: eliminate temporary variadicity from SetCrashOutput"}},{"before":"d367b2a475e79cdd1f39ccf376098d0566b7dffa","after":"6cd066f8b22290a1737a19d25f5dd899f720180a","ref":"refs/heads/master","pushedAt":"2024-05-16T14:35:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/go: add -changed to query for non-defaults in the env\n\nFixes #34208\n\nChange-Id: I8ec2d96262dcd7cbf870f6173690143c54190722\nGitHub-Last-Rev: 6543df4784cff1ba5751dc9885ef502e69679118\nGitHub-Pull-Request: golang/go#65655\nReviewed-on: https://go-review.googlesource.com/c/go/+/563137\nReviewed-by: Alan Donovan \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"cmd/go: add -changed to query for non-defaults in the env"}},{"before":"ee0bf1d1b6227bd803c9df737a597c07adbe2aed","after":"d367b2a475e79cdd1f39ccf376098d0566b7dffa","ref":"refs/heads/master","pushedAt":"2024-05-16T14:32:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/vendor/golang.org/x/telemetry: update to 9ff3ad9\n\nUpdates #67182\n\nChange-Id: I76b312ccbd1ea98eb2f4e3beec9e8b42e633ea5b\nReviewed-on: https://go-review.googlesource.com/c/go/+/585819\nAuto-Submit: Alan Donovan \nReviewed-by: Austin Clements \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"cmd/vendor/golang.org/x/telemetry: update to 9ff3ad9"}},{"before":"722d59436bc5881914619d2b95c9d01a46036428","after":"ee0bf1d1b6227bd803c9df737a597c07adbe2aed","ref":"refs/heads/master","pushedAt":"2024-05-16T12:40:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"doc/README.md: mention adding the proposal issue\n\nInform users that every accepted proposal should be mentioned\nin the release notes to avoid generating a TODO.\n\nAlso, clarify instructions for the release team.\n\nFor #64169.\n\nChange-Id: I03921739af31fc93f4b5808b2c7c98e28ad3da11\nReviewed-on: https://go-review.googlesource.com/c/go/+/584615\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"doc/README.md: mention adding the proposal issue"}},{"before":"8ce2fedaeb1b4e5c61a811223dd07fc1dff6b81f","after":"722d59436bc5881914619d2b95c9d01a46036428","ref":"refs/heads/master","pushedAt":"2024-05-16T02:01:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"crypto/x509: add text and binary marshal methods to OID\n\nFixes #66249\n\nChange-Id: I5973a19a087a35ad951e8a220d3e6e4456c7577f\nGitHub-Last-Rev: 921ca8bd0c08687bb727dbfb0890c3355eebe95b\nGitHub-Pull-Request: golang/go#66599\nReviewed-on: https://go-review.googlesource.com/c/go/+/575295\nReviewed-by: Rob Pike \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Roland Shoemaker \nAuto-Submit: Roland Shoemaker ","shortMessageHtmlLink":"crypto/x509: add text and binary marshal methods to OID"}},{"before":"63a0a905fa8a84c46569aaee6b12d6530c7527e6","after":"8ce2fedaeb1b4e5c61a811223dd07fc1dff6b81f","ref":"refs/heads/master","pushedAt":"2024-05-16T01:46:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/compile: add test case for using Alias types\n\nCL 579935 disabled usage of Alias types in the compiler, and tracks\nthe problem with issue #66873. The test case in #65893 passes now\nwith the current tip. This CL adds a test case to ensure there is no\nregression once Alias types are enabled for the compiler.\n\nUpdates #66873\nFixes #65893\n\nChange-Id: I51b51bb13ca59549bc5925dd95f73da40465556d\nReviewed-on: https://go-review.googlesource.com/c/go/+/568455\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Robert Griesemer \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Cuong Manh Le ","shortMessageHtmlLink":"cmd/compile: add test case for using Alias types"}},{"before":"1ffc296717ba27d5ca5dd9a81439a49367363c89","after":"63a0a905fa8a84c46569aaee6b12d6530c7527e6","ref":"refs/heads/master","pushedAt":"2024-05-16T01:45:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"math/rand/v2: use max builtin in tests\n\nChange-Id: I6d0050319c66fb62c817206e646e1a9449dc444c\nReviewed-on: https://go-review.googlesource.com/c/go/+/585715\nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Tobias Klauser \nReviewed-by: Robert Griesemer \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Robert Griesemer ","shortMessageHtmlLink":"math/rand/v2: use max builtin in tests"}},{"before":"a6023db835ca61f363c5775824af48d9436f4fca","after":"e9f3c9b7cd223c977e10515a03db217ce828530d","ref":"refs/heads/release-branch.go1.21","pushedAt":"2024-05-16T01:44:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"[release-branch.go1.21] cmd/go: set global .gitconfig location more robustly in tests\n\nAlso confirm that setting the location actually worked before\nproceeding with the rest of the test.\n\nThis fixes a test failure with git versions older than 2.32.0.\n\nFor #53955.\nFor #64603.\nFixes #64586\n\nChange-Id: I1a954975a3d8300e8b4dca045d3a15438a0407ec\nReviewed-on: https://go-review.googlesource.com/c/go/+/548215\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Russ Cox \nReviewed-by: Michael Matloob \nRun-TryBot: Bryan Mills \nReviewed-on: https://go-review.googlesource.com/c/go/+/585816\nReviewed-by: Sam Thanawalla \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nTryBot-Bypass: Dmitri Shuralyov ","shortMessageHtmlLink":"[release-branch.go1.21] cmd/go: set global .gitconfig location more r…"}},{"before":"0fa334d45a54f2531c16baf97b19048dc01d434d","after":"a6023db835ca61f363c5775824af48d9436f4fca","ref":"refs/heads/release-branch.go1.21","pushedAt":"2024-05-16T01:41:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"[release-branch.go1.21] cmd/go/internal/modfetch/codehost: add new git tags before statLocal instead of after\n\ngitRepo.statLocal reports tag and version information.\nIf we are statting a hash that corresponds to a tag, we need to add that tag\nbefore calling statLocal so that it can be included in that information.\n\nFor #53955.\nFor #56881.\nFor #64586\n\nChange-Id: I69a71428e6ed9096d4cb8ed1bb79531415ff06c1\nReviewed-on: https://go-review.googlesource.com/c/go/+/547155\nAuto-Submit: Bryan Mills \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Matloob \n(cherry picked from commit 7b5a3733fce46aa44449c5ba28876f5a1e630650)\nReviewed-on: https://go-review.googlesource.com/c/go/+/585815\nReviewed-by: Sam Thanawalla \nAuto-Submit: Dmitri Shuralyov ","shortMessageHtmlLink":"[release-branch.go1.21] cmd/go/internal/modfetch/codehost: add new gi…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETDM2HAA","startCursor":null,"endCursor":null}},"title":"Activity · golang/go"}