| Age | Commit message (Expand) | Author | Lines |
| 2020-04-21 | sccs are computed in dependency order | Niko Matsakis | -53/+5 |
| 2020-04-21 | Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic... | Dylan DPC | -7/+5 |
| 2020-04-20 | const prop: don't special case return place | Jonas Schievink | -9/+5 |
| 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 | Update const prop | Jonas Schievink | -5/+5 |
| 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-20 | Remove some `Vec` allocations in an effort to improve perf | Esteban Küber | -2/+1 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-04-19 | [ConstProp] Use a `BitSet<Local>` instead of `IndexVec<Local, bool>` | Wesley Wiser | -5/+4 |
| 2020-04-19 | Note that some terminators should cause an error | Dylan MacKenzie | -0/+2 |
| 2020-04-19 | Exhaustively match on `TerminatorKind` during const checking | Dylan MacKenzie | -1/+11 |
| 2020-04-19 | Exhaustively match on `StatementKind` during const checking | Dylan MacKenzie | -3/+8 |
| 2020-04-19 | Check for `llvm_asm` in a const context | Dylan MacKenzie | -1/+8 |
| 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 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -10/+21 |
| 2020-04-18 | Miri: mplace_access_checked: offer option to force different alignment on place | Ralf Jung | -2/+4 |
| 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 |