Path to this page:
Subject: CVS commit: pkgsrc/lang/rust
From: Thomas Klausner
Date: 2024-07-15 05:32:24
Message id: 20240715033224.D5CB3FC74@cvs.NetBSD.org
Log Message:
rust: update to 1.79 based on wip/rust179
rust179 was created by jperkin based on rust178 by he@, jperkin@, and
adam@
Changes:
1.79
- Inline const expressions
- Bounds in associated type position
- Extending automatic temporary lifetime extension
- Frame pointers enabled in standard library builds
https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html
1.78
- Diagnostic attributes
- Asserting unsafe preconditions
- Deterministic realignment
https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html
1.77.2
This release includes a fix for CVE-2024-24576.
https://blog.rust-lang.org/2024/04/09/Rust-1.77.2.html
1.77.1
Windows-only fix
https://blog.rust-lang.org/2024/03/28/Rust-1.77.1.html
1.77.0
- C-string literals
- Support for recursion in async fn
- offset_of!
- Enable strip in release profiles by default
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html
Files: