| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -4/+4 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -5/+49 |
| 2025-03-07 | Log build script error output in `load_cargo::load_workspace_at` | Arthur Baars | -0/+8 |
| 2025-03-07 | Temporarily depend on `os_pipe` in `run-make-support` and re-export it | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-03-07 | Prevent `rmake.rs` from using any nightly/unstable features | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -3/+3 |
| 2025-03-07 | Fix a typo in the crashtest output. | Nicholas Nethercote | -1/+1 |
| 2025-03-07 | Merge pull request #19308 from Veykril/push-rnrxutwlvmly | Lukas Wirth | -23/+1174 |
| 2025-03-07 | Pop up a notification for the MSRV project loading warning | Lukas Wirth | -16/+29 |
| 2025-03-07 | Move project MSRV back to 1.78 | Lukas Wirth | -7/+1145 |
| 2025-03-07 | Refactor relevance scoring to use a named constant BASE_SCORE | Tongjun Gao | -3/+5 |
| 2025-03-07 | Fix logical error in relevance scoring implementation | Tongjun Gao | -3/+3 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -1/+0 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -105/+176 |
| 2025-03-07 | Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart | Chayim Refael Friedman | -0/+1 |
| 2025-03-06 | Fix rustfmt | Santiago Pastorino | -0/+5 |
| 2025-03-06 | Fix clippy | Santiago Pastorino | -5/+44 |
| 2025-03-06 | Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes... | Michael Goulet | -1/+0 |
| 2025-03-06 | Update stdarch | Eric Huss | -9/+15 |
| 2025-03-06 | Warn the user when a rename will change the meaning of the program | Chayim Refael Friedman | -59/+509 |
| 2025-03-06 | Use correct crate for trait env in `render_const_scalar()` | Chayim Refael Friedman | -5/+7 |
| 2025-03-06 | Pass the target crate in `HirFormatter` | Chayim Refael Friedman | -499/+824 |
| 2025-03-06 | Normalize projections in evaluated const display and layout calculation | Chayim Refael Friedman | -0/+39 |
| 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 #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 | 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 | 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-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 | -1/+0 |
| 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) | -49/+0 |
| 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) | -429/+18 |
| 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 | 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 | Use size_of from the prelude instead of imported | Thalia Archibald | -34/+24 |
| 2025-03-05 | minicore: Add size_of to prelude and add rust_2024 prelude | Thalia Archibald | -0/+6 |
| 2025-03-05 | Merge pull request #19286 from lnicola/twiddle-ci | Laurențiu Nicola | -2/+1 |