Matthias Krüger

Results 214 issues of Matthias Krüger

When different dependencies pull in multiple versions of the same crate, it would help to see the version of the crate that was compiled. (See syn when building rustfmt ![syn](https://user-images.githubusercontent.com/476013/65191630-ec7a2480-da74-11e9-8808-ccf02468b741.png)...

C-feature-request
A-timings

When cwd is the root of my home directory (`~`) and I run `kondo` or `kondo .`, it just displays `Total bytes deleted: 0.0B` and does not even start searching...

If I run ` cargo prefetch --list --top-downloads=1000`, I get an error ```` Error: `cargo` failed to run: exit code: 101 Updating crates.io index error: no matching package named `futures-select-macro-preview`...

I tried to run `cargo-incremental build` ```` repo at /home/matthias/vcs/github/regex head is: "master" not creating new checkpoint since there are no changes bringing head back to initial state Building.. error:...

```sh $ cargo install --git https://github.com/redox-os/ion # wait for repo to update $ cargo install-update -ag Updating ion-shell from https://github.com/redox-os/ion Updating git repository `https://github.com/redox-os/ion` error: could not find `ion-shell` in...

tracking
external

https://github.com/rust-lang/cargo/pull/10725

Hi, if you read this and use `cargo cache`, please let me know how you found out about this project and leave a comment on this ticket. :) I am...

help wanted
question

It would be interesting if `cargo-cache` could find local extracted sources that differ from the contents of the respective .xz /.crate archives. EDIT: idea dump: * `git fsck` all git...

feature

(per-registry restriction of cleanup commands)

feature

Inspired by https://github.com/rust-lang/cargo/issues/8572

feature