| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -5/+3 |
| 2023-02-14 | Separate the lifetime of the session and the arena in the resolver | Oli Scherer | -2/+2 |
| 2023-02-13 | rustdoc: Eliminate remaining uses of resolver | Vadim Petrochenkov | -2/+2 |
| 2023-02-03 | unused-lifetimes: don't warn about lifetimes originating from expanded code | Matthias Krüger | -12/+16 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -1/+1 |
| 2023-01-25 | suggest qualifying bare associated constants | Andy Russell | -5/+12 |
| 2023-01-16 | fix #104440 | Takayuki Maeda | -3/+19 |
| 2023-01-12 | Don't suggest dyn as parameter to add | Michael Goulet | -1/+5 |
| 2023-01-11 | review comments: Tweak output | Esteban Küber | -12/+3 |
| 2023-01-11 | review comment | Esteban Küber | -1/+1 |
| 2023-01-11 | Suggest making private tuple struct field public | Esteban Küber | -0/+20 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -2/+2 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -6/+2 |
| 2022-12-13 | Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank | Matthias Krüger | -0/+16 |
| 2022-12-09 | Generate crate loaders on the fly | Oli Scherer | -4/+5 |
| 2022-11-29 | clean up pr 104954 | Rageking8 | -1/+1 |
| 2022-11-27 | make simple check of prinf function. | Vincenzo Palazzo | -0/+8 |
| 2022-11-25 | fix the crossing function issue | yukang | -1/+1 |
| 2022-11-25 | fix #104700, account for item-local in inner scope for E0425 | yukang | -0/+16 |
| 2022-11-23 | resolve: Don't use constructor def ids in the map for field names | Vadim Petrochenkov | -2/+5 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -10/+2 |
| 2022-11-17 | Use `ThinVec` in `ast::Path`. | Nicholas Nethercote | -2/+4 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -10/+8 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -8/+10 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -12/+12 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -8/+10 |
| 2022-11-10 | Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o... | Manish Goregaokar | -14/+7 |
| 2022-11-09 | Make span_suggestions take IntoIterator | Michael Goulet | -3/+3 |
| 2022-11-09 | DiagnosticBuilder -> Diagnostic | Michael Goulet | -5/+5 |
| 2022-11-10 | add 'is_assign_rhs' to avoid weird suggesting 'let' | yukang | -21/+7 |
| 2022-11-09 | fix tests and code cleanup | yukang | -5/+1 |
| 2022-11-09 | Fix #104086, Tighten the 'introduce new binding' suggestion | yukang | -7/+18 |
| 2022-11-05 | Do not make typo suggestions when suggesting pattern matching | Deadbeef | -2/+13 |
| 2022-10-30 | Rollup merge of #103560 - zbyrn:issue-103358-fix, r=cjgillot | Dylan DPC | -15/+21 |
| 2022-10-29 | avoid unnecessary `&str` to `String` conversions | Takayuki Maeda | -4/+1 |
| 2022-10-25 | Modify check to output 'you might have meant' for indirect reference | Byron Zhong | -2/+15 |
| 2022-10-25 | Add check to only output 'you might have meant' when the candidate name is in... | Byron Zhong | -1/+2 |
| 2022-10-25 | Add Span in TypoSuggestion and TypoCandidate | Byron Zhong | -16/+8 |
| 2022-10-26 | suggest calling the method of the same name when method not found | yukang | -12/+12 |
| 2022-10-25 | Rollup merge of #103350 - clubby789:refer-to-assoc-method, r=wesleywiser | Yuki Okushi | -13/+29 |
| 2022-10-23 | Rollup merge of #101908 - chenyukang:fix-101880, r=estebank | Dylan DPC | -53/+43 |
| 2022-10-21 | Different suggestions for when associated functions are referred to | clubby789 | -13/+29 |
| 2022-10-21 | Rollup merge of #103111 - cjgillot:shadow-label, r=estebank | Dylan DPC | -9/+61 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -53/+43 |
| 2022-10-18 | Fix the bug of next_point in span | yukang | -1/+1 |
| 2022-10-16 | Point to shadowed name when it exists. | Camille GILLOT | -5/+40 |
| 2022-10-16 | Account for hygiene when suggesting typos. | Camille GILLOT | -4/+21 |
| 2022-10-11 | Rollup merge of #102889 - petrochenkov:partres, r=cjgillot | Matthias Krüger | -22/+14 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -22/+14 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -1899/+0 |