| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -26/+26 |
| 2020-03-31 | Use Place directly, it's Copy | Santiago Pastorino | -21/+16 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -79/+73 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -21/+21 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -31/+31 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -1/+1 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Tweak `suggest_constraining_type_param` | Esteban Küber | -2/+0 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-26 | borrowck diagnostics: address review comments. | Mazdak Farrokhzad | -22/+28 |
| 2020-03-25 | borrowck: prefer "value" over "`_`". | Mazdak Farrokhzad | -76/+55 |
| 2020-03-24 | Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis | Mazdak Farrokhzad | -2/+1 |
| 2020-03-24 | Rollup merge of #70264 - tirr-c:issue-69789-mut-suggestion, r=estebank | Mazdak Farrokhzad | -23/+59 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -2/+1 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -12/+9 |
| 2020-03-22 | Fix invalid suggestion on `&mut` iterators yielding `&` references | Wonwoo Choi | -23/+59 |
| 2020-03-21 | make some let-if-bindings more idiomatic (clippy::useless_let_if_seq) | Matthias Krüger | -8/+4 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -12/+9 |
| 2020-03-21 | Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-18 | rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k... | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-17 | Don't use `TypeckTables` in NiceRegionError | Matthew Jasper | -2/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -3/+3 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+1 |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -2/+3 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -12/+12 |
| 2020-03-08 | Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasper | Mazdak Farrokhzad | -43/+45 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -11/+11 |
| 2020-03-04 | Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of closure_span be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of move_spans be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of borrowed_content_source be both 'tcx | Santiago Pastorino | -2/+2 |
| 2020-03-04 | Make PlaceRef lifetimes of describe_field be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-04 | Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcx | Santiago Pastorino | -5/+5 |
| 2020-03-04 | Make PlaceRef lifetimes of move_error_reported be both 'tcx | Santiago Pastorino | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -2/+2 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |