{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":345709931,"defaultBranch":"master","name":"rust","ownerLogin":"fmease","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-03-08T15:53:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14913065?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726339713.0","currentOid":""},"activityList":{"items":[{"before":"2b40fdbb28009e8f23f34169c6f5579a037eaec5","after":null,"ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T18:48:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"}},{"before":"d1701a53340a6dc65a777d0564163522f84bdcbe","after":"2b40fdbb28009e8f23f34169c6f5579a037eaec5","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:14.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Rollup merge of #130349 - ShE3py:break_up_float, r=fmease\n\nFix `Parser::break_up_float`'s right span\n\n```rs\nuse std::mem::offset_of;\n\nfn main() {\n offset_of!((u8,), 0.0);\n}\n```\nBefore:\n```\nerror[E0609]: no field `0` on type `u8`\n --> ./main.rs:4:25\n |\n4 | offset_of!((u8,), 0.0);\n | _____--------------------^-\n | | |\n | | in this macro invocation\n5 | | }\n... |\n |\n = note: this error originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info)\n\nerror: aborting due to 1 previous error\n```\nAfter:\n```\nerror[E0609]: no field `0` on type `u8`\n --> ./main.rs:4:25\n |\n4 | offset_of!((u8,), 0.0);\n | ^\n\nerror: aborting due to 1 previous error\n```\n\n---\n`@rustbot` label +A-parser +D-imprecise-spans","shortMessageHtmlLink":"Rollup merge of rust-lang#130349 - ShE3py:break_up_float, r=fmease"}},{"before":"03e8b6bbfa1c098eb125ee192a012bcab4083c9b","after":"d1701a53340a6dc65a777d0564163522f84bdcbe","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Rollup merge of #130343 - Fayti1703:patch-correct-async-block-lint-doc, r=compiler-errors\n\ndocs: Enable required feature for 'closure_returning_async_block' lint\n\nFailing to do this results in the lint example output complaining about the lint not existing instead of the thing the lint is supposed to be complaining about.\n\nSee :\n![image](https://github.com/user-attachments/assets/78bae16f-3fb6-4d6d-b8aa-768b477cd187)","shortMessageHtmlLink":"Rollup merge of rust-lang#130343 - Fayti1703:patch-correct-async-bloc…"}},{"before":"f87336724376b4038cf4faf7fcf08d5aa7813432","after":"03e8b6bbfa1c098eb125ee192a012bcab4083c9b","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:13.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnr\n\nLifetime cleanups\n\nThe last commit is very opinionated, let's see how we go.\n\nr? `@oli-obk`","shortMessageHtmlLink":"Rollup merge of rust-lang#130294 - nnethercote:more-lifetimes, r=lcnr"}},{"before":"a9dcd7f25da53adf368293c47494b4819e426a35","after":"f87336724376b4038cf4faf7fcf08d5aa7813432","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Rollup merge of #130290 - passcod:stabilise-entry-insert, r=ChrisDenton\n\nStabilize entry_insert\n\nThis stabilises `HashMap::Entry::insert_entry`, following the FCP in tracking issue #65225.\n\nThis was implemented in #64656 five years ago.","shortMessageHtmlLink":"Rollup merge of rust-lang#130290 - passcod:stabilise-entry-insert, r=…"}},{"before":"2b12b574efc6ad155c59447e2a5feb3084a51f89","after":"a9dcd7f25da53adf368293c47494b4819e426a35","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors\n\nsimd_shuffle: require index argument to be a vector\n\nRemove some codegen hacks by forcing the SIMD shuffle `index` argument to be a vector, which means (thanks to https://github.com/rust-lang/rust/pull/128537) that it will automatically be passed as an immediate in LLVM. The only special-casing we still have is for the extra sanity-checks we add that ensure that the indices are all in-bounds. (And the GCC backend needs to do a bunch of work since the Rust intrinsic is modeled after what LLVM expects, which seems to be quite different from what GCC expects.)\n\nFixes https://github.com/rust-lang/rust/issues/128738, see that issue for more context.","shortMessageHtmlLink":"Rollup merge of rust-lang#130268 - RalfJung:simd-shuffle-idx-vector, …"}},{"before":"02b1be16c65e5716ade771afde7116ebdfbf9b4a","after":"2b12b574efc6ad155c59447e2a5feb3084a51f89","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Rollup merge of #130017 - Zalathar:executor, r=Mark-Simulacrum\n\ncoverage: Extract `executor::block_on` from several async coverage tests\n\nBy moving `block_on` to an auxiliary crate, we avoid having to keep a separate copy of it in every async test.","shortMessageHtmlLink":"Rollup merge of rust-lang#130017 - Zalathar:executor, r=Mark-Simulacrum"}},{"before":null,"after":"02b1be16c65e5716ade771afde7116ebdfbf9b4a","ref":"refs/heads/rollup-j3ej4q0","pushedAt":"2024-09-14T16:12:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Auto merge of #130348 - Zalathar:rollup-5d0b7a9, r=Zalathar\n\nRollup of 4 pull requests\n\nSuccessful merges:\n\n - #130053 (fix doc comments for Peekable::next_if(_eq))\n - #130267 (small_data_threshold.rs: Adapt to LLVM head changes)\n - #130311 ((fix) conflicting negative impl marker)\n - #130334 (Fix `SDKROOT` ignore on macOS)\n\nr? `@ghost`\n`@rustbot` modify labels: rollup","shortMessageHtmlLink":"Auto merge of rust-lang#130348 - Zalathar:rollup-5d0b7a9, r=Zalathar"}},{"before":"d169eee7d10d5a7fed3173e366508bbc23e2c5c1","after":"29a5379353de319cfea63e7a6637c8713c4b02a5","ref":"refs/heads/fix-crate_name-validation","pushedAt":"2024-09-13T04:40:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Reject macro calls inside of `#![crate_name]`","shortMessageHtmlLink":"Reject macro calls inside of #![crate_name]"}},{"before":null,"after":"6d61dfd2e48d4f183ca4bca4aaa60b2e2ffb4fa0","ref":"refs/heads/rustdoc-regression-tests","pushedAt":"2024-09-09T20:37:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"rustdoc: add two regression tests","shortMessageHtmlLink":"rustdoc: add two regression tests"}},{"before":"93b4b2d51cd55177fedf1a38173c7e9576e98d31","after":null,"ref":"refs/heads/fmease-break","pushedAt":"2024-09-06T05:56:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"}},{"before":null,"after":"93b4b2d51cd55177fedf1a38173c7e9576e98d31","ref":"refs/heads/fmease-break","pushedAt":"2024-09-04T09:45:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Temporarily remove fmease from the review rotation","shortMessageHtmlLink":"Temporarily remove fmease from the review rotation"}},{"before":null,"after":"8bfcd86acbecdac23e6236f6ab0e1732448d4f8f","ref":"refs/heads/obj-lt-def-gat","pushedAt":"2024-08-25T02:48:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Properly deduce the object lifetime default in GAT paths","shortMessageHtmlLink":"Properly deduce the object lifetime default in GAT paths"}},{"before":"080c2ca2dcdf38f9337f0aedaa166ec6fbebd681","after":null,"ref":"refs/heads/pp-dyn-w-gat","pushedAt":"2024-08-22T14:12:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"}},{"before":"43063eb1d428b73e90b282c10b84ce8b908b8a47","after":"080c2ca2dcdf38f9337f0aedaa166ec6fbebd681","ref":"refs/heads/pp-dyn-w-gat","pushedAt":"2024-08-22T04:22:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Pretty-print own args of existential projections","shortMessageHtmlLink":"Pretty-print own args of existential projections"}},{"before":"4cdaa97422a344047ddef851188ee5c8209e8fee","after":"43063eb1d428b73e90b282c10b84ce8b908b8a47","ref":"refs/heads/pp-dyn-w-gat","pushedAt":"2024-08-22T04:21:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Pretty-print own args of existential projections","shortMessageHtmlLink":"Pretty-print own args of existential projections"}},{"before":"6766f1b8d1a79e2febf468916914babdaf9f85ab","after":"4cdaa97422a344047ddef851188ee5c8209e8fee","ref":"refs/heads/pp-dyn-w-gat","pushedAt":"2024-08-22T04:20:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Pretty-print own args of existential projections","shortMessageHtmlLink":"Pretty-print own args of existential projections"}},{"before":null,"after":"6766f1b8d1a79e2febf468916914babdaf9f85ab","ref":"refs/heads/pp-dyn-w-gat","pushedAt":"2024-08-22T03:31:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Pretty-print own args of existential projections","shortMessageHtmlLink":"Pretty-print own args of existential projections"}},{"before":"d56708a893e06410c9eeee4f0851811ae64e104a","after":"066428522f8b3ff6dc1725acadd967e2e959c116","ref":"refs/heads/consec-shorthand-proj","pushedAt":"2024-08-15T14:20:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"[PoC] Track type-dependent defs in ItemCtxts (minimally)","shortMessageHtmlLink":"[PoC] Track type-dependent defs in ItemCtxts (minimally)"}},{"before":"18b8f6b7e5e618699c06c25346ad5cee6724c896","after":"e1e31802d687cebd338938403e222527d32c3722","ref":"refs/heads/rustdoc-synth-blanket-ocx-next","pushedAt":"2024-08-15T11:16:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"rustdoc: use the next solver for blanket impl synthesis","shortMessageHtmlLink":"rustdoc: use the next solver for blanket impl synthesis"}},{"before":"737b8acab2dcabd56af6ef3d3dbba78dfeac0ddb","after":"18b8f6b7e5e618699c06c25346ad5cee6724c896","ref":"refs/heads/rustdoc-synth-blanket-ocx-next","pushedAt":"2024-08-15T11:03:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"rustdoc: use the next solver for blanket impl synthesis","shortMessageHtmlLink":"rustdoc: use the next solver for blanket impl synthesis"}},{"before":"c4c518d2d496774ecc7a368e826480d1928ed1ab","after":null,"ref":"refs/heads/use-more-slice-pats","pushedAt":"2024-08-11T12:08:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"}},{"before":"a3e3ecaae016d2a42566a71174d021e5e9b70cc2","after":"c4c518d2d496774ecc7a368e826480d1928ed1ab","ref":"refs/heads/use-more-slice-pats","pushedAt":"2024-08-07T11:38:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Use more slice patterns inside the compiler","shortMessageHtmlLink":"Use more slice patterns inside the compiler"}},{"before":"b6070a05a97025a8239a75b7f12fc9958c78ab6c","after":"a3e3ecaae016d2a42566a71174d021e5e9b70cc2","ref":"refs/heads/use-more-slice-pats","pushedAt":"2024-08-07T10:54:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Use more slice patterns inside the compiler","shortMessageHtmlLink":"Use more slice patterns inside the compiler"}},{"before":"8868f916763b0dce59d46f8862d5f33a4bd872c2","after":"b6070a05a97025a8239a75b7f12fc9958c78ab6c","ref":"refs/heads/use-more-slice-pats","pushedAt":"2024-08-07T10:29:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Use more slice patterns inside the compiler","shortMessageHtmlLink":"Use more slice patterns inside the compiler"}},{"before":"0257ce3da503dcc559f43b05feb1122f0594c3ae","after":"8868f916763b0dce59d46f8862d5f33a4bd872c2","ref":"refs/heads/use-more-slice-pats","pushedAt":"2024-08-07T01:47:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Use more slice patterns inside the compiler","shortMessageHtmlLink":"Use more slice patterns inside the compiler"}},{"before":null,"after":"0257ce3da503dcc559f43b05feb1122f0594c3ae","ref":"refs/heads/use-more-slice-pats","pushedAt":"2024-08-07T01:10:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"Use more slice patterns inside the compiler","shortMessageHtmlLink":"Use more slice patterns inside the compiler"}},{"before":null,"after":"c8c92f18d97080086cf7a666b310a9411c3d2953","ref":"refs/heads/rustdoc-rewrite-pred-clean","pushedAt":"2024-08-06T16:15:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"empty","shortMessageHtmlLink":"empty"}},{"before":"c8c92f18d97080086cf7a666b310a9411c3d2953","after":null,"ref":"refs/heads/rustdoc-rewrite-pred-clean","pushedAt":"2024-08-06T16:14:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"}},{"before":"20cec983935e1b084dccd12280568d26d155a10d","after":"c8c92f18d97080086cf7a666b310a9411c3d2953","ref":"refs/heads/rustdoc-rewrite-pred-clean","pushedAt":"2024-08-06T16:14:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fmease","name":"León Orell Valerian Liehr","path":"/fmease","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14913065?s=80&v=4"},"commit":{"message":"empty","shortMessageHtmlLink":"empty"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNFQxODo0ODozMy4wMDAwMDBazwAAAAS2W5xp","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNFQxODo0ODozMy4wMDAwMDBazwAAAAS2W5xp","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNlQxNjoxNDoyNS4wMDAwMDBazwAAAASTThMV"}},"title":"Activity · fmease/rust"}