| Age | Commit message (Expand) | Author | Lines |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -9/+1 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -41/+38 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -1/+10 |
| 2022-01-18 | Use let_else in even more places | est31 | -41/+38 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -40/+5 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -44/+36 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -5/+5 |
| 2021-12-27 | Tighten span when suggesting lifetime on path | Michael Goulet | -3/+6 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -8/+8 |
| 2021-12-16 | Auto merge of #89836 - pierwill:fix-85142-crate-hash, r=wesleywiser | bors | -4/+1 |
| 2021-12-15 | Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnr | Matthias Krüger | -5/+4 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -5/+5 |
| 2021-12-14 | Rollup merge of #91798 - bugadani:issue-91783, r=michaelwoerister | Matthias Krüger | -1/+6 |
| 2021-12-14 | awdawdawd | Ellen | -5/+4 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -4/+1 |
| 2021-12-12 | Avoid suggesting self in visibility spec | Dániel Buga | -1/+6 |
| 2021-12-11 | Rollup merge of #91764 - cjgillot:elide-anyway, r=jackh726 | Matthias Krüger | -0/+5 |
| 2021-12-11 | Do not ICE when suggesting elided lifetimes on non-existent spans. | Camille GILLOT | -0/+5 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -4/+11 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -2/+2 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -11/+5 |
| 2021-11-30 | Merge Implicit and ImplicitMissing. | Camille GILLOT | -7/+4 |
| 2021-11-30 | Handle `allow(elided_lifetimes_in_paths)`. | Camille GILLOT | -31/+28 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -9/+57 |
| 2021-11-30 | Flatten match. | Camille GILLOT | -37/+41 |
| 2021-11-30 | Move report_elision_failure in diagnostics.rs. | Camille GILLOT | -82/+83 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -6/+6 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -12/+8 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+1 |
| 2021-11-08 | Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514 | Guillaume Gomez | -20/+8 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -15/+11 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -15/+11 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -3/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+1 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -5/+5 |
| 2021-11-06 | use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy)) | Matthias Krüger | -20/+8 |
| 2021-10-26 | Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i... | Jakob Degen | -0/+1 |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -2/+1 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -1/+2 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+1 |
| 2021-10-18 | resolve: Use `NameBinding` for local variables and generic parameters | Vadim Petrochenkov | -1/+2 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | Update the syn crate and adopt let_else in three more places | est31 | -3/+1 |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -1/+1 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -2/+36 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -2/+36 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -0/+3 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -1/+7 |