| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-28 | remove explicit deref of AbiAlign for most methods | Jubilee Young | -1/+1 | |
| Much of the compiler calls functions on Align projected from AbiAlign. AbiAlign impls Deref to its inner Align, so we can simplify these away. Also, it will minimize disruption when AbiAlign is removed. For now, preserve usages that might resolve to PartialOrd or PartialEq, as those have odd inference. | ||||
| 2025-06-03 | compiler: change Conv to CanonAbi | Jubilee Young | -3/+3 | |
| 2025-02-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -1/+1 | |
| 2025-02-06 | compiler: make rustc_target have less weird reexports | Jubilee Young | -1/+2 | |
| rustc_target has had a lot of weird reexports for various reasons, but now we're at a point where we can actually start reducing their number. We remove weird shadowing-dependent behavior and import directly from rustc_abi instead of doing weird renaming imports. This is only incremental progress and does not entirely fix the crate. | ||||
| 2024-10-11 | compiler: Empty out rustc_target::abi | Jubilee Young | -0/+105 | |
