2024-07-15 05:32:24 by Thomas Klausner | Files touched by this commit (40) | |
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
|
2024-07-08 16:49:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
rust: switch to included llvm to fix build
|
2024-07-07 13:00:37 by Thomas Klausner | Files touched by this commit (2) |
Log message:
rust: for NetBSD/aarch64 and NetBSD/earmv7hf use rust176
switch to platform.mk version from wip/rust179 and add logic for the above
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-16 08:15:47 by Thomas Klausner | Files touched by this commit (692) |
Log message:
*: recursive bump for gnutls p11-kit option
(existing installations need the bl3.mk included, but it's now only
optionally included)
|
2024-05-04 22:06:55 by Tobias Nygren | Files touched by this commit (1) |
Log message:
rust: move pkgsrc's generated cargo config to $WRKDIR
Some setuptools-rust packages (at least py-bcrypt) won't find it in the
source directory, leading to the pkgsrc crate vendoring not having the
desired effect. Move it to ${WRKDIR}/.cargo/config.toml instead and
set CARGO_HOME in the environment such that cargo will find it regardless
of which directory it is started from.
|
2024-05-04 21:01:22 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
rust: Bump illumos bootstrap kit.
I don't know why this wasn't done with the package update, the bootstrap
kit has been available for ages.
|
2024-04-24 14:04:25 by Tobias Nygren | Files touched by this commit (1) |
Log message:
rust: add CHECK_PORTABILITY skip and use wildcard for ci scripts
|
2024-04-22 21:00:31 by pin | Files touched by this commit (1) | |
Log message:
lang/rust: revision bump for llvm update
|
2024-04-18 14:00:45 by Jonathan Perkin | Files touched by this commit (1) | |
Log message:
rust: Revert part of last update to fix lib names.
|