{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":453329869,"defaultBranch":"main","name":"blart","ownerLogin":"declanvk","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-29T07:38:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7276122?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1676288028.092406","currentOid":""},"activityList":{"items":[{"before":"0aa74d016f4d9cce06271dde59cdc28a9597fe1b","after":"9b1d78a1fd1d62ba4e14ded22ac2dfc44cd27a1f","ref":"refs/heads/gh-pages","pushedAt":"2024-06-02T23:22:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@3f45822efee729302cc63d9332307ab093badf50 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 3f45822 ๐Ÿš€"}},{"before":"3971c4c494d25e0b52ae358e73c46ce1795ec224","after":"3f45822efee729302cc63d9332307ab093badf50","ref":"refs/heads/main","pushedAt":"2024-06-02T23:21:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"Add minimal word count example for profiling\n\n**Description**\n - Add a new `profile` profile that has debug symbols and\n optimization\n - Add an example which does extremely simple tokenizing and word\n counting as a way to generate profile data\n - Small doc changes, add comparison to std's BTreeMap in benchmarks","shortMessageHtmlLink":"Add minimal word count example for profiling"}},{"before":"3b014cf110b5f58758417fcd66c1486290771547","after":"0aa74d016f4d9cce06271dde59cdc28a9597fe1b","ref":"refs/heads/gh-pages","pushedAt":"2024-06-02T06:09:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@3971c4c494d25e0b52ae358e73c46ce1795ec224 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 3971c4c ๐Ÿš€"}},{"before":"2679324b9001b6075d32c17b672edc5e3f099123","after":"3971c4c494d25e0b52ae358e73c46ce1795ec224","ref":"refs/heads/main","pushedAt":"2024-06-02T06:08:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"Update MSRV, fix some new errors and lint warnings\n\n**Description**\n - I upgraded the MSRV from 1.67 to 1.78 and got a bunch of new\n errors and warnings\n - Fixed cases of missing unsafe blocks in unsafe functions\n - Removed all cases of dropping `&mut T` or `&T` since that has no\n real effect\n - Auto-applied some clippy lints like the `clone_from` cases\n - Add a line to run the CI montly to catch issues with newer\n versions of Rust\n - Added MSRV to manifest\n - Removed manual `hash_one` function\n\n**Motivation**\nMost of these changes are motivated by removing errors and warnings\nfrom the code, just cleanups here and there.\n\nThe cron scheduled CI is useful to get faster notification of issues\nlike this.\n\n**Testing Done**\n`cargo test` and ran miri tests","shortMessageHtmlLink":"Update MSRV, fix some new errors and lint warnings"}},{"before":"1cf4e6193616cf66c6ebc9527aca275462fafad5","after":"3b014cf110b5f58758417fcd66c1486290771547","ref":"refs/heads/gh-pages","pushedAt":"2023-04-27T07:43:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@2679324b9001b6075d32c17b672edc5e3f099123 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 2679324 ๐Ÿš€"}},{"before":"6b6bf4bbd048637eea2884c0ba45f1da302b2818","after":"2679324b9001b6075d32c17b672edc5e3f099123","ref":"refs/heads/main","pushedAt":"2023-04-27T07:43:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"Implement byte mapping for NonZero* integer\n\n**Description**\nAdd byte mapping and ordering/no-prefix impls for all NonZero* integers.\nAlso add ordering/no-prefix impls for existing mappings for IP address\ntypes and integer types.\n\n**Motivation**\nThis change is useful so that a broader set of types are available as\nkeys in the TreeMap.\n\n**Testing Done**\nAdd unit tests asserting bytes ordering matches natural ordering for\nNonZero* integers.","shortMessageHtmlLink":"Implement byte mapping for NonZero* integer"}},{"before":"af86cebb5f9bb3fb74fc314ff0f52cd9cc55a690","after":"1cf4e6193616cf66c6ebc9527aca275462fafad5","ref":"refs/heads/gh-pages","pushedAt":"2023-04-01T07:30:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@6b6bf4bbd048637eea2884c0ba45f1da302b2818 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 6b6bf4b ๐Ÿš€"}},{"before":"53b1442774486231a4a9465eee1203cdf793de27","after":"6b6bf4bbd048637eea2884c0ba45f1da302b2818","ref":"refs/heads/main","pushedAt":"2023-04-01T07:29:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"feat: Allow IP address to be used as `TreeMap` keys\n\n**Description**\nImplement conversions so that the `Ipv{4,6}Addr` types can be used as\nkeys in the `TreeMap` type.\n\n**Motivation**\nIP address are directly represented as fixed length bytestrings, so it\nseems like a reasonable type to allow as a map key.\n\n**Testing Done**\n - Added conversion unit tests","shortMessageHtmlLink":"feat: Allow IP address to be used as TreeMap keys"}},{"before":"5a009bfda6465fe1ceadcb86ea0ba92153eb5e7a","after":"af86cebb5f9bb3fb74fc314ff0f52cd9cc55a690","ref":"refs/heads/gh-pages","pushedAt":"2023-04-01T07:08:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@53b1442774486231a4a9465eee1203cdf793de27 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 53b1442 ๐Ÿš€"}},{"before":"2ec88fd484c1ee3717ae4898fde0f6acc450a9b3","after":"53b1442774486231a4a9465eee1203cdf793de27","ref":"refs/heads/main","pushedAt":"2023-04-01T07:07:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"fix: Prevent code block from being tested","shortMessageHtmlLink":"fix: Prevent code block from being tested"}},{"before":"f196895f8bfc4d48cb6908aef8793254f08d87cd","after":"5a009bfda6465fe1ceadcb86ea0ba92153eb5e7a","ref":"refs/heads/gh-pages","pushedAt":"2023-04-01T07:05:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@2ec88fd484c1ee3717ae4898fde0f6acc450a9b3 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 2ec88fd ๐Ÿš€"}},{"before":"d404b962334bbea2ce01d00c031c0a6142198f7f","after":"2ec88fd484c1ee3717ae4898fde0f6acc450a9b3","ref":"refs/heads/main","pushedAt":"2023-04-01T07:04:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"feat: Add safe conversions of integers to bytestrings\n\n**Description**\nAdd a trait and some convenience types so that signed and unsigned\nintegers are converted to bytestring using a method that will preserve\ntheir natural ordering.\n\n**Motivation**\nThese conversions are useful because that allows us to use these integer\ntypes as keys in the `TreeMap` and be able to access them with range\nqueries.\n\n**Testing Done**\n - Added unit tests on the conversions making sure that for some numbers\n the safety variants hold","shortMessageHtmlLink":"feat: Add safe conversions of integers to bytestrings"}},{"before":"f895be405e7cf3d0b32b7c56d3b0774f899d55b7","after":"f196895f8bfc4d48cb6908aef8793254f08d87cd","ref":"refs/heads/gh-pages","pushedAt":"2023-03-22T06:10:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ declanvk/blart@d404b962334bbea2ce01d00c031c0a6142198f7f ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ d404b96 ๐Ÿš€"}},{"before":"46e539e8128c17a9bbd5351241ed6d6b4b283534","after":"d404b962334bbea2ce01d00c031c0a6142198f7f","ref":"refs/heads/main","pushedAt":"2023-03-22T06:09:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"declanvk","name":"Declan Kelly","path":"/declanvk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7276122?s=80&v=4"},"commit":{"message":"Add README badges and fix fuzz tests","shortMessageHtmlLink":"Add README badges and fix fuzz tests"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWmW3hQA","startCursor":null,"endCursor":null}},"title":"Activity ยท declanvk/blart"}