I need to use a deprecated project which does no longer runs using newer versions of stable versions of rustc, but which requires nightly features for being able to use avx512 in order to be able to complete in an acceptable time frame.
The past stable builds of the rust compiler are found in GitHub but where to find past nightly toolchain builds ?