{"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:1712158552.0","currentOid":""},"activityList":{"items":[{"before":"8841f50d98b224ecf5ee27d9b7e6f18ad2c98e46","after":"20130cc36a17ba131b80cc8674f1ef8d002e9dbe","ref":"refs/heads/master","pushedAt":"2024-05-04T07:51:50.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":"syscall: remove references to SYS_syscall on openbsd\n\nOpenBSD 7.5 no longer has a syscall symbol in libc. This will\ntypically result in external linking failures since the syscall\npackage still has a reference to an undefined `syscall' symbol.\nRemove these references and return ENOSYS if syscall.Syscall* or\nsyscall.RawSyscall* are used for a system call number that does not\ncurrently have an internal remapping.\n\nFixes #63900\n\nChange-Id: Ic757bf8872ad98a92dd5b34cf58312c32fbc9a96\nReviewed-on: https://go-review.googlesource.com/c/go/+/582257\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: David Chase ","shortMessageHtmlLink":"syscall: remove references to SYS_syscall on openbsd"}},{"before":"17fce6323988d20d104b92c110b8be0ceb526051","after":"8841f50d98b224ecf5ee27d9b7e6f18ad2c98e46","ref":"refs/heads/master","pushedAt":"2024-05-04T07:51:24.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":"syscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsd\n\nOpenBSD 7.5 no longer supports indirect syscalls. A number of Go\npackages make use of syscall.Syscall with SYS_IOCTL or SYS_SYSCTL,\nsince neither is well supported by golang.org/x/sys/unix. Reroute\ncalls with either of these system call numbers to the respective\nlibc stub so that they continue to work.\n\nUpdates #63900\n\nChange-Id: I3323a3fa311ee9227e6220417834253763866881\nReviewed-on: https://go-review.googlesource.com/c/go/+/582256\nReviewed-by: Ian Lance Taylor \nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"syscall: reroute SYS_IOCTL and SYS_SYSCTL on openbsd"}},{"before":"ae6af9b3d8c88c29c81230abbe697cf61e2ae594","after":"17fce6323988d20d104b92c110b8be0ceb526051","ref":"refs/heads/master","pushedAt":"2024-05-04T07:50: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/dist,internal/platform: temporarily disable race detector on openbsd/amd64\n\nUnfortunately, LLVM TSAN decided to remove OpenBSD support, which\nmeans that the syso files cannot currently be regenerated (see #52090).\nThe race_openbsd.syso contains a reference to the syscall symbol,\nwhich has been removed from OpenBSD's libc in 7.5. As such, this\nmeans that the race detector no longer works on openbsd/amd64 (at\nleast until LLVM TSAN support is reinstated for OpenBSD).\n\nUpdates #63900\n\nChange-Id: I3474fc43a94e5197815862b7dc420b71d5e08815\nReviewed-on: https://go-review.googlesource.com/c/go/+/582255\nReviewed-by: Ian Lance Taylor \nRun-TryBot: Joel Sing \nTryBot-Result: Gopher Robot \nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"cmd/dist,internal/platform: temporarily disable race detector on open…"}},{"before":"7994da4cc143fa16803bf80188b849457b7d55c3","after":"ae6af9b3d8c88c29c81230abbe697cf61e2ae594","ref":"refs/heads/master","pushedAt":"2024-05-04T01:24: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":"strings: move Clone to stringslite\n\nFollow-up CL help package like unique use Clone.\n\nChange-Id: Ie64adf7e1a331f47c3cfe178c368d72fc72493ff\nGitHub-Last-Rev: 499476cc4acdf58ecf0fec9f7281bfb90edc7c82\nGitHub-Pull-Request: golang/go#67106\nReviewed-on: https://go-review.googlesource.com/c/go/+/581956\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: David Chase \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"strings: move Clone to stringslite"}},{"before":"99fc3179487b8014f5b301e83fce8ccd618afa09","after":"7994da4cc143fa16803bf80188b849457b7d55c3","ref":"refs/heads/master","pushedAt":"2024-05-03T21:13:12.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/internal/ssa: on PPC64, try combining CLRLSLDI and SRDconst into RLWINM\n\nThis provides a small performance bump to crc64 as measured on ppc64le/power10:\n\nname old time/op new time/op delta\nCrc64/ISO64KB 49.6µs ± 0% 46.6µs ± 0% -6.18%\nCrc64/ISO4KB 3.16µs ± 0% 2.97µs ± 0% -5.83%\nCrc64/ISO1KB 840ns ± 0% 794ns ± 0% -5.46%\nCrc64/ECMA64KB 49.6µs ± 0% 46.5µs ± 0% -6.20%\nCrc64/Random64KB 53.1µs ± 0% 49.9µs ± 0% -6.04%\nCrc64/Random16KB 15.9µs ± 1% 15.0µs ± 0% -5.73%\n\nChange-Id: I302b5431c7dc46dfd2d211545c483bdcdfe011f1\nCq-Include-Trybots: luci.golang.try:gotip-linux-ppc64_power10,gotip-linux-ppc64_power8,gotip-linux-ppc64le_power8,gotip-linux-ppc64le_power9,gotip-linux-ppc64le_power10\nReviewed-on: https://go-review.googlesource.com/c/go/+/581937\nReviewed-by: Lynn Boger \nReviewed-by: Eli Bendersky \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: David Chase ","shortMessageHtmlLink":"cmd/compile/internal/ssa: on PPC64, try combining CLRLSLDI and SRDcon…"}},{"before":"23f760fd58a0609b9e03da944e7949f7e26a7e29","after":"99fc3179487b8014f5b301e83fce8ccd618afa09","ref":"refs/heads/master","pushedAt":"2024-05-03T19:06:19.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 flag values to counter for buildmode\n\nUsually, when we increment counters for flags, the counter only contains\nthe flag name. For the buildmode flag, we now include the flag value\nbecause there's a limited set of values.\n\nWe can't use CountFlags directly anymore since we have different\nbehavior for buildmode.\n\nChange-Id: I956a1a97d62850df3199b5514ad507ea51355c9f\nReviewed-on: https://go-review.googlesource.com/c/go/+/582896\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Sam Thanawalla ","shortMessageHtmlLink":"cmd/go: add flag values to counter for buildmode"}},{"before":"7b5206bdf37863aee416358b695f6dd2a9f087fc","after":"23f760fd58a0609b9e03da944e7949f7e26a7e29","ref":"refs/heads/master","pushedAt":"2024-05-03T18:15: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":"cmd/go: remove checks that all counters incremented are in counters.txt\n\nThis change removes cmd/go/testdata/counters.txt. It also removes the\ncode that prepares it and checks that it contains all registered\ncounters as well as counters for all flags and subcommands. It removes\nthe counter registration mechanism, and uses telemetry.NewCounter to\ncreate new counters instead. It keeps the tests that check that at least\none counter is incremented if the go command is invoked in a script test.\n\nChange-Id: Ic6bda5c64e90f0dd7e221968fce0e375e84d6e17\nCq-Include-Trybots: luci.golang.try:gotip-windows-amd64-longtest,gotip-linux-amd64-longtest\nReviewed-on: https://go-review.googlesource.com/c/go/+/582715\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Sam Thanawalla ","shortMessageHtmlLink":"cmd/go: remove checks that all counters incremented are in counters.txt"}},{"before":"10c035acd669271dc37b9e5354b30ec939ff7c84","after":"7b5206bdf37863aee416358b695f6dd2a9f087fc","ref":"refs/heads/master","pushedAt":"2024-05-03T17:29: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":"internal/bisect: use f.Function instead of f.Func.Name in stack trace\n\nFor inlined frames f.Func is nil and f.Func.Name is an empty string.\nf.Function is correct all the time.\n\nChange-Id: I7c30f80e7176128ae5576b130d2891f884ee47c4\nReviewed-on: https://go-review.googlesource.com/c/go/+/581996\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Russ Cox \nReviewed-by: David Chase ","shortMessageHtmlLink":"internal/bisect: use f.Function instead of f.Func.Name in stack trace"}},{"before":"0bc093a1aae4fb5e101fae815fe6673e9180923e","after":"10c035acd669271dc37b9e5354b30ec939ff7c84","ref":"refs/heads/master","pushedAt":"2024-05-03T16:49: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":"strings: move TrimPrefix and TrimSuffix to stringslite\n\nTo help packages use these functions like \"os\" which using\nthe copied function \"stringsTrimSuffix\".\n\nChange-Id: I223028ed264c7b7e95534b4883223af0988cda68\nGitHub-Last-Rev: 2fd8fbf5286e5a4abdb03704d69f02e32d3f1a6b\nGitHub-Pull-Request: golang/go#67151\nReviewed-on: https://go-review.googlesource.com/c/go/+/583075\nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: qiu laidongfeng2 <2645477756@qq.com>\nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"strings: move TrimPrefix and TrimSuffix to stringslite"}},{"before":"44e48c7e6cb0aceccae6535b218748d9f312fc89","after":"0bc093a1aae4fb5e101fae815fe6673e9180923e","ref":"refs/heads/master","pushedAt":"2024-05-03T16:47:50.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":"internal/sysinfo: use sync.OnceValue for CPUName\n\nChange-Id: I0f3ae97f2bd5ff3f533c5bf4570a8cda8b92b16a\nReviewed-on: https://go-review.googlesource.com/c/go/+/582836\nReviewed-by: David Chase \nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Tobias Klauser ","shortMessageHtmlLink":"internal/sysinfo: use sync.OnceValue for CPUName"}},{"before":"18dd68267263b0b37c14969349f7faa59556b1a8","after":"44e48c7e6cb0aceccae6535b218748d9f312fc89","ref":"refs/heads/master","pushedAt":"2024-05-03T16:42:17.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":"hash/maphash: parallel run test\n\nThis is a reapplication of CL 564576.\n\nThis reduces the go test hash/maphash time\nby more than half.\n\nAfter investigation it was confirmed that\nthe original CL would cause OOM when 32-bit machine.\n\nThis CL add testenv.ParallelOn64Bit for tests\nthat can be parallel on 64-bit machines,\nit is not parallel on 32-bit machines,\nbecause CL 564995 require the same API.\n\nChange-Id: I1b7feaa07716cb3f55db4671653348fabf2396b0\nGitHub-Last-Rev: 28277255587f6a1b92b9bf1848e1f53adaca64dc\nGitHub-Pull-Request: golang/go#66359\nCq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest\nReviewed-on: https://go-review.googlesource.com/c/go/+/572195\nReviewed-by: Keith Randall \nAuto-Submit: Keith Randall \nReviewed-by: Keith Randall \nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"hash/maphash: parallel run test"}},{"before":"44b54b99c92e6023024e5219be8894a10a8a42fa","after":"18dd68267263b0b37c14969349f7faa59556b1a8","ref":"refs/heads/master","pushedAt":"2024-05-03T16:41: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":"cmd/compile/internal/ssa: correct error message for AuxArm64BitField\n\nChange-Id: I2e1f48c02cb5c6e90a9cb894eb3bc330a4c5c4b5\nGitHub-Last-Rev: 303d1f8a13bab67ec53b69b37712a6953163d973\nGitHub-Pull-Request: golang/go#67124\nReviewed-on: https://go-review.googlesource.com/c/go/+/582615\nReviewed-by: Keith Randall \nReviewed-by: Jorropo \nReviewed-by: Keith Randall \nAuto-Submit: Keith Randall \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: David Chase ","shortMessageHtmlLink":"cmd/compile/internal/ssa: correct error message for AuxArm64BitField"}},{"before":"2f5b420fb5984842afab37a9c2e66e6599107483","after":"44b54b99c92e6023024e5219be8894a10a8a42fa","ref":"refs/heads/master","pushedAt":"2024-05-03T12:59:18.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":"strings,bytes: improve Repeat panic messages\n\nThe Repeat(\"-\", maxInt) call should produce\n\n panic: runtime error: makeslice: len out of range\n\ninstead of\n\n panic: strings: Repeat output length overflow\n\nThis PR is only for theory perfection.\n\nChange-Id: If67d87b147d666fbbb7238656f2a0cb6cf1dbb5b\nGitHub-Last-Rev: 29dc0cb9c9c63d8a008960b4527d6aa6798c1c17\nGitHub-Pull-Request: golang/go#67068\nReviewed-on: https://go-review.googlesource.com/c/go/+/581936\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Keith Randall \nReviewed-by: Keith Randall \nReviewed-by: Keith Randall \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"strings,bytes: improve Repeat panic messages"}},{"before":"a3eb55cea95b5894e97f311be981cda0e87bd465","after":"2f5b420fb5984842afab37a9c2e66e6599107483","ref":"refs/heads/master","pushedAt":"2024-05-03T12:01:18.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,reflect: move zeroVal to internal/abi\n\nChange-Id: I0e19e4aa2ea47a714e27b8d66c23c449e27861f2\nGitHub-Last-Rev: 2d59b9589efcf4ade6cfd7c8feffc46bf9ba912c\nGitHub-Pull-Request: golang/go#67014\nReviewed-on: https://go-review.googlesource.com/c/go/+/581395\nReviewed-by: Keith Randall \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Keith Randall \nReviewed-by: Joedian Reid ","shortMessageHtmlLink":"runtime,reflect: move zeroVal to internal/abi"}},{"before":"6defff500536c1210f526fcaaf3ae7f1005f0337","after":"a3eb55cea95b5894e97f311be981cda0e87bd465","ref":"refs/heads/master","pushedAt":"2024-05-03T02:38: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":"cmd/vendor: update x/tools to v0.20.1-0.20240429173604-74c9cfe4d22f\n\nThe golang.org/x/tools/go/analysis/passes/stdversion was forcibly\nadded by means of an import in a throwaway file not committed.\n\nChange-Id: I194012ae354f6f8d2d0c1fa39612e5554a4ab1cf\nReviewed-on: https://go-review.googlesource.com/c/go/+/582555\nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"cmd/vendor: update x/tools to v0.20.1-0.20240429173604-74c9cfe4d22f"}},{"before":"344075d9369103a453add5acf3cb6d68057e8423","after":"6defff500536c1210f526fcaaf3ae7f1005f0337","ref":"refs/heads/master","pushedAt":"2024-05-03T01:03: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":"cmd/vet: add stdversion analyzer\n\n+ release note, test\n\nFixes #46136\n\nChange-Id: Ib157c5343dde379f8d6f67bdfa64b3f6a6432bab\nReviewed-on: https://go-review.googlesource.com/c/go/+/582556\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"cmd/vet: add stdversion analyzer"}},{"before":"e602625c5e65da607b99f72082dd60ff70cafe04","after":"344075d9369103a453add5acf3cb6d68057e8423","ref":"refs/heads/master","pushedAt":"2024-05-02T22:44: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":"spec: clarify when range expression is evaluated\n\nClarify that the range expression of a \"for\" loop is called *just* once to\nrule out that it might be re-evaluated after each iteration.\n\nChange-Id: Iedb61cd29e5238ac0168b8ac01c34d6208cc4312\nReviewed-on: https://go-review.googlesource.com/c/go/+/582775\nReviewed-by: Robert Griesemer \nAuto-Submit: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"spec: clarify when range expression is evaluated"}},{"before":"b64e5e38ab66320bbd7886836d192772d21c4d9a","after":"e602625c5e65da607b99f72082dd60ff70cafe04","ref":"refs/heads/master","pushedAt":"2024-05-02T22:19:12.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: pass -Wl,-z,nodelete for c-shared mode with gccgo\n\nThis is the gccgo version of CL 15605.\n\nFor https://gcc.gnu.org/PR114699\n\nFor #11100\nFor #12582\nFor #12873\n\nChange-Id: I30e23130737022d772971f0bd629b57269174886\nReviewed-on: https://go-review.googlesource.com/c/go/+/582975\nReviewed-by: Than McIntosh \nCommit-Queue: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"cmd/go: pass -Wl,-z,nodelete for c-shared mode with gccgo"}},{"before":"8f71c7633fd70fffc5fa65e7865e763238fa6f46","after":"b64e5e38ab66320bbd7886836d192772d21c4d9a","ref":"refs/heads/master","pushedAt":"2024-05-02T22:15:24.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: use stringslite.HasPrefix\n\nChange-Id: Ib14c70f580d0891b3fbedf9e4cde93077409d4e6\nReviewed-on: https://go-review.googlesource.com/c/go/+/582915\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Tobias Klauser \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"net: use stringslite.HasPrefix"}},{"before":"865cf5c5f626d2546b3023217f0a0fb2e5ad9304","after":"8f71c7633fd70fffc5fa65e7865e763238fa6f46","ref":"refs/heads/master","pushedAt":"2024-05-02T21:11:35.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: remove note about goid reuse\n\nGoids are designed to be big enough that they will never be reused:\na uint64 is enough to generate a new goroutine every nanosecond\nfor 500+ years before wrapping around, and after 500 years you\nshould probably stop and pick up some security updates.\n\nThis note was added in CL 70993 and appears to have just been\na misunderstanding by the CL author.\n\nChange-Id: Ida7099b5191a4e5dbb1e3e9e44b4b86d7779fd6d\nReviewed-on: https://go-review.googlesource.com/c/go/+/582895\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Pratt \nAuto-Submit: Russ Cox ","shortMessageHtmlLink":"runtime: remove note about goid reuse"}},{"before":"660a071906a3f010a947457521b7671041b5f737","after":"865cf5c5f626d2546b3023217f0a0fb2e5ad9304","ref":"refs/heads/master","pushedAt":"2024-05-02T18:42: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":"testing: improve the documentation around b.N\n\nFixes #67137\n\n- Make it clear the benchmark function is called multiple times.\n- Demonstrate range over int.\n\nChange-Id: I7e993d938b0351012cdd4aed8528951e0ad406ae\nReviewed-on: https://go-review.googlesource.com/c/go/+/582835\nAuto-Submit: Alan Donovan \nReviewed-by: Alan Donovan \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"testing: improve the documentation around b.N"}},{"before":"c5698e31552953a0487ec23e0a015c02067065d3","after":"660a071906a3f010a947457521b7671041b5f737","ref":"refs/heads/master","pushedAt":"2024-05-01T17:38:34.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/internal/telemetry: add NewStackCounter functions\n\nThis CL adds a wrapper for the golang.org/x/telemetry/counter.NewStack\nfunction so that it can be used by the compiler.\n\nAlso add build constraints for compiler_bootstrap to build the stubs\nwhen we're bootstrapping the compiler.\n\nFor #58894\n\nChange-Id: Icdbdd7aa6d2a3f1147112739c6939e14414f5ee9\nCq-Include-Trybots: luci.golang.try:gotip-linux-arm64-longtest,gotip-windows-amd64-longtest\nReviewed-on: https://go-review.googlesource.com/c/go/+/582695\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Sam Thanawalla ","shortMessageHtmlLink":"cmd/internal/telemetry: add NewStackCounter functions"}},{"before":"3f4af1ff0e0c3a83bc48faee3d1f0282ef4d02f2","after":"93d8777d244962d1b706c0b695c8b72e9702577e","ref":"refs/heads/release-branch.go1.22","pushedAt":"2024-05-01T15:44: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":"[release-branch.go1.22] net: check SkipAdditional error result\n\nThis will avoid a potential endless loop for a corrupt DNS packet.\n\nFor #66754\nFixes #67040\n\nChange-Id: I46591b3f7695bcc88d2312833e45955f8c129d2b\nReviewed-on: https://go-review.googlesource.com/c/go/+/578375\nReviewed-by: Damien Neil \nLUCI-TryBot-Result: Go LUCI \nCommit-Queue: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor \n(cherry picked from commit ddfab21e464b9b4c15fe3dc97eb5d93a4932f434)\nReviewed-on: https://go-review.googlesource.com/c/go/+/581816\nReviewed-by: David Chase ","shortMessageHtmlLink":"[release-branch.go1.22] net: check SkipAdditional error result"}},{"before":"959e65c41cf9aebb5af72466023ac66b01baf9e9","after":"c5698e31552953a0487ec23e0a015c02067065d3","ref":"refs/heads/master","pushedAt":"2024-05-01T03:57: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":"cmd/pprof: fix exception when file or path contains colon\n\nFixes #63924\n\nChange-Id: I4ea17979faaca04eb6b046abffca2dd77397e0cb\nReviewed-on: https://go-review.googlesource.com/c/go/+/539595\nReviewed-by: Cherry Mui \nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI \nRun-TryBot: shuang cui \nTryBot-Result: Gopher Robot ","shortMessageHtmlLink":"cmd/pprof: fix exception when file or path contains colon"}},{"before":"cf058730293ac95ce0df40db8068219fe21cbb8a","after":"959e65c41cf9aebb5af72466023ac66b01baf9e9","ref":"refs/heads/master","pushedAt":"2024-04-30T19:46:18.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":"bytes: fix up godoc link errors\n\n[Reader.Reader] does not exist in this package.\nThese docs most likely meant to refer to [Reader] itself.\n\nChange-Id: I4fa117e8541573e0be7c13751fdfc102d5f2d604\nReviewed-on: https://go-review.googlesource.com/c/go/+/582515\nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"bytes: fix up godoc link errors"}},{"before":"8509f6939ca87b99bbb4b70be086c455259618ad","after":"cf058730293ac95ce0df40db8068219fe21cbb8a","ref":"refs/heads/master","pushedAt":"2024-04-30T15: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: represent multi wildcards properly\n\nThe routing tree used for matching ServeMux patterns used the\nkey \"*\" to hold a child node for a multi-segment wildcard.\nThe problem is that \"*\" is a valid path segment, which confused\nthe matching algorithm: it would fetch the multi wildcard child\nwhen looking for the literal child for \"*\".\n\nEschew clever encodings. Use a separate field in the node to\nrepresent the multi wildcard child.\n\nFixes #67067.\n\nChange-Id: I300ca08b8628f5367626cf41979f6c238ed8c831\nReviewed-on: https://go-review.googlesource.com/c/go/+/582115\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"net/http: represent multi wildcards properly"}},{"before":"5616ab602566b0daa87dfd250a76c61960c4b634","after":"8509f6939ca87b99bbb4b70be086c455259618ad","ref":"refs/heads/master","pushedAt":"2024-04-30T15:39: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":"os: use filepathlite.FromSlash\n\nChange-Id: Id15ebd9e97a8626e64665f6830a662e62432a619\nReviewed-on: https://go-review.googlesource.com/c/go/+/582500\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"os: use filepathlite.FromSlash"}},{"before":"150f45b2c463ba8411738adf637acf651a273e68","after":"5616ab602566b0daa87dfd250a76c61960c4b634","ref":"refs/heads/master","pushedAt":"2024-04-30T15:38:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"os: use filepathlite.VolumeName\n\nIt is better to have a single implementation of VolumeName, which is\nquite tricky to get right on Windows.\n\nChange-Id: Ibba82dd71fe10b594cb6f782582430aa422e7078\nReviewed-on: https://go-review.googlesource.com/c/go/+/582499\nLUCI-TryBot-Result: Go LUCI \nTryBot-Result: Gopher Robot \nReviewed-by: Damien Neil \nRun-TryBot: Quim Muntal \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"os: use filepathlite.VolumeName"}},{"before":"3206a9b562fd0b5be15cac6534af0c4778b0c942","after":"150f45b2c463ba8411738adf637acf651a273e68","ref":"refs/heads/master","pushedAt":"2024-04-30T15:36:24.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: use stringslite.HasPrefix\n\nChange-Id: I791bdfecc6c94ee9dac592d60d95e97182bf0120\nReviewed-on: https://go-review.googlesource.com/c/go/+/582496\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Tobias Klauser \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"os: use stringslite.HasPrefix"}},{"before":"476a352522a403537e8d295bced21a0a5df32591","after":"3206a9b562fd0b5be15cac6534af0c4778b0c942","ref":"refs/heads/master","pushedAt":"2024-04-30T15:35:32.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":"http: fix some comments typo in server.go\n\nChange-Id: I826412175876a84ab978aba9418be28593484fba\nGitHub-Last-Rev: d35753c7e027ce4ca1fe63d96985de9e90bf813b\nGitHub-Pull-Request: golang/go#67112\nReviewed-on: https://go-review.googlesource.com/c/go/+/582435\nAuto-Submit: Ian Lance Taylor \nReviewed-by: Damien Neil \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"http: fix some comments typo in server.go"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQVKhJgA","startCursor":null,"endCursor":null}},"title":"Activity · golang/go"}