| Age | Commit message (Expand) | Author | Lines |
| 2025-09-16 | Recognize canonical `?` pattern with `Result` (#15680) | Jason Newcomb | -40/+113 |
| 2025-09-16 | Rollup merge of #146609 - lolbinarycat:bootstrap-less-verbose-cargo, r=Kobzol | Stuart Cook | -7/+6 |
| 2025-09-16 | Rollup merge of #146608 - lolbinarycat:bootstrap-readme, r=Kobzol | Stuart Cook | -0/+20 |
| 2025-09-16 | Rollup merge of #146601 - Enselic:fix-test-args, r=Mark-Simulacrum | Stuart Cook | -3/+6 |
| 2025-09-16 | Rollup merge of #146599 - npmccallum:cleanup, r=fmease | Stuart Cook | -6/+3 |
| 2025-09-16 | Rollup merge of #146574 - Zalathar:capture, r=jieyouxu | Stuart Cook | -1/+1 |
| 2025-09-16 | Rollup merge of #146466 - klensy:llvm-wrapper-c, r=cuviper | Stuart Cook | -131/+0 |
| 2025-09-16 | Rollup merge of #146402 - RalfJung:aggregate-init, r=saethlin | Stuart Cook | -15/+92 |
| 2025-09-16 | Rollup merge of #145960 - scrabsha:push-kskuprrtmnky, r=jdonszelmann | Stuart Cook | -1022/+1378 |
| 2025-09-16 | Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwU | Stuart Cook | -405/+266 |
| 2025-09-15 | Auto merge of #146610 - matthiaskrgr:rollup-xkt5kjz, r=matthiaskrgr | bors | -74/+93 |
| 2025-09-15 | Merge pull request #20671 from ShoyuVanilla/explicit-preds-fix | Chayim Refael Friedman | -6/+20 |
| 2025-09-15 | Rollup merge of #146576 - ognevny:opt-dist-collector-logs, r=Kobzol | Matthias Krüger | -1/+0 |
| 2025-09-15 | Rollup merge of #146563 - lolbinarycat:bootstrap-ci-no-incremental, r=Kobzol | Matthias Krüger | -0/+3 |
| 2025-09-15 | Rollup merge of #146559 - Jules-Bertholet:fix-typo, r=nnethercote | Matthias Krüger | -8/+8 |
| 2025-09-15 | Rollup merge of #146549 - asomers:freebsd-readdir, r=Mark-Simulacrum | Matthias Krüger | -57/+63 |
| 2025-09-15 | Rollup merge of #146546 - cammeresi:pop, r=Mark-Simulacrum | Matthias Krüger | -4/+5 |
| 2025-09-15 | Rollup merge of #146539 - luca3s:push-xuwtvwrsspnp, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2025-09-15 | Rollup merge of #146533 - Zalathar:array-default, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2025-09-15 | Rollup merge of #146530 - a4lg:riscv-inline-asm-default-clobber-float-flags, ... | Matthias Krüger | -1/+2 |
| 2025-09-15 | Rollup merge of #146344 - Gelbpunkt:loongarch-codegen-llvm-test, r=Mark-Simul... | Matthias Krüger | -2/+6 |
| 2025-09-15 | Auto merge of #146405 - BoxyUwU:relnotes_1_90, r=Mark-Simulacrum | bors | -0/+126 |
| 2025-09-15 | remove FIXME from `has_significant_drop`, replaced with checking non_region_i... | ash | -8/+19 |
| 2025-09-15 | bootstrap: lower verbosity of cargo to one less than bootstrap's | binarycat | -7/+6 |
| 2025-09-15 | Merge pull request #1921 from a4lg/riscv-inline-asm-general-improvements | Sayantan Chakraborty | -51/+215 |
| 2025-09-15 | improve internal bootstrap docs | binarycat | -0/+20 |
| 2025-09-15 | Merge pull request #2589 from Kobzol/ci-bors-backticks | Jakub Beránek | -2/+3 |
| 2025-09-15 | Update src/tests/ci.md | Jakub Beránek | -1/+1 |
| 2025-09-15 | fix: Move CoerceShared into ops | Aapo Alasuutari | -15/+20 |
| 2025-09-15 | Bump rustfix 0.8.1 -> 0.8.7 | Jynn Nelson | -10/+10 |
| 2025-09-15 | Introduce basic Reborrow tests | Aapo Alasuutari | -0/+215 |
| 2025-09-15 | Add reborrow CoerceShared feature gate test | Aapo Alasuutari | -0/+16 |
| 2025-09-15 | Introduce CoerceShared lang item and trait | Aapo Alasuutari | -0/+11 |
| 2025-09-15 | Recognize canonical `?` pattern with `Result` | Samuel Tardieu | -40/+113 |
| 2025-09-16 | fix: More precise clause filtering for `explicit_*_predicates_of` | Shoyu Vanilla | -6/+20 |
| 2025-09-15 | compiletest: Make `./x test --test-args ...` work again | Martin Nordholts | -3/+6 |
| 2025-09-15 | Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics | Chayim Refael Friedman | -3944/+9358 |
| 2025-09-15 | replace some `#[const_trait]` with `const trait` | Nathaniel McCallum | -6/+3 |
| 2025-09-15 | Make llvm_enzyme a regular cargo feature | bjorn3 | -15/+23 |
| 2025-09-15 | Split `FnCtxt::report_args_error` into subfunctions | Sasha Pourcelot | -1022/+1378 |
| 2025-09-15 | Fix feature gate tests | tiif | -23/+24 |
| 2025-09-15 | tests/run-make: Update list of statically linked musl targets | Jens Reidel | -9/+1 |
| 2025-09-15 | Add relnotes 1.90 | Boxy Uwu | -0/+126 |
| 2025-09-15 | Auto merge of #146582 - Kobzol:cranelift-test-nightly, r=jieyouxu | bors | -0/+1 |
| 2025-09-15 | Only run Cranelift dist test on nightly | Jakub Beránek | -0/+1 |
| 2025-09-15 | Fix existing test | Esteban Küber | -17/+4 |
| 2025-09-15 | Silence inference error on `PatKind::Err` | Esteban Küber | -16/+9 |
| 2025-09-15 | Detect attempt to use var-args in closure | Esteban Küber | -9/+56 |
| 2025-09-15 | Add documentation for select_where_possible and select_all_or_error | tiif | -1/+16 |
| 2025-09-15 | Fix the testcases to not use UnsizedConstParamTy | tiif | -291/+218 |