{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":55077261,"defaultBranch":"master","name":"futures-rs","ownerLogin":"rust-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-03-30T16:03:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5430905?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710696691.0","currentOid":""},"activityList":{"items":[{"before":"48b58c0d1ad0b954556fdcf454f4f7e6edd3b271","after":"bb63c376ca2d3f277f7bfb2b178c913faa00b947","ref":"refs/heads/master","pushedAt":"2024-03-31T15:59:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Make non constructor methods of futures::io::{BufReader,BufWriter} not require inner trait bound (#2848)","shortMessageHtmlLink":"Make non constructor methods of futures::io::{BufReader,BufWriter} no…"}},{"before":"835dbfc216ddbe4b49026b1fde63c986bd62a00b","after":null,"ref":"refs/heads/ci","pushedAt":"2024-03-17T17:31:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"}},{"before":"570c4e788a76d341ced6ffef26350d3a7f52ade1","after":"48b58c0d1ad0b954556fdcf454f4f7e6edd3b271","ref":"refs/heads/master","pushedAt":"2024-03-17T17:31:27.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"ci: Work around sanitizer issue on latest Linux kernel","shortMessageHtmlLink":"ci: Work around sanitizer issue on latest Linux kernel"}},{"before":null,"after":"835dbfc216ddbe4b49026b1fde63c986bd62a00b","ref":"refs/heads/ci","pushedAt":"2024-03-17T17:09:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"ci: Work around sanitizer issue on latest Linux kernel","shortMessageHtmlLink":"ci: Work around sanitizer issue on latest Linux kernel"}},{"before":"de6a7ec42047cf75587e5db75c8835af98b944cc","after":"570c4e788a76d341ced6ffef26350d3a7f52ade1","ref":"refs/heads/master","pushedAt":"2024-03-09T10:55:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Add a helper for always ready futures (#2825)","shortMessageHtmlLink":"Add a helper for always ready futures (#2825)"}},{"before":"68616f465617ba4578db667203837f5a64102fb4","after":null,"ref":"refs/heads/triagebot","pushedAt":"2024-03-09T08:38:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"}},{"before":"04e9e9a77303db5c9aac842ca1cfbb5e8070ef89","after":"de6a7ec42047cf75587e5db75c8835af98b944cc","ref":"refs/heads/master","pushedAt":"2024-03-09T08:38:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Set warn_non_default_branch = true in triagebot.toml","shortMessageHtmlLink":"Set warn_non_default_branch = true in triagebot.toml"}},{"before":null,"after":"68616f465617ba4578db667203837f5a64102fb4","ref":"refs/heads/triagebot","pushedAt":"2024-03-09T08:28:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Set warn_non_default_branch = true in triagebot.toml","shortMessageHtmlLink":"Set warn_non_default_branch = true in triagebot.toml"}},{"before":"19049f90025f5bcb97681826476bd64c725b54f4","after":null,"ref":"refs/heads/ci","pushedAt":"2024-03-08T18:29:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"}},{"before":"170a6eeaa9392cf042cc4d9e5ddfcb0a64364258","after":"04e9e9a77303db5c9aac842ca1cfbb5e8070ef89","ref":"refs/heads/master","pushedAt":"2024-03-08T18:29:54.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Ignore clippy::mixed_attributes_style lint\n\n```\nerror: item has both inner and outer attributes\n --> futures/src/lib.rs:148:1\n |\n148 | / #[cfg(feature = \"executor\")]\n149 | | #[cfg_attr(docsrs, doc(cfg(feature = \"executor\")))]\n150 | | pub mod executor {\n151 | | //! Built-in executors and related tools.\n... |\n187 | | //! [`spawn_obj`]: https://docs.rs/futures/0.3/futures/task/trait.Spawn.html#tymethod.spawn_obj\n188 | | //! [`spawn_local_obj`]: https://docs.rs/futures/0.3/futures/task/trait.LocalSpawn.html#tymethod.spawn_local_obj\n | |____________________________________________________________________________________________________________________^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style\n = note: `-D clippy::mixed-attributes-style` implied by `-D warnings`\n = help: to override `-D warnings` add `#[allow(clippy::mixed_attributes_style)]`\n\nerror: item has both inner and outer attributes\n --> futures/src/lib.rs:200:1\n |\n200 | / #[cfg(feature = \"compat\")]\n201 | | #[cfg_attr(docsrs, doc(cfg(feature = \"compat\")))]\n202 | | pub mod compat {\n203 | | //! Interop between `futures` 0.1 and 0.3.\n204 | | //!\n205 | | //! This module is only available when the `compat` feature of this\n206 | | //! library is activated.\n | |_____________________________^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style\n```","shortMessageHtmlLink":"Ignore clippy::mixed_attributes_style lint"}},{"before":"e59a3af32005f8521745fc7feb7e69551c8903c6","after":"19049f90025f5bcb97681826476bd64c725b54f4","ref":"refs/heads/ci","pushedAt":"2024-03-08T18:19:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Ignore clippy::mixed_attributes_style lint\n\n```\nerror: item has both inner and outer attributes\n --> futures/src/lib.rs:148:1\n |\n148 | / #[cfg(feature = \"executor\")]\n149 | | #[cfg_attr(docsrs, doc(cfg(feature = \"executor\")))]\n150 | | pub mod executor {\n151 | | //! Built-in executors and related tools.\n... |\n187 | | //! [`spawn_obj`]: https://docs.rs/futures/0.3/futures/task/trait.Spawn.html#tymethod.spawn_obj\n188 | | //! [`spawn_local_obj`]: https://docs.rs/futures/0.3/futures/task/trait.LocalSpawn.html#tymethod.spawn_local_obj\n | |____________________________________________________________________________________________________________________^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style\n = note: `-D clippy::mixed-attributes-style` implied by `-D warnings`\n = help: to override `-D warnings` add `#[allow(clippy::mixed_attributes_style)]`\n\nerror: item has both inner and outer attributes\n --> futures/src/lib.rs:200:1\n |\n200 | / #[cfg(feature = \"compat\")]\n201 | | #[cfg_attr(docsrs, doc(cfg(feature = \"compat\")))]\n202 | | pub mod compat {\n203 | | //! Interop between `futures` 0.1 and 0.3.\n204 | | //!\n205 | | //! This module is only available when the `compat` feature of this\n206 | | //! library is activated.\n | |_____________________________^\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mixed_attributes_style\n```","shortMessageHtmlLink":"Ignore clippy::mixed_attributes_style lint"}},{"before":"b1f04d513ba505c8feb0983a0c5465ef34a43fa6","after":"e59a3af32005f8521745fc7feb7e69551c8903c6","ref":"refs/heads/ci","pushedAt":"2024-03-08T18:15:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"ci: Use taiki-e/checkout-action action\n\nhttps://github.com/taiki-e/checkout-action#why-not-actionscheckout","shortMessageHtmlLink":"ci: Use taiki-e/checkout-action action"}},{"before":null,"after":"b1f04d513ba505c8feb0983a0c5465ef34a43fa6","ref":"refs/heads/ci","pushedAt":"2024-03-08T18:14:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Use *::MAX associated constants","shortMessageHtmlLink":"Use *::MAX associated constants"}},{"before":"5eeeed26d28df14aa407ae7a3d071d6bf41ad2ab","after":null,"ref":"refs/heads/dependabot/cargo/tokio-0.3.7","pushedAt":"2024-03-08T17:37:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"5eeeed26d28df14aa407ae7a3d071d6bf41ad2ab","ref":"refs/heads/dependabot/cargo/tokio-0.3.7","pushedAt":"2024-03-04T03:49:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update tokio requirement from 0.1.11 to 0.3.7\n\nUpdates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.11...tokio-0.3.7)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update tokio requirement from 0.1.11 to 0.3.7"}},{"before":null,"after":"a965f6c5291695ed9e73bba33d8e17c1d6101877","ref":"refs/heads/will_wake","pushedAt":"2024-03-03T11:41:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Revert \"Temporarily disable ref_wake_same test\"\n\nThis reverts commit 42c2ab0e731892e9ff6c6e7fc28ab11d6eaee804.","shortMessageHtmlLink":"Revert \"Temporarily disable ref_wake_same test\""}},{"before":"aafe554b02cbac19d396512b36bce8b688a18115","after":"170a6eeaa9392cf042cc4d9e5ddfcb0a64364258","ref":"refs/heads/master","pushedAt":"2024-03-03T10:53:23.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Parse rhs of `select!` arms using match-arm rules","shortMessageHtmlLink":"Parse rhs of select! arms using match-arm rules"}},{"before":"cac835efad035cd0164105a049bd795b6e7eab80","after":null,"ref":"refs/heads/dependabot/cargo/tokio-1.36.0","pushedAt":"2024-02-26T15:15:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"cac835efad035cd0164105a049bd795b6e7eab80","ref":"refs/heads/dependabot/cargo/tokio-1.36.0","pushedAt":"2024-02-26T15:10:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Update tokio requirement from 0.1.11 to 1.36.0\n\nUpdates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version.\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.11...tokio-1.36.0)\n\n---\nupdated-dependencies:\n- dependency-name: tokio\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Update tokio requirement from 0.1.11 to 1.36.0"}},{"before":"4f4b0324d96c2424942292f109af09bbce5c4326","after":"aafe554b02cbac19d396512b36bce8b688a18115","ref":"refs/heads/master","pushedAt":"2024-02-26T15:09:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Add dependabot (#2826)\n\nCo-authored-by: Taiki Endo ","shortMessageHtmlLink":"Add dependabot (#2826)"}},{"before":"e15ba66a4d08acca8ca47785db1c666b74a73bb4","after":null,"ref":"refs/heads/waker_ref","pushedAt":"2024-02-26T14:36:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"}},{"before":"42c2ab0e731892e9ff6c6e7fc28ab11d6eaee804","after":"4f4b0324d96c2424942292f109af09bbce5c4326","ref":"refs/heads/master","pushedAt":"2024-02-26T14:36:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Add 'static bound to waker_ref","shortMessageHtmlLink":"Add 'static bound to waker_ref"}},{"before":"6e6d35aff3d719b3e3de1d2c9ea5c5dd23493985","after":"e15ba66a4d08acca8ca47785db1c666b74a73bb4","ref":"refs/heads/waker_ref","pushedAt":"2024-02-26T14:27:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Add 'static bound to waker_ref","shortMessageHtmlLink":"Add 'static bound to waker_ref"}},{"before":"30b4d57fa68b61c3dfa8c42ef51868b898ee7f77","after":null,"ref":"refs/heads/ci","pushedAt":"2024-02-26T14:26:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"}},{"before":"0fa6a1af9089e587a8fde1882284d08436b0c05c","after":"42c2ab0e731892e9ff6c6e7fc28ab11d6eaee804","ref":"refs/heads/master","pushedAt":"2024-02-26T14:26:12.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Temporarily disable ref_wake_same test","shortMessageHtmlLink":"Temporarily disable ref_wake_same test"}},{"before":"e8f08978546cc79cfce44958de58cddf728aed49","after":"30b4d57fa68b61c3dfa8c42ef51868b898ee7f77","ref":"refs/heads/ci","pushedAt":"2024-02-26T14:17:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Temporarily disable ref_wake_same test","shortMessageHtmlLink":"Temporarily disable ref_wake_same test"}},{"before":"9818dfe224f749df40d36e58613e976db754e77d","after":"6e6d35aff3d719b3e3de1d2c9ea5c5dd23493985","ref":"refs/heads/waker_ref","pushedAt":"2024-02-25T09:34:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Add 'static bound to waker_ref","shortMessageHtmlLink":"Add 'static bound to waker_ref"}},{"before":null,"after":"9818dfe224f749df40d36e58613e976db754e77d","ref":"refs/heads/waker_ref","pushedAt":"2024-02-25T09:31:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Add 'static bound to waker_ref","shortMessageHtmlLink":"Add 'static bound to waker_ref"}},{"before":"9822d742a0412e5df6fad3afefa9a7b01ebd908b","after":"e8f08978546cc79cfce44958de58cddf728aed49","ref":"refs/heads/ci","pushedAt":"2024-02-25T08:54:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Fix rustdoc::redundant_explicit_links warning\n\n```\nerror: redundant explicit link target\n --> futures-executor/src/local_pool.rs:314:25\n |\n314 | /// Use a [`LocalPool`](LocalPool) if you need finer-grained control over\n | ----------- ^^^^^^^^^ explicit target is redundant\n | |\n | because label contains path that resolves to same destination\n |\n = note: when a link's destination is not specified,\n the label is used to resolve intra-doc links\n = note: `-D rustdoc::redundant-explicit-links` implied by `-D warnings`\n = help: to override `-D warnings` add `#[allow(rustdoc::redundant_explicit_links)]`\nhelp: remove explicit link target\n |\n314 | /// Use a [`LocalPool`] if you need finer-grained control over\n | ~~~~~~~~~~~~~\n\nerror: redundant explicit link target\n --> futures-executor/src/local_pool.rs:37:33\n |\n37 | /// A handle to a [`LocalPool`](LocalPool) that implements\n | ----------- ^^^^^^^^^ explicit target is redundant\n | |\n | because label contains path that resolves to same destination\n |\n = note: when a link's destination is not specified,\n the label is used to resolve intra-doc links\nhelp: remove explicit link target\n |\n37 | /// A handle to a [`LocalPool`] that implements\n | ~~~~~~~~~~~~~\n```","shortMessageHtmlLink":"Fix rustdoc::redundant_explicit_links warning"}},{"before":null,"after":"9822d742a0412e5df6fad3afefa9a7b01ebd908b","ref":"refs/heads/ci","pushedAt":"2024-02-25T08:48:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"taiki-e","name":"Taiki Endo","path":"/taiki-e","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43724913?s=80&v=4"},"commit":{"message":"Ignore dead_code lint on Assert* traits\n\n```\nwarning: trait `AssertSync` is never used\n --> futures-core/src/task/__internal/atomic_waker.rs:209:15\n |\n209 | trait AssertSync: Sync {}\n | ^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: trait `AssertKinds` is never used\n --> futures-channel/src/mpsc/mod.rs:130:7\n |\n130 | trait AssertKinds: Send + Sync + Clone {}\n | ^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: trait `AssertSendSync` is never used\n --> futures-executor/src/thread_pool.rs:48:7\n |\n48 | trait AssertSendSync: Send + Sync {}\n | ^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: trait `AssertSend` is never used\n --> futures-channel/tests/mpsc.rs:13:7\n |\n13 | trait AssertSend: Send {}\n | ^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n```","shortMessageHtmlLink":"Ignore dead_code lint on Assert* traits"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEI9yRcQA","startCursor":null,"endCursor":null}},"title":"Activity · rust-lang/futures-rs"}