| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make PointerKind directly reflect pointer types | Ralf Jung | 2023-02-06 | 1 | -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. | ||||
| * | Move /src/test to /tests | Albert Larsan | 2023-01-11 | 1 | -0/+63 |
