| Age | Commit message (Expand) | Author | Lines |
| 2020-04-09 | Use new utility in `eval_context` | Dylan MacKenzie | -9/+10 |
| 2020-04-09 | Make `MaybeStorageLive` correct for all kinds of MIR bodies | Dylan MacKenzie | -5/+17 |
| 2020-04-09 | Add utility to find locals that don't use `Storage*` annotations | Dylan MacKenzie | -0/+43 |
| 2020-04-09 | Normalize MIR locals' types for generator layout computation. | Oliver Scherer | -1/+4 |
| 2020-04-09 | tighten CTFE safety net for accesses to globals | Ralf Jung | -8/+23 |
| 2020-04-09 | Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakis | bors | -3/+3 |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -1/+1 |
| 2020-04-08 | replace `has_local_value` with `needs_infer` | Bastian Kauschke | -3/+3 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -39/+24 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -17/+20 |
| 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 | Remove Arcs in queries. | Camille GILLOT | -9/+9 |
| 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 |