Popular repositories
4,977 contributions in the last year
Less
More
Contribution activity
July 2021
Created 186 commits in 13 repositories
Created 1 repository
Created a pull request in rust-lang/rust that received 24 comments
Add "copy to clipboard" for all code blocks and "expand" buttons
Fixes #86851.
A little demo of the expand/collapse part:
Peek.2021-07-07.17-02.mp4
Now some technical details: to prevent the copy of an img
+409
−124
•
24
comments
Opened 71 other pull requests in 11 repositories
rust-lang/rust
9
closed
4
open
31
merged
- Rollup of 7 pull requests
- Ignore more files from rustdoc-GUI test suite
- Rollup of 8 pull requests
- Add missing whitespace after attribute in HTML template
- Add support for tuple struct field documentation
- Fix union keyword highlighting in rustdoc HTML sources
- Add GUI test for fonts used for module items
- Move calls to test_main into one function
- Rollup of 6 pull requests
- Rollup of 9 pull requests
- Intra doc error span
- Don't display <table> in item summary
- Rollup of 8 pull requests
- Fix "item info" width
- Rollup of 7 pull requests
- Fix docblock <table> overflow
- Rollup of 7 pull requests
- Rollup of 6 pull requests
- Add GUI test for auto-hide-trait-implementations setting
- Rollup of 7 pull requests
- Fix sidebar display on small devices
- Rollup of 4 pull requests
- Rollup of 6 pull requests
- Fix type decl layout "overflow"
- Fix misuse of rev attribute on <a> tag
- Some pull requests not shown.
GuillaumeGomez/sysinfo
7
merged
trusted-programming/trusted-programming.github.io
6
merged
rust-lang/docs.rs
1
open
2
merged
GuillaumeGomez/browser-UI-test
3
merged
GuillaumeGomez/rust-fmod
3
merged
rust-lang/cargo
1
open
GuillaumeGomez/tuto-rust-fr
1
merged
gtk-rs/gtk-rs-core
1
merged
clap-rs/clap
1
closed
mgeisler/textwrap
1
merged
Reviewed 50 pull requests in 10 repositories
rust-lang/rust 33 pull requests
- Add support for tuple struct field documentation
- Add long explanation for E0544.
- Fix rustdoc handling of primitive items
- Escape item search summaries
- Rustdoc accessibility: use real headers for doc items
- Fix union keyword highlighting in rustdoc HTML sources
- Don't hide fields of enum struct variants
- Add long explanation for E0757
- Add long explanation for E0722
- Intra doc error span
- rustdoc: Restore --default-theme, etc, by restoring varname escaping
- Generate links to definition in rustdoc source code pages
- Rustdoc accessibility: make the sidebar headers actual headers
- Rustdoc accessibility: use an icon for the [-]/[+] controls
- feat(rustdoc): open sidebar menu when links inside it are focused
- Fix codeblocks overflow
- Add GUI test for "go to first" feature
- Fix implementors display
- Rustdoc: suggest removing disambiguator if linking to field
- cleanup(rustdoc): remove unused function getObjectNameById
- Update reference.md
- Add --nocapture option to rustdoc
- Fix rendering of reexported macros 2.0 and fix visibility of reexported items
- Add "copy to clipboard" for all code blocks and "expand" buttons
- rustdoc: Unify external_paths and paths cache map
- Some pull request reviews not shown.
gtk-rs/gtk-rs-core 8 pull requests
BookMyComics-Developers/BookMyComics 2 pull requests
gtk-rs/gir-files 1 pull request
gtk-rs/gtk3-rs 1 pull request
rust-lang/docs.rs 1 pull request
rust-lang/cargo 1 pull request
GuillaumeGomez/sysinfo 1 pull request
gtk-rs/gtk4-rs 1 pull request
rust-lang/crater 1 pull request
Created an issue in rust-lang/rust that received 7 comments
Improve error messages for intra-doc links when there are backticks
In #87078, we arrived at the following situation:
error: incompatible link kind for `Foo::bar` --> $DIR/field-ice.rs:5:6 |
LL | /// [`Foo::bar()`] …
7
comments