| Age | Commit message (Expand) | Author | Lines |
| 2022-04-03 | tweak some function names | Ralf Jung | -13/+13 |
| 2022-04-03 | interpret: remove MemoryExtra in favor of giving access to the Machine | Ralf Jung | -221/+178 |
| 2022-03-31 | catch overflow in slice size computation | Ralf Jung | -1/+2 |
| 2022-03-31 | audit check_mul uses in interpret | Ralf Jung | -1/+7 |
| 2022-03-31 | interpret: make isize::MAX the limit for dynamic value sizes | Ralf Jung | -8/+10 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -5/+5 |
| 2022-03-29 | include refs in valtree creation | b-naber | -4/+45 |
| 2022-03-26 | interpret: with enforce_number_validity, ensure integers are truly Scalar::In... | Ralf Jung | -3/+6 |
| 2022-03-26 | interpret: mark a dead match arm as dead | Ralf Jung | -1/+2 |
| 2022-03-23 | Rollup merge of #95221 - RalfJung:check_and_deref_ptr, r=oli-obk | Matthias Krüger | -15/+5 |
| 2022-03-22 | interpret/memory: simplify check_and_deref_ptr | Ralf Jung | -15/+5 |
| 2022-03-22 | interpret/validity: improve clarity | Ralf Jung | -3/+2 |
| 2022-03-21 | rename LocalState::Uninitialized to Unallocated | Ralf Jung | -12/+10 |
| 2022-03-20 | Auto merge of #95071 - RalfJung:arbitrary-self-dyn, r=oli-obk | bors | -15/+40 |
| 2022-03-18 | Miri: implement arbitrary-self dyn receivers | Ralf Jung | -15/+40 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -5/+9 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -7/+10 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -41/+45 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -7/+10 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -41/+45 |
| 2022-03-09 | normalization change and rebase | b-naber | -1/+12 |
| 2022-03-07 | Rollup merge of #94685 - RalfJung:saturating, r=oli-obk | Matthias Krüger | -39/+45 |
| 2022-03-07 | Rollup merge of #94681 - RalfJung:miri-cast, r=oli-obk | Matthias Krüger | -8/+13 |
| 2022-03-06 | use singed_int_max/min helper methods | Ralf Jung | -7/+4 |
| 2022-03-06 | move saturating_add/sub into (pub) helper method | Ralf Jung | -39/+48 |
| 2022-03-06 | Auto merge of #94597 - nnethercote:ConstAllocation, r=fee1-dead | bors | -13/+17 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -13/+17 |
| 2022-03-06 | CTFE engine: expose misc_cast to Miri | Ralf Jung | -8/+13 |
| 2022-03-06 | explain why shift with signed offset works the way it does | Ralf Jung | -3/+15 |
| 2022-03-04 | Rollup merge of #94575 - RalfJung:switchint-comment, r=oli-obk | Dylan DPC | -1/+2 |
| 2022-03-03 | CTFE SwitchInt: update comment | Ralf Jung | -1/+2 |
| 2022-03-03 | Rollup merge of #94555 - cuishuang:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -16/+14 |
| 2022-03-03 | all: fix some typos | cuishuang | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -16/+14 |
| 2022-02-25 | Rollup merge of #94343 - RalfJung:fn-ptr, r=oli-obk | Matthias Krüger | -28/+38 |
| 2022-02-24 | Miri fn ptr check: don't use conservative null check | Ralf Jung | -28/+38 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -5/+5 |
| 2022-02-24 | Rollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obk | Matthias Krüger | -13/+18 |
| 2022-02-23 | Miri: relax fn ptr check | Ralf Jung | -13/+18 |
| 2022-02-23 | Rollup merge of #94280 - tmiasko:should-print-region, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-23 | Rename `region_should_not_be_omitted` to `should_print_region` | Tomasz Miąsko | -1/+1 |
| 2022-02-22 | Miri: extend comments on downcast operation | Ralf Jung | -2/+6 |
| 2022-02-21 | ScalarMaybeUninit is explicitly hexadecimal in its formatting | Ralf Jung | -7/+7 |
| 2022-02-21 | Rollup merge of #94189 - GuillaumeGomez:scalar-lower-hex, r=RalfJung | Matthias Krüger | -1/+1 |
| 2022-02-21 | Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr | Matthias Krüger | -91/+67 |
| 2022-02-21 | Fix typo | est31 | -1/+1 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -5/+5 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -1/+1 |