Rémy Rakic

Results 97 comments of Rémy Rakic

> I wasn't sure how to download the try build You can use [rustup-toolchain-install-master](https://github.com/kennytm/rustup-toolchain-install-master/) with `rustup-toolchain-install-master 2a2d919ccd8dc0e7f8c61e9e8d07f865fb05e842` to download the `try` build artifacts.

IIRC you can use -c when you initially install the try build artifacts.

It could also be related to https://github.com/rust-lang/rust/issues/99188 which also has exponential behavior (if associated types, and big wrapped items are involved, which I'm not sure is the case here I...

I suggest: - making a reproduction without diesel by using automatic reduction tools, starting from the repro with e.g. rust-reduce, perses, and similar tools, since it seems manually building it...

> Caching should not be dependent on unrelated changes, especially adding stuff into some function before should not invalid a cache entry at all in my eyes This is a...

> this bisects to #122140 cc @oli-obk It’s being reverted in https://github.com/rust-lang/rust/pull/122347 — still something to fix when/if it relands of course, but at least the parallel WG won’t need...

Has anything changed since we last evaluated `mimalloc` and decided we wouldn't use it over `jemalloc` on linux?

Ok then we can wait another hour for #122362's results in case there's an issue there, and then trigger a run for this PR. I'm not sure what code will...