{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27522247,"defaultBranch":"master","name":"exp","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-04T04:03:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719430832.0","currentOid":""},"activityList":{"items":[{"before":"e7e105dedf7e2bd7a7db7003ed6711b3337f26b8","after":"701f63a606c0c9bea032b22c82de68c5e9d967e7","ref":"refs/heads/master","pushedAt":"2024-09-09T16:14:36.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.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I09a64ed108f6ad44c34f8cfdd56c98e3a65358ab\nReviewed-on: https://go-review.googlesource.com/c/exp/+/611956\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Gopher Robot \nReviewed-by: Dmitri Shuralyov \nReviewed-by: David Chase ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"9b4947da3948bdd8d6ae728bc4ba72b93f61e841","after":"e7e105dedf7e2bd7a7db7003ed6711b3337f26b8","ref":"refs/heads/master","pushedAt":"2024-09-04T23:28:59.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":"rand: fix printf(var) mistake detected by latest printf checker\n\nFor golang/go#69267.\n\nChange-Id: I28b189236bfa7a7efc4a11a8585d358fbce75ec1\nReviewed-on: https://go-review.googlesource.com/c/exp/+/610935\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Tim King \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov ","shortMessageHtmlLink":"rand: fix printf(var) mistake detected by latest printf checker"}},{"before":"778ce7bba035e9741d3cf7053ebd3f2968c0a4b2","after":"9b4947da3948bdd8d6ae728bc4ba72b93f61e841","ref":"refs/heads/master","pushedAt":"2024-08-23T00:54: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":"event/adapter/logr/logr.go: remove the code that has no practical effect\n\nChange-Id: I8ee44a15082d76022eea0e79aa3c60de7e0bd24a\nReviewed-on: https://go-review.googlesource.com/c/exp/+/607735\nAuto-Submit: Ian Lance Taylor \nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"event/adapter/logr/logr.go: remove the code that has no practical effect"}},{"before":"0cdaa3abc0fa025dc2a2a0a108082837b6caf787","after":"778ce7bba035e9741d3cf7053ebd3f2968c0a4b2","ref":"refs/heads/master","pushedAt":"2024-08-22T17:52:08.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":"typeparams: don't complain that Go 1.17 doesn't support iterators\n\nThis fixes a test that broke when iterator methods were added\nto go/types in CL 575455.\n\nFixes golang/go#69000\n\nChange-Id: I2c60bbaa3a8c1f059d6d335ec40962e1215375b8\nReviewed-on: https://go-review.googlesource.com/c/exp/+/607895\nReviewed-by: Robert Findley \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Alan Donovan ","shortMessageHtmlLink":"typeparams: don't complain that Go 1.17 doesn't support iterators"}},{"before":"8a7402abbf56ed11a2540c1d8beb569bd29e22d1","after":"0cdaa3abc0fa025dc2a2a0a108082837b6caf787","ref":"refs/heads/master","pushedAt":"2024-08-08T15:25: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":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I61a264215ae88013ad2f5d5ff1a81b0650f4b212\nReviewed-on: https://go-review.googlesource.com/c/exp/+/603598\nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Gopher Robot \nReviewed-by: David Chase \nTryBot-Bypass: Dmitri Shuralyov ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"e3f259677ff7d2cd31e523e03a82905e03a16c69","after":"8a7402abbf56ed11a2540c1d8beb569bd29e22d1","ref":"refs/heads/master","pushedAt":"2024-07-19T17:59:20.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":"trace: support BSD version of sed in gen.bash\n\nThe GNU version of sed (common on Linux) will modify files in place when\nit sees the -i flag with no argument at all, as in [sed -i -e '...'].\nThe BSD version of sed (common on macOS) will modify files in place when\nit's given an explicit zero-length argument, as in [sed -i '' -e '...'].\n\nBut they agree on at least one way of specifying a non-zero-length\nbackup suffix, [sed -i '.tmp' -e '...']. Use that and then delete the\nbackups.\n\nIn addition, change the expressions we pass to sed to make them a bit\nmore explicit and to require less escaping.\n\nFixes golang/go#68403\n\nChange-Id: Icfc3863f4abe26bc77d9c0bc3b778067db6387de\nReviewed-on: https://go-review.googlesource.com/c/exp/+/598016\nReviewed-by: Michael Knyszek \nReviewed-by: Carlos Amedee \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Rhys Hiltner \nReviewed-by: Mauri de Souza Meneguzzo ","shortMessageHtmlLink":"trace: support BSD version of sed in gen.bash"}},{"before":"1d5bc16f04a822c5d762aca81011815d8bb7eb4b","after":"e3f259677ff7d2cd31e523e03a82905e03a16c69","ref":"refs/heads/master","pushedAt":"2024-07-16T17:57:48.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":"trace: regenerate to include CL 596355\n\nGenerated from CL 596355 at PS 1, \"make Reader output deterministic\".\n\nUpdates golang/go#68277\n\n[git-generate]\ncd ./trace\n./gen.bash $GOROOT\n\nChange-Id: I8cb802a85933271cc7c5df975f6e772a42ea5f7b\nReviewed-on: https://go-review.googlesource.com/c/exp/+/597177\nAuto-Submit: Rhys Hiltner \nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Knyszek ","shortMessageHtmlLink":"trace: regenerate to include CL 596355"}},{"before":"46b078467d3751cbce40071a3ffde1301d2e1adf","after":"1d5bc16f04a822c5d762aca81011815d8bb7eb4b","ref":"refs/heads/master","pushedAt":"2024-07-16T16:09:30.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":"LICENSE: update per Google Legal\n\nVery minor tweaks:\n - Remove (c) pseudosymbol.\n - Remove \"All Rights Reserved.\"\n - Change \"Google Inc.\" (no longer exists) to \"Google LLC\".\n\n[git-generate]\necho '\n,s/\\(c\\) //\n,s/ All rights reserved.//\n,s/Google Inc./Google LLC/\nw\nq\n' | sam -d LICENSE\n\nChange-Id: I239e1716346720f3449e55ee2af0ca39ffd58a14\nReviewed-on: https://go-review.googlesource.com/c/exp/+/598522\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Russ Cox ","shortMessageHtmlLink":"LICENSE: update per Google Legal"}},{"before":"7f521ea00fb803b5b0afbd67743292096b09056b","after":"46b078467d3751cbce40071a3ffde1301d2e1adf","ref":"refs/heads/master","pushedAt":"2024-07-07T23:36:41.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.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I4f40e298dbdf51e0d0089de6f5c11b5e39b80517\nReviewed-on: https://go-review.googlesource.com/c/exp/+/596997\nAuto-Submit: Gopher Robot \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Than McIntosh \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"b7fca7b6185868913557d6665b8a7105e1412f79","after":null,"ref":"refs/heads/dependabot/go_modules/shiny/golang.org/x/image-0.18.0","pushedAt":"2024-06-26T19:40:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"}},{"before":null,"after":"b7fca7b6185868913557d6665b8a7105e1412f79","ref":"refs/heads/dependabot/go_modules/shiny/golang.org/x/image-0.18.0","pushedAt":"2024-06-26T19:37:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/image from 0.14.0 to 0.18.0 in /shiny\n\nBumps [golang.org/x/image](https://github.com/golang/image) from 0.14.0 to 0.18.0.\n- [Commits](https://github.com/golang/image/compare/v0.14.0...v0.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/image\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/image from 0.14.0 to 0.18.0 in /shiny"}},{"before":"fc45aab8b7f841906a48eedd33a04cafcef7f285","after":"7f521ea00fb803b5b0afbd67743292096b09056b","ref":"refs/heads/master","pushedAt":"2024-06-13T23:21: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":"slices: add documention on incomparable items in SortFunc.\n\nChange-Id: I5670e82764f790854a8c5797280ee1d8617980b6\nReviewed-on: https://go-review.googlesource.com/c/exp/+/592655\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"slices: add documention on incomparable items in SortFunc."}},{"before":"fd00a4e0eefc351cc6a7c52f64a3e5da5342054f","after":"fc45aab8b7f841906a48eedd33a04cafcef7f285","ref":"refs/heads/master","pushedAt":"2024-06-04T19:05:59.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.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I35ee566ef2999c3ee480684673feb38aebe5bf90\nReviewed-on: https://go-review.googlesource.com/c/exp/+/590421\nAuto-Submit: Gopher Robot \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Michael Knyszek ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"404ba88c7ed04ffa17f8a8a57de44520d57eaa52","after":"fd00a4e0eefc351cc6a7c52f64a3e5da5342054f","ref":"refs/heads/master","pushedAt":"2024-05-31T13:29:26.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":"trace: regenerate trace from go@1ed8166\n\n[git-generate]\ncd trace\n./gen.bash $HOME/work/go-1\n\nChange-Id: I98192da6751766366542aed515574247ed63f99a\nReviewed-on: https://go-review.googlesource.com/c/exp/+/589516\nAuto-Submit: Michael Knyszek \nReviewed-by: Carlos Amedee \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"trace: regenerate trace from go@1ed8166"}},{"before":"23cca8864a100a89cda5dcd3e0e8bbe7e973e09f","after":"404ba88c7ed04ffa17f8a8a57de44520d57eaa52","ref":"refs/heads/master","pushedAt":"2024-05-30T19:44: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":"trace: regenerate trace from go@81d424e\n\n[git-generate]\ncd trace\n./gen.bash $HOME/work/go-1\n\nChange-Id: If29d2ab2f86f263bdf43700426d86c873c30a001\nReviewed-on: https://go-review.googlesource.com/c/exp/+/589515\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Michael Knyszek \nReviewed-by: Carlos Amedee ","shortMessageHtmlLink":"trace: regenerate trace from go@81d424e"}},{"before":"4c93da0ed11dd494fae425a954771768a9e8533e","after":"23cca8864a100a89cda5dcd3e0e8bbe7e973e09f","ref":"refs/heads/master","pushedAt":"2024-05-29T00:52:22.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":"trace: regenerate trace from go@b89f946\n\n[git-generate]\ncd trace\n./gen.bash $HOME/work/go\n\nChange-Id: I8cd13461f1ecec0790f682343a7a9f7e8766be0f\nReviewed-on: https://go-review.googlesource.com/c/exp/+/588140\nReviewed-by: Michael Pratt \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Michael Knyszek ","shortMessageHtmlLink":"trace: regenerate trace from go@b89f946"}},{"before":"9bf2ced1384209783ea226f8182292578dbf0d6d","after":"4c93da0ed11dd494fae425a954771768a9e8533e","ref":"refs/heads/master","pushedAt":"2024-05-25T04:46:59.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":"trace: update gen.bash after std refactoring of internal/trace\n\nChange-Id: Ief3c2945ff70ccec7f21ec4bedda03fdfcc0708b\nReviewed-on: https://go-review.googlesource.com/c/exp/+/588139\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Carlos Amedee \nAuto-Submit: Michael Knyszek ","shortMessageHtmlLink":"trace: update gen.bash after std refactoring of internal/trace"}},{"before":"fe59bbe5cc7f158318a9631d96683d2df264a3c1","after":"9bf2ced1384209783ea226f8182292578dbf0d6d","ref":"refs/heads/master","pushedAt":"2024-05-06T18:54:22.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.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I7dbf95e7df65ce9ebec825b50099e714af3309c3\nReviewed-on: https://go-review.googlesource.com/c/exp/+/583597\nAuto-Submit: Gopher Robot \nReviewed-by: Than McIntosh \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"93d18d7e34b8aac3374a4710606eb1702f2d44ff","after":"fe59bbe5cc7f158318a9631d96683d2df264a3c1","ref":"refs/heads/master","pushedAt":"2024-04-16T16:02:01.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":"all: fix function names in comment\n\nChange-Id: I4a262a85ba3eaf7a4a5d742b1b1ebd0b3312979c\nReviewed-on: https://go-review.googlesource.com/c/exp/+/579196\nLUCI-TryBot-Result: Go LUCI \nRun-TryBot: shuang cui \nReviewed-by: Ian Lance Taylor \nReviewed-by: qiu laidongfeng2 <2645477756@qq.com>\nTryBot-Result: Gopher Robot \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Cherry Mui ","shortMessageHtmlLink":"all: fix function names in comment"}},{"before":"c0f41cb1a7a07106b068257d830929c8cbfc7232","after":"93d18d7e34b8aac3374a4710606eb1702f2d44ff","ref":"refs/heads/master","pushedAt":"2024-04-09T09:04:41.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":"trace: regenerate trace from go@5879bf7\n\n[git-generate]\ncd trace\n./gen.bash $HOME/work/go\n\nChange-Id: Iaf2c333272830c8ee70faed9107b16671a9c169a\nReviewed-on: https://go-review.googlesource.com/c/exp/+/577262\nReviewed-by: Nicolas Hillegeer \nAuto-Submit: Nicolas Hillegeer \nLUCI-TryBot-Result: Go LUCI \nCommit-Queue: Nicolas Hillegeer \nAuto-Submit: Michael Knyszek ","shortMessageHtmlLink":"trace: regenerate trace from go@5879bf7"}},{"before":"a685a6edb6d88ab9765b12435bfe6b5b25063500","after":"c0f41cb1a7a07106b068257d830929c8cbfc7232","ref":"refs/heads/master","pushedAt":"2024-04-04T23:13: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":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: Id32edc4bbe7845aee05cdd950023074508759c1d\nReviewed-on: https://go-review.googlesource.com/c/exp/+/576716\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Gopher Robot \nReviewed-by: Than McIntosh \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"a85f2c67cd81a8ba44730ab6dcd1a200dd21ab1e","after":"a685a6edb6d88ab9765b12435bfe6b5b25063500","ref":"refs/heads/master","pushedAt":"2024-03-25T15:15:30.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":"trace: regenerate trace from go@c2b1463\n\n[git-generate]\ncd trace\n./gen.bash $HOME/work/go\n\nChange-Id: I7db5c75d3ca5d86918a3cac1a1fbeb1fa97b9881\nReviewed-on: https://go-review.googlesource.com/c/exp/+/574135\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Stapelberg \nAuto-Submit: Michael Knyszek ","shortMessageHtmlLink":"trace: regenerate trace from go@c2b1463"}},{"before":"c7f7c6466f7f5d6e9d5a707de307518e55b6febb","after":"a85f2c67cd81a8ba44730ab6dcd1a200dd21ab1e","ref":"refs/heads/master","pushedAt":"2024-03-18T14:40: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":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I3ea1a63415c8e5a0c05a779694a8a9211eef2231\nReviewed-on: https://go-review.googlesource.com/c/exp/+/569018\nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Than McIntosh \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Gopher Robot ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"35ce08e8c7bc50d0df8038fca41562b27942206d","after":"c7f7c6466f7f5d6e9d5a707de307518e55b6febb","ref":"refs/heads/master","pushedAt":"2024-03-14T14:43:31.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":"trace: regenerate trace from go@6133c1e\n\n[git-generate]\ncd trace\n./gen.bash $HOME/work/go\n\nChange-Id: I5ed79135627101fced5a2c78f2dd1d8504e19918\nReviewed-on: https://go-review.googlesource.com/c/exp/+/571616\nReviewed-by: Michael Pratt \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Michael Knyszek ","shortMessageHtmlLink":"trace: regenerate trace from go@6133c1e"}},{"before":"814bf88cf225cd422a50435865fb5b9f55b7e59e","after":"35ce08e8c7bc50d0df8038fca41562b27942206d","ref":"refs/heads/master","pushedAt":"2024-03-14T14:43:13.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":"trace: update gen.bash for oldtrace and make it work seamlessly\n\nCurrently gen.bash doesn't work out-of-the-box because it doesn't\nexactly replace contents in the trace directory in some cases. It also\nmay end up mutating the flight recorder files, which isn't great.\n\nThis change adds a special case for the flight recorder files, adds\nsupport for oldtrace (which will be imported shortly), and also switches\nto using rsync, which is more robust than cp for the initial copy (and\nshould hopefully capture file deletions correctly as well).\n\nChange-Id: I3a808387a25c787a1edb70fcff1c95fb5649baeb\nReviewed-on: https://go-review.googlesource.com/c/exp/+/571615\nAuto-Submit: Michael Knyszek \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Pratt ","shortMessageHtmlLink":"trace: update gen.bash for oldtrace and make it work seamlessly"}},{"before":"e579c86f598ffc9f8172d15b2b0a6a45c520020c","after":"814bf88cf225cd422a50435865fb5b9f55b7e59e","ref":"refs/heads/master","pushedAt":"2024-02-22T23:46:49.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":"trace: make trace byte receiving synchronous\n\nThis avoids the asynchrony related to the pipe+buffer+goroutine. Using\nthis approach, we can guarantee that once the `Write` call completes,\nthe data is stored in flightrecorder buffers. This is related to\nhttps://go.dev/cl/562616.\n\nThere is a behavioral change: previously, in case of error the recorder\ngoroutine would just stop, which would essentially block the tracing\ninfra by not accepting the `Write`. Now, we actively stop tracing on any\nerror.\n\nI did not do real performance tests, but it can't be very different:\n\nBefore:\n\n running go [test . -count 10]\n ok golang.org/x/exp/trace 60.423s\n\nAfter:\n\n running go [test . -count 10]\n ok golang.org/x/exp/trace 60.394s\n\nChange-Id: Ie900fec2b45f1c227c82e68f4f7af1902de3582b\nReviewed-on: https://go-review.googlesource.com/c/exp/+/566255\nReviewed-by: Michael Knyszek \nAuto-Submit: Michael Knyszek \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"trace: make trace byte receiving synchronous"}},{"before":"ec583247a57a664f30de3335538ddad0c27632fb","after":"e579c86f598ffc9f8172d15b2b0a6a45c520020c","ref":"refs/heads/master","pushedAt":"2024-02-22T23:01: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":"trace: regenerate experimental API from go@d892cb4\n\nFor golang/go#62627.\n\nChange-Id: I4671289210fe99f8c728a8c556e29abd4e45de02\nReviewed-on: https://go-review.googlesource.com/c/exp/+/566076\nReviewed-by: Nicolas Hillegeer \nAuto-Submit: Michael Knyszek \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"trace: regenerate experimental API from go@d892cb4"}},{"before":"2c58cdc269a3e11693595d9c8177b2ef57cfc523","after":"ec583247a57a664f30de3335538ddad0c27632fb","ref":"refs/heads/master","pushedAt":"2024-02-13T14:32:08.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.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I3a282f917c59b07ca15a5f6d4418c9a984e3248b\nReviewed-on: https://go-review.googlesource.com/c/exp/+/563336\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Than McIntosh \nAuto-Submit: Gopher Robot ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"1b970713d09a74350386f3fe4389ad4d09c13d0f","after":"2c58cdc269a3e11693595d9c8177b2ef57cfc523","ref":"refs/heads/master","pushedAt":"2024-02-05T20:12: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":"devtools: remove unused bash\n\nIt is triggering scanning tooling inside Google and making them unhappy.\n\nChange-Id: Idc88014b6583d7d94291b6723717ba354cb22ce6\nReviewed-on: https://go-review.googlesource.com/c/exp/+/561555\nAuto-Submit: Roland Shoemaker \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Bryan Mills ","shortMessageHtmlLink":"devtools: remove unused bash"}},{"before":"db7319d0e0e361ccef5c449b760df8e5f2d5087c","after":"1b970713d09a74350386f3fe4389ad4d09c13d0f","ref":"refs/heads/master","pushedAt":"2024-01-19T08:36: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":"slices: zero the slice elements discarded by Delete, DeleteFunc, Compact, CompactFunc, Replace.\n\nBackport from stdlib: to avoid memory leaks in slices that contain pointers, clear the elements between the new length and the original length.\n\nFixes golang/go#63393\n\nChange-Id: I38bf64b27619d8067f2e95ce3c7952ec95ca55b8\nReviewed-on: https://go-review.googlesource.com/c/exp/+/543335\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Eli Bendersky ","shortMessageHtmlLink":"slices: zero the slice elements discarded by Delete, DeleteFunc, Comp…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxNjoxNDozNi4wMDAwMDBazwAAAASxHZ4J","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOVQxNjoxNDozNi4wMDAwMDBazwAAAASxHZ4J","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0xOVQwODozNjowNy4wMDAwMDBazwAAAAPjyJx5"}},"title":"Activity · golang/exp"}