| Age | Commit message (Expand) | Author | Lines |
| 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-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -97/+8 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -83/+5 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -22/+11 |
| 2022-06-03 | Fail gracefully when encountering an HRTB in APIT. | Camille GILLOT | -7/+64 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -68/+24 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -89/+87 |
| 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 | -299/+116 |
| 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 | -24/+30 |
| 2022-05-20 | Lint single-use-lifetimes on the AST. | Camille GILLOT | -379/+78 |
| 2022-05-14 | Forbid nested opaque types to reference HRTB from opaque types. | Camille GILLOT | -0/+14 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -6/+1 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -2/+2 |
| 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-02 | fix most compiler/ doctests | Elliot Roberts | -2/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -51/+45 |
| 2022-05-01 | resolve: Turn `enum Finalize` into an optional struct | Vadim Petrochenkov | -4/+4 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -60/+26 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -2/+2 |
| 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 | -32/+16 |
| 2022-04-29 | Ban non-static in const generics in AST. | Camille GILLOT | -29/+15 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -3/+1 |
| 2022-04-28 | Rollup merge of #96471 - BoxyUwU:let_else_considered_harmful, r=lcnr | Dylan DPC | -3/+1 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -1/+1 |
| 2022-04-27 | Use LifetimeRes during lowering. | Camille GILLOT | -1/+1 |
| 2022-04-27 | tut tut tut | Ellen | -3/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -2/+2 |
| 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 | -51/+9 |
| 2022-04-17 | Report undeclared lifetimes on AST. | Camille GILLOT | -71/+102 |
| 2022-04-17 | Remove is_in_fn_syntax. | Camille GILLOT | -11/+0 |
| 2022-04-12 | Rollup merge of #95405 - cjgillot:probe, r=petrochenkov | Dylan DPC | -2/+1 |
| 2022-04-12 | Pass last_import_segment and unusable_binding as parameters. | Camille GILLOT | -2/+1 |
| 2022-04-11 | Rollup merge of #95907 - compiler-errors:diag, r=Dylan-DPC | Matthias Krüger | -7/+6 |
| 2022-04-10 | FIXME for diagnostic variable name | Michael Goulet | -7/+6 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -7/+10 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -1/+1 |