| Age | Commit message (Expand) | Author | Lines |
| 2020-05-25 | Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasper | Ralf Jung | -4/+9 |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -4/+9 |
| 2020-05-23 | take mir::PlaceElem by value | Bastian Kauschke | -16/+16 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -9/+9 |
| 2020-05-22 | Remove dead ScopeTree code | Matthew Jasper | -4/+0 |
| 2020-05-22 | Remove ReScope | Matthew Jasper | -1/+0 |
| 2020-05-20 | introduce newtype'd `Predicate<'tcx>` | Bastian Kauschke | -7/+9 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -6/+6 |
| 2020-05-20 | fix is_const_context | Bastian Kauschke | -1/+1 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -4/+70 |
| 2020-05-18 | Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis | Dylan DPC | -1/+5 |
| 2020-05-18 | Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis | Dylan DPC | -1/+1 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -4/+70 |
| 2020-05-17 | add docs | Bastian Kauschke | -0/+2 |
| 2020-05-17 | Assume unevaluated consts are equal to the other consts and add ConstEquate o... | Ben Lewis | -1/+3 |
| 2020-05-13 | add spans to `require_lang_items` | Bastian Kauschke | -6/+11 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -5/+7 |
| 2020-05-11 | borrowck `DefId` -> `LocalDefId` | Bastian Kauschke | -67/+59 |
| 2020-05-11 | Make MIR typeck use `LocalDefId` and fix docs | Jonas Schievink | -54/+50 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -4/+3 |
| 2020-05-09 | Support coercion between (FnDef | Closure) and (FnDef | Closure) when Closure... | Donough Liu | -1/+1 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -47/+49 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -7/+85 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -4/+3 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -7/+85 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -2/+1 |
| 2020-05-06 | Rollup merge of #71893 - ecstatic-morse:dataflow-impls-import, r=jonas-schievink | Dylan DPC | -7/+7 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -31/+33 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -18/+18 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+42 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -7/+7 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -2/+1 |
| 2020-05-04 | Rollup merge of #71801 - matthewjasper:operator-subtyping, r=varkor | Dylan DPC | -27/+45 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -5/+5 |
| 2020-05-03 | Correctly check comparison operators in MIR typeck | Matthew Jasper | -27/+45 |
| 2020-05-02 | Report cannot move errors in promoted MIR | Matthew Jasper | -6/+42 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+4 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -5/+0 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -2/+2 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -52/+118 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -15/+24 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -15/+24 |
| 2020-04-28 | Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddyb | Dylan DPC | -0/+1 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -1/+1 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -9/+13 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -7/+10 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -3/+3 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -2/+1 |