The Wayback Machine - https://web.archive.org/web/20201117004911/https://github.com/matthiaskrgr
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@FLIF-hub @rust-lang @openvalidation

Popular repositories

  1. manage cargo cache (${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively

    Rust 288 5

  2. A bash script to get a git diff --shortstat-like output for changes in binary files

    Shell 19 9

  3. simple crusher tries to reduce FLIFs in size by recompressing them with different parameters

    Python 15 6

  4. A bash script to convert a copy of /var/log/pacman.log into a log file allowing later visualisation using gource.

    Shell 5

  5. checks installed rust crates for missing library links and can auto-rebuild if necessary

    Rust 2

  6. crate to run clippy against all crates in the local cargo cache

    Rust 2 1

1,290 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

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…

+127 −52 22 comments
Reviewed 3 pull requests in 1 repository

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…

4 comments
You can’t perform that action at this time.