| Age | Commit message (Expand) | Author | Lines |
| 2022-07-28 | Remove guess_head_span. | Camille GILLOT | -6/+1 |
| 2022-07-26 | Rollup merge of #99729 - cjgillot:rm-unused-tuple, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2022-07-25 | Unused tuple fields in rustc_resolve. | Camille GILLOT | -1/+1 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -572/+279 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -8/+13 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -8/+13 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -1/+5 |
| 2022-07-12 | make for<> in closures a possible place to suggest adding named lifetime | Maybe Waffle | -1/+5 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -4/+2 |
| 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 | -9/+4 |
| 2022-06-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -3/+12 |
| 2022-06-21 | Always create parameters for functions-like types. | Camille GILLOT | -3/+12 |
| 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/+19 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+1 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -1/+0 |
| 2022-06-15 | Rollup merge of #97822 - compiler-errors:hesitate-to-suggest-intrinsics, r=ol... | Yuki Okushi | -1/+13 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+0 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -12/+12 |
| 2022-06-11 | Rollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct-and-trait, r=estebank | Dylan DPC | -0/+33 |
| 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 | suggest swapping a struct and a trait | Takayuki Maeda | -0/+21 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -6/+23 |
| 2022-06-03 | Use the same message as type & const generics. | Camille GILLOT | -23/+8 |
| 2022-06-03 | Reuse resolve_label to check lifetime shadowing. | Camille GILLOT | -7/+9 |
| 2022-06-02 | Do not report mixed label/lifetime shadowing. | Camille GILLOT | -73/+33 |
| 2022-06-02 | Diagnose shadowing on AST. | Camille GILLOT | -0/+82 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -7/+8 |
| 2022-05-23 | add typo suggestions for all `AssocSuggestion` variants | Takayuki Maeda | -1/+1 |
| 2022-05-21 | typo suggestion for a variable with a name similar to struct fields | Takayuki Maeda | -7/+8 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -15/+21 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -3/+75 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -34/+75 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -34/+75 |
| 2022-05-01 | resolve: Turn `enum Finalize` into an optional struct | Vadim Petrochenkov | -4/+4 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -1/+1 |
| 2022-04-30 | Ban non-static lifetimes from AnonConst on AST. | Camille GILLOT | -28/+16 |
| 2022-04-29 | Ban non-static in const generics in AST. | Camille GILLOT | -18/+15 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -3/+1 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -1/+1 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -6/+4 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -6/+4 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -35/+1 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -60/+96 |