./lang/rust, Safe, concurrent, practical language

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 1.91.1nb1, Package name: rust-1.91.1nb1, Maintainer: pkgsrc-users

Rust 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: 613584.836 KB

Version history: (Expand)


CVS history: (Expand)


   2026-03-17 08:02:08 by Nia Alarie | Files touched by this commit (1)
Log message:
rust: pretend not to work on armv6

right now cargo-c doesn't build on armv6 and the pbulk fallout is
quite large.
   2026-03-04 13:17:34 by Jonathan Perkin | Files touched by this commit (1)
Log message:
rust: Improve RUST_TYPE documentation.

Include a note about RUSTUP_HOME which will need to be set if using rustup,
due to pkgsrc changing the HOME environment variable during build.
   2026-02-12 16:30:12 by David H. Gutteridge | Files touched by this commit (1)
Log message:
rust: drop a block that should be redundant now

As discussed:
https://mail-index.netbsd.org/pkgsrc-changes/2026/02/12/msg340380.html
   2026-02-12 02:43:00 by David H. Gutteridge | Files touched by this commit (1)
Log message:
rust: NetBSD i386 builds no longer need compat80

Related to (but doesn't entirely address) PR pkg/59626 and
PR pkg/59833.
   2026-02-12 02:35:36 by David H. Gutteridge | Files touched by this commit (2)
Log message:
rust: address some pkglint nits

(There are more, but these were low-hanging fruit.)
   2026-02-06 11:06:21 by Thomas Klausner | Files touched by this commit (1305)
Log message:
*: recursive bump for nettle 4.0 shlib major bump
   2026-01-18 01:42:57 by Ryo ONODERA | Files touched by this commit (1)
Log message:
lang/rust: Fix build under NetBSD 9
   2026-01-14 07:44:31 by Thomas Klausner | Files touched by this commit (2)
Log message:
irust: restore v1.8 of patch-src_bootstrap_src_lib.rs

Requested by tnn.