{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":74545261,"defaultBranch":"master","name":"scroll","ownerLogin":"m4b","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-23T05:58:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1920204?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1704066558.0","currentOid":""},"activityList":{"items":[{"before":"d369188775eaf3000ad5a3bb357fa2c310a23caa","after":"eb3bc08c1cb21a8c1c85f1a81b09fc4bb0cdcae7","ref":"refs/heads/master","pushedAt":"2024-01-01T00:36:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: bump versions to 0.12.0","shortMessageHtmlLink":"build: bump versions to 0.12.0"}},{"before":"18d11bc0286a8a2188d63cae9fd7aaa595f08c86","after":"d369188775eaf3000ad5a3bb357fa2c310a23caa","ref":"refs/heads/master","pushedAt":"2024-01-01T00:12:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: remove dev-dependencies; comment out bench code, not worth keeping; can reenable later if we want","shortMessageHtmlLink":"build: remove dev-dependencies; comment out bench code, not worth kee…"}},{"before":"6a64a65671caabb9d1911aa19a9a2398f30a9242","after":"18d11bc0286a8a2188d63cae9fd7aaa595f08c86","ref":"refs/heads/master","pushedAt":"2024-01-01T00:11:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: remove dev-dependencies; comment out bench code, not worth keeping; can reenable later if we want","shortMessageHtmlLink":"build: remove dev-dependencies; comment out bench code, not worth kee…"}},{"before":"ef7fd999c3440b0242be0624dad1c741fe737b26","after":"6a64a65671caabb9d1911aa19a9a2398f30a9242","ref":"refs/heads/master","pushedAt":"2024-01-01T00:05:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: set MSRV to 1.60; remove dev-dependencies; comment out bench code, not worth keeping as only reason MSRV went up is because rayon bumped","shortMessageHtmlLink":"build: set MSRV to 1.60; remove dev-dependencies; comment out bench c…"}},{"before":"7d095ada6bfb0ca54a9580f67326c7a37054f2e0","after":"ef7fd999c3440b0242be0624dad1c741fe737b26","ref":"refs/heads/master","pushedAt":"2024-01-01T00:01:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: set MSRV to 1.56; remove dev-dependencies; comment out bench code, not worth keeping as only reason MSRV went up is because rayon bumped","shortMessageHtmlLink":"build: set MSRV to 1.56; remove dev-dependencies; comment out bench c…"}},{"before":"8778f105fe94c213179bf77a2c7da40602726dfa","after":"7d095ada6bfb0ca54a9580f67326c7a37054f2e0","ref":"refs/heads/master","pushedAt":"2023-12-31T23:49:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: bump scroll version to 0.11.1","shortMessageHtmlLink":"build: bump scroll version to 0.11.1"}},{"before":null,"after":"cea09bbb63ee81f3f95fc18f200fde202ec890c2","ref":"refs/heads/0.11","pushedAt":"2023-12-31T23:49:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: bump scroll version to 0.11.1","shortMessageHtmlLink":"build: bump scroll version to 0.11.1"}},{"before":"aa8df8e4003e5dcf70cea7992683502cf377ea49","after":"8778f105fe94c213179bf77a2c7da40602726dfa","ref":"refs/heads/master","pushedAt":"2023-12-28T23:33:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"pread, pwrite: provide impl for generic fixed size arrays\n\n* Introduced tests for fixed array impl.\r\n* Added safety comment.","shortMessageHtmlLink":"pread, pwrite: provide impl for generic fixed size arrays"}},{"before":"30f49c7bb82571e37f254e23c36f369b0af286e3","after":"aa8df8e4003e5dcf70cea7992683502cf377ea49","ref":"refs/heads/master","pushedAt":"2023-11-21T04:34:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"pread, pwrite: do not error out if {p,g}{read,write}_with if the offset is equal to slice len (#94)\n\nWe now allow reading zero-sized types (like possibly an empty array) from empty slice, or the exact end of a byte array,\r\nand similarly, one can write a empty string or byte array into the tail end of a byte array (i.e., write nothing to nothing).\r\n\r\nCo-authored-by: Nickie S ","shortMessageHtmlLink":"pread, pwrite: do not error out if {p,g}{read,write}_with if the offs…"}},{"before":"f5beda1c9da532cc70fdda9878106dda4f765504","after":"30f49c7bb82571e37f254e23c36f369b0af286e3","ref":"refs/heads/master","pushedAt":"2023-11-13T06:22:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"error, tests: inline format args (better perf) (#91)\n\nMake code a bit easier to read, and also, per rust issue 112156, there is a 6% perf hit when using refs with format, so this PR also fixes that.","shortMessageHtmlLink":"error, tests: inline format args (better perf) (#91)"}},{"before":"b4de465814efab7b08be50c89e47f8cb2011a754","after":"f5beda1c9da532cc70fdda9878106dda4f765504","ref":"refs/heads/master","pushedAt":"2023-11-13T04:49:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: minor linting, warning fixes (#84)\n\n* Minor linting\r\n* Optimize/cleanup use statements by using `cargo +nightly fmt -- --config imports_granularity=Module,group_imports=StdExternalCrate`\r\n* Do not expose `scroll_derive` as a feature in Cargo.toml\r\n* removing unneeded allow","shortMessageHtmlLink":"build: minor linting, warning fixes (#84)"}},{"before":"9cff0ecdc75a0142725c0094029630301cefb65e","after":"b4de465814efab7b08be50c89e47f8cb2011a754","ref":"refs/heads/master","pushedAt":"2023-11-06T05:02:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: fix nostd tests (#89)\n\n* Add nostd tests\r\n* Fix `cargo test --no-default-features` to pass by making std-only tests/docs conditional (added to CI)\r\n* There are a few `FIXME` in the code where things seemed suspicious","shortMessageHtmlLink":"build: fix nostd tests (#89)"}},{"before":"598168f30d9b912ac7a42bfd0df5eaaf1932463d","after":"9cff0ecdc75a0142725c0094029630301cefb65e","ref":"refs/heads/master","pushedAt":"2023-11-05T22:53:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: fix CI errors due to incorrect MSRV (#90)\n\n* Set minimum rust version to 1.63 due to rayon-core MSRV requirements, and add a matching `rust-version` in the Cargo.toml","shortMessageHtmlLink":"build: fix CI errors due to incorrect MSRV (#90)"}},{"before":"ba0d6474f7a0e4c22ac798392ac820ccfb468586","after":"598168f30d9b912ac7a42bfd0df5eaaf1932463d","ref":"refs/heads/master","pushedAt":"2023-06-19T19:54:53.768Z","pushType":"push","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: bump scroll_derive version to 0.11.1","shortMessageHtmlLink":"build: bump scroll_derive version to 0.11.1"}},{"before":"87fc50eead169d64d0848cb6f7de3927c6287ebc","after":"ba0d6474f7a0e4c22ac798392ac820ccfb468586","ref":"refs/heads/master","pushedAt":"2023-03-27T03:33:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"m4b","name":null,"path":"/m4b","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1920204?s=80&v=4"},"commit":{"message":"build: update syn to 2.0 (#82)\n\nhttps://github.com/dtolnay/syn/releases/tag/2.0.0","shortMessageHtmlLink":"build: update syn to 2.0 (#82)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1TJWogA","startCursor":null,"endCursor":null}},"title":"Activity · m4b/scroll"}