Path to this page:
./
lang/rust,
Safe, concurrent, practical language
Branch: CURRENT,
Version: 1.96.0,
Package name: rust-1.96.0,
Maintainer: pkgsrc-usersRust is a systems programming language focused on three goals: safety,
speed, and concurrency. It maintains these goals without having a
garbage collector, making it a useful language for a number of use cases
other languages aren't good at: embedding in other languages, programs
with specific space and time requirements, and writing low-level code,
like device drivers and operating systems.
It improves on current languages targeting this space by having a number
of compile-time safety checks that produce no runtime overhead, while
eliminating all data races. Rust also aims to achieve "zero-cost
abstractions" even though some of these abstractions feel like those of
a high-level language. Even then, Rust still allows precise control
like a low-level language would.
Required to run:[
www/curl] [
security/openssl] [
lang/llvm]
Required to build:[
pkgtools/cwrappers] [
lang/gcc5] [
lang/python37]
Master sites:
Filesize: 515956.232 KB
Version history: (Expand)
- (2026-06-11) Updated to version: rust-1.96.0
- (2026-05-14) Updated to version: rust-1.95.0nb1
- (2026-05-07) Updated to version: rust-1.95.0
- (2026-04-19) Updated to version: rust-1.94.1nb1
- (2026-04-02) Updated to version: rust-1.94.1
- (2026-02-06) Updated to version: rust-1.91.1nb1
CVS history: (Expand)
2026-06-11 09:00:57 by Thomas Klausner | Files touched by this commit (15) |  |
Log message:
rust: update to 1.96.0.
Packaged by he@, jperkin@ and pin@ in wip.
This release contains security fixes. Details
for the release are at
https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
|
| 2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335) |
Log message:
*: Recursive revbump from security/nettle-4.0
|
| 2026-05-14 16:37:35 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
rust: Update illumos bootstrap kit.
Something in the 1.94.1 build resulted in src directories being shipped
in the bootstrap kit, and these ended up confusing the 1.95.0 bootstrap
and conflicted with --frozen. The new bootstrap kit no longer includes
src and rustc-src which are caused by --enable-extended, by limiting to
--tools=cargo,clippy,rustfmt,rust-analyzer.
We may want to make that a mandatory argument to avoid unnecessarily
large binary packages.
|
2026-05-07 15:16:15 by Thomas Klausner | Files touched by this commit (9) |  |
Log message:
rust: update to 1.95.0.
As always, provided by he@ in wip.
New major release, details at
https://blog.rust-lang.org/2026/04/16/Rust-1.95.0/
|
| 2026-05-03 15:55:03 by Thomas Klausner | Files touched by this commit (1) |
Log message:
rust: improve sed pattern
The comma is not guaranteed to exist.
|
| 2026-04-26 23:00:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
rust: add CARGO_GITHUB_CRATES
to simplify overriding crates that are directly used from github
instead of crates.io
|
| 2026-04-19 22:53:36 by Thomas Klausner | Files touched by this commit (3) |
Log message:
rust: fix 'cargo help build' on NetBSD
Bump PKGREVISION.
|
| 2026-04-09 11:25:47 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
rust: Avoid bootstrap sanity checks on SunOS.
This is untested due to gnulib fallout, but should fix issue where the illumos
bootstrap kit conflicts with the checks for m68k-netbsd, and avoids a patch.
|