| 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-09 | Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche... | Manish Goregaokar | -35/+33 |
| 2020-07-09 | Rollup merge of #74150 - tamird:blocklist, r=nikomatsakis | Manish Goregaokar | -23/+23 |
| 2020-07-09 | Reduce indentation | Esteban Küber | -35/+33 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -23/+23 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -81/+200 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -2/+2 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -10/+9 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -3/+3 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -2/+2 |
| 2020-06-24 | Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkov | Dylan DPC | -8/+27 |
| 2020-06-23 | Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkov | Manish Goregaokar | -95/+177 |
| 2020-06-23 | Review fixes | Dan Aloni | -2/+7 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -3/+3 |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -8/+22 |
| 2020-06-22 | Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov | Dylan DPC | -23/+49 |
| 2020-06-21 | Move `next_disambiguator` to `Resolver` | marmeladema | -1/+13 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -6/+6 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -94/+164 |
| 2020-06-21 | Prefer accessible paths in 'use' suggestions | Dan Aloni | -23/+49 |
| 2020-06-20 | Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkov | Manish Goregaokar | -11/+4 |
| 2020-06-20 | Correctly handle binders inside trait predicates | Matthew Jasper | -5/+8 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -11/+4 |
| 2020-06-19 | Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco | Manish Goregaokar | -25/+9 |
| 2020-06-18 | Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwco | Manish Goregaokar | -14/+44 |
| 2020-06-17 | review comments | Esteban Küber | -6/+8 |
| 2020-06-16 | Suggest new type param on single char ident | Esteban Küber | -8/+33 |
| 2020-06-15 | Use `LocalDefId` for import IDs in trait map | Vadim Petrochenkov | -25/+9 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -59/+34 |
| 2020-06-13 | Make new type param suggestion more targetted | Esteban Küber | -7/+10 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -4/+14 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -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 | -39/+1 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -19/+21 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 2020-06-10 | Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwco | Dylan DPC | -1/+3 |
| 2020-06-10 | Rollup merge of #72789 - petrochenkov:impcand, r=davidtwco | Dylan DPC | -4/+14 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro expansions | Vadim Petrochenkov | -4/+14 |
| 2020-06-09 | Remove noisy suggestion of hash_map #72642 | Ayush Kumar Mishra | -1/+3 |