| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | fix typo in note about multiple inaccessible type aliases | ClementTsang | -1/+3 |
| 2022-07-05 | Return a FxIndexSet in is_late_bound query. | Camille GILLOT | -2/+2 |
| 2022-07-04 | suggest `#[derive(Default)]` to enums with `#[default]` | Takayuki Maeda | -0/+9 |
| 2022-07-03 | Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -1/+0 |
| 2022-07-02 | Auto merge of #98569 - nnethercote:finalize_resolutions_id, r=cjgillot | bors | -23/+23 |
| 2022-07-02 | Handle fresh lifetimes on bare trait objects. | Camille GILLOT | -0/+24 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2022-06-30 | Rollup merge of #98677 - lyming2007:issue-98492-fix, r=lcnr | Matthias Krüger | -0/+2 |
| 2022-06-30 | For diagnostic information of Boolean, remind it as use the type: 'bool' | Yiming Lei | -0/+2 |
| 2022-06-29 | avoid many `&str` to `String` conversions with `MultiSpan::push_span_label` | Takayuki Maeda | -10/+5 |
| 2022-06-29 | Avoid unnecessary work in `finalize_resolutions_in`. | Nicholas Nethercote | -23/+23 |
| 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-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 | -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 |