{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26850443,"defaultBranch":"master","name":"rust-clippy","ownerLogin":"rust-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-19T07:49:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5430905?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714737342.0","currentOid":""},"activityList":{"items":[{"before":"412b69158b163f435ed39917c0f008a5171fb112","after":"2b34abc88759a7399e77938a29709668b1b2017f","ref":"refs/heads/auto","pushedAt":"2024-05-12T13:45:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12730 - Alexendoo:lint-groups-workspace-priority, r=xFrednet\n\nLint direct priority conflicts in `[workspace.lints]`\n\nPartially addresses #12729\n\nThis still doesn't do any workspace resolution stuff, so it will not catch any virtual workspaces or conflicts from inherited definitions. But while we're parsing the `Cargo.toml` we might as well check the workspace definitions if we find them\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12730 - Alexendoo:lint-groups-workspace-priority, r=xF…"}},{"before":"0e5bded17ec423d20ac80c9026db602d1a58fc3e","after":"412b69158b163f435ed39917c0f008a5171fb112","ref":"refs/heads/master","pushedAt":"2024-05-12T13:44:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12620 - Nilstrieb:dupattr, r=xFrednet\n\nHandle `rustc_on_unimplemented` in duplicated_attributes\n\n```rust\n#[rustc_on_unimplemented(\n on(\n _Self = \"&str\",\n label = \"`a\"\n ),\n on(\n _Self = \"alloc::string::String\",\n label = \"a\"\n ),\n)]\n```\n\nThe lint treats this as a repetition because `rustc_on_unimplemented::on::label` appears twice, but that's ok.\n\nFixes #12619\n\nchangelog: [`duplicated_attributes`]: fix handling of `rustc_on_unimplemented`","shortMessageHtmlLink":"Auto merge of #12620 - Nilstrieb:dupattr, r=xFrednet"}},{"before":"0e5bded17ec423d20ac80c9026db602d1a58fc3e","after":"412b69158b163f435ed39917c0f008a5171fb112","ref":"refs/heads/auto","pushedAt":"2024-05-12T13:35:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12620 - Nilstrieb:dupattr, r=xFrednet\n\nHandle `rustc_on_unimplemented` in duplicated_attributes\n\n```rust\n#[rustc_on_unimplemented(\n on(\n _Self = \"&str\",\n label = \"`a\"\n ),\n on(\n _Self = \"alloc::string::String\",\n label = \"a\"\n ),\n)]\n```\n\nThe lint treats this as a repetition because `rustc_on_unimplemented::on::label` appears twice, but that's ok.\n\nFixes #12619\n\nchangelog: [`duplicated_attributes`]: fix handling of `rustc_on_unimplemented`","shortMessageHtmlLink":"Auto merge of #12620 - Nilstrieb:dupattr, r=xFrednet"}},{"before":"fc41a5637733a17b5071b3ed312cd8e6dc70ec53","after":"5db38895c37112f693fcc54f91c9e524087dc4df","ref":"refs/heads/gh-pages","pushedAt":"2024-05-11T11:06:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 0e5bded17ec423d20ac80c9026db602d1a58fc3e","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 0e5bded"}},{"before":"68dbc84ec49ef9a2d3f34973ec7a6c5e8cfa26e7","after":"0e5bded17ec423d20ac80c9026db602d1a58fc3e","ref":"refs/heads/master","pushedAt":"2024-05-11T11:04:28.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12770 - notriddle:notriddle/doc-lazy-continuation, r=llogiq\n\nAdd new lint `doc_lazy_continuation`\n\nchangelog: [`doc_lazy_continuation`]: add lint that warns on so-called \"lazy paragraph continuations\"\n\nThis is a follow-up for https://github.com/rust-lang/rust/pull/121659, since most cases of unintended block quotes are lazy continuations. The lint is designed to be more generally useful than that, though, because it will also catch unintended list items and unintended block quotes that didn't coincidentally hit a pulldown-cmark bug.\n\nThe second commit is the result of running `cargo dev dogfood --fix`, and manually fixing anything that seems wrong. NOTE: this lint's suggestions should never change the parser's interpretation of the markdown, but in many cases, it seems that doc comments in clippy were written without regard for this feature of Markdown (which, I suppose, is why this lint should exist).","shortMessageHtmlLink":"Auto merge of #12770 - notriddle:notriddle/doc-lazy-continuation, r=l…"}},{"before":"68dbc84ec49ef9a2d3f34973ec7a6c5e8cfa26e7","after":"0e5bded17ec423d20ac80c9026db602d1a58fc3e","ref":"refs/heads/auto","pushedAt":"2024-05-11T10:55:26.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12770 - notriddle:notriddle/doc-lazy-continuation, r=llogiq\n\nAdd new lint `doc_lazy_continuation`\n\nchangelog: [`doc_lazy_continuation`]: add lint that warns on so-called \"lazy paragraph continuations\"\n\nThis is a follow-up for https://github.com/rust-lang/rust/pull/121659, since most cases of unintended block quotes are lazy continuations. The lint is designed to be more generally useful than that, though, because it will also catch unintended list items and unintended block quotes that didn't coincidentally hit a pulldown-cmark bug.\n\nThe second commit is the result of running `cargo dev dogfood --fix`, and manually fixing anything that seems wrong. NOTE: this lint's suggestions should never change the parser's interpretation of the markdown, but in many cases, it seems that doc comments in clippy were written without regard for this feature of Markdown (which, I suppose, is why this lint should exist).","shortMessageHtmlLink":"Auto merge of #12770 - notriddle:notriddle/doc-lazy-continuation, r=l…"}},{"before":"46fa2f4e98e64f0123b169c11d813a3d9f01aa0f","after":"fc41a5637733a17b5071b3ed312cd8e6dc70ec53","ref":"refs/heads/gh-pages","pushedAt":"2024-05-09T22:04:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 68dbc84ec49ef9a2d3f34973ec7a6c5e8cfa26e7","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 68dbc84"}},{"before":"baf2a23840ffe2e4de7f57eb992e3dae675281c2","after":"68dbc84ec49ef9a2d3f34973ec7a6c5e8cfa26e7","ref":"refs/heads/master","pushedAt":"2024-05-09T22:02:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12780 - future-highway:str-to-string-expansions, r=Manishearth\n\nIgnore `_to_string` lints in code `from_expansion`\n\nIncludes the `string_to_string` and `str_to_string` lints.\n\nchangelog: [`str_to_string`]: Ignore code from expansion\nchangelog: [`string_to_string`]: Ignore code from expansion","shortMessageHtmlLink":"Auto merge of #12780 - future-highway:str-to-string-expansions, r=Man…"}},{"before":"baf2a23840ffe2e4de7f57eb992e3dae675281c2","after":"68dbc84ec49ef9a2d3f34973ec7a6c5e8cfa26e7","ref":"refs/heads/auto","pushedAt":"2024-05-09T21:53:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12780 - future-highway:str-to-string-expansions, r=Manishearth\n\nIgnore `_to_string` lints in code `from_expansion`\n\nIncludes the `string_to_string` and `str_to_string` lints.\n\nchangelog: [`str_to_string`]: Ignore code from expansion\nchangelog: [`string_to_string`]: Ignore code from expansion","shortMessageHtmlLink":"Auto merge of #12780 - future-highway:str-to-string-expansions, r=Man…"}},{"before":"5a28d8f01e4ad057a8fa7130541775d42921e640","after":"baf2a23840ffe2e4de7f57eb992e3dae675281c2","ref":"refs/heads/master","pushedAt":"2024-05-09T21:47:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12783 - shanretoo:fix-assigning-clones, r=blyxyas\n\nfix: use hir_with_context to produce correct snippets for assigning_clones\n\nThe `assigning_clones` lint is producing wrong output when the assignment is a macro call.\nSince Applicability level `Unspecified` will never be changed inside `hir_with_applicability`, so it is safe here to replace `hir_with_applicability` with `hir_with_context` to generate snippets of the macro call instead of the expansion.\n\nfixes #12776\n\nchangelog: [`assigning_clones`]: use `hir_with_context` to produce correct snippets","shortMessageHtmlLink":"Auto merge of #12783 - shanretoo:fix-assigning-clones, r=blyxyas"}},{"before":"5a28d8f01e4ad057a8fa7130541775d42921e640","after":"baf2a23840ffe2e4de7f57eb992e3dae675281c2","ref":"refs/heads/auto","pushedAt":"2024-05-09T21:38:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12783 - shanretoo:fix-assigning-clones, r=blyxyas\n\nfix: use hir_with_context to produce correct snippets for assigning_clones\n\nThe `assigning_clones` lint is producing wrong output when the assignment is a macro call.\nSince Applicability level `Unspecified` will never be changed inside `hir_with_applicability`, so it is safe here to replace `hir_with_applicability` with `hir_with_context` to generate snippets of the macro call instead of the expansion.\n\nfixes #12776\n\nchangelog: [`assigning_clones`]: use `hir_with_context` to produce correct snippets","shortMessageHtmlLink":"Auto merge of #12783 - shanretoo:fix-assigning-clones, r=blyxyas"}},{"before":"9abaf91a68e5cb98fe28341f060e58b0a76b3499","after":"5a28d8f01e4ad057a8fa7130541775d42921e640","ref":"refs/heads/master","pushedAt":"2024-05-09T17:49:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12650 - cocodery:issue/12098, r=xFrednet\n\nfix false positive in Issue/12098 because lack of consideration of mutable caller\n\nfixes [Issue#12098](https://github.com/rust-lang/rust-clippy/issues/12098)\n\nIn issue#12098, the former code doesn't consider the caller for clone is mutable, and suggests to delete clone function.\n\nIn this change, we first get the inner caller requests for clone,\nand if it's immutable, the following code will suggest deleting clone.\n\nIf it's mutable, the loop will check whether a borrow check violation exists,\nif exists, the lint should not execute, and the function will directly return;\notherwise, the following code will handle this.\n\nchangelog: [`clippy::unnecessary_to_owned`]: fix false positive","shortMessageHtmlLink":"Auto merge of #12650 - cocodery:issue/12098, r=xFrednet"}},{"before":"9abaf91a68e5cb98fe28341f060e58b0a76b3499","after":"5a28d8f01e4ad057a8fa7130541775d42921e640","ref":"refs/heads/auto","pushedAt":"2024-05-09T17:41:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12650 - cocodery:issue/12098, r=xFrednet\n\nfix false positive in Issue/12098 because lack of consideration of mutable caller\n\nfixes [Issue#12098](https://github.com/rust-lang/rust-clippy/issues/12098)\n\nIn issue#12098, the former code doesn't consider the caller for clone is mutable, and suggests to delete clone function.\n\nIn this change, we first get the inner caller requests for clone,\nand if it's immutable, the following code will suggest deleting clone.\n\nIf it's mutable, the loop will check whether a borrow check violation exists,\nif exists, the lint should not execute, and the function will directly return;\notherwise, the following code will handle this.\n\nchangelog: [`clippy::unnecessary_to_owned`]: fix false positive","shortMessageHtmlLink":"Auto merge of #12650 - cocodery:issue/12098, r=xFrednet"}},{"before":"b90f890ad310e343f399d96fd19686c120d2847a","after":"46fa2f4e98e64f0123b169c11d813a3d9f01aa0f","ref":"refs/heads/gh-pages","pushedAt":"2024-05-09T14:49:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 9abaf91a68e5cb98fe28341f060e58b0a76b3499","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 9abaf91"}},{"before":"30b3b73aa67f686db7370e490bf830ab2ddca8d6","after":"9abaf91a68e5cb98fe28341f060e58b0a76b3499","ref":"refs/heads/master","pushedAt":"2024-05-09T14:47:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12719 - roddyrap:fix-website-dash-replace-12718, r=xFrednet\n\nFix website dash replacement\n\nFixes: #12718\nchangelog: Made clippy lints website search replace all occurrences of dashes with underscores instead of only the first one. This is in order to allow the user to search for lints with more than two words using dahses.","shortMessageHtmlLink":"Auto merge of #12719 - roddyrap:fix-website-dash-replace-12718, r=xFr…"}},{"before":"30b3b73aa67f686db7370e490bf830ab2ddca8d6","after":"9abaf91a68e5cb98fe28341f060e58b0a76b3499","ref":"refs/heads/auto","pushedAt":"2024-05-09T14:38:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12719 - roddyrap:fix-website-dash-replace-12718, r=xFrednet\n\nFix website dash replacement\n\nFixes: #12718\nchangelog: Made clippy lints website search replace all occurrences of dashes with underscores instead of only the first one. This is in order to allow the user to search for lints with more than two words using dahses.","shortMessageHtmlLink":"Auto merge of #12719 - roddyrap:fix-website-dash-replace-12718, r=xFr…"}},{"before":"befb659145a734e51a3708ff84315ae07123c880","after":"30b3b73aa67f686db7370e490bf830ab2ddca8d6","ref":"refs/heads/master","pushedAt":"2024-05-08T12:31:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12777 - roife:merge-fixes-needless-late-init, r=Alexendoo\n\nfix: merge multiple suggestions into a single multi-span suggestion in `needless_late_init`\n\nSee https://github.com/rust-lang/rust-analyzer/issues/17163#issuecomment-2097840922.\n\nCurrently, the fix for `needless_late_init` would modify multiple parts in the file. However, these modifications are exported as separate suggestions instead of a unified 'multi-part suggestion'.\n\nConsequently, rust-analyzer is unable to perform the fix correctly when applying suggestions automatically, as only one suggestion is processed at a time. This PR addresses this issue by merge all modifications into a single multi-part suggestion.\n\nchangelog: [`needless_late_init`]: merge multiple fixes into a single multi-span fix.","shortMessageHtmlLink":"Auto merge of #12777 - roife:merge-fixes-needless-late-init, r=Alexendoo"}},{"before":"befb659145a734e51a3708ff84315ae07123c880","after":"30b3b73aa67f686db7370e490bf830ab2ddca8d6","ref":"refs/heads/auto","pushedAt":"2024-05-08T12:23:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12777 - roife:merge-fixes-needless-late-init, r=Alexendoo\n\nfix: merge multiple suggestions into a single multi-span suggestion in `needless_late_init`\n\nSee https://github.com/rust-lang/rust-analyzer/issues/17163#issuecomment-2097840922.\n\nCurrently, the fix for `needless_late_init` would modify multiple parts in the file. However, these modifications are exported as separate suggestions instead of a unified 'multi-part suggestion'.\n\nConsequently, rust-analyzer is unable to perform the fix correctly when applying suggestions automatically, as only one suggestion is processed at a time. This PR addresses this issue by merge all modifications into a single multi-part suggestion.\n\nchangelog: [`needless_late_init`]: merge multiple fixes into a single multi-span fix.","shortMessageHtmlLink":"Auto merge of #12777 - roife:merge-fixes-needless-late-init, r=Alexendoo"}},{"before":"0c7a098279bd19e429843a91698843b6a22545d4","after":"b90f890ad310e343f399d96fd19686c120d2847a","ref":"refs/heads/gh-pages","pushedAt":"2024-05-06T20:49:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: befb659145a734e51a3708ff84315ae07123c880","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: befb659"}},{"before":"3ef3a1336f2cc7fba40c4fbba1c45a6a196d15ef","after":"befb659145a734e51a3708ff84315ae07123c880","ref":"refs/heads/master","pushedAt":"2024-05-06T20:48:04.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12755 - 9999years:useless-attribute, r=xFrednet,GuillaumeGomez\n\nAllow more attributes in `clippy::useless_attribute`\n\nFixes #12753\nFixes #4467\nFixes #11595\nFixes #10878\n\nchangelog: [`useless_attribute`]: Attributes allowed on `use` items now include `ambiguous_glob_exports`, `hidden_glob_reexports`, `dead_code`, `unused_braces`, and `clippy::disallowed_types`.","shortMessageHtmlLink":"Auto merge of #12755 - 9999years:useless-attribute, r=xFrednet,Guilla…"}},{"before":"3ef3a1336f2cc7fba40c4fbba1c45a6a196d15ef","after":"befb659145a734e51a3708ff84315ae07123c880","ref":"refs/heads/auto","pushedAt":"2024-05-06T20:38:52.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12755 - 9999years:useless-attribute, r=xFrednet,GuillaumeGomez\n\nAllow more attributes in `clippy::useless_attribute`\n\nFixes #12753\nFixes #4467\nFixes #11595\nFixes #10878\n\nchangelog: [`useless_attribute`]: Attributes allowed on `use` items now include `ambiguous_glob_exports`, `hidden_glob_reexports`, `dead_code`, `unused_braces`, and `clippy::disallowed_types`.","shortMessageHtmlLink":"Auto merge of #12755 - 9999years:useless-attribute, r=xFrednet,Guilla…"}},{"before":"28002514d539352f362d79c814dac5352c7ac9bb","after":"3ef3a1336f2cc7fba40c4fbba1c45a6a196d15ef","ref":"refs/heads/master","pushedAt":"2024-05-06T15:54:56.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12747 - flip1995:clippy-dev-cli-derive, r=Alexendoo\n\nType safe CLI implementation for clippy-dev\n\nUse the derive feature of `clap` to generate CLI of clippy-dev. Adding new commands will be easier in the future and we get better compile time checking through exhaustive matching.\n\n---\n\nI think I tested everything locally. But I would appreciate if the reviewer could go over it again, so that everything keeps working.\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12747 - flip1995:clippy-dev-cli-derive, r=Alexendoo"}},{"before":"28002514d539352f362d79c814dac5352c7ac9bb","after":"3ef3a1336f2cc7fba40c4fbba1c45a6a196d15ef","ref":"refs/heads/auto","pushedAt":"2024-05-06T15:46:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12747 - flip1995:clippy-dev-cli-derive, r=Alexendoo\n\nType safe CLI implementation for clippy-dev\n\nUse the derive feature of `clap` to generate CLI of clippy-dev. Adding new commands will be easier in the future and we get better compile time checking through exhaustive matching.\n\n---\n\nI think I tested everything locally. But I would appreciate if the reviewer could go over it again, so that everything keeps working.\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12747 - flip1995:clippy-dev-cli-derive, r=Alexendoo"}},{"before":"993d8ae2a7b26ac779fde923b2ce9ce35d7143a8","after":"28002514d539352f362d79c814dac5352c7ac9bb","ref":"refs/heads/master","pushedAt":"2024-05-04T19:44:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r=dswij\n\nDon't lint assigning_clones on nested late init locals\n\nFixes #12741\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r…"}},{"before":"993d8ae2a7b26ac779fde923b2ce9ce35d7143a8","after":"28002514d539352f362d79c814dac5352c7ac9bb","ref":"refs/heads/auto","pushedAt":"2024-05-04T19:36:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r=dswij\n\nDon't lint assigning_clones on nested late init locals\n\nFixes #12741\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r…"}},{"before":"139191b8b7b5ed181249e4a88bc3d7f7c01cce3c","after":null,"ref":"refs/heads/homu-tmp","pushedAt":"2024-05-03T11:55:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"flip1995","name":"Philipp Krones","path":"/flip1995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744647?s=80&v=4"}},{"before":"f45a8862d7505dbab90b9a70797baab2027d2606","after":"0c7a098279bd19e429843a91698843b6a22545d4","ref":"refs/heads/gh-pages","pushedAt":"2024-05-03T11:11:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Add documentation for rust-1.78.0 release: 93f0a9a91f58c9b2153868f458402155fb6265bb","shortMessageHtmlLink":"Add documentation for rust-1.78.0 release: 93f0a9a"}},{"before":"b1586c485a2f18bfba0972200606940c673072f9","after":"f45a8862d7505dbab90b9a70797baab2027d2606","ref":"refs/heads/gh-pages","pushedAt":"2024-05-03T11:08:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages (beta): ca3b393750ee8d870bf3215dcf6509cafa5c0445","shortMessageHtmlLink":"Automatic deploy to GitHub Pages (beta): ca3b393"}},{"before":"66c29b973b3b10278bd39f4e26b08522a379c2c9","after":"93f0a9a91f58c9b2153868f458402155fb6265bb","ref":"refs/heads/stable","pushedAt":"2024-05-03T11:08:13.000Z","pushType":"push","commitsCount":414,"pusher":{"login":"flip1995","name":"Philipp Krones","path":"/flip1995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744647?s=80&v=4"},"commit":{"message":"Auto merge of #12431 - flip1995:rustup, r=flip1995\n\nRustup\n\nr? `@ghost`\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12431 - flip1995:rustup, r=flip1995"}},{"before":"93f0a9a91f58c9b2153868f458402155fb6265bb","after":"ca3b393750ee8d870bf3215dcf6509cafa5c0445","ref":"refs/heads/beta","pushedAt":"2024-05-03T11:06:47.000Z","pushType":"push","commitsCount":354,"pusher":{"login":"flip1995","name":"Philipp Krones","path":"/flip1995","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9744647?s=80&v=4"},"commit":{"message":"Auto merge of #12690 - flip1995:rustup, r=flip1995\n\nRustup\n\nr? `@ghost`\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #12690 - flip1995:rustup, r=flip1995"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAER7BUEgA","startCursor":null,"endCursor":null}},"title":"Activity · rust-lang/rust-clippy"}