| Age | Commit message (Expand) | Author | Lines |
| 2024-04-04 | rebase | Boxy | -2/+2 |
| 2024-04-04 | check `FnDef` return type for WF | lcnr | -7/+21 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -2/+2 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -50/+7 |
| 2024-04-03 | move leak check out of candidate evaluation | lcnr | -14/+62 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -5/+1 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -48/+7 |
| 2024-04-03 | Stop chopping off args for no reason | Michael Goulet | -2/+0 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -2/+2 |
| 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 | -42/+5 |
| 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 | -42/+5 |
| 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 | -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 |