| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: rust1.75 | Distribution: SUSE Linux Enterprise 15 |
| Version: 1.75.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150500.11.3.1 | Build date: Mon Jan 8 10:19:39 2024 |
| Group: Development/Languages/Rust | Build host: ibs-power9-12 |
| Size: 416400238 | Source RPM: rust1.75-1.75.0-150500.11.3.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
* Sun Dec 31 2023 william.brown@suse.com
Version 1.75.0 (2023-12-28)
Language
--------
- [Stabilize `async fn` and return-position `impl Trait` in traits.](https://github.com/rust-lang/rust/pull/115822/)
- [Allow function pointer signatures containing `&mut T` in `const` contexts.](https://github.com/rust-lang/rust/pull/116015/)
- [Match `usize`/`isize` exhaustively with half-open ranges.](https://github.com/rust-lang/rust/pull/116692/)
- [Guarantee that `char` has the same size and alignment as `u32`.](https://github.com/rust-lang/rust/pull/116894/)
- [Document that the null pointer has the 0 address.](https://github.com/rust-lang/rust/pull/116988/)
- [Allow partially moved values in `match`.](https://github.com/rust-lang/rust/pull/103208/)
- [Add notes about non-compliant FP behavior on 32bit x86 targets.](https://github.com/rust-lang/rust/pull/113053/)
- [Stabilize ratified RISC-V target features.](https://github.com/rust-lang/rust/pull/116485/)
Compiler
--------
- [Rework negative coherence to properly consider impls that only partly overlap.](https://github.com/rust-lang/rust/pull/112875/)
- [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.](https://github.com/rust-lang/rust/pull/116493/)
- [Consider alias bounds when computing liveness in NLL.](https://github.com/rust-lang/rust/pull/116733/)
- [Add the V (vector) extension to the `riscv64-linux-android` target spec.](https://github.com/rust-lang/rust/pull/116618/)
- [Automatically enable cross-crate inlining for small functions](https://github.com/rust-lang/rust/pull/116505)
- Add several new tier 3 targets:
- [`csky-unknown-linux-gnuabiv2hf`](https://github.com/rust-lang/rust/pull/117049/)
- [`i586-unknown-netbsd`](https://github.com/rust-lang/rust/pull/117170/)
- [`mipsel-unknown-netbsd`](https://github.com/rust-lang/rust/pull/117356/)
Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.
Libraries
---------
- [Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarily.](https://github.com/rust-lang/rust/pull/96979/)
- [Implement `BufRead` for `VecDeque<u8>`.](https://github.com/rust-lang/rust/pull/110604/)
- [Implement `FusedIterator` for `DecodeUtf16` when the inner iterator does.](https://github.com/rust-lang/rust/pull/110729/)
- [Implement `Not, Bit{And,Or}{,Assign}` for IP addresses.](https://github.com/rust-lang/rust/pull/113747/)
- [Implement `Default` for `ExitCode`.](https://github.com/rust-lang/rust/pull/114589/)
- [Guarantee representation of None in NPO](https://github.com/rust-lang/rust/pull/115333/)
- [Document when atomic loads are guaranteed read-only.](https://github.com/rust-lang/rust/pull/115577/)
- [Broaden the consequences of recursive TLS initialization.](https://github.com/rust-lang/rust/pull/116172/)
- [Windows: Support sub-millisecond sleep.](https://github.com/rust-lang/rust/pull/116461/)
- [Fix generic bound of `str::SplitInclusive`'s `DoubleEndedIterator` impl](https://github.com/rust-lang/rust/pull/100806/)
- [Fix exit status / wait status on non-Unix `cfg(unix)` platforms.](https://github.com/rust-lang/rust/pull/115108/)
Stabilized APIs
- [`Atomic*::from_ptr`](https://doc.rust-lang.org/stable/core/sync/atomic/struct.AtomicUsize.html#method.from_ptr)
- [`FileTimes`](https://doc.rust-lang.org/stable/std/fs/struct.FileTimes.html)
- [`FileTimesExt`](https://doc.rust-lang.org/stable/std/os/windows/fs/trait.FileTimesExt.html)
- [`File::set_modified`](https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.set_modified)
- [`File::set_times`](https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.set_times)
- [`IpAddr::to_canonical`](https://doc.rust-lang.org/stable/core/net/enum.IpAddr.html#method.to_canonical)
- [`Ipv6Addr::to_canonical`](https://doc.rust-lang.org/stable/core/net/struct.Ipv6Addr.html#method.to_canonical)
- [`Option::as_slice`](https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_slice)
- [`Option::as_mut_slice`](https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_mut_slice)
- [`pointer::byte_add`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_add)
- [`pointer::byte_offset`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_offset)
- [`pointer::byte_offset_from`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_offset_from)
- [`pointer::byte_sub`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_sub)
- [`pointer::wrapping_byte_add`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_add)
- [`pointer::wrapping_byte_offset`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_offset)
- [`pointer::wrapping_byte_sub`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_sub)
These APIs are now stable in const contexts:
- [`Ipv6Addr::to_ipv4_mapped`](https://doc.rust-lang.org/stable/core/net/struct.Ipv6Addr.html#method.to_ipv4_mapped)
- [`MaybeUninit::assume_init_read`](https://doc.rust-lang.org/stable/core/mem/union.MaybeUninit.html#method.assume_init_read)
- [`MaybeUninit::zeroed`](https://doc.rust-lang.org/stable/core/mem/union.MaybeUninit.html#method.zeroed)
- [`mem::discriminant`](https://doc.rust-lang.org/stable/core/mem/fn.discriminant.html)
- [`mem::zeroed`](https://doc.rust-lang.org/stable/core/mem/fn.zeroed.html)
Cargo
-----
- [Add new packages to `[workspace.members]` automatically.](https://github.com/rust-lang/cargo/pull/12779/)
- [Allow version-less `Cargo.toml` manifests.](https://github.com/rust-lang/cargo/pull/12786/)
- [Make browser links out of HTML file paths.](https://github.com/rust-lang/cargo/pull/12889)
<a id="1.75.0-Rustdoc"></a>
Rustdoc
-------
- [Accept less invalid Rust in rustdoc.](https://github.com/rust-lang/rust/pull/117450/)
- [Document lack of object safety on affected traits.](https://github.com/rust-lang/rust/pull/113241/)
- [Hide `#[repr(transparent)]` if it isn't part of the public ABI.](https://github.com/rust-lang/rust/pull/115439/)
- [Show enum discriminant if it is a C-like variant.](https://github.com/rust-lang/rust/pull/116142/)
Compatibility Notes
- [FreeBSD targets now require at least version 12.](https://github.com/rust-lang/rust/pull/114521/)
- [Formally demote tier 2 MIPS targets to tier 3.](https://github.com/rust-lang/rust/pull/115238/)
- [Make misalignment a hard error in `const` contexts.](https://github.com/rust-lang/rust/pull/115524/)
- [Fix detecting references to packed unsized fields.](https://github.com/rust-lang/rust/pull/115583/)
- [Remove support for compiler plugins.](https://github.com/rust-lang/rust/pull/116412/)
Internal Changes
These changes do not affect any public interfaces of Rust, but they represent
significant improvements to the performance or internals of rustc and related
tools.
- [Optimize `librustc_driver.so` with BOLT.](https://github.com/rust-lang/rust/pull/116352/)
- [Enable parallel rustc front end in dev and nightly builds.](https://github.com/rust-lang/rust/pull/117435/)
- [Distribute `rustc-codegen-cranelift` as rustup component on the nightly channel.](https://github.com/rust-lang/rust/pull/81746/)
/usr/bin/rust-gdb /usr/bin/rust-gdbgui /usr/bin/rust-lldb /usr/bin/rustc /usr/bin/rustdoc /usr/lib/librustc_driver-9d045055583ff203.so /usr/lib/libstd-faeffff192c92d9e.so /usr/lib/libtest-f406d2c2b7be294a.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/powerpc64le-unknown-linux-gnu /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/FileCheck /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/gcc-ld /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/gcc-ld/ld.lld /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/gcc-ld/ld64.lld /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/gcc-ld/lld-link /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/gcc-ld/wasm-ld /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/bin/rust-lld /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libaddr2line-fa6b878f514fe541.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libadler-b6fb50752bf8b340.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/liballoc-8b82045bbf046f9d.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libcfg_if-ab920703030dc194.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libcompiler_builtins-4d4034648f285d83.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libcore-e7e9a10a62074def.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libgetopts-812a46812d9216e7.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libgimli-cd0b900b366bdc96.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libhashbrown-5b8f9bf498cb1c95.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/liblibc-ecf91a282778020b.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libmemchr-49d7055ea84e485d.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libminiz_oxide-05b14181406a2616.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libobject-af030a501b068821.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libpanic_abort-77aaa8a054ba14a1.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libpanic_unwind-14c80d4ec3f968d6.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libproc_macro-83a910a3ba87bbbc.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/librustc_demangle-abd60a3bd732c882.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f3d0db5bb2b13805.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/librustc_std_workspace_core-687fdec2ffb91fad.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/librustc_std_workspace_std-6a99271a7d787b47.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libstd-faeffff192c92d9e.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libstd-faeffff192c92d9e.so /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libstd_detect-4b7bdbd9813f4ba1.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libsysroot-3aae58d65773f66d.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libtest-f406d2c2b7be294a.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libtest-f406d2c2b7be294a.so /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libunicode_width-3f9c381d42dbd88f.rlib /usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libunwind-32fd2cd96e20ddf9.rlib /usr/share/doc/packages/rust1.75 /usr/share/doc/packages/rust1.75/CONTRIBUTING.md /usr/share/doc/packages/rust1.75/README.md /usr/share/doc/packages/rust1.75/RELEASES.md /usr/share/licenses/rust1.75 /usr/share/licenses/rust1.75/COPYRIGHT /usr/share/licenses/rust1.75/LICENSE-APACHE /usr/share/licenses/rust1.75/LICENSE-MIT /usr/share/man/man1/rustc.1.gz /usr/share/man/man1/rustdoc.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026