| Age | Commit message (Expand) | Author | Lines |
| 2024-03-28 | compiler: fix unused_peekable clippy lint | klensy | -1/+1 |
| 2024-03-27 | Don't sort `DefId`s in suggestions | Oli Scherer | -3/+8 |
| 2024-03-27 | Remove `Partial/Ord` from `BoundRegion` | Oli Scherer | -5/+6 |
| 2024-03-27 | Remove `Ord` from `BoundTy` | Oli Scherer | -6/+6 |
| 2024-03-27 | Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ... | Oli Scherer | -2/+2 |
| 2024-03-25 | Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril | bors | -5/+32 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -8/+8 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -52/+57 |
| 2024-03-22 | Move check for error in impl header outside of reporting | Michael Goulet | -4/+5 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -8/+8 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -3/+3 |
| 2024-03-22 | Use != Positive rather than == Negative | Michael Goulet | -3/+3 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -50/+55 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -23/+19 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -3/+3 |
| 2024-03-22 | Update local variables and tracing calls | León Orell Valerian Liehr | -3/+2 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -5/+6 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -2/+2 |
| 2024-03-22 | Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-... | Matthias Krüger | -7/+80 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -7/+80 |
| 2024-03-21 | Rollup merge of #122402 - weiznich:fix/122391, r=compiler-errors | Matthias Krüger | -54/+144 |
| 2024-03-21 | Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr | Matthias Krüger | -36/+8 |
| 2024-03-21 | Make `#[diagnostic::on_unimplemented]` format string parsing more robust | Georg Semmler | -54/+144 |
| 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 #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-20 | Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obk | bors | -7/+7 |
| 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 | -7/+7 |
| 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 | -35/+8 |
| 2024-03-19 | Don't ICE when encountering bound regions in generator interior type | Michael Goulet | -1/+0 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -21/+31 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -3/+2 |
| 2024-03-18 | address nits | Lukas Markeffsky | -9/+13 |
| 2024-03-18 | Rollup merge of #122687 - lcnr:normalizes-to-emit-nested-goals, r=compiler-er... | Matthias Krüger | -156/+189 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -3/+5 |
| 2024-03-18 | cleanup + review | lcnr | -22/+27 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -3/+5 |
| 2024-03-18 | `NormalizesTo` return nested goals | lcnr | -72/+107 |
| 2024-03-18 | move `normalizes_to_hack` to `AliasRelate` | lcnr | -67/+60 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -6/+6 |
| 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 |