| Age | Commit message (Expand) | Author | Lines |
| 2025-09-16 | Auto merge of #146650 - matthiaskrgr:rollup-rjrklz9, r=matthiaskrgr | bors | -14/+31 |
| 2025-09-16 | Auto merge of #138271 - mu001999-contrib:fix-138234, r=jackh726 | bors | -0/+65 |
| 2025-09-16 | Rollup merge of #146605 - jyn514:update-rustfix, r=nnethercote | Matthias Krüger | -8/+8 |
| 2025-09-16 | Rollup merge of #146442 - Qelxiros:trait-suggestion-generics, r=BoxyUwU | Matthias Krüger | -6/+23 |
| 2025-09-16 | handle const generics, ?Sized, early bound lifetimes | Jeremy Smart | -6/+23 |
| 2025-09-16 | Keep space if expr follows identifier when lint unused parens | Mu001999 | -0/+65 |
| 2025-09-16 | Auto merge of #146516 - cjgillot:dest-prop-aggregate, r=Amanieu | bors | -0/+133 |
| 2025-09-16 | Auto merge of #146614 - Zalathar:rollup-hcxvdi1, r=Zalathar | bors | -285/+213 |
| 2025-09-16 | Rollup merge of #145095 - tiif:unstable_const_param, r=BoxyUwU | Stuart Cook | -285/+213 |
| 2025-09-15 | Rollup merge of #146559 - Jules-Bertholet:fix-typo, r=nnethercote | Matthias Krüger | -7/+7 |
| 2025-09-15 | Rollup merge of #146530 - a4lg:riscv-inline-asm-default-clobber-float-flags, ... | Matthias Krüger | -1/+1 |
| 2025-09-15 | Rollup merge of #146344 - Gelbpunkt:loongarch-codegen-llvm-test, r=Mark-Simul... | Matthias Krüger | -2/+6 |
| 2025-09-15 | Bump rustfix 0.8.1 -> 0.8.7 | Jynn Nelson | -8/+8 |
| 2025-09-15 | Fix feature gate tests | tiif | -23/+24 |
| 2025-09-15 | Only run Cranelift dist test on nightly | Jakub Beránek | -0/+1 |
| 2025-09-15 | Fix the testcases to not use UnsizedConstParamTy | tiif | -291/+218 |
| 2025-09-15 | Rollup merge of #146480 - durin42:llvm-22-more-lifetime, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2025-09-15 | Rollup merge of #143314 - tshepang:fix-filename, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2025-09-15 | rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber list | Tsukasa OI | -1/+1 |
| 2025-09-14 | Fix typo in error message | Jules Bertholet | -7/+7 |
| 2025-09-14 | Move more early buffered lints to dyn lint diagnostics (1/N) | León Orell Valerian Liehr | -2/+2 |
| 2025-09-13 | Rollup merge of #146521 - folkertdev:document-va-arg-safe, r=workingjubilee | Jacob Pratt | -0/+109 |
| 2025-09-13 | Rollup merge of #146171 - scrabsha:push-wovnxxwltsun, r=WaffleLapkin | Jacob Pratt | -2/+2 |
| 2025-09-13 | c-variadic: check that inline attributes are accepted on c-variadic functions | Folkert de Vries | -0/+47 |
| 2025-09-13 | c-variadic: check that c-variadic functions cannot be tail-called | Folkert de Vries | -0/+22 |
| 2025-09-13 | c-variadic: test `...` with naked functions | Folkert de Vries | -0/+40 |
| 2025-09-13 | Mark reads in statements to avoid overlapping assingments. | Camille Gillot | -14/+12 |
| 2025-09-13 | Add test. | Camille Gillot | -0/+135 |
| 2025-09-13 | Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkov | bors | -18/+2 |
| 2025-09-13 | Auto merge of #146499 - jhpratt:rollup-ufflehe, r=jhpratt | bors | -66/+188 |
| 2025-09-13 | Rollup merge of #146456 - IoaNNUwU:issue-146446, r=estebank | Jacob Pratt | -1/+77 |
| 2025-09-13 | Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxu | Jacob Pratt | -57/+104 |
| 2025-09-13 | Rollup merge of #145471 - rs-sac:extr, r=the8472 | Jacob Pratt | -1/+0 |
| 2025-09-13 | Rollup merge of #144498 - Noratrieb:rustc-json-schema, r=jieyouxu,davidtwco | Jacob Pratt | -7/+7 |
| 2025-09-13 | Auto merge of #146394 - Enselic:debuginfo-level-tests-2, r=jieyouxu | bors | -8/+16 |
| 2025-09-13 | Rollup merge of #146403 - cyrgani:array-sugg-sorting, r=fee1-dead | Jana Dönszelmann | -8/+8 |
| 2025-09-13 | Rollup merge of #146389 - jdonszelmann:no-std, r=oli-obk | Jana Dönszelmann | -80/+200 |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -18/+2 |
| 2025-09-12 | Add --print target-spec-json-schema | Noratrieb | -7/+7 |
| 2025-09-12 | Add test batch 3 | Oneirical | -57/+104 |
| 2025-09-12 | tests: update new test to accept new lifetime format | Augie Fackler | -2/+2 |
| 2025-09-12 | Auto merge of #144847 - Randl:const-ord, r=oli-obk | bors | -66/+7 |
| 2025-09-12 | Auto merge of #146329 - lcnr:opaque-type-infer-alias-candidates, r=BoxyUwU | bors | -0/+283 |
| 2025-09-12 | sort array trait implementation suggestions correctly | cyrgani | -8/+8 |
| 2025-09-12 | Rollup merge of #146455 - cuviper:no-rustc-version, r=jieyouxu | Stuart Cook | -3/+2 |
| 2025-09-12 | Rollup merge of #146448 - GuillaumeGomez:fix-literal-search-paths, r=lolbinar... | Stuart Cook | -0/+30 |
| 2025-09-12 | Rollup merge of #146413 - GuillaumeGomez:rustdoc-bare-urls, r=lolbinarycat | Stuart Cook | -1/+97 |
| 2025-09-12 | Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726 | Stuart Cook | -23/+45 |
| 2025-09-12 | Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlin | Stuart Cook | -0/+47 |
| 2025-09-12 | Constify Eq, Ord, PartialOrd | Evgenii Zheltonozhskii | -66/+7 |