Elf_Nhdr parsing_Unwind_GetIP.debug_aranges parsing to skip invalid entries instead of failing.gimli dependency.Loader::find_symbol.Loader::get_section_range.
Added --section option to addr2line binary.wasm feature.compiler-builtins from rustc-dep-of-std dependencies.Released 2025/11/5
We are now less conservative when accepting the legacy <data-member-prefix> production for increased compatibility with libiberty.
When printing conversion and cast operators we now treat the type we are converting/casting to as a self-contained child and prevent outer template parameters/etc from leaking into it.
When looking for a <template-template-param> production after a conversion operator, we now correctly handle the case where peeking for the next character fails because we reached the end of the symbol.
When parsing <unqualified-name productions, accept <operator-names> both with and without an "on" prefix. LLVM requires the prefix, while libiberty accepts but does not require it.
Empty braced-enclosed initializer lists are now accepted.
Released 2025/9/23
Symbol::demangle function has been introduced to replace the Display
impl. See below for the motivation.Symbol::demangle has been renamed to
Symbol::demangle_with_options. See below for the motivation.Display for Symbol has been removed. This implementation
violated the contract of the Display trait by potentially returning an Err
without a failure of a write to the provided stream. This contract is enforced
by assertion since Rust 1.80.0.
The new Symbol::demangle function is the intended replacement for uses of
the Display impl.Released 2025/09/13.
.debug_line,
.debug_aranges, .debug_loclists, and .debug_rnglists.Released 2025/08/26.
PartialEq<Debug*Offset> implementations for UnitSectionOffset.
These were an unintended breaking change.Released 2025/08/22.
write::LineProgram to support any form for file source code.Released 2025/06/11.
read::Dwarf::debug_macinfo, read::Dwarf::debug_macro, and associated
support.#[non_exhaustive] from read::CallFrameInstruction.source_dir parameter to write::LineProgram::new.Error::UnknownCallFrameInstruction description.compiler-builtins from rustc-dep-of-std dependencies.write::UnitTable::from to ignore DW_AT_GNU_locviews attributes.DebugAddr::headers.Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2025-b6b7129fe5
Please log in to add feedback.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi