Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rust1.57 | Distribution: SUSE Linux Enterprise 15 |
Version: 1.57.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150300.7.7.1 | Build date: Fri Jan 21 15:40:55 2022 |
Group: Development/Languages/Rust | Build host: s390zl3a |
Size: 348190099 | Source RPM: rust1.57-1.57.0-150300.7.7.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
* Thu Jan 20 2022 william.brown@suse.com - bsc#1194767 - CVE-2022-21658 - Resolve race condition in std::fs::remove_dir_all - 0002-Fix-CVE-2022-21658-for-UNIX-like.patch - 0003-Fix-CVE-2022-21658-for-WASI.patch * Wed Dec 15 2021 guillaume.gardet@opensuse.org - Relax constraints for armv6/7 * Fri Dec 10 2021 william.brown@suse.com - Update 0001-Resolve-error-in-bootstrap-where-id-not-used.patch to account for an issue in test execution. * Fri Dec 03 2021 william.brown@suse.com - Add fix_bootstrap_vendor.patch to keep the current .cargo/config file - Add 0001-Resolve-error-in-bootstrap-where-id-not-used.patch to resolve build warning - Carry over ignore-Wstring-conversion.patch * Fri Dec 03 2021 william.brown@suse.com Version 1.57.0 (2021-12-02) Language -------- - [Macro attributes may follow `#[derive]` and will see the original (pre-`cfg`) input.][87220] - [Accept curly-brace macros in expressions, like `m!{ .. }.method()` and `m!{ .. }?`.][88690] - [Allow panicking in constant evaluation.][89508] Compiler -------- - [Create more accurate debuginfo for vtables.][89597] - [Add `armv6k-nintendo-3ds` at Tier 3\*.][88529] - [Add `armv7-unknown-linux-uclibceabihf` at Tier 3\*.][88952] - [Add `m68k-unknown-linux-gnu` at Tier 3\*.][88321] - [Add SOLID targets at Tier 3\*:][86191] `aarch64-kmc-solid_asp3`, `armv7a-kmc-solid_asp3-eabi`, `armv7a-kmc-solid_asp3-eabihf` \* Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - [Avoid allocations and copying in `Vec::leak`][89337] - [Add `#[repr(i8)]` to `Ordering`][89507] - [Optimize `File::read_to_end` and `read_to_string`][89582] - [Update to Unicode 14.0][89614] - [Many more functions are marked `#[must_use]`][89692], producing a warning when ignoring their return value. This helps catch mistakes such as expecting a function to mutate a value in place rather than return a new value. Stabilised APIs - [`[T; N]::as_mut_slice`][`array::as_mut_slice`] - [`[T; N]::as_slice`][`array::as_slice`] - [`collections::TryReserveError`] - [`HashMap::try_reserve`] - [`HashSet::try_reserve`] - [`String::try_reserve`] - [`String::try_reserve_exact`] - [`Vec::try_reserve`] - [`Vec::try_reserve_exact`] - [`VecDeque::try_reserve`] - [`VecDeque::try_reserve_exact`] - [`Iterator::map_while`] - [`iter::MapWhile`] - [`proc_macro::is_available`] - [`Command::get_program`] - [`Command::get_args`] - [`Command::get_envs`] - [`Command::get_current_dir`] - [`CommandArgs`] - [`CommandEnvs`] These APIs are now usable in const contexts: - [`hint::unreachable_unchecked`] Cargo ----- - [Stabilize custom profiles][cargo/9943]
/usr/bin/rust-gdb /usr/bin/rust-gdbgui /usr/bin/rust-lldb /usr/bin/rust-llvm-dwp /usr/bin/rustc /usr/bin/rustdoc /usr/lib/cargo-credential-1password /usr/lib/librustc_driver-44e6d71faa1a43d6.so /usr/lib/libstd-6b8ebf72b25cd676.so /usr/lib/libtest-ef29a23dcac98d44.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/lib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libaddr2line-41a155f9605cd643.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libadler-486c59298454b30b.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/liballoc-7417b39018cb9b7c.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libcfg_if-6ec5a0552cf057f7.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libcompiler_builtins-47e47f4692fd204f.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libcore-e57d27fd341cdd48.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libgetopts-1cb30af42190a490.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libgimli-3efdf223654748d3.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libhashbrown-8ea46d3ba88ffc86.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/liblibc-87bb6b31ac4f6d35.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libmemchr-1e022bfc72bfc5b5.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libminiz_oxide-2ba79a28c1b25c23.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libobject-daf1c976fa9d0628.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libpanic_abort-1ff933aadfb917d5.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libpanic_unwind-415e20c352158e2e.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libproc_macro-240b505837786617.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_demangle-e6ccaef512825250.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_std_workspace_alloc-447c98f043a6c313.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_std_workspace_core-8d9191b83a4b4a6d.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/librustc_std_workspace_std-6508b043c0a0ca8e.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libstd-6b8ebf72b25cd676.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libstd-6b8ebf72b25cd676.so /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libstd_detect-26fd69f5bc534cfc.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libtest-ef29a23dcac98d44.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libtest-ef29a23dcac98d44.so /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libunicode_width-e2a3a65da654a27c.rlib /usr/lib/rustlib/s390x-unknown-linux-gnu/lib/libunwind-0edf2aba756aff2c.rlib /usr/share/doc/packages/rust1.57 /usr/share/doc/packages/rust1.57/CONTRIBUTING.md /usr/share/doc/packages/rust1.57/README.md /usr/share/doc/packages/rust1.57/RELEASES.md /usr/share/licenses/rust1.57 /usr/share/licenses/rust1.57/COPYRIGHT /usr/share/licenses/rust1.57/LICENSE-APACHE /usr/share/licenses/rust1.57/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 13:42:55 2025