| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichton | Dylan DPC | -1/+8 |
| 2020-04-07 | Rollup merge of #70762 - RalfJung:miri-leak-check, r=oli-obk | Dylan DPC | -76/+116 |
| 2020-04-06 | ty: switch `Ty::walk` from `Ty` to `GenericArg`. | Eduard-Mihai Burtescu | -10/+22 |
| 2020-04-06 | Auto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk | bors | -31/+49 |
| 2020-04-06 | Rollup merge of #70827 - estebank:shorten-sugg-span-add-lt, r=ecstatic-morse | Mazdak Farrokhzad | -27/+16 |
| 2020-04-06 | Keep codegen units unmerged when building compiler builtins | Tomasz Miąsko | -1/+8 |
| 2020-04-05 | Use smaller span for suggestion restricting lifetime | Esteban Küber | -27/+16 |
| 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 | -7/+13 |
| 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 #70777 - faern:use-assoc-int-consts2, r=dtolnay | Dylan DPC | -1/+1 |
| 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-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -1/+1 |
| 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 | -63/+78 |
| 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-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -24/+60 |
| 2020-04-03 | Rollup merge of #70707 - ecstatic-morse:dataflow-graphviz-cleanup, r=nikomats... | Mazdak Farrokhzad | -277/+0 |
| 2020-04-03 | Minor follow-up after renaming librustc(_middle) | Yuki Okushi | -2/+2 |
| 2020-04-03 | Rollup merge of #70532 - RalfJung:miri-assign, r=eddyb | Mazdak Farrokhzad | -52/+69 |
| 2020-04-03 | Rollup merge of #70595 - wesleywiser:remove_unused_discriminant_reads, r=oli-obk | Mazdak Farrokhzad | -11/+15 |
| 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 | Remove unused graphviz visualization | Dylan MacKenzie | -277/+0 |
| 2020-04-02 | Remove unused discriminant reads from MIR bodies | Wesley Wiser | -11/+15 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -5/+5 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -89/+84 |
| 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 | -74/+35 |
| 2020-04-01 | Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -295/+286 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -7/+26 |
| 2020-03-31 | Use Place directly in apply_call_return_effect on framework/tests, it's Copy | Santiago Pastorino | -1/+1 |
| 2020-03-31 | Use Place directly in peek_at, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on place_contents_drop_state_cannot_differ, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly in place_as_reborrow, it's Copy | Santiago Pastorino | -3/+3 |
| 2020-03-31 | Use Place directly on Operand::place and friends, it's Copy | Santiago Pastorino | -31/+31 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -119/+120 |
| 2020-03-31 | Use Place directly, it's Copy more use cases | Santiago Pastorino | -28/+25 |
| 2020-03-31 | Use Place directly on check_mut_borrowing_layout_constrained_field, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on remove_never_initialized_mut_locals, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on borrow_of_local_data, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-31 | Use Place directly on propagate_closure_used_mut_place, it's Copy | Santiago Pastorino | -4/+3 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -94/+88 |