| Age | Commit message (Expand) | Author | Lines |
| 2025-09-25 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-09-24 | BTreeMap: Don't leak allocators when initializing nodes | Sidney Cammeresi | -2/+13 |
| 2025-09-24 | llvm: add a destructor to call releaseSerializer | Josh Stone | -0/+8 |
| 2025-09-24 | fix SCIP panicking due to salsa not attaching | itsjunetime | -1/+1 |
| 2025-09-24 | Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`. | Adam Harvey | -0/+2 |
| 2025-09-24 | Small string formatting cleanup | Guillaume Gomez | -5/+3 |
| 2025-09-24 | Rollup merge of #146971 - lcnr:fix-writeback, r=BoxyUwU | Matthias Krüger | -32/+21 |
| 2025-09-24 | Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboet | Matthias Krüger | -9/+19 |
| 2025-09-24 | Rollup merge of #146950 - joboet:cstr_default, r=tgross35 | Matthias Krüger | -8/+3 |
| 2025-09-24 | Rollup merge of #146894 - tiif:suggest_feature_attr, r=BoxyUwU | Matthias Krüger | -11/+14 |
| 2025-09-24 | Rollup merge of #146753 - tiif:unsatisfiable-unstable-feature, r=BoxyUwU | Matthias Krüger | -8/+7 |
| 2025-09-24 | Rollup merge of #146679 - stepancheg:error-display-source, r=dtolnay | Matthias Krüger | -1/+7 |
| 2025-09-24 | Rollup merge of #146556 - stepancheg:repro-146228, r=tgross35 | Matthias Krüger | -17/+37 |
| 2025-09-24 | Tweak handling of "struct like start" where a struct isn't supported | Esteban Küber | -128/+93 |
| 2025-09-24 | Repro duration_since regression from issue 146228 | Stepan Koltsov | -17/+37 |
| 2025-09-24 | Make install test target independent | Jakub Beránek | -55/+61 |
| 2025-09-24 | unstably constify float mul_add methods | Jeremy Smart | -135/+118 |
| 2025-09-24 | Clarify Display for error should not include source | Stepan Koltsov | -1/+7 |
| 2025-09-24 | Auto merge of #146999 - matthiaskrgr:rollup-0gbkm82, r=matthiaskrgr | bors | -114/+385 |
| 2025-09-24 | Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obk | Matthias Krüger | -46/+153 |
| 2025-09-24 | Rollup merge of #146964 - Ayush1325:close-protocol, r=joboet | Matthias Krüger | -0/+4 |
| 2025-09-24 | Rollup merge of #146959 - tshepang:patch-2, r=nnethercote | Matthias Krüger | -3/+3 |
| 2025-09-24 | Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnr | Matthias Krüger | -40/+5 |
| 2025-09-24 | Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJung | Matthias Krüger | -20/+22 |
| 2025-09-24 | Rollup merge of #146897 - lolbinarycat:rustdoc-invalid_html_tags-ice-146890, ... | Matthias Krüger | -1/+65 |
| 2025-09-24 | Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnr | Matthias Krüger | -1/+36 |
| 2025-09-24 | Rollup merge of #146711 - lcnr:fix-placeholder-ice, r=lqd | Matthias Krüger | -3/+97 |
| 2025-09-24 | rustdoc-search: stringdex update with more packing | Michael Howell | -30/+54 |
| 2025-09-24 | Merge pull request #20721 from ChayimFriedman2/fix-never | Chayim Refael Friedman | -230/+770 |
| 2025-09-25 | mark THIR use as candidate for constness check | Ding Xiang Fei | -1/+12 |
| 2025-09-25 | add test fixture for newly allowed const expr | Ding Xiang Fei | -0/+8 |
| 2025-09-25 | do not materialise X in [X; 0] when X is unsizing a const | Ding Xiang Fei | -1/+50 |
| 2025-09-24 | Address review comments | Jules Bertholet | -8/+23 |
| 2025-09-24 | Implement fallback properly | Chayim Refael Friedman | -230/+770 |
| 2025-09-24 | Merge pull request #20683 from regexident/inference-result-types-iter | Chayim Refael Friedman | -0/+20 |
| 2025-09-24 | std: add support for armv7a-vex-v5 target | Tropical | -10/+1012 |
| 2025-09-24 | Improve the pretty print of UnstableFeature clause | tiif | -8/+7 |
| 2025-09-24 | impl Ord for params and use unstable sort | Marijn Schouten | -2/+2 |
| 2025-09-24 | f16_f128: enable some more tests in Miri | Ralf Jung | -17/+15 |
| 2025-09-24 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-09-24 | Fix infinite recursion in Path::eq with String | Iris Shi | -9/+19 |
| 2025-09-24 | Improve derive suggestion of const param | tiif | -11/+14 |
| 2025-09-24 | feature: Implement vec_try_remove | BenjaminBrienen | -2/+46 |
| 2025-09-24 | simplify setup_constraining_predicates, and note it is potentially cubic | Marijn Schouten | -26/+26 |
| 2025-09-24 | constify Default on Nanoseconds | Nathaniel McCallum | -1/+2 |
| 2025-09-24 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -18/+44 |
| 2025-09-24 | add test | lcnr | -0/+40 |
| 2025-09-24 | Switch next-solver related rustc dependencies of r-a to crates.io ones | Shoyu Vanilla | -40/+5 |
| 2025-09-24 | alloc: simplify `Default` for `Box<CStr>` and `Rc<CStr>` | joboet | -5/+2 |
| 2025-09-24 | const validation: better error for maybe-null references | Ralf Jung | -29/+108 |