| Age | Commit message (Expand) | Author | Lines |
| 2020-05-13 | add spans to `require_lang_items` | Bastian Kauschke | -1/+1 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -2/+3 |
| 2020-05-12 | Add some more sanity tests and add a debug log message for it | Oliver Scherer | -0/+5 |
| 2020-05-12 | Propagate locals, even if they have unpropagatable assignments somewhere. | Oliver Scherer | -1/+19 |
| 2020-05-12 | Rollup merge of #72048 - jonas-schievink:visit-return, r=oli-obk | Dylan DPC | -2/+21 |
| 2020-05-11 | Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1 | Wesley Wiser | -41/+315 |
| 2020-05-11 | Auto merge of #71953 - oli-obk:const_prop_deaggregates, r=wesleywiser | bors | -42/+58 |
| 2020-05-10 | avoid raising interpreter errors from interning | Ralf Jung | -2/+1 |
| 2020-05-09 | Visit move out of `_0` when visiting `return` | Jonas Schievink | -2/+21 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -3/+2 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -58/+29 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -58/+29 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -13/+13 |
| 2020-05-08 | Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obk | Dylan DPC | -86/+27 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+2 |
| 2020-05-07 | Use `hir::ConstContext` instead of local enums | Dylan MacKenzie | -86/+27 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -13/+13 |
| 2020-05-06 | Const prop aggregates even if partially or fully modified | Oliver Scherer | -42/+58 |
| 2020-05-06 | Rollup merge of #71893 - ecstatic-morse:dataflow-impls-import, r=jonas-schievink | Dylan DPC | -8/+8 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -2/+2 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -35/+12 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -22/+16 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+3 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -8/+8 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -5/+51 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -4/+4 |
| 2020-05-03 | Auto merge of #71006 - ecstatic-morse:dataflow-bidi, r=ecstatic-morse | bors | -59/+93 |
| 2020-05-03 | Reflect API changes on current master | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Support liveness in `rustc_peek` tests | Dylan MacKenzie | -14/+50 |
| 2020-05-03 | Use new liveness analysis during generator transform | Dylan MacKenzie | -22/+24 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -16/+11 |
| 2020-05-03 | Rename `live_locals` -> `live_locals_at_any_suspension_point` | Dylan MacKenzie | -11/+12 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -5/+5 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -7/+1 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -2/+4 |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-05-02 | Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | Dylan DPC | -1/+25 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -0/+2 |
| 2020-05-02 | explain why we use def_span | Ralf Jung | -0/+1 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -0/+3 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+4 |
| 2020-05-02 | Added MIR constant propagation of Scalars into function call arguments | Félix Fischer | -5/+51 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -1/+1 |
| 2020-05-01 | Prevent calls to functions with `#[target_feature]` in safe contexts | LeSeulArtichaut | -1/+25 |
| 2020-05-01 | Partially unrevert #70566. | jumbatm | -5/+5 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -2/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -9/+9 |
| 2020-04-30 | Rollup merge of #71691 - ecstatic-morse:const-unreachable, r=oli-obk,RalfJung | Tyler Mandry | -7/+3 |
| 2020-04-30 | Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk | Tyler Mandry | -18/+2 |