| Age | Commit message (Expand) | Author | Lines |
| 2022-07-13 | Add feature gate. | Camille GILLOT | -1/+16 |
| 2022-07-13 | Always use CreateParameter mode for function definitions. | Camille GILLOT | -11/+9 |
| 2022-07-13 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -1/+4 |
| 2022-07-12 | Add `LifetimeBinderKind::Closure` | Maybe Waffle | -1/+3 |
| 2022-07-12 | make for<> in closures a possible place to suggest adding named lifetime | Maybe Waffle | -4/+36 |
| 2022-07-12 | Lower closure binders to hir & properly check them | Maybe Waffle | -8/+90 |
| 2022-07-12 | Parse closure binders | Maybe Waffle | -2/+2 |
| 2022-07-11 | Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov | bors | -0/+24 |
| 2022-07-11 | Rollup merge of #99140 - TaKO8Ki:implement-is-accessible-span, r=fee1-dead | Dylan DPC | -1/+1 |
| 2022-07-11 | rename a method | Takayuki Maeda | -1/+1 |
| 2022-07-11 | implement `is_accessible_span` | Takayuki Maeda | -1/+1 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -8/+3 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -8/+3 |
| 2022-07-09 | Rollup merge of #99008 - obeis:issue-98974, r=compiler-errors | Dylan DPC | -13/+28 |
| 2022-07-08 | Update ui test for the new E0530 suggestion | Obei Sideg | -2/+1 |
| 2022-07-08 | Check if E0530 is `rustc_resolve::late::PatternSource::Match` to emit suggestion | Obei Sideg | -11/+14 |
| 2022-07-08 | Check if E0530 is `tuple variant` or `tuple struct` to emit suggestion | Obei Sideg | -11/+17 |
| 2022-07-07 | Adding suggestion for E0530 | Obei Sideg | -0/+7 |
| 2022-07-07 | suggest adding a derive for #[default] applied to variants | Deadbeef | -4/+10 |
| 2022-07-06 | Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoerister | bors | -2/+2 |
| 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 | Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dyl... | Matthias Krüger | -10/+5 |
| 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-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 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 |