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
-
manage cargo cache (${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively
-
A bash script to get a git diff --shortstat-like output for changes in binary files
-
A bash script to convert a copy of /var/log/pacman.log into a log file allowing later visualisation using gource.
Shell 5
-
checks installed rust crates for missing library links and can auto-rebuild if necessary
Rust 2
-
1,290 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 10 commits in 3 repositories
Created a pull request in rust-lang/rust-clippy that received 22 comments
add `internal-lints` feature to enable clippys internal lints (off by default)
This PR moves the internal lint tests into a new subdirectory (I couldn't find a different way to compile-time-conditionally exclude them from comp…
Opened 6 other pull requests in 3 repositories
rust-lang/rust
1
closed
2
merged
1
open
rust-lang/rust-clippy
1
merged
rust-lang/cargo
1
open
Reviewed 3 pull requests in 1 repository
rust-lang/rust-clippy 3 pull requests
Created an issue in rust-lang/rust that received 4 comments
ICE: broken mir with -Zunsound-mir-opts: simplify arm identity
Code
from ./src/test/ui/mir/issue-77359-simplify-arm-identity.rs
// run-pass #![allow(dead_code)] #[derive(Debug)]
enum MyEnum { Variant2, Variant…

