{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":428452924,"defaultBranch":"master","name":"rust","ownerLogin":"compiler-errors","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-15T23:27:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3674314?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725982881.0","currentOid":""},"activityList":{"items":[{"before":"5fe639c8563acaa977bfea37809426c184e9b068","after":"5b07148695a1361d56460b7477af8800012771a5","ref":"refs/heads/foreign-synthetic-body","pushedAt":"2024-09-10T18:16:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Record synthetic MIR bodies in mir_keys","shortMessageHtmlLink":"Record synthetic MIR bodies in mir_keys"}},{"before":null,"after":"5fe639c8563acaa977bfea37809426c184e9b068","ref":"refs/heads/foreign-synthetic-body","pushedAt":"2024-09-10T15:41:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Record synthetic MIR bodies in mir_keys","shortMessageHtmlLink":"Record synthetic MIR bodies in mir_keys"}},{"before":"e4107ba88214244936102a268b899f0fd533ddbc","after":"5cf117ed0514af068a6e0e42f732dd93ff5e90dc","ref":"refs/heads/by-move","pushedAt":"2024-09-10T14:56:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Don't call closure_by_move_body_def_id on FnOnce async closures in MIR validation","shortMessageHtmlLink":"Don't call closure_by_move_body_def_id on FnOnce async closures in MI…"}},{"before":null,"after":"e4107ba88214244936102a268b899f0fd533ddbc","ref":"refs/heads/by-move","pushedAt":"2024-09-10T14:36:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Don't call closure_by_move_body_def_id on FnOnce async closures in MIR validation","shortMessageHtmlLink":"Don't call closure_by_move_body_def_id on FnOnce async closures in MI…"}},{"before":"863cdf116d193b9a033de09fa2ec675a3ac59932","after":"bce7c4b70e75e06058ddaa14bc85b3a47b5e5306","ref":"refs/heads/by-move-body-err","pushedAt":"2024-09-07T11:50:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Don't build by-move body when async closure is tainted","shortMessageHtmlLink":"Don't build by-move body when async closure is tainted"}},{"before":"8dfcc125b007960353a5829261f5c7e2f9b3e92d","after":"29f31c58e9428ee6ad6c2faf2c391eea782f020d","ref":"refs/heads/foreign-fn-types","pushedAt":"2024-09-07T11:38:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Don't call fn_arg_names for non-fn in resolver","shortMessageHtmlLink":"Don't call fn_arg_names for non-fn in resolver"}},{"before":"9936179769189073048b833260d7f7357150cfb9","after":"b09b7da0103cb3cdef3387cb8c3b14e582efca4b","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #130054 - cuishuang:master, r=chenyukang\n\nAdd missing quotation marks","shortMessageHtmlLink":"Rollup merge of rust-lang#130054 - cuishuang:master, r=chenyukang"}},{"before":"bc2244f027507c975f55a83a3a31466e3a92231e","after":"9936179769189073048b833260d7f7357150cfb9","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129987 - compiler-errors:capture-place-region, r=davidtwco\n\nDon't store region in `CapturedPlace`\n\nIt's not necessary anymore, since we erase all regions in writeback anyways.","shortMessageHtmlLink":"Rollup merge of rust-lang#129987 - compiler-errors:capture-place-regi…"}},{"before":"d6a42983e57766546db519dcd8859ba75d4eef62","after":"bc2244f027507c975f55a83a3a31466e3a92231e","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129940 - liushuyu:s390x-target-features, r=RalfJung\n\ns390x: Fix a regression related to backchain feature\n\nIn #127506, we introduced a new IBM Z-specific target feature, `backchain`.\n\nThis particular `target-feature` was available as a function-level attribute in LLVM 17 and below, so some hacks were used to avoid blowing up LLVM when querying the supported LLVM features.\n\nThis led to an unfortunate regression where `cfg!(target-feature = \"backchain\")` will always return true.\n\nThis pull request aims to fix this issue, and a test has been introduced to ensure it will never happen again.\n\nFixes #129927.\n\nr? `@RalfJung`","shortMessageHtmlLink":"Rollup merge of rust-lang#129940 - liushuyu:s390x-target-features, r=…"}},{"before":"6dd07e4e26411d34f9102d685f2634d47a9429d2","after":"d6a42983e57766546db519dcd8859ba75d4eef62","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:22.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang\n\nAdd Suggestions for Misspelled Keywords\n\nFixes #97793\n\nThis PR detects misspelled keywords using two heuristics:\n\n1. Lowercasing the unexpected identifier.\n2. Using edit distance to find a keyword similar to the unexpected identifier.\n\nHowever, it does not detect each and every misspelled keyword to\nminimize false positives and ambiguities. More details about the\nimplementation can be found in the comments.","shortMessageHtmlLink":"Rollup merge of rust-lang#129899 - veera-sivarajan:fix-97793-pr-final…"}},{"before":"41a20dcb87bc2ccc52eae13f6c2c2248fea1c0d1","after":"6dd07e4e26411d34f9102d685f2634d47a9429d2","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:21.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129891 - nikic:naked-no-san, r=jackh726\n\nDo not request sanitizers for naked functions\n\nNaked functions can only contain inline asm, so any instrumentation inserted by sanitizers is illegal. Don't request it.\n\nFixes https://github.com/rust-lang/rust/issues/129224.","shortMessageHtmlLink":"Rollup merge of rust-lang#129891 - nikic:naked-no-san, r=jackh726"}},{"before":"040be55550d00f10ee81066b422e4ed5de9c63bd","after":"41a20dcb87bc2ccc52eae13f6c2c2248fea1c0d1","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=cjgillot\n\nImplement suggestions for `elided_named_lifetimes`\n\nA follow-up to #129207, as per https://github.com/rust-lang/rust/pull/129207#issuecomment-2308992849.\n\nr? cjgillot\n\nI will probably squash this a bit, but later.\n\n`@rustbot` label +A-lint","shortMessageHtmlLink":"Rollup merge of rust-lang#129840 - GrigorenkoPV:elided-named-lifetime…"}},{"before":"adcee23a95ebc7c57edb303a8829d4fb53c6f93d","after":"040be55550d00f10ee81066b422e4ed5de9c63bd","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129614 - rawler:patch-1, r=tgross35\n\nAdjust doc comment of Condvar::wait_while\n\nThe existing phrasing implies that a notification must be received for `wait_while` to return. The phrasing is changed to make no such implication.","shortMessageHtmlLink":"Rollup merge of rust-lang#129614 - rawler:patch-1, r=tgross35"}},{"before":"5a2ebb58c4cbad81837e0830f4dd1df4fd410c50","after":"adcee23a95ebc7c57edb303a8829d4fb53c6f93d","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #129468 - Rajveer100:hack-to-avoid-function-merging, r=Mark-Simulacrum\n\n[testsuite][cleanup] Remove all usages of `dont_merge` hack to avoid function merging\n\nResolves #129438\n\nThe `-Zmerge-functions=disabled` compile flag exists for this purpose.","shortMessageHtmlLink":"Rollup merge of rust-lang#129468 - Rajveer100:hack-to-avoid-function-…"}},{"before":"9afe7136958edaa403f0b0eb00f0353c125b7352","after":"5a2ebb58c4cbad81837e0830f4dd1df4fd410c50","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Rollup merge of #128871 - onur-ozkan:128180, r=Kobzol\n\nbypass linker configuration and cross target check for specific commands\n\nAvoids configuring the linker and checking cross-target-specific tools unless necessary.\n\nResolves #128180\n\ncc `@ChrisDenton`","shortMessageHtmlLink":"Rollup merge of rust-lang#128871 - onur-ozkan:128180, r=Kobzol"}},{"before":null,"after":"9afe7136958edaa403f0b0eb00f0353c125b7352","ref":"refs/heads/rollup-sq6l0va","pushedAt":"2024-09-07T11:21:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov\n\nApple: Refactor deployment target version parsing\n\nRefactor deployment target parsing to make it easier to do https://github.com/rust-lang/rust/pull/129342 (I wanted to make sure of all the places that `std::env::var` is called).\n\nSpecifically, my goal was to minimize the amount of target-specific configuration, so to that end I renamed the `opts` function that generates the `TargetOptions` to `base`, and made it return the LLVM target and `target_arch` too. In the future, I would like to move even more out of the target files and into `spec::apple`, as it makes it easier for me to maintain.\n\nFor example, this fixed a bug in `aarch64-apple-watchos`, which wasn't passing the deployment target as part of the LLVM triple. This (probably) fixes https://github.com/rust-lang/rust/issues/123582 and fixes https://github.com/rust-lang/rust/issues/107630.\n\nWe also now parse the patch version of deployment targets, allowing the user to specify e.g. `MACOSX_DEPLOYMENT_TARGET=10.12.6`.\n\nFinally, this fixes the LLVM target name for visionOS, it should be `*-apple-xros` and not `*-apple-visionos`.\n\nSince I have changed all the Apple targets here, I smoke-tested my changes by running the following:\n```console\n# Build each target\n./x build library --target=\"aarch64-apple-darwin,aarch64-apple-ios,aarch64-apple-ios-macabi,aarch64-apple-ios-sim,aarch64-apple-tvos,aarch64-apple-tvos-sim,aarch64-apple-visionos,aarch64-apple-visionos-sim,aarch64-apple-watchos,aarch64-apple-watchos-sim,arm64_32-apple-watchos,arm64e-apple-ios,armv7k-apple-watchos,armv7s-apple-ios,i386-apple-ios,x86_64-apple-darwin,x86_64-apple-ios,x86_64-apple-ios-macabi,x86_64-apple-tvos,x86_64-apple-watchos-sim,x86_64h-apple-darwin\"\n\n# Test that we can still at least link basic projects\ncargo new foobar && cd foobar && cargo +stage1 build --target=aarch64-apple-darwin --target=aarch64-apple-ios --target=aarch64-apple-ios-macabi --target=aarch64-apple-ios-sim --target=aarch64-apple-tvos --target=aarch64-apple-tvos-sim --target=aarch64-apple-visionos --target=aarch64-apple-visionos-sim --target=aarch64-apple-watchos --target=aarch64-apple-watchos-sim --target=arm64_32-apple-watchos --target=armv7s-apple-ios --target=i386-apple-ios --target=x86_64-apple-darwin --target=x86_64-apple-ios --target=x86_64-apple-ios-macabi --target=x86_64-apple-tvos --target=x86_64-apple-watchos-sim --target=x86_64h-apple-darwin\n```\n\nI couldn't build for the `arm64e-apple-darwin` target, the `armv7k-apple-watchos` and `arm64e-apple-ios` targets failed to link, and I know that the `i686-apple-darwin` target requires a bit of setup, but all of this is as it was before this PR.\n\nr? thomcc\n\nCC `@BlackHoleFox`\n\nI would recommend using `rollup=never` when merging this, in case we need to bisect this later.","shortMessageHtmlLink":"Auto merge of rust-lang#129341 - madsmtm:refactor-deployment-target, …"}},{"before":null,"after":"8dfcc125b007960353a5829261f5c7e2f9b3e92d","ref":"refs/heads/foreign-fn-types","pushedAt":"2024-09-06T15:56:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Don't call fn_arg_names for non-fn in resolver","shortMessageHtmlLink":"Don't call fn_arg_names for non-fn in resolver"}},{"before":"26ae1b3cb950aeb170be76e99498668bcb3909bf","after":"a0179f516f90d44b9fb866614cb1c7649de5f138","ref":"refs/heads/raw-ref-op-doesnt-diverge-but-more","pushedAt":"2024-09-06T15:50:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Be far more strict about what we consider to be a read of never","shortMessageHtmlLink":"Be far more strict about what we consider to be a read of never"}},{"before":"12bca5b1d125ef3a051e1742a1c93a34e85bc73f","after":"26ae1b3cb950aeb170be76e99498668bcb3909bf","ref":"refs/heads/raw-ref-op-doesnt-diverge-but-more","pushedAt":"2024-09-06T15:27:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Be far more strict about what we consider to be a read of never","shortMessageHtmlLink":"Be far more strict about what we consider to be a read of never"}},{"before":"8567b595bb02ff311b59f3a9bb5e7d7cbfc88669","after":"b6a86bee87a8f54e132bb276fadc738c1afc1ef6","ref":"refs/heads/raw-lifetimes","pushedAt":"2024-09-06T14:33:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Fix tools","shortMessageHtmlLink":"Fix tools"}},{"before":"0f9427f708b55b0525de285d921beee981b6adcf","after":"12bca5b1d125ef3a051e1742a1c93a34e85bc73f","ref":"refs/heads/raw-ref-op-doesnt-diverge-but-more","pushedAt":"2024-09-06T14:26:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Be far more strict about what we consider to be a read of never","shortMessageHtmlLink":"Be far more strict about what we consider to be a read of never"}},{"before":"3203f62bc23cab5083b05e24fa082dae2d7aa5cb","after":"0f9427f708b55b0525de285d921beee981b6adcf","ref":"refs/heads/raw-ref-op-doesnt-diverge-but-more","pushedAt":"2024-09-05T19:49:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Be more thorough in expr_constitutes_read","shortMessageHtmlLink":"Be more thorough in expr_constitutes_read"}},{"before":"2c144b19d2eb2f6cde60c37d13ea40cd9e31f612","after":"3203f62bc23cab5083b05e24fa082dae2d7aa5cb","ref":"refs/heads/raw-ref-op-doesnt-diverge-but-more","pushedAt":"2024-09-05T13:44:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Be more thorough in expr_constitutes_read","shortMessageHtmlLink":"Be more thorough in expr_constitutes_read"}},{"before":null,"after":"e04ede46bb172c0723c243b97720af18a1959de9","ref":"refs/heads/capture-place-region","pushedAt":"2024-09-05T12:43:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Don't store region in CapturedPlace","shortMessageHtmlLink":"Don't store region in CapturedPlace"}},{"before":"9bb136babfd466ef1603a6c308329a4609511a78","after":"2c144b19d2eb2f6cde60c37d13ea40cd9e31f612","ref":"refs/heads/raw-ref-op-doesnt-diverge-but-more","pushedAt":"2024-09-05T12:05:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Document things a bit more carefully, also account for coercion in check_expr_has_type_or_error","shortMessageHtmlLink":"Document things a bit more carefully, also account for coercion in ch…"}},{"before":"6a253485f2d98eaf62cc8cf0a1a7e6dad20f6f19","after":"8567b595bb02ff311b59f3a9bb5e7d7cbfc88669","ref":"refs/heads/raw-lifetimes","pushedAt":"2024-09-05T11:17:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Fix tools","shortMessageHtmlLink":"Fix tools"}},{"before":"6729b8de8ffab51d438c61e25abab9bfe3f8185f","after":"67804c57e7a53b96d79b49bf6e356e3ade4d943d","ref":"refs/heads/ptr-cast-outlives","pushedAt":"2024-09-05T10:37:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Adjust tests","shortMessageHtmlLink":"Adjust tests"}},{"before":"96da3ab0429a767e5b9283680a2d46ed1a5bc0d0","after":"6729b8de8ffab51d438c61e25abab9bfe3f8185f","ref":"refs/heads/ptr-cast-outlives","pushedAt":"2024-09-05T10:36:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Adjust tests","shortMessageHtmlLink":"Adjust tests"}},{"before":"f29b8187446cb6344056fee5da0c3f417144cd89","after":"c1d041036e73ba514ca5fa1a8d2778ded416d3aa","ref":"refs/heads/contra","pushedAt":"2024-09-05T10:35:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Review comments","shortMessageHtmlLink":"Review comments"}},{"before":"29a2b17fc981851eb54369fb18b3131a0822700c","after":"6a253485f2d98eaf62cc8cf0a1a7e6dad20f6f19","ref":"refs/heads/raw-lifetimes","pushedAt":"2024-09-05T10:21:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"compiler-errors","name":"Michael Goulet","path":"/compiler-errors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3674314?s=80&v=4"},"commit":{"message":"Fix tools","shortMessageHtmlLink":"Fix tools"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsmOY1AA","startCursor":null,"endCursor":null}},"title":"Activity · compiler-errors/rust"}