| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Handle fresh lifetimes on bare trait objects. | Camille GILLOT | -0/+24 |
| 2022-07-09 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -2/+2 |
| 2022-06-24 | Rollup merge of #98419 - WaffleLapkin:remove_excess_rib, r=compiler-errors | Yuki Okushi | -1/+3 |
| 2022-06-23 | Rollup merge of #98269 - compiler-errors:provide-more-segment-res, r=petroche... | Michael Goulet | -0/+1 |
| 2022-06-23 | Remove excess rib while resolving closures | Maybe Waffle | -1/+3 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -414/+551 |
| 2022-06-21 | Use CreateParameter mode for closures too. | Camille GILLOT | -42/+42 |
| 2022-06-21 | Always create parameters for functions-like types. | Camille GILLOT | -57/+155 |
| 2022-06-21 | This comment is out dated and misleading | Santiago Pastorino | -3/+0 |
| 2022-06-20 | Provide a segment res in more cases | Michael Goulet | -0/+1 |
| 2022-06-20 | Rollup merge of #98267 - compiler-errors:suggest-wildcard-arm, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-06-19 | Don't suggest adding Self as a type parameter | Michael Goulet | -1/+1 |
| 2022-06-19 | Mention what item is using an invalid `Self` type | Michael Goulet | -0/+21 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+1 |
| 2022-06-19 | Leave the responsibility to create `Fresh` lifetimes to lowering. | Camille GILLOT | -23/+11 |
| 2022-06-19 | Make matches exhaustive. | Camille GILLOT | -3/+9 |
| 2022-06-19 | Remove the `region` terminology. | Camille GILLOT | -9/+9 |
| 2022-06-18 | Separate `AnonymousCreateParameter` and `ReportElidedInPath`. | Camille GILLOT | -62/+93 |
| 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 | -116/+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-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -14/+46 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -91/+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 |