| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: rust1.55 | Distribution: openSUSE Step 15 |
| Version: 1.55.0 | Vendor: openSUSE |
| Release: 7.7.1 | Build date: Tue Mar 22 02:52:34 2022 |
| Group: Development/Languages/Rust | Build host: obs-arm-6 |
| Size: 149070486 | Source RPM: rust1.55-1.55.0-7.7.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| 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
* Tue Jan 18 2022 william.brown@suse.com
- bsc#1194767 - CVE-2022-21658 - Resolve race condition in std::fs::remove_dir_all
- 0001-Fix-CVE-2022-21658-for-UNIX-like.patch
- 0002-Fix-CVE-2022-21658-for-WASI.patch
* Thu Oct 28 2021 manfred.h@gmx.net
- Add BuildRequire: llvm12-devel on Tumbleweed; see boo#1192067
- Change llvm_bundling to be required on x86_64, aarch64 and ppc64le
on 15.3, too. Otherwise cargo segfaults when building
MozillaFirefox-93.0
* Mon Oct 18 2021 william.brown@suse.com
- Swap to internal libgit due to issue in current platform libgit2
- Remove un-needed compiler docs
- Cleanup rpmlints
- Remove conflicting shell completions
* Thu Oct 07 2021 william.brown@suse.com
- Remove developer tools in favour of rustup
* Fri Sep 10 2021 william.brown@suse.com
Version 1.55.0 (2021-09-09)
============================
Language
- -------
- [You can now write open "from" range patterns (`X..`), which will start at `X` and
will end at the maximum value of the integer.][83918]
- [You can now explicitly import the prelude of different editions
through `std::prelude` (e.g. `use std::prelude::rust_2021::*;`).][86294]
Compiler
- -------
- [Added tier 3\* support for `powerpc64le-unknown-freebsd`.][83572]
\* Refer to Rust's [platform support page][platform-support-doc] for more
information on Rust's tiered platform support.
Libraries
- --------
- [Updated std's float parsing to use the Eisel-Lemire algorithm.][86761]
These improvements should in general provide faster string parsing of floats,
no longer reject certain valid floating point values, and reduce
the produced code size for non-stripped artifacts.
- [`string::Drain` now implements `AsRef<str>` and `AsRef<[u8]>`.][86858]
Stabilised APIs
- --------------
- [`Bound::cloned`]
- [`Drain::as_str`]
- [`IntoInnerError::into_error`]
- [`IntoInnerError::into_parts`]
- [`MaybeUninit::assume_init_mut`]
- [`MaybeUninit::assume_init_ref`]
- [`MaybeUninit::write`]
- [`array::map`]
- [`ops::ControlFlow`]
- [`x86::_bittest`]
- [`x86::_bittestandcomplement`]
- [`x86::_bittestandreset`]
- [`x86::_bittestandset`]
- [`x86_64::_bittest64`]
- [`x86_64::_bittestandcomplement64`]
- [`x86_64::_bittestandreset64`]
- [`x86_64::_bittestandset64`]
The following previously stable functions are now `const`.
- [`str::from_utf8_unchecked`]
Cargo
- ----
- [Cargo will now deduplicate compiler diagnostics to the terminal when invoking
rustc in parallel such as when using `cargo test`.][cargo/9675]
- [The package definition in `cargo metadata` now includes the `"default_run"`
field from the manifest.][cargo/9550]
- [Added `cargo d` as an alias for `cargo doc`.][cargo/9680]
- [Added `{lib}` as formatting option for `cargo tree` to print the `"lib_name"`
of packages.][cargo/9663]
Rustdoc
- ------
- [Added "Go to item on exact match" search option.][85876]
- [The "Implementors" section on traits no longer shows redundant
method definitions.][85970]
- [Trait implementations are toggled open by default.][86260] This should make the
implementations more searchable by tools like `CTRL+F` in your browser.
- [Intra-doc links should now correctly resolve associated items (e.g. methods)
through type aliases.][86334]
- [Traits which are marked with `#[doc(hidden)]` will no longer appear in the
"Trait Implementations" section.][86513]
Compatibility Notes
- ------------------
- [std functions that return an `io::Error` will no longer use the
`ErrorKind::Other` variant.][85746] This is to better reflect that these
kinds of errors could be categorised [into newer more specific `ErrorKind`
variants][79965], and that they do not represent a user error.
- [Using environment variable names with `process::Command` on Windows now
behaves as expected.][85270] Previously using envionment variables with
`Command` would cause them to be ASCII-uppercased.
- [Rustdoc will now warn on using rustdoc lints that aren't prefixed
with `rustdoc::`][86849]
/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-91feef8dd259daa2.so /usr/lib/libstd-aa02226ed037cf0f.so /usr/lib/libtest-f58c533ca4f9644b.so /usr/lib/rustlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libaddr2line-cf638e082f342f48.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libadler-51d724bbbf6ef68d.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/liballoc-431df1ae87d7243c.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libcfg_if-4bd26039d191580a.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libcompiler_builtins-b74fed39c55cebb0.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libcore-be7bce04603ee2ad.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libgetopts-3e1b47be2ea9d5bc.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libgimli-a7a77dcfaae5bb55.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libhashbrown-8e02602b026b2bd5.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/liblibc-e94a695300d28d0e.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libminiz_oxide-cc8685447ba2742e.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libobject-d64cec182c26f379.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libpanic_abort-b9c0cd1f544960b3.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libpanic_unwind-9fba9ae671c6295c.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libproc_macro-14cb9eba9fe2f84d.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_demangle-d5a4a6ff46a539ea.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_std_workspace_alloc-75266ea19c918a7e.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_std_workspace_core-2a44cb864d68df01.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/librustc_std_workspace_std-194db2f9428d571f.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libstd-aa02226ed037cf0f.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libstd-aa02226ed037cf0f.so /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libstd_detect-1ba15949d710cf68.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libtest-f58c533ca4f9644b.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libtest-f58c533ca4f9644b.so /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libunicode_width-162757977b580a53.rlib /usr/lib/rustlib/armv7-unknown-linux-gnueabihf/lib/libunwind-eb170b36a57373d0.rlib /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/share/doc/packages/rust1.55 /usr/share/doc/packages/rust1.55/CONTRIBUTING.md /usr/share/doc/packages/rust1.55/README.md /usr/share/doc/packages/rust1.55/RELEASES.md /usr/share/licenses/rust1.55 /usr/share/licenses/rust1.55/COPYRIGHT /usr/share/licenses/rust1.55/LICENSE-APACHE /usr/share/licenses/rust1.55/LICENSE-MIT /usr/share/man/man1/rustc.1.gz /usr/share/man/man1/rustdoc.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 20:06:31 2026