| Age | Commit message (Expand) | Author | Lines |
| 2020-07-11 | Rollup merge of #74213 - pickfire:patch-1, r=jonas-schievink | Manish Goregaokar | -3/+1 |
| 2020-07-11 | Rollup merge of #74197 - estebank:self-sugg, r=petrochenkov | Manish Goregaokar | -2/+2 |
| 2020-07-11 | Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkov | Manish Goregaokar | -0/+11 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-10 | Minor refactor for rustc_resolve diagnostics match | Ivan Tham | -3/+1 |
| 2020-07-10 | Tweak wording | Yuki Okushi | -1/+1 |
| 2020-07-10 | Add a help to use `in_band_lifetimes` in nightly | Yuki Okushi | -0/+11 |
| 2020-07-09 | Reword incorrect `self` token suggestion | Esteban Küber | -2/+2 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -1/+27 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -3/+3 |
| 2020-06-22 | Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov | Dylan DPC | -1/+6 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -3/+3 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -1/+6 |
| 2020-06-20 | Correctly handle binders inside trait predicates | Matthew Jasper | -5/+8 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -8/+35 |
| 2020-06-17 | review comments | Esteban Küber | -1/+3 |
| 2020-06-16 | Suggest new type param on single char ident | Esteban Küber | -8/+33 |
| 2020-06-13 | Make new type param suggestion more targetted | Esteban Küber | -1/+1 |
| 2020-06-11 | Document some opaque types code | Matthew Jasper | -2/+2 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -4/+4 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -1/+12 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -37/+0 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -13/+16 |
| 2020-05-30 | resolve: Pass parent scope to the function providing import suggestions | Vadim Petrochenkov | -2/+3 |
| 2020-05-17 | Emit a better diagnostic when function actually has a 'self' parameter | Aaron Hill | -2/+9 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -20/+11 |
| 2020-05-07 | Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkov | Dylan DPC | -1/+4 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -1/+4 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -1/+5 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -2/+2 |
| 2020-04-27 | Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov | Dylan DPC | -15/+24 |
| 2020-04-26 | Tweak some suggestions in `rustc_resolve` | Esteban Küber | -15/+24 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -6/+3 |
| 2020-04-24 | Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morse | Dylan DPC | -127/+126 |
| 2020-04-23 | Address comments from review | marmeladema | -11/+6 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -12/+8 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -8/+19 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+9 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -2/+2 |
| 2020-04-22 | review comment | Esteban Küber | -1/+2 |
| 2020-04-22 | Tweak wording | Esteban Küber | -2/+17 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -127/+110 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -33/+36 |
| 2020-04-17 | Fix unused results from mem::replace | Josh Stone | -2/+2 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -2/+2 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -8/+0 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |