{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":748218656,"defaultBranch":"master","name":"rust-analyzer","ownerLogin":"ShoyuVanilla","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-01-25T14:23:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10542892?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1721693747.0","currentOid":""},"activityList":{"items":[{"before":"c29bac1cdf5b04883aa48236cf86d3490b905589","after":"b2e3cec51ef230ba1b4b36b6d4e5b9dc62ab19bb","ref":"refs/heads/master","pushedAt":"2024-07-23T12:59:24.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17675 - PaulDotSH:remove-lens-force-custom-commands-config, r=lnicola\n\nRemove lens.forceCustomCommands config\n\nCloses https://github.com/rust-lang/rust-analyzer/issues/17643\nA very simple PR that removes the lens.forceCustomCommands config feature without side effects.","shortMessageHtmlLink":"Auto merge of rust-lang#17675 - PaulDotSH:remove-lens-force-custom-co…"}},{"before":"b238855892ee5146d6afc42f614ab3b86d24000b","after":null,"ref":"refs/heads/tuple-arg-macro-rest","pushedAt":"2024-07-23T00:15:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":"e88946ace87b9499abf7673de1aad039be8925fc","after":"c29bac1cdf5b04883aa48236cf86d3490b905589","ref":"refs/heads/master","pushedAt":"2024-07-22T08:55:00.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17647 - joshka:jm/rename-commands, r=Veykril\n\nRename rust-analyzer commands\n\nThe commands `editor.action.triggerParameterHints` and\n`editor.action.rename` are now renamed to\n`rust-analyzer.triggerParameterHints` and `rust-analyzer.rename`\n\nThis change helps make it clear that these commands are specific to\nrust-analyzer and not part of the default set of commands provided by\nVSCode.\n\nFixes: https://github.com/rust-lang/rust-analyzer/issues/17644\n\nNote: This seems like it will be a breaking change for any RA client that previously reacted to `editor.action.triggerParameterHints` - naive search: https://github.com/search?q=editor.action.triggerParameterHints+AND+%28NOT+is%3Afork%29+rust-analyzer&type=code","shortMessageHtmlLink":"Auto merge of rust-lang#17647 - joshka:jm/rename-commands, r=Veykril"}},{"before":"062822ce91df99fcf0edbf4917fe524f77740688","after":"e88946ace87b9499abf7673de1aad039be8925fc","ref":"refs/heads/master","pushedAt":"2024-07-21T11:35:42.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17655 - Veykril:std-find-path, r=Veykril\n\nMore `find_path` improvements","shortMessageHtmlLink":"Auto merge of rust-lang#17655 - Veykril:std-find-path, r=Veykril"}},{"before":"6e728df43af632996f3f1d786934476b0b2a6412","after":null,"ref":"refs/heads/issue-17585","pushedAt":"2024-07-20T18:23:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":null,"after":"6e728df43af632996f3f1d786934476b0b2a6412","ref":"refs/heads/issue-17585","pushedAt":"2024-07-20T17:42:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"fix: Panic in debug profile for tuple deconstruct with arity mismatch","shortMessageHtmlLink":"fix: Panic in debug profile for tuple deconstruct with arity mismatch"}},{"before":"e9afba57a5a8780285f530172e3ceea1f9c7eff7","after":"062822ce91df99fcf0edbf4917fe524f77740688","ref":"refs/heads/master","pushedAt":"2024-07-20T07:42:16.000Z","pushType":"push","commitsCount":127,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17641 - nyurik:optimize-refs, r=Veykril\n\nAvoid ref when using format! in compiler\n\nClean up a few minor refs in `format!` macro, as it has a performance cost. Apparently the compiler is unable to inline `format!(\"{}\", &variable)`, and does a run-time double-reference instead (format macro already does one level referencing). Inlining format args prevents accidental `&` misuse.\n\nSee https://github.com/rust-lang/rust-clippy/issues/10851","shortMessageHtmlLink":"Auto merge of rust-lang#17641 - nyurik:optimize-refs, r=Veykril"}},{"before":"ffbc5ad993d5cd2f3b8bcf9a511165470944ab91","after":"e9afba57a5a8780285f530172e3ceea1f9c7eff7","ref":"refs/heads/master","pushedAt":"2024-07-15T04:03:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17594 - anitahammer:patch-1, r=lnicola\n\nminor: Update manual.adoc","shortMessageHtmlLink":"Auto merge of rust-lang#17594 - anitahammer:patch-1, r=lnicola"}},{"before":"322998701417c0407d165823034dee74d51ebfde","after":null,"ref":"refs/heads/fix-closure-kind-infer","pushedAt":"2024-07-12T23:00:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":"13db3c93d334d3caa5b941fd8e20a4a363470bcc","after":null,"ref":"refs/heads/fix-closure-kind","pushedAt":"2024-07-12T23:00:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":"87f930cc1446bec98639b29874c305bf6377f203","after":null,"ref":"refs/heads/fix-necessary-else","pushedAt":"2024-07-12T23:00:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":"cfc38a5d7966c07c21c126d5f948e9d1fd7ac9ce","after":null,"ref":"refs/heads/foobar","pushedAt":"2024-07-12T22:59:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":"86c685c377f9938d414e34757e381f1743e5f344","after":null,"ref":"refs/heads/revert-16669-merge-borrow-kind-unique","pushedAt":"2024-07-12T22:58:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":"f7a66fd94cf176468ff45d2aeb5ac5d1ae922c1e","after":null,"ref":"refs/heads/flyck-log","pushedAt":"2024-07-12T22:57:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":null,"after":"b238855892ee5146d6afc42f614ab3b86d24000b","ref":"refs/heads/tuple-arg-macro-rest","pushedAt":"2024-07-12T22:10:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Allow macro expansions into `RestPat` in tuple args work as ellipsis like plain `RestPat`","shortMessageHtmlLink":"Allow macro expansions into RestPat in tuple args work as ellipsis …"}},{"before":"5577e4e3b1d87eb3a3e45b649ff73e021a10dba5","after":"ffbc5ad993d5cd2f3b8bcf9a511165470944ab91","ref":"refs/heads/master","pushedAt":"2024-07-12T13:54:44.000Z","pushType":"push","commitsCount":79,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17581 - lnicola:sync-from-rust, r=lnicola\n\nminor: Sync from rust","shortMessageHtmlLink":"Auto merge of rust-lang#17581 - lnicola:sync-from-rust, r=lnicola"}},{"before":"f2afcb874e7410121c366ae601660abe327e320b","after":"5577e4e3b1d87eb3a3e45b649ff73e021a10dba5","ref":"refs/heads/master","pushedAt":"2024-07-11T13:05:25.000Z","pushType":"push","commitsCount":55,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17571 - winstxnhdw:bool-to-enum-no-dupe, r=Veykril\n\nfeat: do not add new enum if it already exists\n\n## Summary\n\nThis PR introduces a check for the existence of another enum within the current scope, and if it exist, we skip `add_enum_def`.\n\n## Why?\n\nCurrently, when using the `bool_to_enum` assist more than once, it is possible to add multiple enum definitions. For example, the following snippet,\n\n```rs\n#[derive(PartialEq, Eq)]\nenum Bool {\n True,\n False,\n}\n\nfn main() {\n let a = Bool::True;\n let b = true;\n println!(\"Hello, world!\");\n}\n```\n\nwill be transformed into,\n\n```rs\n#[derive(PartialEq, Eq)]\nenum Bool {\n True,\n False,\n}\n\n#[derive(PartialEq, Eq)]\nenum Bool {\n True,\n False,\n}\n\nfn main() {\n let a = Bool::True;\n let b = Bool::True;\n println!(\"Hello, world!\");\n}\n```\n\nThis can be annoying for users to clean up.","shortMessageHtmlLink":"Auto merge of rust-lang#17571 - winstxnhdw:bool-to-enum-no-dupe, r=Ve…"}},{"before":"cae997e3380363a906588f14c7b4587f39cf09f5","after":"f2afcb874e7410121c366ae601660abe327e320b","ref":"refs/heads/master","pushedAt":"2024-07-05T11:17:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17541 - ShoyuVanilla:nested-impl-traits, r=Veykril\n\nDisallow nested impl traits\n\nFixes #17498\n\nThe above issue is due to formatting self referencing, recursive bound like `Implemented(^0.0: TraitId(0)<[?0 := ^0.0]>)` on the codes like;\n\n```rust\ntrait Foo {}\n\ntrait Bar {}\n\nfn test(foo: impl Foo) { ... }\n```\n\nWhen lowering predicate `impl Foo` in `trait_environment_query`, the outer `impl Foo<...>` is treated as predicates, so the first `TypeRef` that passes the following code is `impl Bar`;\n\nhttps://github.com/rust-lang/rust-analyzer/blob/cae997e3380363a906588f14c7b4587f39cf09f5/crates/hir-ty/src/lower.rs#L376-L400\n\nand thus the `idx` is `0` in the above context.\n\nBut the following code sets `self_ty` as the `BoundVar` with `idx = 0` because the target param id for predicate `impl Foo<...>` is `0` since `impl Foo` is the first generic-like parameter of `fn test`;\n\nhttps://github.com/rust-lang/rust-analyzer/blob/cae997e3380363a906588f14c7b4587f39cf09f5/crates/hir-ty/src/lower.rs#L998-L1025\n\nFor the codes like;\n\n```rust\ntrait Foo {\n type Assoc;\n}\n\ntrait Bar {}\n\nfn test(foo: impl Foo) { ... }\n```\n\nsimilar recursive bound doesn't happen because the following codes ***\"count the number of `impl Trait` things that appear before the target of our `bound`.\"***\n\nhttps://github.com/rust-lang/rust-analyzer/blob/cae997e3380363a906588f14c7b4587f39cf09f5/crates/hir-ty/src/lower.rs#L1168-L1199\n\nInstead of doing similar thing like nested `impl Foo` thing, this PR lowers such nested impl traits into error types in the similar manner as the rustc does in the following lines (and of course, allows lowering and inferencing nested impl traits for the cases that rustc permits);\n\n- https://github.com/rust-lang/rust/blob/e2cf31a6148725bde4ea48acf1e4fe72675257a2/compiler/rustc_ast_passes/src/ast_validation.rs#L802-L813\n- https://github.com/rust-lang/rust/blob/7b21c18fe4de32a7d2faa468e6ef69abff013f85/compiler/rustc_ast_passes/src/ast_validation.rs#L1299-L1314\n\n(Though rustc emits [E0666😈](https://doc.rust-lang.org/error_codes/E0666.html), I skipped diagnostics since gathering diagnostics in `hir-def` has no conventions so far 😅)","shortMessageHtmlLink":"Auto merge of rust-lang#17541 - ShoyuVanilla:nested-impl-traits, r=Ve…"}},{"before":"4bb623decb15a82a053b54c2ee0b8ce0987dc3d8","after":null,"ref":"refs/heads/nested-impl-traits","pushedAt":"2024-07-05T11:16:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":null,"after":"4bb623decb15a82a053b54c2ee0b8ce0987dc3d8","ref":"refs/heads/nested-impl-traits","pushedAt":"2024-07-04T14:32:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Disallow nested impl traits","shortMessageHtmlLink":"Disallow nested impl traits"}},{"before":"4e836c622a7bdab41be8e82733dd9fe40af128b2","after":"cae997e3380363a906588f14c7b4587f39cf09f5","ref":"refs/heads/master","pushedAt":"2024-07-03T14:46:47.000Z","pushType":"push","commitsCount":51,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17536 - Veykril:syntax-diags, r=Veykril\n\nfix: Don't emit semantic diagnostics in files with a lot of syntax errors\n\nThese will only add to the noise when something very unexpected breaks or where parser recovery fails to kick in.","shortMessageHtmlLink":"Auto merge of rust-lang#17536 - Veykril:syntax-diags, r=Veykril"}},{"before":"7e9da2d67d6a0a46342371d72b63783794374a07","after":null,"ref":"refs/heads/issue-17199","pushedAt":"2024-06-28T15:16:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"}},{"before":null,"after":"7e9da2d67d6a0a46342371d72b63783794374a07","ref":"refs/heads/issue-17199","pushedAt":"2024-06-27T14:52:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Use proper `ImplTraits` in `insert_inference_vars_for_impl_trait`","shortMessageHtmlLink":"Use proper ImplTraits in insert_inference_vars_for_impl_trait"}},{"before":"7b11fdeb681c12002861b9804a388efde81c9647","after":"4e836c622a7bdab41be8e82733dd9fe40af128b2","ref":"refs/heads/master","pushedAt":"2024-06-27T13:22:07.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17501 - rust-lang:triagebot, r=Veykril\n\nAllow non org members to assign area labels","shortMessageHtmlLink":"Auto merge of rust-lang#17501 - rust-lang:triagebot, r=Veykril"}},{"before":null,"after":"2f5fec0424f07056864d991f939f5925813ab95a","ref":"refs/heads/issue-17031","pushedAt":"2024-06-25T11:07:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Also inspect named consts for method resolution DefMap collecting","shortMessageHtmlLink":"Also inspect named consts for method resolution DefMap collecting"}},{"before":"1179c3ee83eb72508049c78d06c06057c21885a3","after":"7b11fdeb681c12002861b9804a388efde81c9647","ref":"refs/heads/master","pushedAt":"2024-06-25T10:50:44.000Z","pushType":"push","commitsCount":2284,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17489 - Veykril:tt-iter, r=Veykril\n\nminro: move tt-iter into tt crate","shortMessageHtmlLink":"Auto merge of rust-lang#17489 - Veykril:tt-iter, r=Veykril"}},{"before":"a5feb4f05f09adca661c869b1bf2324898cbaa43","after":"1179c3ee83eb72508049c78d06c06057c21885a3","ref":"refs/heads/master","pushedAt":"2024-04-16T08:28:03.000Z","pushType":"push","commitsCount":62,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #16639 - alibektas:13529/config_restruct, r=Veykril\n\ninternal : redesign rust-analyzer::config\n\nThis PR aims to cover the infrastructural requirements for the `rust-analyzer.toml` ( #13529 ) issue. This means, that\n\n1. We no longer have a single config base. The once single `ConfigData` has been divided into 4 : A tree of `.ratoml` files, a set of configs coming from the client ( this is what was called before the `CrateData` except that now values do not default to anything when they are not defined) , a set of configs that will reflect what the contents of a `ratoml` file defined in user's config directory ( e.g `~/.config/rust-analyzer/.rust-analyzer.toml` and finally a tree root that is populated by default values only.\n2. Configs have also been divided into 3 different blocks : `global` , `local` , `client`. The current status of a config may change until #13529 got merged.\n\nOnce again many thanks to `@cormacrelf` for doing all the serde work.","shortMessageHtmlLink":"Auto merge of rust-lang#16639 - alibektas:13529/config_restruct, r=Ve…"}},{"before":"7a8374c162c64c17e865b98aad282d16b16e96d6","after":"a5feb4f05f09adca661c869b1bf2324898cbaa43","ref":"refs/heads/master","pushedAt":"2024-04-10T08:48:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17034 - ColinKinloch:flatpak_sdk_rust_enable, r=lnicola\n\nDocument enabling the flatpak rust SDK extension\n\nJust having `org.freedesktop.Sdk.Extension.rust-stable` and `org.freedesktop.Sdk.Extension.llvm15` installed is not enough.\n`/usr/lib/sdk/rust-stable/bin` at least needs to be added to the `PATH`.\n\nIn the case of VSCodium [ide-flatpak-wrapper](https://github.com/noonsleeper/ide-flatpak-wrapper) in included to do this.","shortMessageHtmlLink":"Auto merge of rust-lang#17034 - ColinKinloch:flatpak_sdk_rust_enable,…"}},{"before":null,"after":"f7a66fd94cf176468ff45d2aeb5ac5d1ae922c1e","ref":"refs/heads/flyck-log","pushedAt":"2024-04-08T16:21:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Log flycheck errors","shortMessageHtmlLink":"Log flycheck errors"}},{"before":"d9c29afaee6cb26044b5a605e0073fcabb2e9722","after":"7a8374c162c64c17e865b98aad282d16b16e96d6","ref":"refs/heads/master","pushedAt":"2024-04-08T15:43:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ShoyuVanilla","name":"Shoyu Vanilla","path":"/ShoyuVanilla","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10542892?s=80&v=4"},"commit":{"message":"Auto merge of #17029 - lnicola:revert-jemalloc, r=lnicola\n\nRevert \"Use jemalloc for releases\"\n\nThis reverts commit 692c41e5937d821a30045990c11573ddb66bbccd: https://github.com/rust-lang/rust-analyzer/actions/runs/8592641551/job/23542950551.","shortMessageHtmlLink":"Auto merge of rust-lang#17029 - lnicola:revert-jemalloc, r=lnicola"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEhtx-1gA","startCursor":null,"endCursor":null}},"title":"Activity · ShoyuVanilla/rust-analyzer"}