| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -4458/+0 |
| 2020-08-23 | Account for async functions when suggesting new named lifetime | Esteban Küber | -0/+3 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | resolve: support `GenericBound::LangItemTrait` | David Wood | -0/+28 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+2 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -7/+8 |
| 2020-08-14 | Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnr | Tyler Mandry | -4/+60 |
| 2020-08-14 | review comment: suggestion message wording | Esteban Küber | -1/+2 |
| 2020-08-13 | Suggest adding `&self` when accessing `self` in static assoc `fn` | Esteban Küber | -15/+46 |
| 2020-08-13 | Tweak suggestion for `this` -> `self` | Esteban Küber | -3/+27 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -7/+8 |
| 2020-08-13 | Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnr | Yuki Okushi | -36/+172 |
| 2020-08-11 | Suggest using `'static` in assoc consts and suggest when multiple lts are needed | Esteban Küber | -6/+60 |
| 2020-08-11 | review comment: simplify code by using slice pat | Esteban Küber | -9/+10 |
| 2020-08-11 | When suggesting `for` lts, consider existing lifetime names | Esteban Küber | -20/+84 |
| 2020-08-11 | Assoc `const`s don't have generics | Esteban Küber | -3/+14 |
| 2020-08-11 | Fix suggestion to use lifetime in type | Esteban Küber | -1/+7 |
| 2020-08-11 | Detect tuple variants used as struct pattern and suggest correct pattern | Esteban Küber | -1/+10 |
| 2020-08-11 | Rollup merge of #75353 - estebank:tiny, r=jyn514 | Yuki Okushi | -3/+3 |
| 2020-08-10 | Add missing primary label | Esteban Küber | -1/+5 |
| 2020-08-10 | Point at item definition in foreign crates | Esteban Küber | -4/+16 |
| 2020-08-10 | Tweak ordering of suggestions | Esteban Küber | -6/+10 |
| 2020-08-09 | Small cleanup | Esteban Küber | -3/+3 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -9/+4 |
| 2020-07-31 | Reduce verbosity of some type ascription errors | Esteban Küber | -78/+117 |
| 2020-07-23 | cleanup | Bastian Kauschke | -2/+2 |
| 2020-07-23 | fix ICE caused by wrongly ordered generic params | Bastian Kauschke | -1/+4 |
| 2020-07-19 | disallow non-static lifetimes in const generics | Gabriel Smith | -0/+29 |
| 2020-07-18 | rustc_metadata: Make crate loading fully speculative | Vadim Petrochenkov | -5/+4 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -3/+3 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -1/+1 |
| 2020-07-14 | Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkov | Manish Goregaokar | -11/+57 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -11/+57 |
| 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 |