Highlights
- Arctic Code Vault Contributor
Popular repositories
4,647 contributions in the last year
Contribution activity
December 2020
Created 115 commits in 11 repositories
Created 4 repositories
Created a pull request in rust-lang/rust that received 18 comments
Add warning sections in rustdoc
+37
−3
•
18
comments
Opened 36 other pull requests in 10 repositories
rust-lang/rust
4
open
13
merged
2
closed
- rustdoc DocFragment rework
- Continue String to Symbol conversion in rustdoc (2)
- Continue String to Symbol conversion in rustdoc (1)
- Rollup of 5 pull requests
- Replace String with Symbol where possible
- Rollup of 6 pull requests
- Rollup of 3 pull requests
- Only build help popup when it's really needed
- Fixes submit event of the search input
- Rustdoc gui tests
- 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
gtk-rs/gtk-rs
3
merged
Rust-SDL2/rust-sdl2
3
merged
gtk-rs/gtk4-rs
2
merged
gtk-rs/gir
2
merged
gtk-rs/checker
2
merged
GuillaumeGomez/rust-GSL
2
merged
dtolnay/paste
1
open
rust-lang/team
1
merged
GuillaumeGomez/sysinfo
1
merged
Reviewed 47 pull requests in 5 repositories
rust-lang/rust 24 pull requests
- impl Default for LangString, replacing all_false by default
- Add array search aliases
- Remap instrument-coverage line numbers in doctests
- Pass a `TyCtxt` through to `FormatRender`
- Continue String to Symbol conversion in rustdoc (1)
- Accept additional user-defined classes in fenced code blocks
- Fix `cargo-binutils` link
- Get rid of `clean::Deprecation`
- [rustdoc] Switch to Symbol for item.name
- Use imports instead of rewriting the type signature of `RustcOptGroup::stable`
- [librustdoc] Only split lang string on `,`, ` `, and `\t`
- rustdoc light theme: Fix CSS for selected buttons
- [rustdoc] Calculate span information on demand instead of storing it ahead of time
- Don't abort rustdoc tests if `tidy` isn't installed
- 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 14 pull requests
- update bitflags to 1.2 to fix macro namespace issues
- Consistently re-export subclassing preludes of dependency crates
- add manual doc aliases
- export deps from gtk
- docs: update per the new macro names
- 2015 cleanup
- Rename glib_wrapper! and glib_object_subclass! to wrapper! and object_subclass!
- glib/signal.rs: Add docstring for SignalHandlerId
- Macro parser improvements
- Implement derive macro for Downgrade/Upgrade traits
- 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 6 pull requests
gtk-rs/gtk4-rs 2 pull requests
rust-lang/blog.rust-lang.org 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
11
comments