| Age | Commit message (Expand) | Author | Lines |
| 2020-05-10 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -2/+1 |
| 2020-05-09 | normalize field projection ty to fix broken MIR issue | Santiago Pastorino | -0/+1 |
| 2020-04-22 | Revert "Move early needs_subst bailout to _after_ linting." | Ralf Jung | -5/+5 |
| 2020-04-21 | Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic... | Dylan DPC | -7/+5 |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -70/+172 |
| 2020-04-19 | MIR: use span instead of NodeId to determine if optimized_mir should be run | ljedrz | -7/+5 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -160/+187 |
| 2020-04-19 | Rollup merge of #71303 - tshepang:master, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-04-19 | Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morse | Dylan DPC | -3/+1 |
| 2020-04-18 | remove build warnings | Tshepang Lekhonkhobe | -5/+5 |
| 2020-04-18 | miri-unleashed: test that we detect heap allocations | Ralf Jung | -2/+0 |
| 2020-04-18 | check_consts: make ops module private | Ralf Jung | -1/+1 |
| 2020-04-17 | Rollup merge of #71238 - RalfJung:miri-typo, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-17 | Rollup merge of #71254 - JOE1994:add_comment, r=jonas-schievink | Dylan DPC | -0/+1 |
| 2020-04-17 | Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obk | Dylan DPC | -17/+10 |
| 2020-04-17 | Minor fix and addition to doc comments | JOE1994 | -0/+1 |
| 2020-04-17 | Auto merge of #71049 - eddyb:const-err, r=oli-obk | bors | -25/+23 |
| 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 | Rollup merge of #71197 - ljedrz:unsafe_unused, r=ecstatic-morse | Dylan DPC | -7/+13 |
| 2020-04-16 | Auto merge of #71201 - Dylan-DPC:rollup-23202uf, r=Dylan-DPC | bors | -46/+34 |
| 2020-04-16 | comment on the sorting of unused unsafe blocks | ljedrz | -0/+2 |
| 2020-04-16 | Move stack access methods in the Machine implementations out of the enforce_ ... | Vytautas Astrauskas | -28/+28 |
| 2020-04-16 | mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`. | Eduard-Mihai Burtescu | -26/+23 |
| 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 | Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPC | Dylan DPC | -25/+24 |
| 2020-04-16 | Rollup merge of #71149 - RalfJung:check-const-call, r=eddyb | Dylan DPC | -16/+5 |
| 2020-04-16 | Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJung | Dylan DPC | -5/+5 |
| 2020-04-16 | sort unused unsafe blocks by Span instead of NodeId | ljedrz | -1/+1 |
| 2020-04-16 | Respond to code review feedback | Wesley Wiser | -1/+9 |
| 2020-04-16 | simplify unused unsafe block handling | ljedrz | -7/+11 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -23/+22 |
| 2020-04-15 | Fix clippy warnings | Matthias Krüger | -2/+2 |
| 2020-04-15 | Remove now unnecessary resolve_maybe_global_alloc. | Vytautas Astrauskas | -43/+17 |
| 2020-04-15 | Directly modify the `used_locals` vec | Wesley Wiser | -14/+12 |
| 2020-04-15 | Run `SimplifyLocals` iteratively until we get to a fixedpoint | Wesley Wiser | -27/+131 |
| 2020-04-15 | Remove other Rvalues | Wesley Wiser | -12/+30 |
| 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 | -57/+135 |
| 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 | -46/+88 |
| 2020-04-15 | Rollup merge of #70891 - lcnr:replace-rvalue_aggregate, r=eddyb | Mazdak Farrokhzad | -1/+5 |
| 2020-04-15 | remove rustfmt-induced spurious trailing comma | Ralf Jung | -1/+1 |