| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-11-25 | Some manual formatting of let..else statements | Oli Scherer | -14/+14 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -1/+1 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -940/+32 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -13/+13 |
| 2022-11-22 | also sort fields by niche sizes to retain optimizations | The 8472 | -3/+16 |
| 2022-11-22 | group fields based on largest power of two dividing its size | The 8472 | -7/+3 |
| 2022-11-22 | optimize field ordering by grouping power-of-two arrays with larger types | The 8472 | -4/+13 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -2/+1 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -3/+2 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -2/+2 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -0/+1804 |
