summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/interpret/allocation.rs
AgeCommit message (Expand)AuthorLines
2021-07-16add some comments regarding the two major quirks of our memory modelRalf Jung-1/+8
2021-07-16get rid of incorrect erase_for_fmtRalf Jung-1/+3
2021-07-15enable Miri to fix the bytes in an allocation (since ptr offsets have differe...Ralf Jung-16/+24
2021-07-14consistently treat None-tagged pointers as ints; get rid of some deprecated S...Ralf Jung-2/+2
2021-07-14CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...Ralf Jung-34/+25
2021-07-12remove remaining use of Pointer in Allocation APIRalf Jung-10/+9
2021-07-06Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obkYuki Okushi-0/+3
2021-07-02Allocation failure in constprop panics right awaySmitty-1/+4
2021-06-30Delay ICE on evaluation failSmitty-0/+5
2021-06-30Note that even ConstProp follows the rulesSmittyvb-2/+2
2021-06-30simplify explanation commentSmittyvb-9/+2
2021-06-29Properly handle const prop failuresSmitty-5/+8
2021-06-29Add comment with reasoning for non-determinismSmitty-0/+9
2021-06-29Simplify allocation creationSmitty-2/+1
2021-06-29Support allocation failures when interperting MIRSmitty-6/+15
2021-06-28double-check mutability inside AllocationRalf Jung-0/+3
2021-05-23fix commentRalf Jung-1/+1
2021-05-23support creating mutable allocations from byte slicesRalf Jung-4/+8
2021-05-18add Align::ONE; add methods to access alloc.extraRalf Jung-1/+1
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-209/+136
2021-05-17Rollup merge of #85412 - RalfJung:c_str, r=oli-obkRalf Jung-23/+0
2021-05-17remove some functions that were only used by MiriRalf Jung-23/+0
2021-05-17remove size field from AllocationRalf Jung-6/+5
2021-03-18Remove unwrap_none/expect_none from compiler/.Mara Bos-1/+1
2021-02-25Auto merge of #82338 - RalfJung:interp-error-allocs, r=oli-obkbors-2/+2
2021-02-21remove redundant return value Ok(()) of clear_relocations()Matthias Krüger-10/+3
2021-02-20all InterpError allocate now, so adjust alloc-error-checkRalf Jung-2/+2
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-09-04Remove reference to byteorder limitsJubilee Young-8/+4
2020-08-30mv compiler to compiler/mark-0/+887