| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -11/+11 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk | bors | -1/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-22 | add generator_kind query | Mark Mansi | -4/+6 |
| 2020-02-22 | some fixes | Mark Mansi | -13/+2 |
| 2020-02-22 | Generalized article_and_description | Mark Mansi | -13/+10 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -3/+3 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -5/+5 |
| 2020-02-14 | Improve opaque type lifetime errors | Matthew Jasper | -11/+12 |
| 2020-02-13 | Use an `Iterator` for `MovePath` traversal | Dylan MacKenzie | -1/+1 |
| 2020-02-12 | Don't give invalid suggestion on desugared span. | spunit262 | -43/+45 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -6/+97 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -1/+1 |
| 2020-02-08 | review comments | Esteban Küber | -6/+7 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -1/+1 |
| 2020-02-04 | Rollup merge of #68819 - estebank:split_at_mut, r=oli-obk | Dylan DPC | -2/+25 |
| 2020-02-03 | Tweak borrow error on `FnMut` when `Fn` is expected | Esteban Küber | -6/+96 |
| 2020-02-03 | Suggest `split_at_mut` on multiple mutable index access | Esteban Küber | -2/+25 |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -0/+2 |
| 2020-02-02 | Remove duplicated code | Esteban Küber | -1/+1 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -2/+2 |
| 2020-01-28 | Fix some wrong dereferences after rebase | Santiago Pastorino | -2/+2 |
| 2020-01-28 | ./x.py fmt | Santiago Pastorino | -8/+13 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -11/+11 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -37/+37 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -3/+3 |
| 2020-01-24 | Normalise diagnostics with respect to "the X is declared/defined here" | varkor | -2/+2 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -6/+16 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+11 |
| 2020-01-12 | address review comments | Mark Mansi | -11/+8 |
| 2020-01-12 | Get rid of RegionErrorNamingContext | Mark Mansi | -150/+73 |
| 2020-01-12 | rename nonlexical_regioncx -> regioncx | Mark Mansi | -44/+31 |
| 2020-01-12 | Privatize the fields of RegionInferenceContext | Mark Mansi | -22/+24 |