| Age | Commit message (Expand) | Author | Lines |
| 2025-03-08 | Auto merge of #138205 - onur-ozkan:fix-build-cycle, r=jieyouxu | bors | -17/+21 |
| 2025-03-08 | update doc-comment for `forced_compiler` | onur-ozkan | -2/+2 |
| 2025-03-08 | handle precompiled compiler more properly | onur-ozkan | -15/+19 |
| 2025-03-07 | Rollup merge of #138013 - Kobzol:ci-post-merge-analysis, r=marcoieni | Jacob Pratt | -10/+283 |
| 2025-03-07 | Rollup merge of #137957 - Noratrieb:no, r=wesleywiser | Jacob Pratt | -3/+1 |
| 2025-03-07 | Rollup merge of #137537 - jieyouxu:daily-rmake, r=Kobzol | Jacob Pratt | -1/+16 |
| 2025-03-07 | Update cargo | Weihang Lo | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -4/+9 |
| 2025-03-07 | Auto merge of #138177 - matthiaskrgr:rollup-y0ikkzz, r=matthiaskrgr | bors | -10/+54 |
| 2025-03-08 | fix: do not apply editorconfig to git commit msg | Prajwal S N | -0/+3 |
| 2025-03-08 | fix(hir): `VariantDef` is `impl HasSource` | Prajwal S N | -3/+70 |
| 2025-03-07 | Move all alloc integration tests to a new alloctests crate | bjorn3 | -6/+15 |
| 2025-03-07 | Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk | Matthias Krüger | -1/+1 |
| 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 | Remove highlighting of spans on `-Zteach` | Esteban Küber | -1/+0 |
| 2025-03-07 | Auto merge of #138148 - onur-ozkan:fix-llvm-bitcode-build, r=jieyouxu | bors | -4/+4 |
| 2025-03-07 | Log build script error output in `load_cargo::load_workspace_at` | Arthur Baars | -0/+8 |
| 2025-03-07 | Document that `rmake.rs`/`run-make-support` may not use unstable features | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 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 | Apply `--cfg windows_raw_dylib` for bootstrap tools too | Jieyou Xu | -1/+1 |
| 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 | Rollup merge of #138111 - estebank:use-dfv, r=nnethercote | Matthias Krüger | -2/+2 |
| 2025-03-07 | Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez | Matthias Krüger | -49/+45 |
| 2025-03-07 | Add post-merge analysis CI workflow | Jakub Beránek | -10/+283 |
| 2025-03-07 | Move `visit_id` calls. | 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 | use target compiler on llvm-bitcode-linker | onur-ozkan | -4/+4 |
| 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 | -233/+220 |
| 2025-03-06 | Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-errors | bors | -117/+270 |
| 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 #138090 - yotamofek:pr/rustdoc/flatten-ifs, r=GuillaumeGomez | Michael Goulet | -220/+203 |
| 2025-03-06 | Rollup merge of #138078 - moxian:rember-warns, r=Kobzol | Michael Goulet | -6/+7 |
| 2025-03-06 | Rollup merge of #138053 - Kobzol:more-try-jobs, r=marcoieni | Michael Goulet | -2/+6 |
| 2025-03-06 | Rollup merge of #138046 - onur-ozkan:trim-include-str, r=jieyouxu | Michael Goulet | -1/+1 |
| 2025-03-06 | Rollup merge of #138041 - thaliaarchi:use-prelude-size-of.boostrap-compiletes... | Michael Goulet | -4/+3 |
| 2025-03-06 | Auto merge of #136831 - ehuss:update-stdarch, r=Amanieu | bors | -9/+15 |
| 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 |