| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-06-23 | clean up internals of pointer checks; make get_size_and_align also check for ↵ | Ralf Jung | -1/+1 | |
| fn allocations | ||||
| 2019-06-23 | move CheckInAllocMsg to more logical place | Ralf Jung | -1/+23 | |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -6/+6 | |
| 2019-06-02 | no longer assume that there is a default tag: give the machine the chance to ↵ | Ralf Jung | -7/+0 | |
| tag all allocations | ||||
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -21/+24 | |
| rename Scalar::Bits to Scalar::Raw and bits field to data Also use this opportunity to seal some abstraction leaks (other modules constructing `Scalar::Bits` directly instead of using a constructor). r? @oli-obk | ||||
| 2019-05-27 | Auto merge of #59627 - ↵ | bors | -3/+3 | |
| LooMaclin:issue_57128_improve_miri_error_reporting_in_check_in_alloc, r=RalfJung Improve miri error reporting in check_in_alloc Fixes https://github.com/rust-lang/rust/issues/57128 r? @RalfJung @oli-obk | ||||
| 2019-05-26 | fix overflow error in signed wrapping offset | Ralf Jung | -21/+24 | |
| 2019-05-24 | improve debug-printing of scalars | Ralf Jung | -1/+15 | |
| Before: Immediate(ScalarMaybeUndef(Scalar(Ptr(Pointer { alloc_id: AllocId(3401), offset: Size { raw: 4 }, tag: Tagged(7723) })))) After: Immediate(Scalar(AllocId(3401).0x4[<7723>])) Before: Immediate(ScalarMaybeUndef(Scalar(Bits { size: 8, bits: 10 }))) After: Immediate(Scalar(0x000000000000000A)) Before: Immediate(ScalarMaybeUndef(Scalar(Bits { size: 1, bits: 1 }))) After: Immediate(Scalar(0x01)) | ||||
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -1/+1 | |
| Now they - Tell what the new size is, when it changes - Do not require passing an identifier | ||||
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -1/+7 | |
| 2019-04-02 | Improve miri's error reporting in check_in_alloc | LooMaclin | -3/+3 | |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -1/+3 | |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -2/+2 | |
| 2019-01-27 | Add some size assertions for const eval types | Oliver Scherer | -0/+2 | |
| 2018-11-24 | Rebase fallout | Oliver Scherer | -1/+18 | |
| 2018-11-08 | Rebase fallout | Oliver Scherer | -2/+2 | |
| 2018-11-08 | Move `Pointer` to its own module | Oliver Scherer | -0/+151 | |
