| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #115993 - bvanjoi:fix-115966, r=petrochenkov | bors | -6/+14 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -6/+14 |
| 2023-11-30 | generic_const_exprs: suggest to add the feature, not use it | Ralf Jung | -1/+1 |
| 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 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -12/+126 |
| 2023-11-19 | fix rebase | Esteban Küber | -1/+4 |
| 2023-11-19 | review comments | Esteban Küber | -22/+13 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -5/+24 |
| 2023-11-19 | fix tidy | Esteban Küber | -1/+1 |
| 2023-11-19 | Suggest using builder on curly brace struct called as fn | Esteban Küber | -165/+178 |
| 2023-11-19 | Do not suggest struct literal when fields are private | Esteban Küber | -35/+64 |
| 2023-11-19 | On private tuple struct, suggest `Default::default` when possible | Esteban Küber | -1/+56 |
| 2023-11-19 | Don't sort `span_suggestions`, leave that to caller | Esteban Küber | -5/+9 |
| 2023-11-19 | When encountering struct fn call literal with private fields, suggest all bui... | Esteban Küber | -16/+75 |
| 2023-11-17 | Rollup merge of #117964 - estebank:issue-81232, r=petrochenkov | Matthias Krüger | -1/+13 |
| 2023-11-17 | On resolve error of `[rest..]`, suggest `[rest @ ..]` | Esteban Küber | -0/+35 |
| 2023-11-16 | When using existing fn as module, don't claim it doesn't exist | Esteban Küber | -1/+13 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-08 | rustc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -1/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -2/+2 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -14/+14 |
| 2023-10-27 | Rename `RibKind::ClosureOrAsync` to reflect how it is actually used | Oli Scherer | -12/+12 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -2/+2 |
| 2023-10-27 | Auto merge of #116858 - estebank:issue-22488, r=petrochenkov | bors | -1/+20 |