| Age | Commit message (Expand) | Author | Lines |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -3/+5 |
| 2020-04-29 | expand comment in memory.rs with extra soundness concerns | Ralf Jung | -1/+3 |
| 2020-04-28 | better document const-pattern dynamic soundness checks, and fix a soundness hole | Ralf Jung | -7/+15 |
| 2020-04-28 | Rollup merge of #71615 - RalfJung:share-machine-code, r=oli-obk | Dylan DPC | -1/+65 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -5/+7 |
| 2020-04-27 | share some common code for compile-time miri instances | Ralf Jung | -1/+65 |
| 2020-04-26 | organize Debug/Display impls a bit more; avoid sign-ignorant decimal display | Ralf Jung | -2/+4 |
| 2020-04-26 | sync alloc dump and pointer printing | Ralf Jung | -1/+1 |
| 2020-04-26 | Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJung | Dylan DPC | -8/+17 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-24 | Rollup merge of #71475 - RalfJung:miri-frame-loc, r=ecstatic-morse | Dylan DPC | -41/+29 |
| 2020-04-23 | Miri Frame: use mir::Location to represent position in function | Ralf Jung | -41/+29 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -98/+40 |
| 2020-04-23 | Update src/librustc_mir/interpret/memory.rs | Oliver Scherer | -1/+3 |
| 2020-04-23 | Disallow statics initializing themselves | Oliver Scherer | -1/+10 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -3/+3 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -3/+3 |
| 2020-04-22 | Rollup merge of #71280 - RalfJung:mplace-check-align, r=oli-obk | Dylan DPC | -2/+7 |
| 2020-04-22 | comment explaining force_align usage | Ralf Jung | -0/+3 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -2/+7 |
| 2020-04-20 | Use copy_op_transmute | Jonas Schievink | -1/+1 |
| 2020-04-20 | Remove unnecessary block | Jonas Schievink | -6/+4 |
| 2020-04-20 | Fix codegen and mir-opt tests | Jonas Schievink | -1/+0 |
| 2020-04-20 | Dump return_place upon returning | Jonas Schievink | -0/+1 |
| 2020-04-20 | Fix pop_stack_frame logic | Jonas Schievink | -22/+7 |
| 2020-04-20 | Remove null places | Jonas Schievink | -16/+0 |
| 2020-04-20 | Treat RETURN_PLACE as a normal Local | Jonas Schievink | -65/+40 |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -59/+120 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -17/+17 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -2/+7 |
| 2020-04-18 | Miri: mplace_access_checked: offer option to force different alignment on place | Ralf Jung | -2/+4 |
| 2020-04-17 | Rollup merge of #71238 - RalfJung:miri-typo, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -12/+13 |
| 2020-04-17 | Miri: fix typo | Ralf Jung | -1/+1 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -5/+10 |
| 2020-04-17 | Rollup merge of #71164 - RalfJung:uninit-not-undef, r=oli-obk | Dylan DPC | -6/+11 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -13/+13 |
| 2020-04-16 | ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -5/+10 |
| 2020-04-16 | Move the explanation why adjust_global_const is called for all constants. | Vytautas Astrauskas | -3/+5 |
| 2020-04-16 | Rename Machine::eval_maybe_thread_local_static_const to adjust_global_const a... | Vytautas Astrauskas | -2/+7 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-15 | Remove now unnecessary resolve_maybe_global_alloc. | Vytautas Astrauskas | -43/+17 |
| 2020-04-15 | Add function eval_maybe_thread_local_static_const that allows handling thread... | Vytautas Astrauskas | -52/+70 |
| 2020-04-15 | Clarify the comments explaining the purpose of resolve_maybe_global_alloc. | Vytautas Astrauskas | -4/+23 |
| 2020-04-15 | Address reviewers' comments: replace resolve_thread_local_allocation_id with ... | Vytautas Astrauskas | -22/+28 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -46/+83 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -6/+11 |
| 2020-04-15 | Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk | Mazdak Farrokhzad | -21/+54 |