| Age | Commit message (Expand) | Author | Lines |
| 2018-10-17 | AST-borrowck: add separate mem category for thread-locals, as they are not qu... | Felix S. Klock II | -0/+1 |
| 2018-10-06 | rustc/middle: use Cow<'static, str> where applicable | ljedrz | -14/+15 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -1/+1 |
| 2018-09-20 | Auto merge of #54241 - vi:suggest_with_applicability, r=estebank | bors | -11/+31 |
| 2018-09-17 | Whitespace fix again. | Vitaly _Vi Shukela | -17/+17 |
| 2018-09-17 | Auto merge of #54260 - maxdeviant:public-scope-fields, r=petrochenkov | bors | -1/+1 |
| 2018-09-17 | Fill in suggestions Applicability according to @estebank | Vitaly _Vi Shukela | -2/+7 |
| 2018-09-17 | Fix tidy's too long lines. | Vitaly _Vi Shukela | -10/+10 |
| 2018-09-17 | Fix style according to review comments. | Vitaly _Vi Shukela | -9/+18 |
| 2018-09-16 | Fixup inaccurate rebase | Vitaly _Vi Shukela | -1/+1 |
| 2018-09-16 | Remove usages of span_suggestion without Applicability | Vitaly _Vi Shukela | -8/+14 |
| 2018-09-15 | Make rustc::middle::region::Scope's fields public | Marshall Bowers | -1/+1 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -3/+5 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -8/+8 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -8/+8 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -7/+7 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -1/+1 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -7/+7 |
| 2018-08-15 | Suggest match ergonomics, not `ref`/`ref mut` | ashtneoi | -1/+1 |
| 2018-08-15 | Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj | bors | -23/+3 |
| 2018-08-09 | Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebank | bors | -0/+23 |
| 2018-08-07 | Make `IndexMut` note apply to more cases | Lukas Kalbertodt | -22/+22 |
| 2018-07-31 | Remove dead code | Mark Rousskov | -19/+1 |
| 2018-07-31 | Move dataflow to borrowck | Mark Rousskov | -4/+2 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Add help message for missing `IndexMut` impl | Lukas Kalbertodt | -0/+23 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-26 | Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck. | Felix S. Klock II | -1/+1 |
| 2018-07-26 | Add flag indicating whether AST `borrowck` query signalled any error. | Felix S. Klock II | -2/+24 |
| 2018-07-16 | TyKind | csmoe | -2/+2 |
| 2018-07-16 | ExprKind | csmoe | -2/+2 |
| 2018-07-12 | Factor out suggest_ref_mut; use it in rustc_borrowck | ashtneoi | -8/+5 |
| 2018-07-12 | span_suggestion | csmoe | -2/+3 |
| 2018-07-12 | replace ref | csmoe | -4/+9 |
| 2018-07-12 | lint with ref_span | csmoe | -7/+5 |
| 2018-07-12 | fix wrong replacing | csmoe | -1/+1 |
| 2018-07-08 | Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk | bors | -1/+4 |
| 2018-07-07 | Addresses #52049 | Pramod Bisht | -1/+4 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -0/+2 |
| 2018-07-01 | use HirId in middle::mem_categorization::cmt_, and consequences of that | Zack M. Davis | -2/+10 |
| 2018-06-22 | Fix erroneous error note when using field after move | Santiago Pastorino | -1/+1 |
| 2018-06-19 | Parallel code | John Kåre Alsaker | -2/+2 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-06-01 | Suggest not mutably borrowing a mutable reference | Yaron Tausky | -17/+45 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -13/+13 |
| 2018-05-03 | Avoid many `cmt` allocations. | Nicholas Nethercote | -13/+13 |