Speeding up the Rust compiler without changing its code

What part of Rust compilation is the bottleneck?

cargo-wizard: configure your Cargo project for max. performance

Compiling Rust is testing

Making Rust binaries smaller by default

Process Spawning Performance in Rust

Examining Rust async iterator approaches

Make the Rust compiler 5% faster with this one weird trick

Adding runtime benchmarks to the Rust compiler benchmark suite

Exploring the Rust compiler benchmark suite

Inspecting rustc LLVM optimization remarks using cargo-remark

How to improve Rust compiler’s CI in 2023

Optimizing Rust programs with PGO and BOLT using cargo-pgo

Writing Python like it's Rust

Speeding up the Rust compiler without changing its code

Building Rust binaries in CI that work with older GLIBC

Contributing to Intellij-Rust #5: Lint attribute completion

Contributing to the Intellij-Rust plugin: Introduce constant refactoring

Contributing to the Intellij-Rust plugin: quick fix to attach file to a module

Contributing to the Intellij-Rust plugin: writing an intention from scratch