Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
4,715 contributions in the last year
Contribution activity
December 2020
Created 59 commits in 9 repositories
Created 4 repositories
Created a pull request in rust-lang/rust that received 18 comments
Add warning sections in rustdoc
Opened 19 other pull requests in 8 repositories
rust-lang/rust
3
open
4
merged
2
closed
- Fix item name display on mobile
- Make search results tab and help button focusable with keyboard
- Remove tab-lock and replace it with ctrl+up/down arrows to switch between search result tabs
- Hide associated constants too when collapsing implementation
- Move tooltips messages out of html
- Rollup of 6 pull requests
- Rollup of 3 pull requests
- Add checks for #[doc(keyword = "...")] attribute
- Rollup of 3 pull requests
Rust-SDL2/rust-sdl2
3
merged
GuillaumeGomez/rust-GSL
2
merged
dtolnay/paste
1
open
gtk-rs/gtk-rs
1
merged
gtk-rs/gir
1
merged
rust-lang/team
1
merged
GuillaumeGomez/sysinfo
1
merged
Reviewed 23 pull requests in 4 repositories
rust-lang/rust 10 pull requests
- Don't look for blanket impls in intra-doc links
- Add long explanation for E0212
- Rustdoc: Use correct def_id for doctree::Import
- Use `summary_opts()` in another spot
- Add doc aliases for memory allocations
- Add doc aliases for print macros
- rustdoc: stabilise --default-theme command line option
- Pass around Symbols instead of Idents in doctree
- Add long explanation of E0546
- Rustdoc: JSON backend experimental impl, with new tests.
gtk-rs/gtk-rs 8 pull requests
- glib/signal.rs: Add docstring for SignalHandlerId
- Macro parser improvements
- Implement derive macro for Downgrade/Upgrade traits
- export deps from gtk
- Regenerate everything with latest gir
- Add ListModel subclassing support
- Replace manual enum functions with autogenerated ones
- Backport composite templates from gtk4-rs
gtk-rs/gir 4 pull requests
gtk-rs/gtk4-rs 1 pull request
Created an issue in rust-lang/rust that received 11 comments
Add syntax extension to add warning blocks
Following #79677, we realized that rustdoc users would prefer to have a syntax extension rather than using plain HTML to have warning blocks. @dtolnay

