| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -143/+0 | |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -0/+0 | |
| 2020-05-12 | Pointer printing: do not print 0 offset | Ralf Jung | -18/+18 | |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -13/+13 | |
| MIR dump: print pointers consistently with Miri output This makes MIR allocation dump pointer printing consistent with Miri output: both use hexadecimal offsets with a `0x` prefix. To save some space, MIR dump replaces the `alloc` prefix by `a` when necessary. I also made AllocId/Pointer printing more consistent in their Debug/Display handling, and adjusted Display printing for Scalar a bit to avoid using decimal printing when we do not know the sign with which to interpret the value (IMO using decimal then is misleading). | ||||
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ↵ | Oliver Scherer | -16/+16 | |
| mode | ||||
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -6/+6 | |
| 2020-04-26 | sync alloc dump and pointer printing | Ralf Jung | -13/+13 | |
| 2020-04-24 | Auto merge of #70820 - spastorino:replace-fragile-erroneous-const-sys, r=oli-obk | bors | -31/+31 | |
| Replace fragile erroneous const sys Closes #67191 r? @oli-obk | ||||
| 2020-04-24 | Rollup merge of #71459 - divergentdave:pointer-offset-0x, r=RalfJung | Dylan DPC | -6/+6 | |
| Add leading 0x to offset in Debug fmt of Pointer Currently the `Debug` format for `Pointer` prints its offset in hexadecimal, for example, `alloc38657819+e2` or `alloc35122748+64`. This PR adds a leading `0x` to the offset, in order to make it apparent that it is indeed a hexadecimal number. This came up during discussion of rust-lang/miri#1354. r? @RalfJung | ||||
| 2020-04-23 | Bless mir-opt tests | Santiago Pastorino | -31/+31 | |
| 2020-04-23 | Add leading 0x to offset in Debug fmt of Pointer | David Cook | -6/+6 | |
| 2020-04-20 | Bless 32-bit test output | Jonas Schievink | -15/+15 | |
| 2020-04-20 | Fix codegen and mir-opt tests | Jonas Schievink | -16/+16 | |
| Mostly renamed allocations, but I'm not sure about the const prop tests | ||||
| 2020-04-14 | update 32 bit mir-opt tests | Bastian Kauschke | -1/+7 | |
| 2020-04-13 | bless mir opt tests | Bastian Kauschke | -1/+7 | |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -0/+131 | |
