| Age | Commit message (Expand) | Author | Lines |
| 2022-06-18 | Refactor visit_fn. | Camille GILLOT | -65/+96 |
| 2022-06-18 | Rustfmt resolve_implementation. | Camille GILLOT | -39/+57 |
| 2022-06-18 | Extract AssocItem handling. | Camille GILLOT | -166/+131 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -117/+106 |
| 2022-06-15 | Consume resolutions for lowering separately. | Camille GILLOT | -4/+12 |
| 2022-06-15 | Remove unused item_generics_num_lifetimes. | Camille GILLOT | -2/+0 |
| 2022-06-15 | Rollup merge of #98087 - TaKO8Ki:suggest-adding-macro-export, r=oli-obk | Yuki Okushi | -25/+55 |
| 2022-06-15 | Rollup merge of #97822 - compiler-errors:hesitate-to-suggest-intrinsics, r=ol... | Yuki Okushi | -1/+13 |
| 2022-06-15 | box `diagnostic_metadata` field | Takayuki Maeda | -2/+2 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -14/+46 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -92/+42 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -12/+13 |
| 2022-06-15 | implement `MacroData` | Takayuki Maeda | -28/+34 |
| 2022-06-14 | suggest adding a `#[macro_export]` to a private macro | Takayuki Maeda | -6/+30 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -7/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -24/+19 |
| 2022-06-11 | Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkov | bors | -4/+4 |
| 2022-06-11 | Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebank | Dylan DPC | -1/+41 |
| 2022-06-10 | Rollup merge of #97927 - cjgillot:issue-97836, r=petrochenkov | Yuki Okushi | -1/+6 |
| 2022-06-09 | Never regard macro rules with compile_error! invocations as unused | est31 | -4/+4 |
| 2022-06-09 | Do not introduce bindings for types and consts in HRTB. | Camille GILLOT | -1/+6 |
| 2022-06-09 | move suggestions to its own method | Takayuki Maeda | -19/+31 |
| 2022-06-07 | Don't suggest adding let in certain if conditions | Michael Goulet | -7/+15 |
| 2022-06-07 | Filter out intrinsics if we have other import candidates to suggest | Michael Goulet | -1/+13 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+1 |
| 2022-06-07 | suggest swapping a struct and a trait | Takayuki Maeda | -1/+29 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -97/+8 |
| 2022-06-06 | Rollup merge of #97683 - cjgillot:no-apit-hrtb, r=nagisa | Matthias Krüger | -7/+64 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -6/+6 |
| 2022-06-05 | Rename `visit_generic_param{_slice => s}` | Maybe Waffle | -5/+5 |
| 2022-06-05 | Auto merge of #97391 - Urgau:cfg_accessible, r=petrochenkov | bors | -8/+15 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -83/+5 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -22/+11 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-06-03 | Fail gracefully when encountering an HRTB in APIT. | Camille GILLOT | -7/+64 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -6/+6 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -68/+24 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -89/+87 |
| 2022-06-03 | Conservatively report "not sure" in cfg_accessible | Urgau | -1/+3 |
| 2022-06-03 | Use the same message as type & const generics. | Camille GILLOT | -51/+28 |
| 2022-06-03 | Reuse resolve_label to check lifetime shadowing. | Camille GILLOT | -40/+29 |
| 2022-06-03 | Do not lower generic lifetime params when AST resolution emitted an error. | Camille GILLOT | -0/+7 |
| 2022-06-02 | Stop warning against unrelated labels. | Camille GILLOT | -1/+0 |
| 2022-06-02 | Do not report mixed label/lifetime shadowing. | Camille GILLOT | -111/+45 |
| 2022-06-02 | Diagnose shadowing on AST. | Camille GILLOT | -325/+209 |
| 2022-06-01 | Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve... | Matthias Krüger | -3/+16 |
| 2022-05-30 | Handle more cases in cfg_accessible | Urgau | -8/+13 |
| 2022-05-25 | suggest `extern crate foo` when failing to resolve `use foo` | Takayuki Maeda | -3/+16 |