Page MenuHomeSolus

Update rust to 1.24.1
ClosedPublic

Authored by saintdev on Jan 7 2018, 3:29 AM.
Tags
None
Referenced Files
F11032949: D1900.id.diff
Wed, Aug 9, 2:57 PM
F11032948: D1900.id5511.diff
Wed, Aug 9, 2:57 PM
F11032947: D1900.id4519.diff
Wed, Aug 9, 2:57 PM
F11032946: D1900.id6137.diff
Wed, Aug 9, 2:57 PM
F11032945: D1900.id6138.diff
Wed, Aug 9, 2:57 PM
F11025956: D1900.diff
Wed, Aug 9, 1:36 AM
F10979739: D1900.diff
Sun, Jul 23, 12:22 AM
F10877443: D1900.id6138.diff
Jun 20 2023, 7:32 PM
Subscribers
None

Details

Summary

1.24.1
Rust Blog post

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
Test Plan

Compile and run rust program (ripgrep)

Diff Detail

Repository
R2839 rust
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

saintdev retitled this revision from Update to 1.23.0 to Update rust to 1.24.0.Feb 16 2018, 5:58 AM
saintdev edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 21 2018, 10:31 PM
saintdev retitled this revision from Update rust to 1.24.0 to Update rust to 1.24.1.Mar 14 2018, 6:10 AM
saintdev edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.