| Age | Commit message (Expand) | Author | Lines |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-03 | Auto merge of #123396 - jhpratt:rollup-oa54mh1, r=jhpratt | bors | -1/+1 |
| 2024-04-02 | Rollup merge of #122865 - surechen:refactor_astconv_error_report_20240321, r=... | Jacob Pratt | -1/+1 |
| 2024-04-03 | Auto merge of #122791 - compiler-errors:make-coinductive-always, r=lcnr | bors | -40/+4 |
| 2024-04-02 | Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil... | bors | -40/+22 |
| 2024-04-02 | t plit astconv's error report code in check functions to mod errors. | surechen | -1/+1 |
| 2024-04-01 | Fix obligation param and bless tests | Michael Goulet | -40/+18 |
| 2024-04-01 | Instantiate closure-like bounds with placeholders to deal with binders correctly | Michael Goulet | -82/+88 |
| 2024-04-02 | rustdoc: heavily simplify synthesis of auto trait impls | León Orell Valerian Liehr | -11/+4 |
| 2024-04-01 | rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set} | León Orell Valerian Liehr | -29/+18 |
| 2024-03-31 | Remove EvaluatedToErrStackDependent | Michael Goulet | -40/+4 |
| 2024-03-31 | Always make inductive cycles as ambig during typeck | Michael Goulet | -1/+1 |
| 2024-03-30 | Stop calling visitors V | Michael Goulet | -4/+5 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -6/+6 |
| 2024-03-28 | fix few more | klensy | -5/+5 |
| 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 | -19/+22 |
| 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 | -17/+20 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -16/+12 |
| 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 | -4/+5 |
| 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/+42 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -7/+42 |
| 2024-03-21 | Rollup merge of #122402 - weiznich:fix/122391, r=compiler-errors | Matthias Krüger | -54/+135 |
| 2024-03-21 | Rollup merge of #122358 - compiler-errors:bound-regions-in-generator, r=lcnr | Matthias Krüger | -5/+3 |
| 2024-03-21 | Make `#[diagnostic::on_unimplemented]` format string parsing more robust | Georg Semmler | -54/+135 |
| 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 |