| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Rollup merge of #137868 - taiki-e:powerpcspe-doc, r=workingjubilee | Michael Goulet | -3/+26 |
| 2025-03-06 | Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obk | Michael Goulet | -54/+120 |
| 2025-03-06 | Rollup merge of #137798 - marcoieni:ubuntu-24-large-runner-arm, r=Kobzol | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomez | Michael Goulet | -2/+20 |
| 2025-03-06 | Rollup merge of #137358 - dianne:new-match-ergonomics-examples, r=Nadrieril | Michael Goulet | -6/+47 |
| 2025-03-06 | Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwU | Michael Goulet | -8/+3 |
| 2025-03-06 | Rollup merge of #135733 - frank-king:feature/pin-self-receiver, r=oli-obk,tra... | Michael Goulet | -43/+53 |
| 2025-03-06 | Auto merge of #138039 - onur-ozkan:handle-forced-compiler-on-tools, r=jieyouxu | bors | -86/+145 |
| 2025-03-06 | Manual, post-`clippy --fix` cleanups | Yotam Ofek | -23/+18 |
| 2025-03-06 | Implement `Ord` by-hand instead of `PartialOrd` for `Link` | Yotam Ofek | -6/+12 |
| 2025-03-06 | `x clippy src/librustdoc --fix` | Yotam Ofek | -29/+24 |
| 2025-03-06 | Merge pull request #19290 from aibaars/patch-1 | Lukas Wirth | -1/+17 |
| 2025-03-06 | Change `%e` to `?e` to include detailed error message | Arthur Baars | -2/+1 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -8/+3 |
| 2025-03-06 | Don't even bother checking changelog in --dry-run mode | moxian | -6/+6 |
| 2025-03-06 | `librustdoc`: flatten nested ifs | Yotam Ofek | -220/+203 |
| 2025-03-06 | Merge pull request #19295 from alibektas/rust_analyzer_run_on_cargo_toml | Lukas Wirth | -6/+23 |
| 2025-03-06 | Adjust relevance scoring threshold to consistent with existing implementations | Tongjun Gao | -1/+1 |
| 2025-03-05 | Remember silenced bootstrap changelog warnings even in --dry-run | moxian | -1/+2 |
| 2025-03-06 | fix: Make RustAnalyzer:Run available in manifest file | Ali Bektas | -6/+23 |
| 2025-03-05 | bootstrap and compiletest: Use size_of_val from the prelude instead of imported | Thalia Archibald | -4/+3 |
| 2025-03-05 | Simplify `rewrite_explicit_self` | Frank King | -67/+31 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -0/+46 |
| 2025-03-05 | Merge pull request #19292 from Veykril/push-zonnrrlosqmv | Lukas Wirth | -6/+4 |
| 2025-03-05 | Merge pull request #19279 from Natural-selection1/master | Lukas Wirth | -1/+51 |
| 2025-03-05 | Fix syntax highlightingg punct filtering ignoring mods | Lukas Wirth | -6/+4 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -76/+0 |
| 2025-03-05 | Rollup merge of #137723 - onur-ozkan:cfg-ver-description, r=pietroalbini,weih... | 许杰友 Jieyou Xu (Joe) | -3/+26 |
| 2025-03-05 | Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,onur-ozkan | 许杰友 Jieyou Xu (Joe) | -67/+24 |
| 2025-03-05 | Rollup merge of #136977 - Kobzol:citool-datadog, r=marcoieni | 许杰友 Jieyou Xu (Joe) | -5110/+790 |
| 2025-03-05 | Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+15 |
| 2025-03-05 | Rollup merge of #136581 - jieyouxu:makefile-be-gone, r=Kobzol | 许杰友 Jieyou Xu (Joe) | -489/+20 |
| 2025-03-05 | Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2025-03-05 | Merge pull request #19274 from Veykril/push-pouwrwwrlrlt | Lukas Wirth | -537/+547 |
| 2025-03-05 | Use HIR unsafety information for unsafe syntax highlightng | Lukas Wirth | -537/+547 |
| 2025-03-05 | Improve tracing log format in cargo_workspace.rs | Arthur Baars | -1/+3 |
| 2025-03-05 | bless bootstrap tests | onur-ozkan | -1/+0 |
| 2025-03-05 | Increase the max. custom try jobs requested to `20` | Jakub Beránek | -2/+6 |
| 2025-03-05 | Apply review remarks | Jakub Beránek | -2/+3 |
| 2025-03-05 | Remove Python metric upload script and package.json | Jakub Beránek | -5095/+0 |
| 2025-03-05 | Upload Datadog average CPU usage metric in citool | Jakub Beránek | -15/+785 |
| 2025-03-05 | Make citool compilation faster | Jakub Beránek | -0/+4 |
| 2025-03-05 | Revert "avoid `compiler_for` for dist tools and force the current compiler" | onur-ozkan | -11/+47 |
| 2025-03-05 | handle forced compiler in `get_tool_rustc_compiler` | onur-ozkan | -0/+2 |
| 2025-03-05 | add new field `forced_compiler` to `Compiler` | onur-ozkan | -75/+97 |
| 2025-03-05 | Add warning and debug information when `cargo metadata` fails | Arthur Baars | -1/+16 |
| 2025-03-05 | tidy: add check to verify paths in triagebot.toml | klensy | -0/+97 |
| 2025-03-05 | add test cases for 'letm' keyword completion | Tongjun Gao | -0/+19 |
| 2025-03-05 | trim channel value in `get_closest_merge_commit` | onur-ozkan | -1/+1 |
| 2025-03-05 | Use size_of from the prelude instead of imported | Thalia Archibald | -34/+24 |