| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -2/+0 | |
| 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. | ||||
| 2025-02-08 | Rustfmt | bjorn3 | -10/+8 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -8/+10 | |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 | |
| Similar to the previous commit, this replaces `newtype_index`'s opt-out `no_ord_impl` attribute with the opt-in `orderable` attribute. | ||||
| 2023-11-18 | Begin nightly-ifying rustc_type_ir | Michael Goulet | -1/+1 | |
| 2023-11-13 | Remove unnecessary annotation. | Nicholas Nethercote | -2/+0 | |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -1/+1 | |
| Remove the `..` from the body, only a few invocations used it and it's inconsistent with rust syntax. Use `;` instead of `,` between consts. As the Rust syntax gods inteded. | ||||
| 2022-12-18 | Make `#[max]` an attribute in `newtype_index` | Nilstrieb | -1/+4 | |
| 2022-02-24 | Fix test | Aaron Hill | -1/+5 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+51 | |
