| Age | Commit message (Expand) | Author | Lines |
| 2024-03-21 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -5/+32 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -18/+16 |
| 2024-03-20 | Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obk | bors | -6/+6 |
| 2024-03-20 | Rollup merge of #122732 - compiler-errors:coroutine-captures-note, r=nnethercote | Matthias Krüger | -60/+58 |
| 2024-03-20 | Auto merge of #122119 - estebank:issue-117846, r=Nadrieril | bors | -0/+10 |
| 2024-03-19 | Silence unecessary `!Sized` binding error | Esteban Küber | -0/+10 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -6/+6 |
| 2024-03-19 | Remove redundant coroutine captures note | Michael Goulet | -60/+58 |
| 2024-03-19 | Do binder folding eagerly in bound_coroutine_hidden_types | Michael Goulet | -5/+3 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -14/+12 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -2/+1 |
| 2024-03-18 | address nits | Lukas Markeffsky | -5/+8 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -3/+5 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -3/+5 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -5/+5 |
| 2024-03-15 | Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgr | bors | -8/+8 |
| 2024-03-15 | Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -20/+8 |
| 2024-03-15 | Safe Transmute: lowercase diagnostics | Jack Wrenn | -4/+4 |
| 2024-03-15 | Safe Transmute: Use 'not yet supported', not 'unspecified' in errors | Jack Wrenn | -4/+4 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -13/+12 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -10/+50 |
| 2024-03-15 | Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-14 | use a let chain | Lukas Markeffsky | -7/+4 |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -5/+3 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -13/+12 |
| 2024-03-14 | rebase | lcnr | -1/+1 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -22/+48 |
| 2024-03-14 | Consolidate WF for aliases | Michael Goulet | -20/+8 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-13 | Rollup merge of #122438 - jswrenn:check-referent-size, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2024-03-13 | safe transmute: require that src referent is smaller than dst | Jack Wrenn | -0/+7 |
| 2024-03-13 | Rollup merge of #122360 - veera-sivarajan:bugfix-121941, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2024-03-12 | Don't Create `ParamCandidate` When Obligation Contains Errors | Veera | -0/+7 |
| 2024-03-12 | Fix discriminant_kind copy paste from the pointee trait case | Daria Sukhonina | -2/+3 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -13/+6 |
| 2024-03-09 | Auto merge of #122150 - ShoyuVanilla:replace-typewalker, r=lcnr | bors | -300/+301 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -2/+1 |
| 2024-03-08 | diagnostics: suggest `Clone` bounds when noop `clone()` | Michael Howell | -10/+50 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -14/+13 |
| 2024-03-08 | Replace `TypeWalker` usage with `TypeVisitor` | Shoyu Vanilla | -300/+301 |
| 2024-03-07 | Rollup merge of #122123 - compiler-errors:object-trait-alias-bounds, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-03-07 | Rollup merge of #122043 - Y-Nak:move-early-binder, r=lcnr | Guillaume Gomez | -16/+15 |
| 2024-03-07 | Rollup merge of #121863 - lukas-code:silence-mismatched-super-projections, r=... | Guillaume Gomez | -66/+110 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -16/+15 |
| 2024-03-07 | improve debug logging | Lukas Markeffsky | -14/+3 |
| 2024-03-07 | Don't require specifying unrelated assoc types when trait alias is in dyn type | Michael Goulet | -1/+1 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -2/+0 |
| 2024-03-05 | Use `ControlFlow` in HIR visitors | Jason Newcomb | -14/+13 |
| 2024-03-05 | Rollup merge of #121744 - oli-obk:eager_opaque_checks2, r=lcnr | Matthias Krüger | -2/+0 |