{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":752154980,"defaultBranch":"main","name":"term-rustdoc","ownerLogin":"zjp-CN","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-02-03T07:22:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/25300418?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710572796.0","currentOid":""},"activityList":{"items":[{"before":"1fe86336956e777eaa8fd3675f74944cc4db6612","after":"6559ededa253e822c946fa6a2123ad55de7f82a8","ref":"refs/heads/main","pushedAt":"2024-03-23T03:17:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"feat: basic support for declaration jump (close #11)\n\npotential improvements:\n* expand before jump: currently only search for ids in treelines instead\n of DModule tree, because the expansion and jump interaction is vague.\n For simplicity, expand all, search and jump.\n* use defining ids in treelines: replace reexport ids by inner id in DModule\n* width & wrapping: this needs to add a new_with_width API on\n declarationLines","shortMessageHtmlLink":"feat: basic support for declaration jump (close #11)"}},{"before":"1ab5f6957c1912d852c18776b2405a0132fc45a6","after":"1fe86336956e777eaa8fd3675f74944cc4db6612","ref":"refs/heads/main","pushedAt":"2024-03-22T09:12:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"refactor: auto-fit width for Outline (close #12)\n\nThis also removes max_width from Scroll which means if a widget\nneed max_width as a state, add it as a field to the inner lines.","shortMessageHtmlLink":"refactor: auto-fit width for Outline (close #12)"}},{"before":"e76af49aa7a980716cdc9b03a30137d9ceda16d7","after":"1ab5f6957c1912d852c18776b2405a0132fc45a6","ref":"refs/heads/main","pushedAt":"2024-03-22T08:24:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: no public Tag and related items; reexport StyledType etc","shortMessageHtmlLink":"chore: no public Tag and related items; reexport StyledType etc"}},{"before":"5a66194aaa79f8e411529ffdd65a3fa05046366f","after":"e76af49aa7a980716cdc9b03a30137d9ceda16d7","ref":"refs/heads/main","pushedAt":"2024-03-22T07:58:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"fix: exclude synthetic from GenericParamDef (close #14)","shortMessageHtmlLink":"fix: exclude synthetic from GenericParamDef (close #14)"}},{"before":"770f7638288c9583b7b6b5ee43365d0df504a3e9","after":"5a66194aaa79f8e411529ffdd65a3fa05046366f","ref":"refs/heads/main","pushedAt":"2024-03-22T03:36:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"test: add snapshots for DeclarationLines","shortMessageHtmlLink":"test: add snapshots for DeclarationLines"}},{"before":"8c89f53357baa4cd116ac1c071ee796d162c1970","after":"770f7638288c9583b7b6b5ee43365d0df504a3e9","ref":"refs/heads/main","pushedAt":"2024-03-21T16:16:55.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"feat: DeclarationLines and friends","shortMessageHtmlLink":"feat: DeclarationLines and friends"}},{"before":"235e64dd62b08ec40e193a68bda9971660b91bde","after":"8c89f53357baa4cd116ac1c071ee796d162c1970","ref":"refs/heads/main","pushedAt":"2024-03-21T08:58:57.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"refactor: purge type_name and decl in lib\n\nAll functionalities in type_name are moved to StyledType/Format\n/Declaration in style mod.\nAlthough it'd be slower if simple typename is required, but in most\ninteractive cases, ID in type string is necessary.","shortMessageHtmlLink":"refactor: purge type_name and decl in lib"}},{"before":"879574b38d888cf2f1c66fcaa92e87f71194f43b","after":"235e64dd62b08ec40e193a68bda9971660b91bde","ref":"refs/heads/main","pushedAt":"2024-03-20T12:42:18.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"feat: StyledType for function items","shortMessageHtmlLink":"feat: StyledType for function items"}},{"before":"3ab02afdafb2a8ff5911ccc30fcc4b4c5b64b204","after":"879574b38d888cf2f1c66fcaa92e87f71194f43b","ref":"refs/heads/main","pushedAt":"2024-03-16T08:04:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"doc: keep v literal before version numbers in Changelog","shortMessageHtmlLink":"doc: keep v literal before version numbers in Changelog"}},{"before":"4a77b62a2f8bd1c61192f8531db9f6351a4031b7","after":"3ab02afdafb2a8ff5911ccc30fcc4b4c5b64b204","ref":"refs/heads/main","pushedAt":"2024-03-16T07:08:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"fix: cfg nighyly for integration test for cargo-dist to work on stable","shortMessageHtmlLink":"fix: cfg nighyly for integration test for cargo-dist to work on stable"}},{"before":"4aa5d734ed9945bb0f725b22248a18911a2a1600","after":null,"ref":"refs/tags/v0.2.0","pushedAt":"2024-03-16T07:05:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"}},{"before":"b0ae96822b9ab06c719a85cb789fefd604d59abe","after":null,"ref":"refs/tags/v0.2.0","pushedAt":"2024-03-16T06:38:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"}},{"before":"539f582e8c7be4ac5f3e222d9b243908c5a76a72","after":"4a77b62a2f8bd1c61192f8531db9f6351a4031b7","ref":"refs/heads/main","pushedAt":"2024-03-16T06:37:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"release: 0.2.0","shortMessageHtmlLink":"release: 0.2.0"}},{"before":"c45cdce5e3bf21ec9dc462ff83862e14bd68f1ab","after":null,"ref":"refs/tags/v0.2.0","pushedAt":"2024-03-16T06:33:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"}},{"before":"f353671896163371d55afea604bce80c46ade5d5","after":"539f582e8c7be4ac5f3e222d9b243908c5a76a72","ref":"refs/heads/main","pushedAt":"2024-03-16T06:29:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"release: 0.2.0","shortMessageHtmlLink":"release: 0.2.0"}},{"before":"700852b83dc888bc087946f7a0a151cf487be612","after":"f353671896163371d55afea604bce80c46ade5d5","ref":"refs/heads/main","pushedAt":"2024-03-16T06:27:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: mv codegen-backend feature from cargo.toml to local config.toml","shortMessageHtmlLink":"chore: mv codegen-backend feature from cargo.toml to local config.toml"}},{"before":"ca0d4eab6944fa333310348945687d418303cf39","after":"700852b83dc888bc087946f7a0a151cf487be612","ref":"refs/heads/main","pushedAt":"2024-03-16T06:19:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"release: 0.2.0","shortMessageHtmlLink":"release: 0.2.0"}},{"before":"1b3761d2b1a1bd94a589bce8b16e92452352f88b","after":"ca0d4eab6944fa333310348945687d418303cf39","ref":"refs/heads/main","pushedAt":"2024-03-15T15:01:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: private fields display in structs\n\n* no multiline for all private fields in tuple structs\n* newline for named structs if where bound exists","shortMessageHtmlLink":"chore: private fields display in structs"}},{"before":"2007e61f5757f99f49a7e60b00f18a875a28a9c7","after":"1b3761d2b1a1bd94a589bce8b16e92452352f88b","ref":"refs/heads/main","pushedAt":"2024-03-15T12:13:42.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: update_area even if no valid id; add spacing for decl and md\n\nalso\n* adjust for logging some areas\n* replace max_width with area.with for detecting width in md content","shortMessageHtmlLink":"chore: update_area even if no valid id; add spacing for decl and md"}},{"before":"13f6beb177479d2c0a2c66b9627709d44e62bb24","after":"2007e61f5757f99f49a7e60b00f18a875a28a9c7","ref":"refs/heads/main","pushedAt":"2024-03-15T01:55:41.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"fix: None field in a tuple struct is a placeholder, thus not hide them","shortMessageHtmlLink":"fix: None field in a tuple struct is a placeholder, thus not hide them"}},{"before":"5255c7cc65fef7606b48780af1b3dc4fd914be93","after":"13f6beb177479d2c0a2c66b9627709d44e62bb24","ref":"refs/heads/main","pushedAt":"2024-03-14T16:05:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: multiline args in fn items","shortMessageHtmlLink":"chore: multiline args in fn items"}},{"before":"1634310f54ce34f534a373bbbf72a870e9ca9cde","after":"5255c7cc65fef7606b48780af1b3dc4fd914be93","ref":"refs/heads/main","pushedAt":"2024-03-14T14:33:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: newline and ident for where bound","shortMessageHtmlLink":"chore: newline and ident for where bound"}},{"before":"4db21fa1d709e398b92b8a34687e7cc2e25b753e","after":"1634310f54ce34f534a373bbbf72a870e9ca9cde","ref":"refs/heads/main","pushedAt":"2024-03-14T08:56:38.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"test: apply DisplaySlice instead of Debug for slice","shortMessageHtmlLink":"test: apply DisplaySlice instead of Debug for slice"}},{"before":"ed064d680c396b81b5babae80bfcd7c0bc9d4f3c","after":"4db21fa1d709e398b92b8a34687e7cc2e25b753e","ref":"refs/heads/main","pushedAt":"2024-03-14T03:35:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"doc: typename; don't expose fn_header fn_decl as public items","shortMessageHtmlLink":"doc: typename; don't expose fn_header fn_decl as public items"}},{"before":"bb33c53e2f80d486db85bd731c59e22cd38198a9","after":"ed064d680c396b81b5babae80bfcd7c0bc9d4f3c","ref":"refs/heads/main","pushedAt":"2024-03-13T14:39:41.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"fix: hrtb in wher bound","shortMessageHtmlLink":"fix: hrtb in wher bound"}},{"before":"c7c7cbe04ddc91e9449cd8af80e92a7405484b95","after":"bb33c53e2f80d486db85bd731c59e22cd38198a9","ref":"refs/heads/main","pushedAt":"2024-03-12T16:40:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"chore: add generics i.e (generics_def, where_bounds) on fn_item\n\nthis commit also moves generics to own module","shortMessageHtmlLink":"chore: add generics i.e (generics_def, where_bounds) on fn_item"}},{"before":"c6045ceb8e62db892db4d639d4b0b6058258ebfd","after":"c7c7cbe04ddc91e9449cd8af80e92a7405484b95","ref":"refs/heads/main","pushedAt":"2024-03-12T15:03:26.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"refactor: type_name returns XString without Option any more","shortMessageHtmlLink":"refactor: type_name returns XString without Option any more"}},{"before":"1e9940319ede18237e57b9c8f493cef13667bfbc","after":"c6045ceb8e62db892db4d639d4b0b6058258ebfd","ref":"refs/heads/main","pushedAt":"2024-03-12T13:05:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"fix: parenthesized_type for borrow_ref on DynTrait","shortMessageHtmlLink":"fix: parenthesized_type for borrow_ref on DynTrait"}},{"before":"68df0e97b9c755e84341747d1a8a3545d29a9b51","after":"1e9940319ede18237e57b9c8f493cef13667bfbc","ref":"refs/heads/main","pushedAt":"2024-03-12T09:31:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"refactor: use RPITIT trick to reduce parameter passing","shortMessageHtmlLink":"refactor: use RPITIT trick to reduce parameter passing"}},{"before":"545607f33f7c264a9435cf09403d4eddadc9a444","after":"68df0e97b9c755e84341747d1a8a3545d29a9b51","ref":"refs/heads/main","pushedAt":"2024-03-12T09:26:17.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"zjp-CN","name":"ZJPzjp","path":"/zjp-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25300418?s=80&v=4"},"commit":{"message":"refactor: use RPITIT trick to reduce parameter passing","shortMessageHtmlLink":"refactor: use RPITIT trick to reduce parameter passing"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEHUZtmAA","startCursor":null,"endCursor":null}},"title":"Activity ยท zjp-CN/term-rustdoc"}