| Age | Commit message (Expand) | Author | Lines |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -2/+0 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -1/+17 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -4/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -5/+5 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -2/+2 |
| 2018-10-17 | AST-borrowck: add separate mem category for thread-locals, as they are not qu... | Felix S. Klock II | -1/+17 |
| 2018-10-08 | Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelix | bors | -3/+2 |
| 2018-10-06 | rustc/middle: use Cow<'static, str> where applicable | ljedrz | -14/+15 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -1/+5 |
| 2018-10-05 | Remove graphviz::IntoCow | ljedrz | -3/+2 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -2/+2 |
| 2018-10-03 | Only warn about unused `mut` in user-written code | varkor | -1/+5 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -1/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -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 | -5/+18 |
| 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 | -5/+18 |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -3/+5 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -13/+13 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -9/+11 |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -6/+6 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -11/+11 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -5/+5 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -5/+13 |
| 2018-08-22 | Rollup merge of #53504 - ekse:suggestions-applicability-2, r=estebank | Guillaume Gomez | -4/+7 |
| 2018-08-22 | Rollup merge of #53418 - ekse:suggestions-applicability, r=estebank | Guillaume Gomez | -1/+6 |
| 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 | -8/+8 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-20 | Set applicability for more suggestions. | Sébastien Duquette | -4/+7 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -10/+10 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-15 | Mark some suggestions as MachineApplicable | Sébastien Duquette | -1/+6 |
| 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 | -76/+709 |
| 2018-08-09 | Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebank | bors | -0/+23 |
| 2018-08-09 | librustc_borrowck: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-07 | Make `IndexMut` note apply to more cases | Lukas Kalbertodt | -22/+22 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -1/+0 |
| 2018-07-31 | Remove dead code | Mark Rousskov | -67/+16 |