04ecd1aafe
The Rust bootstrap was archived in4f3543band removed from the working tree ine7a49eb. The bytecode tier was retired in9fca4dc. What remained on disk was leftover platform binaries (dist/platform/el-macos-universal, el-windows-x86_64.exe) that nothing should be invoking, the elvm.md spec for the retired bytecode tier, and the 8.7GB target/ build cache that was tracked despite being in .gitignore. Untracks target/, removes the platform binaries and elvm.md, and updates spec/language.md so its self-hosting section no longer references the genesis Rust path. The canonical toolchain is dist/platform/elc against el-compiler/runtime/el_runtime.{h,c} — one compiler, one runtime, one language.