| Age | Commit message (Expand) | Author | Lines |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -144/+108 |
| 2023-12-23 | Improve some names. | Nicholas Nethercote | -1/+1 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -4/+4 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -4/+4 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -3/+3 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -3/+3 |
| 2023-12-20 | resolve: Stop feeding visibilities for import list stems | Vadim Petrochenkov | -2/+7 |
| 2023-12-20 | Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkin | bors | -4/+1 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -4/+1 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -4/+4 |
| 2023-12-19 | resolve: Feed visibilities for unresolved trait impl items | Vadim Petrochenkov | -2/+8 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -2/+2 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -4/+1 |
| 2023-12-18 | resolve: Replace visibility table in resolver outputs with query feeding | Vadim Petrochenkov | -23/+28 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -2/+1 |
| 2023-12-12 | Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin | Jubilee | -14/+5 |
| 2023-12-12 | Rollup merge of #118884 - matthiaskrgr:auszweimacheins, r=Nadrieril | Jubilee | -1/+1 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -14/+5 |
| 2023-12-12 | simplify merging of two vecs | Matthias Krüger | -1/+1 |
| 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 |