1.24.1
Rust Blog post
- Do not abort when unwinding through FFI
- Detailed release notes
1.24.0
Rust Blog post
- Incremental compilation is now enabled by default
- rustc now uses 16 codegen units by default to speed up release build times.
- Detailed release notes.
1.23.0
Rust Blog post
- Avoid some unnecessary memory copies in rustc. Reducing the rustc memory usage by 5-10%.
- The AsciiExt trait methods have been implemented directly on the u8, char, [u8] and str types.
- Detailed release notes