{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":40842068,"defaultBranch":"master","name":"rust","ownerLogin":"notriddle","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-08-16T21:27:00.000Z","ownerAvatar":"https://github.com/avatars/u/1593513?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726777622.0","currentOid":""},"activityList":{"items":[{"before":"1be4e7f25c95d37d8583034a2abe7c5c2f067734","after":"626068084ab9c553c2a1ed1d0e2cc92ee8d90bcd","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-22T04:16:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"1870efb5c1e0a3287757635ad51e67e6a13969b8","after":"65e432db60bde00f15991a7cbdfffbdca2d4038b","ref":"refs/heads/notriddle/doctest-span","pushedAt":"2024-09-19T20:57:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: use the correct span for doctests","shortMessageHtmlLink":"rustdoc: use the correct span for doctests"}},{"before":null,"after":"1870efb5c1e0a3287757635ad51e67e6a13969b8","ref":"refs/heads/notriddle/doctest-span","pushedAt":"2024-09-19T20:27:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: use the correct span for doctests","shortMessageHtmlLink":"rustdoc: use the correct span for doctests"}},{"before":"2e7964674edd01566ad50b24029bf3e187715e11","after":"1be4e7f25c95d37d8583034a2abe7c5c2f067734","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-13T18:29:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"8c6e55c4127cc29a29d440b86abd906b8f8ece93","after":"2e7964674edd01566ad50b24029bf3e187715e11","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-13T17:52:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"be3a05495b420cd56e499f324bb728d6ede2b504","after":"8c6e55c4127cc29a29d440b86abd906b8f8ece93","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-13T17:13:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"5249a4be0ccd1a5c36349273cdcf8a6ad82fca70","after":"48a944a0f23053dc6c4b498a812130ad831ee195","ref":"refs/heads/notriddle/three-column","pushedAt":"2024-09-13T16:56:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: add three-column layout for large desktops\n\nThis commit adds a floating TOC box to the right,\nleaving the sibling/module/crate navigation on the left.\n\nThis kicks in at a size a little below 1920x1080, where\ndesktops with very wide monitors are: it's also around\nthe point where the content area can be full width while\nallowing two sidebars. It only kicks in if the browser\nsupports grid layouts, but that should be most of them,\nand we can't get rid of the two-column layout anyway,\nsince it's the layout you get on something like a portrait iPad.\n\nThis design, where it can be used, is meant to clearly split up\nthe table of contents and the site navigation, so the right\nside floating box has the same color as the page while the left\nsidebar does not. It also pushes it down further, so that it's\nnot as high as the search bar, though that's a bit more\nsubtle than the color.","shortMessageHtmlLink":"rustdoc: add three-column layout for large desktops"}},{"before":"b39772f2a331a6f2048ec86595e37e01aec8129e","after":"5249a4be0ccd1a5c36349273cdcf8a6ad82fca70","ref":"refs/heads/notriddle/three-column","pushedAt":"2024-09-13T16:55:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: add three-column layout for large desktops\n\nThis commit adds a floating TOC box to the right,\nleaving the sibling/module/crate navigation on the left.\n\nThis kicks in at a size a little below 1920x1080, where\ndesktops with very wide monitors are: it's also around\nthe point where the content area can be full width while\nallowing two sidebars. It only kicks in if the browser\nsupports grid layouts, but that should be most of them,\nand we can't get rid of the two-column layout anyway,\nsince it's the layout you get on something like a portrait iPad.\n\nThis design, where it can be used, is meant to clearly split up\nthe table of contents and the site navigation, so the right\nside floating box has the same color as the page while the left\nsidebar does not. It also pushes it down further, so that it's\nnot as high as the search bar, though that's a bit more\nsubtle than the color.","shortMessageHtmlLink":"rustdoc: add three-column layout for large desktops"}},{"before":"48c7e444b15823342e8482a7c6590bca6d83e691","after":null,"ref":"refs/heads/notriddle/issue-d","pushedAt":"2024-09-13T13:54:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"}},{"before":"1d9c99832bf01e3a16a60ab86c61da238ebbf7c8","after":"b39772f2a331a6f2048ec86595e37e01aec8129e","ref":"refs/heads/notriddle/three-column","pushedAt":"2024-09-12T22:49:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: add three-column layout for large desktops\n\nThis commit adds a floating TOC box to the right,\nleaving the sibling/module/crate navigation on the left.\n\nThis kicks in at a size a little below 1920x1080, where\ndesktops with very wide monitors are: it's also around\nthe point where the content area can be full width while\nallowing two sidebars. It only kicks in if the browser\nsupports grid layouts, but that should be most of them,\nand we can't get rid of the two-column layout anyway,\nsince it's the layout you get on something like a portrait iPad.\n\nThis design, where it can be used, is meant to clearly split up\nthe table of contents and the site navigation, so the right\nside floating box has the same color as the page while the left\nsidebar does not. It also pushes it down further, so that it's\nnot as high as the search bar, though that's a bit more\nsubtle than the color.","shortMessageHtmlLink":"rustdoc: add three-column layout for large desktops"}},{"before":null,"after":"48c7e444b15823342e8482a7c6590bca6d83e691","ref":"refs/heads/notriddle/issue-d","pushedAt":"2024-09-12T20:49:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: re-bless stderrs after renaming the test case","shortMessageHtmlLink":"rustdoc: re-bless stderrs after renaming the test case"}},{"before":"4770699419197e017658fc5c13a164a43bccbe90","after":"be3a05495b420cd56e499f324bb728d6ede2b504","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-11T06:48:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"12df4b24ac31636b46a9518aeeb8de3df647ec5f","after":"4770699419197e017658fc5c13a164a43bccbe90","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-11T05:49:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"d4b246bb117d451e34f1692fa34f9574b3d169e4","after":null,"ref":"refs/heads/notriddle/lint-skip","pushedAt":"2024-09-11T05:04:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"}},{"before":"283653b6024904be7f687327e2a0a190de4cb349","after":"12df4b24ac31636b46a9518aeeb8de3df647ec5f","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-11T05:04:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Tweak breadcrumbs list","shortMessageHtmlLink":"Tweak breadcrumbs list"}},{"before":"f9dd8747149fff9fb5277a1c1cfcc0c4eb439ff5","after":"283653b6024904be7f687327e2a0a190de4cb349","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-11T01:37:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"Fix up standard library intro","shortMessageHtmlLink":"Fix up standard library intro"}},{"before":"58103583d50be2ce36663d7493715e127c3a1986","after":"f9dd8747149fff9fb5277a1c1cfcc0c4eb439ff5","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-11T00:42:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: tweak spacing in toolbar","shortMessageHtmlLink":"rustdoc: tweak spacing in toolbar"}},{"before":"65903362ad810c572e8ae742f6ed5ae3548238e4","after":null,"ref":"refs/heads/notriddle/inline-stmt-local","pushedAt":"2024-09-10T01:40:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"}},{"before":"a3127ca721620a1a276d98942d4db266c54b3add","after":"65903362ad810c572e8ae742f6ed5ae3548238e4","ref":"refs/heads/notriddle/inline-stmt-local","pushedAt":"2024-09-08T04:08:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: use a single box to store Attributes and ItemKind","shortMessageHtmlLink":"rustdoc: use a single box to store Attributes and ItemKind"}},{"before":"3699e939e8f6a2517806a219c082723d50dd4288","after":null,"ref":"refs/heads/notriddle/trailing-arrow","pushedAt":"2024-09-08T01:49:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"}},{"before":null,"after":"3699e939e8f6a2517806a219c082723d50dd4288","ref":"refs/heads/notriddle/trailing-arrow","pushedAt":"2024-09-06T00:59:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc-search: allow trailing `Foo ->` arg search","shortMessageHtmlLink":"rustdoc-search: allow trailing Foo -> arg search"}},{"before":"bead042d5e8831a2648efbebac3cf62c6a87fdea","after":null,"ref":"refs/heads/notriddle/toc","pushedAt":"2024-09-05T13:32:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"}},{"before":"75e076704eeaaa71545cb4130476dd2e470ba14a","after":"d4b246bb117d451e34f1692fa34f9574b3d169e4","ref":"refs/heads/notriddle/lint-skip","pushedAt":"2024-09-05T03:08:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: unify the short-circuit on all lints\n\nThis is a bit of an experiment to see if it improves perf.","shortMessageHtmlLink":"rustdoc: unify the short-circuit on all lints"}},{"before":"0e96b942962352bdaf8faf63ae3fe2a645ac0378","after":"75e076704eeaaa71545cb4130476dd2e470ba14a","ref":"refs/heads/notriddle/lint-skip","pushedAt":"2024-09-05T02:15:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: unify the short-circuit on all lints\n\nThis is a bit of an experiment to see if it improves perf.","shortMessageHtmlLink":"rustdoc: unify the short-circuit on all lints"}},{"before":null,"after":"0e96b942962352bdaf8faf63ae3fe2a645ac0378","ref":"refs/heads/notriddle/lint-skip","pushedAt":"2024-09-05T01:21:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: unify the short-circuit on all lints\n\nThis is a bit of an experiment to see if it improves perf.","shortMessageHtmlLink":"rustdoc: unify the short-circuit on all lints"}},{"before":"383ad6e6831c2feb04b8dd9f52e1ff041e7fc8dd","after":"58103583d50be2ce36663d7493715e127c3a1986","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-03T21:28:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: tweak spacing in toolbar","shortMessageHtmlLink":"rustdoc: tweak spacing in toolbar"}},{"before":"7548a4f8bb27b0b91b8a975775893f2078446c1a","after":"383ad6e6831c2feb04b8dd9f52e1ff041e7fc8dd","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-03T21:25:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: tweak spacing in toolbar","shortMessageHtmlLink":"rustdoc: tweak spacing in toolbar"}},{"before":"c940ab05bc55186e8896f98919f02a99549ec7f4","after":"7548a4f8bb27b0b91b8a975775893f2078446c1a","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-03T18:32:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: make the header show all three buttons\n\nThis tweaks it to use less space for the breadcrumbs.","shortMessageHtmlLink":"rustdoc: make the header show all three buttons"}},{"before":"b9a9a634e6a50fb27aefaff9cf7a853cb757a918","after":"c940ab05bc55186e8896f98919f02a99549ec7f4","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-03T05:36:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: make the header show all three buttons\n\nThis tweaks it to use less space for the breadcrumbs.","shortMessageHtmlLink":"rustdoc: make the header show all three buttons"}},{"before":"f441205dec4a6877287ff04eed51ae5cf046d262","after":"b9a9a634e6a50fb27aefaff9cf7a853cb757a918","ref":"refs/heads/notriddle/toolbar-v2","pushedAt":"2024-09-03T05:29:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notriddle","name":"Michael Howell","path":"/notriddle","primaryAvatarUrl":"https://github.com/avatars/u/1593513?s=80&v=4"},"commit":{"message":"rustdoc: make the header show all three buttons\n\nThis tweaks it to use less space for the breadcrumbs.","shortMessageHtmlLink":"rustdoc: make the header show all three buttons"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMlQwNDoxNjozNC4wMDAwMDBazwAAAAS9AM46","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMlQwNDoxNjozNC4wMDAwMDBazwAAAAS9AM46","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QwNToyOTozNy4wMDAwMDBazwAAAASrK_Fu"}},"title":"Activity ยท notriddle/rust"}