about summary refs log tree commit diff
path: root/src/librustc_middle/mir/interpret/pointer.rs
AgeCommit message (Expand)AuthorLines
2020-05-02Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obkRalf Jung-10/+6
2020-05-01remove AllocId generalization of PointerRalf Jung-10/+6
2020-05-01rename InvalidIntPtrUsageRalf Jung-27/+1
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-7/+9
2020-04-26print pointers more compactly when they are too bigRalf Jung-4/+20
2020-04-23Add leading 0x to offset in Debug fmt of PointerDavid Cook-2/+2
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-4/+3
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+205