Highlights
- 1 discussion answered
Block or Report
Block or report matthiaskrgr
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
cargo-cache Public
manage cargo cache (${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively
-
gitdiffbinstat Public
A bash script to get a git diff --shortstat-like output for changes in binary files
-
pacmanlog2gource Public
A bash script to convert a copy of /var/log/pacman.log into a log file allowing later visualisation using gource.
-
llvm_bootstrap Public
Script doing an optimized 2-stage bootstrap/build of llvm and clang. Includes llvm, clang, lld, lldb, polly, openmp, compiler-rt (sanitizers), clang-tools-extra
-
cargo-rebuild-check Public
checks installed rust crates for missing library links and can auto-rebuild if necessary
1,701 contributions in the last year
Activity overview
Contribution activity
December 2021
Created 2 repositories
Created a pull request in rust-lang/rust that received 17 comments
rustc_serialize: make assert more informative.
#91650 (comment) Make sure it prints the left/right values when it fails.
Opened 97 other pull requests in 4 repositories
rust-lang/rust
2
open
45
merged
40
closed
- Rollup of 4 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 5 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 4 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 6 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 7 pull requests
- Rollup of 6 pull requests
- Rollup of 6 pull requests
- Rollup of 8 pull requests
- Some pull requests not shown.
rust-lang/glacier
8
merged
matthiaskrgr/cargo-cache
1
merged
rust-lang/rustfmt
1
merged
Reviewed 6 pull requests in 2 repositories
rust-lang/rust-clippy
3 pull requests
rust-lang/rust
3 pull requests
Created an issue in rust-lang/rust that received 12 comments
bootstrap of cargo broken: assertion failed: sentinel == STR_SENTINEL, compiler/rustc_serialize/src/opaque.rs:669:9
EDIT2:
should be fixed with nightly 2021-12-11
EDIT:
FOR EVERYONE THAT IS ALSO GETTING THIS:
Try cleaning your build artifacts: cargo clean, in mos…
Opened 10 other issues in 5 repositories
rust-lang/rust
3
open
1
closed
- incremental ICE: StableHasher: unexpected region '_#44 compiler/rustc_middle/src/ty/impls_ty.rs:97:17
- diagnostics: suggest .iter().collect() instead of .into() if possible
- spurious test failure: ui\panics\panic-short-backtrace-windows-x86_64.rs on x86_64-msvc-2
-
ICE: issue-69398.rs with mir-opt-level=3 and --crate-type=lib: compiler/rustc_traits/src/normalize_erasing_regions.rs:62:32: could not fully normalize
<() as Foo>::Bar