| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-15 | deduplicate abort implementations | joboet | -12/+8 | |
| Currently, the code for process aborts is duplicated across `panic_abort` and `std`. This PR uses `#[rustc_std_internal_symbol]` to make the `std` implementation available to `panic_abort` via the linker, thereby deduplicating the code. | ||||
| 2025-02-14 | panic_unwind: Apply unsafe_op_in_unsafe_fn | Eric Huss | -2/+6 | |
| 2025-02-09 | Mark extern blocks as unsafe | Michael Goulet | -2/+2 | |
| 2025-02-04 | Fix unreachable_pub lint for hermit target | Thalia Archibald | -2/+2 | |
| 2025-01-20 | panic_unwind: add `#![warn(unreachable_pub)]` | Urgau | -2/+2 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+20 | |
