| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -3/+1 | |
| Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the prelude instead of importing or qualifying them. These functions were added to all preludes in Rust 1.80. | ||||
| 2024-07-22 | std: unsafe-wrap personality::dwarf::eh | Jubilee Young | -1/+1 | |
| In so doing, move the forbid up to the top of personality::dwarf | ||||
| 2024-07-16 | std: unwrapped unsafe is VERBOTEN! | Jubilee | -1/+1 | |
| Co-authored-by: Jonas Böttiger <jonasboettiger@icloud.com> | ||||
| 2024-07-16 | std: Use read_unaligned for reading DWARF | Jubilee Young | -14/+12 | |
| 2024-01-13 | std: move personality implementation out of PAL | joboet | -0/+73 | |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -73/+0 | |
| 2023-07-09 | move personality to sys | Gus Caplan | -0/+73 | |
