| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | expand: Leave traces when expanding `cfg_attr` attributes | Vadim Petrochenkov | -18/+52 |
| 2025-03-17 | Auto merge of #138566 - yotamofek:pr/strip-prefix, r=nnethercote | bors | -21/+20 |
| 2025-03-17 | Use `strip_{prefix|suffix}` instead of `{starts|ends}_with`+indexing | Yotam Ofek | -21/+20 |
| 2025-03-16 | Rollup merge of #138552 - jieyouxu:print-request-cleanups, r=Urgau | Jacob Pratt | -62/+56 |
| 2025-03-16 | Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieu | bors | -5/+5 |
| 2025-03-16 | Rename `PrintKind::{AllTargetSpecs,TargetSpec}` to `{AllTargetSpecsJson,Targe... | Jieyou Xu | -7/+7 |
| 2025-03-16 | Extract print request stability gating and unknown print request help into he... | Jieyou Xu | -43/+35 |
| 2025-03-16 | Alphabetically sort `PrintKind` and enforce with tidy | Jieyou Xu | -15/+17 |
| 2025-03-16 | Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin | 许杰友 Jieyou Xu (Joe) | -1/+10 |
| 2025-03-15 | Fix the OperandRef type for NullOp::{UbChecks,ContractChecks} | Scott McMurray | -1/+10 |
| 2025-03-16 | Rollup merge of #138484 - xizheyin:issue-138392, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+4 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -13/+11 |
| 2025-03-16 | Rollup merge of #137956 - compiler-errors:rtn-rustdoc, r=fmease | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2025-03-15 | Add RTN support to rustdoc | Michael Goulet | -1/+3 |
| 2025-03-15 | Don't drop Rvalue::WrapUnsafeBinder during GVN | Michael Goulet | -2/+8 |
| 2025-03-15 | Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgr | bors | -49/+161 |
| 2025-03-15 | Rollup merge of #138514 - compiler-errors:fake-borrow-ref-to-value, r=oli-obk | Matthias Krüger | -2/+39 |
| 2025-03-15 | Rollup merge of #138502 - petrochenkov:resinstab, r=compiler-errors | Matthias Krüger | -41/+51 |
| 2025-03-15 | Rollup merge of #138439 - weihanglo:argmax, r=jieyouxu | Matthias Krüger | -6/+41 |
| 2025-03-15 | Rollup merge of #138283 - compiler-errors:enforce-const-param, r=BoxyUwU | Matthias Krüger | -0/+30 |
| 2025-03-15 | Auto merge of #138464 - compiler-errors:less-type-ir, r=lcnr | bors | -684/+746 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -155/+136 |
| 2025-03-15 | Move codec module back into middle | Michael Goulet | -187/+129 |
| 2025-03-15 | Use {Decodable,Encodable}_NoContext in type_ir | Michael Goulet | -105/+281 |
| 2025-03-15 | Fold visit into ty | Michael Goulet | -116/+99 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -156/+136 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -8/+23 |
| 2025-03-15 | Rollup merge of #138518 - yotamofek:pr/hir-lint-typo, r=compiler-errors | León Orell Valerian Liehr | -2/+4 |
| 2025-03-15 | Rollup merge of #138511 - mohe2015:rustc-parse-pub-parse-expr-cond, r=oli-obk | León Orell Valerian Liehr | -1/+2 |
| 2025-03-15 | Rollup merge of #138482 - nnethercote:fix-hir-printing, r=compiler-errors | León Orell Valerian Liehr | -23/+42 |
| 2025-03-15 | Rollup merge of #138474 - remexre:refactor-is-snake-case, r=compiler-errors | León Orell Valerian Liehr | -12/+7 |
| 2025-03-15 | Rollup merge of #138460 - xizheyin:issue-138319, r=petrochenkov | León Orell Valerian Liehr | -3/+3 |
| 2025-03-15 | Rollup merge of #138056 - heiher:loong64v1.1-features, r=petrochenkov | León Orell Valerian Liehr | -0/+5 |
| 2025-03-14 | Small grammar fix in comment | Yotam Ofek | -1/+1 |
| 2025-03-14 | Fix typo in hir lowering lint diag | Yotam Ofek | -1/+3 |
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -8/+23 |
| 2025-03-14 | Remove fake borrows of refs that are converted into non-refs in MakeByMoveBody | Michael Goulet | -2/+39 |
| 2025-03-14 | Make `Parser::parse_expr_cond` public. | Moritz Hedtke | -1/+2 |
| 2025-03-14 | Rollup merge of #137619 - Pyr0de:issue_137249, r=fmease | León Orell Valerian Liehr | -1/+18 |
| 2025-03-14 | Rollup merge of #134720 - malezjaa:feat/crate-type-valid-values, r=jieyouxu | León Orell Valerian Liehr | -1/+6 |
| 2025-03-14 | resolve: Avoid some unstable iteration | Vadim Petrochenkov | -41/+51 |
| 2025-03-14 | feat(linker): check ARG_MAX on Unix platforms | Weihang Lo | -7/+41 |
| 2025-03-14 | fix(linker): use arg list estimate on only Windows | Weihang Lo | -1/+1 |
| 2025-03-14 | fix(linker): prevent overflow when estimating CLI arg list length | Weihang Lo | -1/+2 |
| 2025-03-14 | Use lit span when suggesting suffix lit cast | xizheyin | -3/+4 |
| 2025-03-14 | Show valid crate types when the user passes unknown `--crate-type` value | malezjaa | -1/+6 |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -38/+90 |
| 2025-03-14 | Pass precise HirId when calling check_stability | xizheyin | -3/+3 |
| 2025-03-14 | Rollup merge of #138442 - dianne:deref-pat-euv-fix, r=compiler-errors | Jacob Pratt | -1/+2 |
| 2025-03-14 | Rollup merge of #138434 - compiler-errors:lint-level-pat-field, r=jieyouxu | Jacob Pratt | -0/+5 |