| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -12/+259 |
| 2023-12-12 | Rollup merge of #118840 - matthiaskrgr:cloooooone, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-12-11 | remove some redundant clones | Matthias Krüger | -1/+1 |
| 2023-12-11 | Rollup merge of #118620 - petrochenkov:defeed2, r=compiler-errors | Matthias Krüger | -39/+31 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -12/+13 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -29/+38 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -22/+26 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -1/+2 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -7/+11 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -1/+1 |
| 2023-12-06 | Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgr | bors | -4/+16 |
| 2023-12-06 | tip for define macro name after `macro_rules!` | bohan | -4/+16 |
| 2023-12-06 | Use the glob binding in resolve_rustdoc_path process | r0cky | -0/+3 |
| 2023-12-05 | Auto merge of #118457 - eholk:genfn, r=compiler-errors | bors | -12/+21 |
| 2023-12-05 | resolve: Use `def_kind` query to cleanup some code | Vadim Petrochenkov | -39/+31 |
| 2023-12-04 | Address code review feedback | Eric Holk | -6/+8 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -1/+86 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -11/+14 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -8/+9 |
| 2023-12-04 | Lower return types for gen fn to impl Iterator | Eric Holk | -1/+4 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -77/+55 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -1/+1 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -4/+4 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -4/+4 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -4/+14 |
| 2023-11-29 | Rollup merge of #118342 - compiler-errors:macro-generic-bang, r=estebank | Matthias Krüger | -6/+16 |
| 2023-11-28 | def collector: Set correct namespace in `DefPathData` for foreign types | Vadim Petrochenkov | -16/+10 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -54/+112 |
| 2023-11-27 | Address unused tuple struct fields in the compiler | Jake Goulding | -5/+3 |
| 2023-11-27 | Dont suggest `!` for path in function call if it has generic args | Michael Goulet | -6/+16 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -2/+1 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -1/+1 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -5/+2 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -3/+1 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-25 | resolve: Avoid clones of `MacroData` | Vadim Petrochenkov | -55/+52 |
| 2023-11-24 | Auto merge of #117934 - Young-Flash:dev, r=petrochenkov | bors | -3/+12 |
| 2023-11-23 | feat: make let_binding_suggestion more reasonable | Young-Flash | -3/+12 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -0/+9 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -0/+9 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -25/+25 |
| 2023-11-20 | let-chain fmt | Esteban Küber | -31/+24 |
| 2023-11-20 | Rely in resolve and not on path name for `&str` -> `String` suggestion | Esteban Küber | -49/+54 |
| 2023-11-20 | Do not consider traits as ownable in suggestion | Esteban Küber | -7/+55 |
| 2023-11-20 | Account for '_ in lifetime suggestion | Esteban Küber | -4/+15 |
| 2023-11-20 | Suggest 'a when trait object assoc type has '_ | Esteban Küber | -12/+21 |
| 2023-11-20 | Fix incorrect lifetime suggestion | Esteban Küber | -2/+2 |
| 2023-11-20 | Tweak wording | Esteban Küber | -4/+4 |
| 2023-11-20 | Account for impl Trait in lifetime suggestion | Esteban Küber | -5/+72 |