| Age | Commit message (Expand) | Author | Lines |
| 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 | -7/+5 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -13/+11 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -4/+10 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -31/+22 |
| 2020-05-07 | Incorporate old module docs into `MaybeLiveLocals` docs | Dylan MacKenzie | -0/+7 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -334/+85 |
| 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 | -43/+43 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -3/+4 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -2/+6 |
| 2020-05-06 | Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obk | Dylan DPC | -159/+141 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -2/+1 |
| 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 | -25/+20 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -11/+14 |
| 2020-05-06 | try_validation: handle multi-branching, and use macro for most remaining manu... | Ralf Jung | -78/+47 |
| 2020-05-06 | convert throw_validation_failure macro to same syntax as try_validation | Ralf Jung | -56/+51 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -6/+4 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -27/+25 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -33/+37 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -20/+20 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -62/+33 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -30/+23 |
| 2020-05-06 | validation: port more checks to the pattern-based macro (and give it the shor... | Ralf Jung | -30/+49 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+3 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+42 |
| 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 | -21/+16 |
| 2020-05-04 | Export dataflow impls by name | Dylan MacKenzie | -4/+4 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -2/+1 |
| 2020-05-04 | Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiser | Dylan DPC | -5/+51 |
| 2020-05-04 | Auto merge of #71751 - oli-obk:const_ice, r=RalfJung | bors | -12/+8 |
| 2020-05-04 | Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPC | bors | -27/+45 |
| 2020-05-04 | Rollup merge of #71801 - matthewjasper:operator-subtyping, r=varkor | Dylan DPC | -27/+45 |
| 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 | -706/+1324 |
| 2020-05-03 | Reflect API changes on current master | Dylan MacKenzie | -1/+1 |
| 2020-05-03 | Use agreed upon terminology in cursor docs | Dylan MacKenzie | -5/+5 |
| 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 | Live variable analysis | Dylan MacKenzie | -2/+141 |
| 2020-05-03 | Initialize the cursor with an empty state | Dylan MacKenzie | -4/+10 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -661/+1094 |
| 2020-05-03 | Rename `live_locals` -> `live_locals_at_any_suspension_point` | Dylan MacKenzie | -11/+12 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -0/+1 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -36/+66 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -7/+1 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -27/+45 |
| 2020-05-02 | Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor | Dylan DPC | -4/+8 |