| Age | Commit message (Expand) | Author | Lines |
| 2020-07-01 | Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank | Manish Goregaokar | -1/+3 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -2/+2 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -3/+3 |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -1/+3 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -4/+4 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -1/+1 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+207 |
| 2020-06-24 | Provide suggestions for some moved value errors | Esteban Küber | -10/+51 |
| 2020-06-23 | Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -198/+30 |
| 2020-06-21 | Fix spurious 'value moved here in previous iteration of loop' messages | Aaron Hill | -1/+1 |
| 2020-06-15 | Rollup merge of #72598 - Aaron1011:feature/fnmut-capture-span, r=nikomatsakis | Ralf Jung | -19/+44 |
| 2020-06-11 | Run fmt | Aaron Hill | -4/+2 |
| 2020-06-11 | Use `fn_span` to point to the actual method call | Aaron Hill | -3/+3 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -30/+200 |
| 2020-06-11 | Rollup merge of #72380 - lcnr:const_context, r=estebank | Dylan DPC | -1/+1 |
| 2020-05-29 | Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievink | Ralf Jung | -55/+49 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -19/+44 |
| 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-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 | -1/+1 |
| 2020-05-20 | rename `Predicate` to `PredicateKind`, introduce alias | Bastian Kauschke | -1/+1 |
| 2020-05-20 | fix is_const_context | Bastian Kauschke | -1/+1 |
| 2020-05-11 | borrowck `DefId` -> `LocalDefId` | Bastian Kauschke | -55/+49 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -20/+19 |
| 2020-05-08 | Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievink | Dylan DPC | -2/+2 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -2/+2 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -4/+3 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -18/+18 |
| 2020-05-04 | Suggest restricting type param when it doesn't satisfy projection | Esteban Küber | -2/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+4 |
| 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-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -4/+6 |
| 2020-04-26 | Rollup merge of #71392 - ecstatic-morse:body-predecessor-cache-arc, r=nikomat... | Dylan DPC | -1/+1 |
| 2020-04-23 | Address comments from review | marmeladema | -5/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -17/+13 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -13/+17 |
| 2020-04-22 | Remove `predecessors_for` | Dylan MacKenzie | -1/+1 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -2/+18 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -17/+16 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -43/+51 |
| 2020-04-18 | remove build warnings | Tshepang Lekhonkhobe | -5/+5 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -17/+20 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -38/+20 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -17/+20 |
| 2020-04-05 | Use smaller span for suggestion restricting lifetime | Esteban Küber | -27/+16 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+1 |