Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rust1.76 | Distribution: SUSE Linux Enterprise 15 |
Version: 1.76.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.11.6.1 | Build date: Tue Apr 2 11:07:26 2024 |
Group: Development/Languages/Rust | Build host: h01-ch4b |
Size: 504898769 | Source RPM: rust1.76-1.76.0-150500.11.6.1.nosrc.rpm |
Packager: https://www.suse.com/ | |
Url: https://www.rust-lang.org | |
Summary: A systems programming language |
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 are not 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.
Apache-2.0 OR MIT
* Fri Mar 29 2024 william.brown@suse.com - bsc#1222047 - update gcc minimum to 13 for SLE * Fri Feb 09 2024 william.brown@suse.com Version 1.76.0 (2024-02-08) Language -------- - [Document Rust ABI compatibility between various types](https://github.com/rust-lang/rust/pull/115476/) - [Also: guarantee that char and u32 are ABI-compatible](https://github.com/rust-lang/rust/pull/118032/) - [Warn against ambiguous wide pointer comparisons](https://github.com/rust-lang/rust/pull/117758/) - [Add lint `ambiguous_wide_pointer_comparisons` that supersedes `clippy::vtable_address_comparisons`](https://github.com/rust-lang/rust/pull/117758) Compiler -------- - [Lint pinned `#[must_use]` pointers (in particular, `Box<T>` where `T` is `#[must_use]`) in `unused_must_use`.](https://github.com/rust-lang/rust/pull/118054/) - [Soundness fix: fix computing the offset of an unsized field in a packed struct](https://github.com/rust-lang/rust/pull/118540/) - [Soundness fix: fix dynamic size/align computation logic for packed types with dyn Trait tail](https://github.com/rust-lang/rust/pull/118538/) - [Add `$message_type` field to distinguish json diagnostic outputs](https://github.com/rust-lang/rust/pull/115691/) - [Enable Rust to use the EHCont security feature of Windows](https://github.com/rust-lang/rust/pull/118013/) - [Add tier 3 {x86_64,i686}-win7-windows-msvc targets](https://github.com/rust-lang/rust/pull/118150/) - [Add tier 3 aarch64-apple-watchos target](https://github.com/rust-lang/rust/pull/119074/) - [Add tier 3 arm64e-apple-ios & arm64e-apple-darwin targets](https://github.com/rust-lang/rust/pull/115526/) Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Add a column number to `dbg!()`](https://github.com/rust-lang/rust/pull/114962/) - [Add `std::hash::{DefaultHasher, RandomState}` exports](https://github.com/rust-lang/rust/pull/115694/) - [Fix rounding issue with exponents in fmt](https://github.com/rust-lang/rust/pull/116301/) - [Add T: ?Sized to `RwLockReadGuard` and `RwLockWriteGuard`'s Debug impls.](https://github.com/rust-lang/rust/pull/117138/) - [Windows: Allow `File::create` to work on hidden files](https://github.com/rust-lang/rust/pull/116438/) Stabilized APIs - [`Arc::unwrap_or_clone`](https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.unwrap_or_clone) - [`Rc::unwrap_or_clone`](https://doc.rust-lang.org/stable/std/rc/struct.Rc.html#method.unwrap_or_clone) - [`Result::inspect`](https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.inspect) - [`Result::inspect_err`](https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.inspect_err) - [`Option::inspect`](https://doc.rust-lang.org/stable/std/option/enum.Option.html#method.inspect) - [`type_name_of_val`](https://doc.rust-lang.org/stable/std/any/fn.type_name_of_val.html) - [`std::hash::{DefaultHasher, RandomState}`](https://doc.rust-lang.org/stable/std/hash/index.html#structs) These were previously available only through `std::collections::hash_map`. - [`ptr::{from_ref, from_mut}`](https://doc.rust-lang.org/stable/std/ptr/fn.from_ref.html) - [`ptr::addr_eq`](https://doc.rust-lang.org/stable/std/ptr/fn.addr_eq.html) Cargo ----- See [Cargo release notes](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-176-2024-02-08). Rustdoc ------- - [Don't merge cfg and doc(cfg) attributes for re-exports](https://github.com/rust-lang/rust/pull/113091/) - [rustdoc: allow resizing the sidebar / hiding the top bar](https://github.com/rust-lang/rust/pull/115660/) - [rustdoc-search: add support for traits and associated types](https://github.com/rust-lang/rust/pull/116085/) - [rustdoc: Add highlighting for comments in items declaration](https://github.com/rust-lang/rust/pull/117869/)
/usr/bin/rust-gdb /usr/bin/rust-gdbgui /usr/bin/rust-lldb /usr/bin/rustc /usr/bin/rustdoc /usr/lib/librustc_driver-98875b63f148d624.so /usr/lib/libstd-617774f85196d7ba.so /usr/lib/libtest-697fee6aeebb5813.so /usr/lib/rustlib /usr/lib/rustlib/etc /usr/lib/rustlib/etc/gdb_load_rust_pretty_printers.py /usr/lib/rustlib/etc/gdb_lookup.py /usr/lib/rustlib/etc/gdb_providers.py /usr/lib/rustlib/etc/lldb_commands /usr/lib/rustlib/etc/lldb_lookup.py /usr/lib/rustlib/etc/lldb_providers.py /usr/lib/rustlib/etc/rust_types.py /usr/lib/rustlib/x86_64-unknown-linux-gnu /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/FileCheck /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld.lld /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/ld64.lld /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/lld-link /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld/wasm-ld /usr/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f4eaf3e131443a8e.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-bf3e409507a97036.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6986d27721e022b0.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8919c7d59944d514.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1948dd2aab6a5f05.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3607f0e03515a659.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-47d6937a0c516e23.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1597e5942b319bc0.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d5ecae000f2f561e.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-50bb173da76225e3.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-24cc8a420ffbf255.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b0e9900951965e83.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-156425e1aae301ef.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_abort-5fc671abfccf4f52.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2acac2a1268c11c0.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-353ec886c4a36fbe.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libprofiler_builtins-7709019445ee8a89.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1f0f614478794415.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-17dbc183b5f0b3ba.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9c98905ef33ee541.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7d6a35f4edc2b560.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-617774f85196d7ba.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-617774f85196d7ba.so /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-eead4cf2026fa99a.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsysroot-43090a64f025fa44.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-697fee6aeebb5813.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-697fee6aeebb5813.so /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-631e239f640d8a87.rlib /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fb93cae0eeb06c1a.rlib /usr/lib/rustlib/x86_64-unknown-none /usr/lib/rustlib/x86_64-unknown-none/lib /usr/lib/rustlib/x86_64-unknown-none/lib/liballoc-95ba7dfa531a18c6.rlib /usr/lib/rustlib/x86_64-unknown-none/lib/libcompiler_builtins-d02ec330e16ff407.rlib /usr/lib/rustlib/x86_64-unknown-none/lib/libcore-f95d5a13f22a7cce.rlib /usr/lib/rustlib/x86_64-unknown-none/lib/librustc_std_workspace_core-286b060e5a5421d1.rlib /usr/share/doc/packages/rust1.76 /usr/share/doc/packages/rust1.76/CONTRIBUTING.md /usr/share/doc/packages/rust1.76/README.md /usr/share/doc/packages/rust1.76/RELEASES.md /usr/share/licenses/rust1.76 /usr/share/licenses/rust1.76/COPYRIGHT /usr/share/licenses/rust1.76/LICENSE-APACHE /usr/share/licenses/rust1.76/LICENSE-MIT /usr/share/man/man1/rustc.1.gz /usr/share/man/man1/rustdoc.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:02:59 2025