{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":550209648,"defaultBranch":"master","name":"rust","ownerLogin":"onur-ozkan","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-10-12T11:31:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39852038?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716751503.0","currentOid":""},"activityList":{"items":[{"before":"0c52219a502fdedf6fa607e2283359c3bfc49e6d","after":"ff4e62e05917e4d06d206c69247ffb620f116e0a","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-26T20:24:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"unify llvm and rustc commit finding logic\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"unify llvm and rustc commit finding logic"}},{"before":"92393cb32ec3ff13d94634e00944c116ac57f5d6","after":"0c52219a502fdedf6fa607e2283359c3bfc49e6d","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-26T19:58:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"use `git merge-base` for `rustc.download-ci`\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"use git merge-base for rustc.download-ci"}},{"before":"ce10f63496255a374450a43ac1b3955c597e90bc","after":"92393cb32ec3ff13d94634e00944c116ac57f5d6","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-26T19:29:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"use if-unchanged only when ci rustc is available\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"use if-unchanged only when ci rustc is available"}},{"before":null,"after":"c9a856e87e9609be2ffc1b57235f4f57149553b4","ref":"refs/heads/is-ci-rustc-available","pushedAt":"2024-05-26T19:25:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"p.o.c\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"p.o.c"}},{"before":"56dddd4c7e53d6b40293e31426f7925a7663e34e","after":"c76477d9095e89fd62f6a880e90bc84399d19bff","ref":"refs/heads/remove-deprecated-field","pushedAt":"2024-05-25T07:37:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"add change entry\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"add change entry"}},{"before":null,"after":"56dddd4c7e53d6b40293e31426f7925a7663e34e","ref":"refs/heads/remove-deprecated-field","pushedAt":"2024-05-25T07:36:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"Remove deprecated field `dist.missing-tools`\n\nIt's been 5 months since this field was deprecated.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"Remove deprecated field dist.missing-tools"}},{"before":"b54dd08a84f3c07efbc2aaf63c3df219ae680a03","after":"21e6de7eb64c09102de3f100420a09edc1a2a8d7","ref":"refs/heads/master","pushedAt":"2024-05-25T07:15:33.000Z","pushType":"push","commitsCount":213,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov\n\nWarn (or error) when `Self` ctor from outer item is referenced in inner nested item\n\nThis implements a warning `SELF_CONSTRUCTOR_FROM_OUTER_ITEM` when a self constructor from an outer impl is referenced in an inner nested item. This is a proper fix mentioned https://github.com/rust-lang/rust/pull/117246#discussion_r1374648388.\n\nThis warning is additionally bumped to a hard error when the self type references generic parameters, since it's almost always going to ICE, and is basically *never* correct to do.\n\nThis also reverts part of https://github.com/rust-lang/rust/pull/117246, since I believe this is the proper fix and we shouldn't need the helper functions (`opt_param_at`/`opt_type_param`) any longer, since they shouldn't really ever be used in cases where we don't have this problem.","shortMessageHtmlLink":"Auto merge of rust-lang#124187 - compiler-errors:self-ctor, r=petroch…"}},{"before":"52d9f85ea460287ce8ca7a52f7e20301dccfa8d9","after":"480670ead572c9b29709d7aaf7f76d86bf696277","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-23T10:00:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip `src/tools/libcxx-version` from tidy\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip src/tools/libcxx-version from tidy"}},{"before":"c5755fa875a29aff5fa7bfa582b224e8874fd400","after":"52d9f85ea460287ce8ca7a52f7e20301dccfa8d9","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-23T09:06:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"register libcxx-version in triagebot\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"register libcxx-version in triagebot"}},{"before":"4c06ca3287271e32c15729eb74d73822fbaa761c","after":"c5755fa875a29aff5fa7bfa582b224e8874fd400","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-23T09:02:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check host's libstdc++ version when using ci llvm\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check host's libstdc++ version when using ci llvm"}},{"before":"842cd2ed83dd35f86d8eb843e3d661738d522b5f","after":"4c06ca3287271e32c15729eb74d73822fbaa761c","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-23T08:59:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check host's libstdc++ version when using ci llvm\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check host's libstdc++ version when using ci llvm"}},{"before":"7c5c755de13ae75999105f87299d0f8c6d6c9d77","after":"842cd2ed83dd35f86d8eb843e3d661738d522b5f","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-23T08:52:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"create `libcxx-version` tool for getting currently used libcxx version\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"create libcxx-version tool for getting currently used libcxx version"}},{"before":"1c38c466de58b9d619d01f0790a61f6ef8c71d42","after":"7c5c755de13ae75999105f87299d0f8c6d6c9d77","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-23T07:28:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"create `libcxx-version` tool for getting currently used libcxx version\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"create libcxx-version tool for getting currently used libcxx version"}},{"before":"f2d2bc4a240b817566e6e69492ece75c4399ee91","after":"1c38c466de58b9d619d01f0790a61f6ef8c71d42","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-22T16:45:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check host's libstdc++ version when using ci llvm\n\nIf the host's libstdc++ version is too old using ci-llvm may result in an ABI mismatch\nbetween the local libstdc++ and libLLVM.so. This PR adds a sanity check to immediately fail\nat the beginning of the bootstrap before starting the actual build. I am not sure if '8.0.0'\nis the best threshold, but it should be a good start and we can increase it anytime if needed.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check host's libstdc++ version when using ci llvm"}},{"before":"e33db6fd80af2c8b450ebf9ad5525f9e07e0a870","after":"f2d2bc4a240b817566e6e69492ece75c4399ee91","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-22T16:43:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check host's libstdc++ version when using ci llvm\n\nIf the host's libstdc++ version is too old using ci-llvm may result in an ABI mismatch\nbetween the local libstdc++ and libLLVM.so. This PR adds a sanity check to immediately fail\nat the beginning of the bootstrap before starting the actual build. I am not sure if '8.0.0'\nis the best threshold, but it should be a good start and we can increase it anytime if needed.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check host's libstdc++ version when using ci llvm"}},{"before":"03bc9aa8bfb75c4961abaf2e51c839dd84cfd53d","after":"e33db6fd80af2c8b450ebf9ad5525f9e07e0a870","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-22T16:40:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check host's libstdc++ version when using ci llvm\n\nIf the host's libstdc++ version is too old using ci-llvm may result in an ABI mismatch\nbetween the local libstdc++ and libLLVM.so. This PR adds a sanity check to immediately fail\nat the beginning of the bootstrap before starting the actual build. I am not sure if '8.0.0'\nis the best threshold, but it should be a good start and we can increase it anytime if needed.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check host's libstdc++ version when using ci llvm"}},{"before":"86dfbd2531a11ed04c83b83201a9b8585f7995d2","after":"03bc9aa8bfb75c4961abaf2e51c839dd84cfd53d","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-22T16:34:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check host's libstdc++ version when using ci llvm\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check host's libstdc++ version when using ci llvm"}},{"before":null,"after":"86dfbd2531a11ed04c83b83201a9b8585f7995d2","ref":"refs/heads/sanity-check-libstdc++","pushedAt":"2024-05-22T16:16:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check for host's libstdc++ version when using ci llvm\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check for host's libstdc++ version when using ci llvm"}},{"before":"f10d0d525e7e600f980d526391be62a3de5902bc","after":null,"ref":"refs/heads/123037","pushedAt":"2024-05-22T11:47:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"}},{"before":"e8753914580fb42554a79a4b5c5fb4cc98933231","after":"b54dd08a84f3c07efbc2aaf63c3df219ae680a03","ref":"refs/heads/master","pushedAt":"2024-05-22T10:39:01.000Z","pushType":"push","commitsCount":176,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespace, r=compiler-errors\n\nMove `#[do_not_recommend]` to the `#[diagnostic]` namespace\n\nThis commit moves the `#[do_not_recommend]` attribute to the `#[diagnostic]` namespace. It still requires\n`#![feature(do_not_recommend)]` to work.\n\nr? `@compiler-errors`","shortMessageHtmlLink":"Auto merge of rust-lang#125326 - weiznich:move/do_not_recommend_to_di…"}},{"before":"fa101f51fcbb2052ddc645035d8a9764707fe1a8","after":"f10d0d525e7e600f980d526391be62a3de5902bc","ref":"refs/heads/123037","pushedAt":"2024-05-22T10:05:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip the linkage of libstdc++ in rustc_llvm\n\nSince we already statically link to libLLVM.so (which includes libstdc++),\nwe shouldn't need to link libstdc++ again for rustc_llvm.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip the linkage of libstdc++ in rustc_llvm"}},{"before":"374e94350da8bb70830f73f184c4db563d7eea07","after":"fa101f51fcbb2052ddc645035d8a9764707fe1a8","ref":"refs/heads/123037","pushedAt":"2024-05-22T09:52:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip the linkage of libstdc++ in rustc_llvm\n\nSince we already statically link to libLLVM.so (which includes libstdc++),\nwe shouldn't need to link libstdc++ again for rustc_llvm.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip the linkage of libstdc++ in rustc_llvm"}},{"before":"c59945e78b7dc115d130f039d5ef0fabf460f9ff","after":"374e94350da8bb70830f73f184c4db563d7eea07","ref":"refs/heads/123037","pushedAt":"2024-05-22T09:47:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip the linkage of libstdc++ in rustc_llvm\n\nSince we already statically link to libLLVM.so (which includes libstdc++),\nwe shouldn't need to link libstdc++ again for rustc_llvm.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip the linkage of libstdc++ in rustc_llvm"}},{"before":"d9d3a73471a32537f6f596089fa19ab62f665b1e","after":"c59945e78b7dc115d130f039d5ef0fabf460f9ff","ref":"refs/heads/123037","pushedAt":"2024-05-22T09:39:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip the linkage of libstdc++ in rustc_llvm\n\nSince we already statically link to libLLVM.so (which includes libstdc++),\nwe don't need to link libstdc++ again for rustc_llvm.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip the linkage of libstdc++ in rustc_llvm"}},{"before":"fa1421ea219584438e8b1cb5e35bc8aa1c710aa7","after":"d9d3a73471a32537f6f596089fa19ab62f665b1e","ref":"refs/heads/123037","pushedAt":"2024-05-22T09:34:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip the linkage of libstdc++ in rustc_llvm\n\nSince we already statically link to libLLVM.so (which includes libstdc++),\nwe don't need to link libstdc++ again for rustc_llvm.\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip the linkage of libstdc++ in rustc_llvm"}},{"before":null,"after":"fa1421ea219584438e8b1cb5e35bc8aa1c710aa7","ref":"refs/heads/123037","pushedAt":"2024-05-22T09:11:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"skip the linkage of libstdc++ in rustc_llvm\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"skip the linkage of libstdc++ in rustc_llvm"}},{"before":"df7e9e6962739ecefaeecf67e7d4c82ce9c54423","after":"ce10f63496255a374450a43ac1b3955c597e90bc","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-21T17:52:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"use an older commit if running in auto branch in CI\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"use an older commit if running in auto branch in CI"}},{"before":"52df14ffbd523ebede29aa93e2ea3820a3541c37","after":"df7e9e6962739ecefaeecf67e7d4c82ce9c54423","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-21T17:40:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"use an older commit if running in auto branch in CI\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"use an older commit if running in auto branch in CI"}},{"before":"c6a8415f6e4ce6c2dac38cd51cfa54746b1292ea","after":"52df14ffbd523ebede29aa93e2ea3820a3541c37","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-21T17:14:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"check if ci artifacts available before using download-rustc\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"check if ci artifacts available before using download-rustc"}},{"before":"bc6ce3a4528a9beda1387652c6ad6dd8487169ee","after":"c6a8415f6e4ce6c2dac38cd51cfa54746b1292ea","ref":"refs/heads/use-precompiled-rustc-by-default","pushedAt":"2024-05-21T16:30:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"onur-ozkan","name":"Onur Özkan","path":"/onur-ozkan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39852038?s=80&v=4"},"commit":{"message":"create `resolve_target_triple.sh` for resolving host target triple\n\nSigned-off-by: onur-ozkan ","shortMessageHtmlLink":"create resolve_target_triple.sh for resolving host target triple"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVE_QdQA","startCursor":null,"endCursor":null}},"title":"Activity · onur-ozkan/rust"}