{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":372098119,"defaultBranch":"main","name":"io-lifetimes","ownerLogin":"sunfishcode","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-05-30T01:10:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4503403?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1701390145.0","currentOid":""},"activityList":{"items":[{"before":"c6f9cd1db60043da745e16df6c5dda16e620c763","after":"893a39ff6d84dc7d5fa9a03e26f8605cbeaea2ee","ref":"refs/heads/main","pushedAt":"2023-12-01T00:22:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 2.0.3","shortMessageHtmlLink":"chore: Release io-lifetimes version 2.0.3"}},{"before":"e56cdd111daa0fb33b22107b022fa2ecb9f31059","after":null,"ref":"refs/heads/sunfishcode/update-windows-sys","pushedAt":"2023-12-01T00:20:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"}},{"before":"fd37c31a03d93419553d50a9d970d5ccb637b3b6","after":"c6f9cd1db60043da745e16df6c5dda16e620c763","ref":"refs/heads/main","pushedAt":"2023-12-01T00:20:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update to windows-sys 0.52. (#74)","shortMessageHtmlLink":"Update to windows-sys 0.52. (#74)"}},{"before":null,"after":"e56cdd111daa0fb33b22107b022fa2ecb9f31059","ref":"refs/heads/sunfishcode/update-windows-sys","pushedAt":"2023-11-17T16:46:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update to windows-sys 0.52.","shortMessageHtmlLink":"Update to windows-sys 0.52."}},{"before":"2dbb8d16669125c0d90543628faabf6a0927e85d","after":"fd37c31a03d93419553d50a9d970d5ccb637b3b6","ref":"refs/heads/main","pushedAt":"2023-06-30T13:03:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 2.0.2","shortMessageHtmlLink":"chore: Release io-lifetimes version 2.0.2"}},{"before":"b688fa5254b3a33b2b807ff171cd0e6a45e604d1","after":"2dbb8d16669125c0d90543628faabf6a0927e85d","ref":"refs/heads/main","pushedAt":"2023-06-30T13:00:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Fix docs.rs not working (#73)","shortMessageHtmlLink":"Fix docs.rs not working (#73)"}},{"before":"a793aae641697e38bb26d0494b75cf5d38633524","after":"b688fa5254b3a33b2b807ff171cd0e6a45e604d1","ref":"refs/heads/main","pushedAt":"2023-06-29T22:03:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 2.0.1","shortMessageHtmlLink":"chore: Release io-lifetimes version 2.0.1"}},{"before":"37ffc8b341ee7dbcefeb6e70216e362f4aee3aea","after":null,"ref":"refs/heads/sunfishcode/restore-optional-deps","pushedAt":"2023-06-29T22:02:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"}},{"before":"b6506d838f3fea4651bc3f18306bdc6c7d852adb","after":"a793aae641697e38bb26d0494b75cf5d38633524","ref":"refs/heads/main","pushedAt":"2023-06-29T22:02:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Restore the `os_pipe` and other optional dependencies. (#72)\n\nThese were removed when support for pre-Rust 1.63 was dropped as the\r\nmain I/O lifetimes impls aren't needed anymore, however they are still\r\nuseful for providing impls for `FilelikeViewType` and `SocketlikeViewType`.","shortMessageHtmlLink":"Restore the os_pipe and other optional dependencies. (#72)"}},{"before":null,"after":"37ffc8b341ee7dbcefeb6e70216e362f4aee3aea","ref":"refs/heads/sunfishcode/restore-optional-deps","pushedAt":"2023-06-29T21:58:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Restore the `os_pipe` and other optional dependencies.\n\nThese were removed when support for pre-Rust 1.63 was dropped as the\nmain I/O lifetimes impls aren't needed anymore, however they are still\nuseful for providing impls for `FilelikeViewType` and `SocketlikeViewType`.","shortMessageHtmlLink":"Restore the os_pipe and other optional dependencies."}},{"before":"51cdf1922d9a6984de79559b27b239862dd158cc","after":"b6506d838f3fea4651bc3f18306bdc6c7d852adb","ref":"refs/heads/main","pushedAt":"2023-06-11T15:07:06.901Z","pushType":"push","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 2.0.0","shortMessageHtmlLink":"chore: Release io-lifetimes version 2.0.0"}},{"before":null,"after":"9c1aecb3d2b74791b5d1e49a2a5eb6904dbc58d3","ref":"refs/heads/1.0.12-staging-1.1.0-pre.0","pushedAt":"2023-05-24T18:41:59.133Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 1.0.12-staging-1.1.0-pre.0","shortMessageHtmlLink":"chore: Release io-lifetimes version 1.0.12-staging-1.1.0-pre.0"}},{"before":"515db2cb01fcc4a8851232433acdc9f782d2fedf","after":"51cdf1922d9a6984de79559b27b239862dd158cc","ref":"refs/heads/main","pushedAt":"2023-05-24T16:09:06.558Z","pushType":"push","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 1.1.0-pre.0","shortMessageHtmlLink":"chore: Release io-lifetimes version 1.1.0-pre.0"}},{"before":"13e0be7bb414548d64248f0305fcc1129ca9fbe7","after":null,"ref":"refs/heads/sunfishcode/wasi-check","pushedAt":"2023-05-24T16:06:25.123Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"}},{"before":"095b02c5c11d288240a89956e5279cf6ed0ec8a2","after":"515db2cb01fcc4a8851232433acdc9f782d2fedf","ref":"refs/heads/main","pushedAt":"2023-05-24T16:06:21.001Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Only check for `wasi_ext` support on `target_os = \"wasi\"` (#71)\n\nThis should speed up compile time.","shortMessageHtmlLink":"Only check for wasi_ext support on target_os = \"wasi\" (#71)"}},{"before":"596754ef856a3bf4611c5e2dcf857298f0357e13","after":"13e0be7bb414548d64248f0305fcc1129ca9fbe7","ref":"refs/heads/sunfishcode/wasi-check","pushedAt":"2023-05-24T16:00:28.258Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Only check for `wasi_ext` support on `target_os = \"wasi\"`\n\nThis should speed up compile time.","shortMessageHtmlLink":"Only check for wasi_ext support on target_os = \"wasi\""}},{"before":null,"after":"596754ef856a3bf4611c5e2dcf857298f0357e13","ref":"refs/heads/sunfishcode/wasi-check","pushedAt":"2023-05-24T15:57:15.994Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Only check for `wasi_ext` support on `target_os = \"wasi\"`\n\nThis should speed up compile time.","shortMessageHtmlLink":"Only check for wasi_ext support on target_os = \"wasi\""}},{"before":"116c17603900b853744e713b85f5e9afd79bd353","after":null,"ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:54:47.755Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"}},{"before":"081c5bb25a7110e7d8c2215426f5626589af7660","after":"095b02c5c11d288240a89956e5279cf6ed0ec8a2","ref":"refs/heads/main","pushedAt":"2023-05-24T15:54:44.773Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63. (#70)\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\r\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\r\nconfiguration, the impls for third-party crates, disable the\r\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63. (#70)"}},{"before":"d6af7cf81ca4ec98d918f9ec4114a41c7935aafe","after":"116c17603900b853744e713b85f5e9afd79bd353","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:23:47.481Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"02d76bd2f197fdf54580d3b39d39e59a6a13ba77","after":"d6af7cf81ca4ec98d918f9ec4114a41c7935aafe","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:19:27.993Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"1f133be497dd07de3b554f7432c640d731ed8b79","after":"02d76bd2f197fdf54580d3b39d39e59a6a13ba77","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:16:43.912Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"03c249c146f0a914dfb79277b20f92b8c2cb5418","after":"1f133be497dd07de3b554f7432c640d731ed8b79","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:08:44.756Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"68f5bba3070e0e7f4140a0cd4cdf43910484c74d","after":"03c249c146f0a914dfb79277b20f92b8c2cb5418","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:05:25.555Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"9ccfa1cd0778d774520fc146ae13c0eeae8e2d8b","after":"68f5bba3070e0e7f4140a0cd4cdf43910484c74d","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:04:48.393Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"714cd788c5953b7d4225d7b41fa96808e34ba71c","after":"9ccfa1cd0778d774520fc146ae13c0eeae8e2d8b","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T15:03:42.376Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":null,"after":"714cd788c5953b7d4225d7b41fa96808e34ba71c","ref":"refs/heads/sunfishcode/msrv-1.63","pushedAt":"2023-05-24T14:39:09.683Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Update the MSRV to 1.63.\n\nThe I/O safety feature is released in Rust 1.63, so updating the MSRV\nto Rust 1.63 means we can remove the old `not(io_safety_is_in_std)`\nconfiguration, the impls for third-party crates, disable the\nlibc/windows-sys dependency by default, and remove some old workarounds.","shortMessageHtmlLink":"Update the MSRV to 1.63."}},{"before":"e853fc554276a9d1ac9710ef54d56020e9a73d6f","after":"081c5bb25a7110e7d8c2215426f5626589af7660","ref":"refs/heads/main","pushedAt":"2023-05-24T14:31:03.995Z","pushType":"push","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"chore: Release io-lifetimes version 1.0.11","shortMessageHtmlLink":"chore: Release io-lifetimes version 1.0.11"}},{"before":"cffa7f81ad394c1d74cdf87f9610636ed84b4a8b","after":null,"ref":"refs/heads/sunfishcode/fix-abort-message","pushedAt":"2023-05-24T14:23:18.880Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"}},{"before":"8aa962eb169deba71b1785076b8f769a41d3d8c8","after":"e853fc554276a9d1ac9710ef54d56020e9a73d6f","ref":"refs/heads/main","pushedAt":"2023-05-24T14:23:15.583Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sunfishcode","name":"Dan Gohman","path":"/sunfishcode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4503403?s=80&v=4"},"commit":{"message":"Use the correct function name in an `unreachable` message. (#69)","shortMessageHtmlLink":"Use the correct function name in an unreachable message. (#69)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0wMVQwMDoyMjoyNS4wMDAwMDBazwAAAAO8rNvQ","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0wMVQwMDoyMjoyNS4wMDAwMDBazwAAAAO8rNvQ","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0yNFQxNDoyMzoxNS41ODM0NzBazwAAAAMzXQfu"}},"title":"Activity ยท sunfishcode/io-lifetimes"}