Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rust1.63 | Distribution: SUSE Linux Enterprise 15 |
Version: 1.63.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150300.7.3.1 | Build date: Tue Sep 20 11:01:49 2022 |
Group: Development/Languages/Rust | Build host: s390zl34 |
Size: 393483899 | Source RPM: rust1.63-1.63.0-150300.7.3.1.src.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 Sep 16 2022 [email protected] - bsc#1203433 - CVE-2022-36113 - resolve symlink hijack * 0003-CVE-2022-36113-avoid-unpacking-.cargo-ok-from-the-cr.patch - bsc #1203431 - CVE-2022-36114 - resolve zip bomb attack * 0002-CVE-2022-36114-limit-the-maximum-unpacked-size-of-a-.patch * Mon Sep 12 2022 [email protected] - Disable test that relies on static PIE for Leap/SLE. * 0001-remove-test-that-relies-on-static-PIE.patch * Tue Aug 23 2022 [email protected] Version 1.63.0 (2022-08-11) Language -------- - [Remove migrate borrowck mode for pre-NLL errors.][95565] - [Modify MIR building to drop repeat expressions with length zero.][95953] - [Remove label/lifetime shadowing warnings.][96296] - [Allow explicit generic arguments in the presence of `impl Trait` args.][96868] - [Make `cenum_impl_drop_cast` warnings deny-by-default.][97652] - [Prevent unwinding when `-C panic=abort` is used regardless of declared ABI.][96959] - [lub: don't bail out due to empty binders.][97867] Compiler -------- - [Stabilize the `bundle` native library modifier,][95818] also removing the deprecated `static-nobundle` linking kind. - [Add Apple WatchOS compile targets\*.][95243] - [Add a Windows application manifest to rustc-main.][96737] \* Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Implement `Copy`, `Clone`, `PartialEq` and `Eq` for `core::fmt::Alignment`.][94530] - [Extend `ptr::null` and `null_mut` to all thin (including extern) types.][94954] - [`impl Read and Write for VecDeque<u8>`.][95632] - [STD support for the Nintendo 3DS.][95897] - [Use rounding in float to Duration conversion methods.][96051] - [Make write/print macros eagerly drop temporaries.][96455] - [Implement internal traits that enable `[OsStr]::join`.][96881] - [Implement `Hash` for `core::alloc::Layout`.][97034] - [Add capacity documentation for `OsString`.][97202] - [Put a bound on collection misbehavior.][97316] - [Make `std::mem::needs_drop` accept `?Sized`.][97675] - [`impl Termination for Infallible` and then make the `Result` impls of `Termination` more generic.][97803] - [Document Rust's stance on `/proc/self/mem`.][97837] Stabilized APIs - [`array::from_fn`] - [`Box::into_pin`] - [`BinaryHeap::try_reserve`] - [`BinaryHeap::try_reserve_exact`] - [`OsString::try_reserve`] - [`OsString::try_reserve_exact`] - [`PathBuf::try_reserve`] - [`PathBuf::try_reserve_exact`] - [`Path::try_exists`] - [`Ref::filter_map`] - [`RefMut::filter_map`] - [`NonNull::<[T]>::len`][`NonNull::<slice>::len`] - [`ToOwned::clone_into`] - [`Ipv6Addr::to_ipv4_mapped`] - [`unix::io::AsFd`] - [`unix::io::BorrowedFd<'fd>`] - [`unix::io::OwnedFd`] - [`windows::io::AsHandle`] - [`windows::io::BorrowedHandle<'handle>`] - [`windows::io::OwnedHandle`] - [`windows::io::HandleOrInvalid`] - [`windows::io::HandleOrNull`] - [`windows::io::InvalidHandleError`] - [`windows::io::NullHandleError`] - [`windows::io::AsSocket`] - [`windows::io::BorrowedSocket<'handle>`] - [`windows::io::OwnedSocket`] - [`thread::scope`] - [`thread::Scope`] - [`thread::ScopedJoinHandle`] These APIs are now usable in const contexts: - [`array::from_ref`] - [`slice::from_ref`] - [`intrinsics::copy`] - [`intrinsics::copy_nonoverlapping`] - [`<*const T>::copy_to`] - [`<*const T>::copy_to_nonoverlapping`] - [`<*mut T>::copy_to`] - [`<*mut T>::copy_to_nonoverlapping`] - [`<*mut T>::copy_from`] - [`<*mut T>::copy_from_nonoverlapping`] - [`str::from_utf8`] - [`Utf8Error::error_len`] - [`Utf8Error::valid_up_to`] - [`Condvar::new`] - [`Mutex::new`] - [`RwLock::new`] Cargo ----- - [Stabilize the `--config path` command-line argument.][cargo/10755] - [Expose rust-version in the environment as `CARGO_PKG_RUST_VERSION`.][cargo/10713] Compatibility Notes - [`#[link]` attributes are now checked more strictly,][96885] which may introduce errors for invalid attribute arguments that were previously ignored. - [Rounding is now used when converting a float to a `Duration`.][96051] The converted duration can differ slightly from what it was.
/usr/bin/rust-gdb /usr/bin/rust-gdbgui /usr/bin/rust-lldb /usr/bin/rustc /usr/bin/rustdoc /usr/lib/cargo-credential-1password /usr/lib/librustc_driver-40b1b56d161afe19.so /usr/lib/libstd-29016a5c8f2af2ad.so /usr/lib/libtest-9524ee29d575ccee.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/s390x-unknown-linux-gnu /usr/lib/rustlib/s390x-unknown-linux-gnu/bin /usr/lib/rustlib/s390x-unknown-linux-gnu/bin/FileCheck /usr/lib/rustlib/s390x-unknown-linux-gnu/bin/gcc-ld /usr/lib/rustlib/s390x-unknown-linux-gnu/bin/gcc-ld/ld /usr/lib/rustlib/s390x-unknown-linux-gnu/bin/rust-lld /usr/lib/rustlib/s390x-unknown-linux-gnu/lib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libaddr2line-cf0a4492cf3bb167.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libadler-feb82b103c8e09b0.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/liballoc-055c03f428f6bdd7.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libcfg_if-46b8ffa7a3554510.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libcompiler_builtins-2f6d29c99024601d.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libcore-f1514e2a8018ae71.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libgetopts-91712c9e537feb64.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libgimli-63ebc1bd03449631.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libhashbrown-e8d78099bfc55a6f.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/liblibc-712b351e5b50a350.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libmemchr-5552008dc4fb7f90.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libminiz_oxide-5ce87f6f4b418fb8.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libobject-5ac82fe50a0ee215.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libpanic_abort-ad61e33e937acadc.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libpanic_unwind-fc23599c86c08526.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libproc_macro-a4b0762f91d81309.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_demangle-c609c59f673c233b.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c9718c030174f483.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_std_workspace_core-7545f1697ea16a7a.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_std_workspace_std-f26909658d63b015.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libstd-29016a5c8f2af2ad.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libstd-29016a5c8f2af2ad.so /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libstd_detect-8c70b11cb31f2a75.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libtest-9524ee29d575ccee.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libtest-9524ee29d575ccee.so /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libunicode_width-4dcb94dbbc2b0e99.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libunwind-276bf86b8039160d.rlib /usr/share/doc/packages/rust1.63 /usr/share/doc/packages/rust1.63/CONTRIBUTING.md /usr/share/doc/packages/rust1.63/README.md /usr/share/doc/packages/rust1.63/RELEASES.md /usr/share/licenses/rust1.63 /usr/share/licenses/rust1.63/COPYRIGHT /usr/share/licenses/rust1.63/LICENSE-APACHE /usr/share/licenses/rust1.63/LICENSE-MIT /usr/share/man/man1/rustc.1.gz /usr/share/man/man1/rustdoc.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024