| Age | Commit message (Expand) | Author | Lines |
| 2025-09-25 | Remove `is_verbose_than` function | Jakub Beránek | -6/+1 |
| 2025-09-25 | Remove `verbose_than` function | Jakub Beránek | -15/+5 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -86/+108 |
| 2025-09-25 | Auto merge of #146981 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 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 | Repro duration_since regression from issue 146228 | Stepan Koltsov | -17/+37 |
| 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 | Improve the pretty print of UnstableFeature clause | tiif | -8/+7 |
| 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 | Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da... | bors | -18/+44 |
| 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 |
| 2025-09-24 | const-eval: improve and actually test the errors when pointers might be outsi... | Ralf Jung | -21/+49 |
| 2025-09-24 | imrpove type_op failure ICE | lcnr | -3/+3 |
| 2025-09-24 | allow bound regions in writeback | lcnr | -29/+18 |
| 2025-09-24 | fix wording | lcnr | -1/+1 |
| 2025-09-24 | Auto merge of #146946 - matthiaskrgr:rollup-fsmrqez, r=matthiaskrgr | bors | -189/+526 |
| 2025-09-24 | library: std: sys: pal: uefi: Add some comments | Ayush Singh | -0/+4 |
| 2025-09-24 | temporary-lifetime-extension-tuple-ctor.rs: make usable on all editions | Tshepang Mbambo | -3/+3 |
| 2025-09-24 | Auto merge of #146953 - dianqk:update-llvm, r=cuviper | bors | -0/+0 |
| 2025-09-24 | Update LLVM to 21.1.2 | dianqk | -0/+0 |
| 2025-09-24 | core: simplify `CStr::default()` | joboet | -3/+1 |
| 2025-09-23 | Make missed precondition-free float intrinsics safe | ltdk | -20/+22 |
| 2025-09-23 | Rollup merge of #146907 - cyrgani:146537-test, r=nnethercote | Matthias Krüger | -0/+34 |
| 2025-09-23 | Rollup merge of #146904 - peter-lyons-kehl:140368_data_ptr_const_fn, r=Amanieu | Matthias Krüger | -5/+5 |
| 2025-09-23 | Rollup merge of #146899 - Teapot4195:issue-146847-fix, r=nnethercote | Matthias Krüger | -1/+34 |
| 2025-09-23 | Rollup merge of #146898 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-09-23 | Rollup merge of #146896 - tshepang:rdg-sync, r=tshepang | Matthias Krüger | -93/+360 |
| 2025-09-23 | Rollup merge of #146818 - npmccallum:total_cmp, r=fee1-dead | Matthias Krüger | -90/+93 |
| 2025-09-23 | Auto merge of #146931 - RalfJung:miri, r=RalfJung | bors | -444/+370 |
| 2025-09-23 | revert change removing `has_infer` check. Commit conservatively patches for n... | ash | -1/+36 |
| 2025-09-23 | Auto merge of #146938 - matthiaskrgr:rollup-y06ggfz, r=matthiaskrgr | bors | -169/+262 |