| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Support bare unit structs in destructuring assignments | Michael Goulet | -0/+2 |
| 2023-12-08 | use magenta instead of bold for highlighting | jyn | -1/+1 |
| 2023-12-08 | Simplify and comment the special-casing for Windows colors | jyn | -10/+10 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -319/+929 |
| 2023-12-08 | Make it not depend on nightly conditionally | Michael Goulet | -1/+7 |
| 2023-12-08 | Feedback | Michael Goulet | -229/+205 |
| 2023-12-08 | Uplift canonicalizer into new trait solver crate | Michael Goulet | -272/+498 |
| 2023-12-08 | Add tests | Michael Goulet | -9/+16 |
| 2023-12-08 | HACK: constrain yield type in check_fn so that projection is successful even ... | Michael Goulet | -3/+23 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -45/+68 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -91/+108 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -55/+71 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -54/+538 |
| 2023-12-08 | Rework coroutine transform to be more flexible in preparation for async gener... | Michael Goulet | -80/+123 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -183/+320 |
| 2023-12-08 | privacy: visit trait def id of projections | David Wood | -6/+7 |
| 2023-12-08 | only return true in `fallback_types' if fallback has occurred | lcnr | -11/+10 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -33/+54 |
| 2023-12-08 | cleanup type variable storage | lcnr | -97/+43 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -1/+5 |
| 2023-12-08 | coverage: Add `#[track_caller]` to the span generator's unwrap methods | Zalathar | -14/+12 |
| 2023-12-08 | coverage: Simplify the heuristic for ignoring `async fn` return spans | Zalathar | -17/+14 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark the full condition of `if !` | Zalathar | -0/+5 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark `continue` expressions. | Zalathar | -16/+8 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -3/+36 |
| 2023-12-08 | Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co... | bors | -335/+399 |
| 2023-12-08 | temporarily revert "ice on ambguity in mir typeck" | Ali MJ Al-Nasrawy | -12/+4 |
| 2023-12-08 | Rollup merge of #118709 - oksbsb:fix-job-server, r=SparrowLii | Matthias Krüger | -12/+19 |
| 2023-12-08 | Rollup merge of #118695 - Zalathar:push-refined, r=davidtwco | Matthias Krüger | -50/+37 |
| 2023-12-08 | Rollup merge of #118693 - saethlin:alignment-check-symbol-reachable, r=bjorn3 | Matthias Krüger | -0/+3 |
| 2023-12-08 | Rollup merge of #118690 - Zalathar:test-macros, r=cjgillot | Matthias Krüger | -75/+33 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -42/+52 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -178/+253 |
| 2023-12-08 | 1. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before use | oksbsb | -12/+19 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -28/+63 |
| 2023-12-08 | update fixme | lcnr | -4/+3 |
| 2023-12-07 | Add tests to allocation methods and fix is_null() | Celina G. Val | -2/+24 |
| 2023-12-07 | Fix conversion to StaticDef and add test | Celina G. Val | -2/+2 |
| 2023-12-07 | Add instance evaluation and methods to read alloc | Celina G. Val | -22/+294 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -114/+121 |
| 2023-12-08 | Auto merge of #118442 - tmiasko:fuel-inc, r=lqd | bors | -11/+11 |
| 2023-12-08 | Fuel is incompatible with incremental compilation | Tomasz Miąsko | -1/+5 |
| 2023-12-08 | Tweak `GenKillAnalysis`. | Nicholas Nethercote | -21/+24 |
| 2023-12-08 | Remove `BorrowckAnalyses`. | Nicholas Nethercote | -28/+18 |
| 2023-12-07 | Auto merge of #118723 - matthiaskrgr:rollup-409e9u1, r=matthiaskrgr | bors | -39/+222 |
| 2023-12-07 | Inline check_thread_count implementation | Tomasz Miąsko | -11/+7 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -335/+399 |
| 2023-12-08 | Remove `impl_visitable!`. | Nicholas Nethercote | -67/+64 |
| 2023-12-08 | Remove unused arguments from `ResultsVisitor::visit_block_{start,end}`. | Nicholas Nethercote | -34/+8 |
| 2023-12-07 | Rollup merge of #118719 - rcvalle:rust-cfi-normalize-integers-118032, r=compi... | Matthias Krüger | -6/+9 |