about summary refs log tree commit diff
path: root/library/panic_unwind/src/miri.rs
AgeCommit message (Collapse)AuthorLines
2025-02-14panic_unwind: Apply unsafe_op_in_unsafe_fnEric Huss-2/+2
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2025-01-20panic_unwind: add `#![warn(unreachable_pub)]`Urgau-2/+2
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+1
Most modules have such a blank line, but some don't. Inserting the blank line makes it clearer that the `//!` comments are describing the entire module, rather than the `use` declaration(s) that immediately follows.
2024-02-26miri: rename miri_start_panic → miri_start_unwindRalf Jung-3/+3
2020-07-27mv std libs to library/mark-0/+25