| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-04-13 | Miri: let machine hook dynamically decide about alignment checks | Ralf Jung | -3/+3 |
| 2020-04-13 | add after_stack_push hook; add public ImmTy::from_immediate method, and make ... | Ralf Jung | -9/+22 |
| 2020-04-13 | Miri: let push_frame hook also access and mutate the rest of the frame data | Ralf Jung | -12/+32 |
| 2020-04-11 | Rollup merge of #70962 - KrishnaSannasi:track-dealloc, r=RalfJung | Mazdak Farrokhzad | -0/+10 |
| 2020-04-10 | added machine hooks to track deallocations | Ozaren | -0/+10 |
| 2020-04-09 | Use new utility in `eval_context` | Dylan MacKenzie | -9/+10 |
| 2020-04-07 | Rollup merge of #70762 - RalfJung:miri-leak-check, r=oli-obk | Dylan DPC | -50/+72 |
| 2020-04-05 | make set_span public, as all the fields it touches are public already | Ralf Jung | -1/+1 |
| 2020-04-05 | set span more accurately during const_prop | Ralf Jung | -5/+9 |
| 2020-04-05 | Miri engine: use span_bug in a few places | Ralf Jung | -20/+32 |
| 2020-04-05 | Miri terminator handling: only do progress sanity check for 'Call' terminator | Ralf Jung | -5/+5 |
| 2020-04-05 | Rollup merge of #70806 - RalfJung:miri-assignment-check, r=eddyb | Dylan DPC | -19/+39 |
| 2020-04-05 | fix comment | Ralf Jung | -3/+3 |
| 2020-04-05 | miri assignment check: compare types after normalizing all late-bound regions... | Ralf Jung | -19/+39 |
| 2020-04-04 | Miri: remove an outdated FIXME | Ralf Jung | -1/+0 |
| 2020-04-04 | indicate better which kind of memory got leaked | Ralf Jung | -12/+16 |
| 2020-04-04 | share more alloc printing code between Miri and MIR dumping | Ralf Jung | -37/+34 |
| 2020-04-04 | avoid printing allocations twice | Ralf Jung | -9/+11 |
| 2020-04-04 | Miri leak_report: do not report leaks of allocations that are reachable from ... | Ralf Jung | -5/+24 |
| 2020-04-02 | switch assignment check back to testing layout equality | Ralf Jung | -18/+23 |
| 2020-04-02 | also use mir_assign_valid_types in from_known_layout check | Ralf Jung | -63/+58 |
| 2020-04-02 | also accept fn-ptr-type-changing assignments | Ralf Jung | -2/+7 |
| 2020-04-02 | Miri engine: stronger type-based sanity check for assignments | Ralf Jung | -5/+17 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -71/+64 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -7/+7 |
| 2020-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -62/+30 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -22/+22 |
| 2020-03-31 | avoid an unreachable fallback | Ralf Jung | -11/+11 |