Comment by neuroelectron
Comment by neuroelectron a day ago
It's amazing to me that this is trusted to build so much of software. It's basically impossible to audit yet Rust is supposed to be safe. It's a pipe dream that it will ever be complete or Rust will deprecate it. I think infinite churn is the point.
Rust does its own testing, and regularly helps fix issues in LLVM (which usually also benefits clang users and other LLVM languages).
Optimizing compilers are basically impossible to audit, but there are tools like alive2 for checking them.