| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-02-06 | make PointerKind directly reflect pointer types | Ralf Jung | -0/+6 | |
| The code that consumes PointerKind (`adjust_for_rust_scalar` in rustc_ty_utils) ended up using PointerKind variants to talk about Rust reference types (& and &mut) anyway, making the old code structure quite confusing: one always had to keep in mind which PointerKind corresponds to which type. So this changes PointerKind to directly reflect the type. This does not change behavior. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+63 | |
