{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":580836813,"defaultBranch":"main","name":"comprehensive-rust","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-21T15:17:24.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718029106.0","currentOid":""},"activityList":{"items":[{"before":"b57319bb201765aa83069d2690ec4ad1d65373c9","after":"f53155408686575830c8e6ad34f797f882fb14aa","ref":"refs/heads/main","pushedAt":"2024-06-11T02:38:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"daivinhtran","name":"Vinh Tran","path":"/daivinhtran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13268391?s=80&v=4"},"commit":{"message":"vi: Translate the std library String type (#2052)","shortMessageHtmlLink":"vi: Translate the std library String type (#2052)"}},{"before":"26e1d77b3ec5fc51381b895842f749187b86090f","after":"b57319bb201765aa83069d2690ec4ad1d65373c9","ref":"refs/heads/main","pushedAt":"2024-06-11T02:11:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"daivinhtran","name":"Vinh Tran","path":"/daivinhtran","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13268391?s=80&v=4"},"commit":{"message":"vi: control-flow-basics/macros.md translations (#2111)","shortMessageHtmlLink":"vi: control-flow-basics/macros.md translations (#2111)"}},{"before":"073f7af5389b7e41eb4ca5c27b69b0296e8608ce","after":null,"ref":"refs/heads/qwandor-patch-1","pushedAt":"2024-06-10T14:35:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"}},{"before":"c45b2918514e1a374cb01d4db96e9a404e6c29b0","after":"26e1d77b3ec5fc51381b895842f749187b86090f","ref":"refs/heads/main","pushedAt":"2024-06-10T14:35:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"},"commit":{"message":"Add note about !Sync (#2138)\n\nThis is key to the validity of how Cell and RefCell allow safe interior\r\nmutability.","shortMessageHtmlLink":"Add note about !Sync (#2138)"}},{"before":"fb461f9d98b496f72473522a2fd9e04c738bbc87","after":null,"ref":"refs/heads/mgeisler-patch-2","pushedAt":"2024-06-10T14:18:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mgeisler","name":"Martin Geisler","path":"/mgeisler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89623?s=80&v=4"}},{"before":"4c61cafda8bb19f514209662da9b73eebf489056","after":"c45b2918514e1a374cb01d4db96e9a404e6c29b0","ref":"refs/heads/main","pushedAt":"2024-06-10T14:18:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mgeisler","name":"Martin Geisler","path":"/mgeisler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89623?s=80&v=4"},"commit":{"message":"Clarify what \"undefined behavior\" means in arithmetic.md (#2139)\n\nUndefined behavior does not just mean that the behavior can be different\r\non different platforms. It is much worse than that: the runtime behavior\r\ncan be completely nonsensical since the whole program has undefined\r\nbehavior.\r\n\r\nThe compiler will optimizer as if there is no undefined behavior and\r\nwill can lead to strange situations as the compiler concludes that\r\nthings like `a > a + 1000` can never be reached if `a` is a signed 8-bit\r\nvalue (since reaching it would trigger undefined behavior).","shortMessageHtmlLink":"Clarify what \"undefined behavior\" means in arithmetic.md (#2139)"}},{"before":"4d4b6615652356b4ea80fb35878246a40ed51540","after":null,"ref":"refs/heads/mgeisler-patch-3","pushedAt":"2024-06-10T14:16:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mgeisler","name":"Martin Geisler","path":"/mgeisler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89623?s=80&v=4"}},{"before":"6c5287c447a73051d3252e5aaa59b3d34bdbe08b","after":"4c61cafda8bb19f514209662da9b73eebf489056","ref":"refs/heads/main","pushedAt":"2024-06-10T14:16:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mgeisler","name":"Martin Geisler","path":"/mgeisler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89623?s=80&v=4"},"commit":{"message":"Fix missing full stop in benefits.md (#2140)","shortMessageHtmlLink":"Fix missing full stop in benefits.md (#2140)"}},{"before":null,"after":"4d4b6615652356b4ea80fb35878246a40ed51540","ref":"refs/heads/mgeisler-patch-3","pushedAt":"2024-06-10T13:21:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgeisler","name":"Martin Geisler","path":"/mgeisler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89623?s=80&v=4"},"commit":{"message":"Fix missing full stop in benefits.md","shortMessageHtmlLink":"Fix missing full stop in benefits.md"}},{"before":null,"after":"fb461f9d98b496f72473522a2fd9e04c738bbc87","ref":"refs/heads/mgeisler-patch-2","pushedAt":"2024-06-10T13:19:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mgeisler","name":"Martin Geisler","path":"/mgeisler","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/89623?s=80&v=4"},"commit":{"message":"Clarify what \"undefined behavior\" means in arithmetic.md\n\nUndefined behavior does not just mean that the behavior can be different on different platforms. It is much worse than that: the runtime behavior can be completely nonsensical since the whole program has undefined behavior.\r\n\r\nThe compiler will optimizer as if there is no undefined behavior and will can lead to strange situations as the compiler concludes that things like `a > a + 1000` can never be reached if `a` is a signed 8-bit value (since reaching it would trigger undefined behavior).","shortMessageHtmlLink":"Clarify what \"undefined behavior\" means in arithmetic.md"}},{"before":null,"after":"073f7af5389b7e41eb4ca5c27b69b0296e8608ce","ref":"refs/heads/qwandor-patch-1","pushedAt":"2024-06-10T11:08:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"},"commit":{"message":"Add note about !Sync\n\nThis is key to the validity of how Cell and RefCell allow safe interior mutability.","shortMessageHtmlLink":"Add note about !Sync"}},{"before":"6b17ce7125b6c6494081ac61418a65b099c57340","after":"6c5287c447a73051d3252e5aaa59b3d34bdbe08b","ref":"refs/heads/main","pushedAt":"2024-06-10T09:56:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dyeroshenko","name":"Dima","path":"/dyeroshenko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/26358380?s=80&v=4"},"commit":{"message":"uk: Glossary and Credits (#2133)\n\nGlossary and Credits\r\n\r\nSigned-off-by: Andriy Redko ","shortMessageHtmlLink":"uk: Glossary and Credits (#2133)"}},{"before":"eb0b0dbad430e9c0d19516bcf7e9557d6987b2c7","after":null,"ref":"refs/heads/dependabot/cargo/patch-d65591418f","pushedAt":"2024-06-10T08:39:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"}},{"before":"742df51d2398f07b646a0b4b23a76578eb618762","after":"6b17ce7125b6c6494081ac61418a65b099c57340","ref":"refs/heads/main","pushedAt":"2024-06-10T08:39:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"},"commit":{"message":"cargo: bump the patch group with 4 updates (#2137)\n\nBumps the patch group with 4 updates:\r\n[clap](https://github.com/clap-rs/clap),\r\n[regex](https://github.com/rust-lang/regex),\r\n[cxx](https://github.com/dtolnay/cxx) and\r\n[cxx-build](https://github.com/dtolnay/cxx).\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"cargo: bump the patch group with 4 updates (#2137)"}},{"before":"f71935e0cc7a56cc38e3d4df8a1e6fad1e47bd61","after":"742df51d2398f07b646a0b4b23a76578eb618762","ref":"refs/heads/main","pushedAt":"2024-06-10T08:39:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"},"commit":{"message":"cargo: bump cc from 1.0.98 to 1.0.99 in /src/bare-metal/aps/examples in the patch group (#2136)\n\nBumps the patch group in /src/bare-metal/aps/examples with 1 update:\r\n[cc](https://github.com/rust-lang/cc-rs).\r\n\r\nUpdates `cc` from 1.0.98 to 1.0.99\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"cargo: bump cc from 1.0.98 to 1.0.99 in /src/bare-metal/aps/examples …"}},{"before":"7057aeb2905e2306bda0aff33a37628b3022d61b","after":null,"ref":"refs/heads/dependabot/cargo/src/bare-metal/aps/examples/patch-00e6c22501","pushedAt":"2024-06-10T08:39:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"}},{"before":"cfd6341035f260b4909676046990737a0a3d48a8","after":null,"ref":"refs/heads/dependabot/cargo/src/exercises/bare-metal/rtc/patch-00e6c22501","pushedAt":"2024-06-10T08:38:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"}},{"before":"53daee69934e2d8e3d9457a04043abc8d56f723f","after":"f71935e0cc7a56cc38e3d4df8a1e6fad1e47bd61","ref":"refs/heads/main","pushedAt":"2024-06-10T08:38:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"},"commit":{"message":"cargo: bump cc from 1.0.98 to 1.0.99 in /src/exercises/bare-metal/rtc in the patch group (#2135)\n\nBumps the patch group in /src/exercises/bare-metal/rtc with 1 update:\r\n[cc](https://github.com/rust-lang/cc-rs).\r\n\r\nUpdates `cc` from 1.0.98 to 1.0.99\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"cargo: bump cc from 1.0.98 to 1.0.99 in /src/exercises/bare-metal/rtc…"}},{"before":"1c385c7670dc9fe366fd0542a178819eeefc1faa","after":null,"ref":"refs/heads/dependabot/github_actions/crate-ci/typos-1.22.3","pushedAt":"2024-06-10T08:38:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"}},{"before":"412eac66898ceee17eb077d2feb80ee2eb972025","after":"53daee69934e2d8e3d9457a04043abc8d56f723f","ref":"refs/heads/main","pushedAt":"2024-06-10T08:38:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"qwandor","name":"Andrew Walbran","path":"/qwandor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103097?s=80&v=4"},"commit":{"message":"build(deps): bump crate-ci/typos from 1.21.0 to 1.22.3 (#2134)\n\nBumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to\r\n1.22.3.\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump crate-ci/typos from 1.21.0 to 1.22.3 (#2134)"}},{"before":null,"after":"eb0b0dbad430e9c0d19516bcf7e9557d6987b2c7","ref":"refs/heads/dependabot/cargo/patch-d65591418f","pushedAt":"2024-06-10T01:45:37.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":"cargo: bump the patch group with 4 updates\n\nBumps the patch group with 4 updates: [clap](https://github.com/clap-rs/clap), [regex](https://github.com/rust-lang/regex), [cxx](https://github.com/dtolnay/cxx) and [cxx-build](https://github.com/dtolnay/cxx).\n\n\nUpdates `clap` from 4.5.4 to 4.5.6\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...v4.5.6)\n\nUpdates `regex` from 1.10.4 to 1.10.5\n- [Release notes](https://github.com/rust-lang/regex/releases)\n- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)\n\nUpdates `cxx` from 1.0.122 to 1.0.123\n- [Release notes](https://github.com/dtolnay/cxx/releases)\n- [Commits](https://github.com/dtolnay/cxx/compare/1.0.122...1.0.123)\n\nUpdates `cxx-build` from 1.0.122 to 1.0.123\n- [Release notes](https://github.com/dtolnay/cxx/releases)\n- [Commits](https://github.com/dtolnay/cxx/compare/1.0.122...1.0.123)\n\n---\nupdated-dependencies:\n- dependency-name: clap\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch\n- dependency-name: cxx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch\n- dependency-name: cxx-build\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"cargo: bump the patch group with 4 updates"}},{"before":null,"after":"7057aeb2905e2306bda0aff33a37628b3022d61b","ref":"refs/heads/dependabot/cargo/src/bare-metal/aps/examples/patch-00e6c22501","pushedAt":"2024-06-10T01:36:59.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":"cargo: bump cc in /src/bare-metal/aps/examples in the patch group\n\nBumps the patch group in /src/bare-metal/aps/examples with 1 update: [cc](https://github.com/rust-lang/cc-rs).\n\n\nUpdates `cc` from 1.0.98 to 1.0.99\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.98...1.0.99)\n\n---\nupdated-dependencies:\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"cargo: bump cc in /src/bare-metal/aps/examples in the patch group"}},{"before":null,"after":"cfd6341035f260b4909676046990737a0a3d48a8","ref":"refs/heads/dependabot/cargo/src/exercises/bare-metal/rtc/patch-00e6c22501","pushedAt":"2024-06-10T01:24:41.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":"cargo: bump cc in /src/exercises/bare-metal/rtc in the patch group\n\nBumps the patch group in /src/exercises/bare-metal/rtc with 1 update: [cc](https://github.com/rust-lang/cc-rs).\n\n\nUpdates `cc` from 1.0.98 to 1.0.99\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.98...1.0.99)\n\n---\nupdated-dependencies:\n- dependency-name: cc\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"cargo: bump cc in /src/exercises/bare-metal/rtc in the patch group"}},{"before":null,"after":"1c385c7670dc9fe366fd0542a178819eeefc1faa","ref":"refs/heads/dependabot/github_actions/crate-ci/typos-1.22.3","pushedAt":"2024-06-10T01:24:08.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 crate-ci/typos from 1.21.0 to 1.22.3\n\nBumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.21.0 to 1.22.3.\n- [Release notes](https://github.com/crate-ci/typos/releases)\n- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/crate-ci/typos/compare/v1.21.0...v1.22.3)\n\n---\nupdated-dependencies:\n- dependency-name: crate-ci/typos\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump crate-ci/typos from 1.21.0 to 1.22.3"}},{"before":"b69b68f5e23651ea544bb3b01fa43e41443357f1","after":"412eac66898ceee17eb077d2feb80ee2eb972025","ref":"refs/heads/main","pushedAt":"2024-06-07T20:39:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"djmitche","name":"Dustin J. Mitchell","path":"/djmitche","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28673?s=80&v=4"},"commit":{"message":"Clarify the suggested steps in the pin page (#2130)\n\nThe speaker notes suggest an evolution of the code to support a periodic\r\ntimer, but the last step was under-specified.\r\n\r\n(As mentioned by @fw-immunant and referenced in #1536)","shortMessageHtmlLink":"Clarify the suggested steps in the pin page (#2130)"}},{"before":"b4a79d5f9da0279d7eca0d3dd03098660e3ad31c","after":null,"ref":"refs/heads/legare/protobuf-error-handling","pushedAt":"2024-06-07T16:13:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randomPoison","name":"Nicole L","path":"/randomPoison","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1900829?s=80&v=4"}},{"before":"511e5f0dbff55d9b55c73c52915256eb54e645a8","after":"b69b68f5e23651ea544bb3b01fa43e41443357f1","ref":"refs/heads/main","pushedAt":"2024-06-07T16:13:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randomPoison","name":"Nicole L","path":"/randomPoison","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1900829?s=80&v=4"},"commit":{"message":"Remove error handling from protobuf exercise (#2109)","shortMessageHtmlLink":"Remove error handling from protobuf exercise (#2109)"}},{"before":"6f0a3d95111301d070ab9cd58c089ad91203da08","after":null,"ref":"refs/heads/legare/result-slide","pushedAt":"2024-06-07T16:12:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randomPoison","name":"Nicole L","path":"/randomPoison","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1900829?s=80&v=4"}},{"before":"fbeda7216b42ae19f318a0df802ab6603e5a2568","after":"511e5f0dbff55d9b55c73c52915256eb54e645a8","ref":"refs/heads/main","pushedAt":"2024-06-07T16:12:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randomPoison","name":"Nicole L","path":"/randomPoison","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1900829?s=80&v=4"},"commit":{"message":"Add slide about `Result` to error handling section (#2123)","shortMessageHtmlLink":"Add slide about Result to error handling section (#2123)"}},{"before":"01125dbdc8c320ce5b3e56e04ced665dd000dba1","after":null,"ref":"refs/heads/legare/std-timing","pushedAt":"2024-06-07T16:11:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randomPoison","name":"Nicole L","path":"/randomPoison","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1900829?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYblcwAA","startCursor":null,"endCursor":null}},"title":"Activity · google/comprehensive-rust"}