| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-05 | use `div_ceil` instead of manual logic | Folkert de Vries | -1/+1 | |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+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-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 | |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+2 | |
| 2020-12-09 | Move RWUTable to a separate module | Tomasz Miąsko | -0/+144 | |
