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 up
Popular repositories
4,324 contributions in the last year
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4 repositories not shown
Created a pull request in rust-lang/rust that received 15 comments
- Rollup of 3 pull requests
- Fix sidebar scroll on mobile devices
- Rollup of 3 pull requests
- Hide help button on mobile
- Ensure that the source code display is working with DOS backline
- Move `Strip` into a separate rustdoc pass
- Remove compiler-synthesized reexports when documenting
- Check html comments
- Add word wrap for short descriptions
- Allow `blur` to work even when `rustdoc` is not the main `<body>`
- Fix tooltip text display
- Allow ascii whitespace char for doc aliases
- Create E0777 error code for invalid argument in derive
- Don't link to nightly primitives on stable channel
- Deny broken intra-doc links in linkchecker
- rustdoc options to set default theme (and other settings)
- rustdoc: Make some functions private that don't need to be public
- Add settings to rustdoc to use the system theme
- Resolve intra-doc links on additional documentation for re-exports in lexical scope
- Add some docs to rustdoc::clean::inline and def_id functions
- Change DocFragments from enum variant fields to structs with a nested enum
- Normalize `<X as Y>::T` for rustdoc
Created an issue in gtk-rs/gir that received 1 comment
Add note when a type is `abstract = 1` in documentation
Something like:
"Is a Abstract Base Class, you can't instantiate it" ?
and if you try, you'll get a critical warning and NULL