| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | Fix `is_relevant_impl`. | Nicholas Nethercote | -1/+1 |
| 2025-03-16 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -4/+4 |
| 2025-03-16 | Auto merge of #138551 - jieyouxu:rollup-ttktelm, r=jieyouxu | bors | -9/+103 |
| 2025-03-16 | Rollup merge of #138549 - scottmcm:option-ssa, r=saethlin | 许杰友 Jieyou Xu (Joe) | -1/+10 |
| 2025-03-16 | Rollup merge of #137538 - tapanprakasht:fix-doc-path, r=thomcc | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2025-03-16 | Rollup merge of #137492 - nabijaczleweli:master, r=thomcc | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -3/+86 |
| 2025-03-16 | Auto merge of #137278 - heiseish:101210-extra-codegen-tests, r=scottmcm | bors | -20/+121 |
| 2025-03-15 | Fix the OperandRef type for NullOp::{UbChecks,ContractChecks} | Scott McMurray | -1/+10 |
| 2025-03-16 | Auto merge of #138548 - jieyouxu:rollup-xpslct5, r=jieyouxu | bors | -382/+853 |
| 2025-03-16 | Rollup merge of #138484 - xizheyin:issue-138392, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+47 |
| 2025-03-16 | Rollup merge of #138472 - KonaeAkira:master, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2025-03-16 | Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -47/+43 |
| 2025-03-16 | Rollup merge of #138465 - klensy:linkchecker-b, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -59/+42 |
| 2025-03-16 | Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-16 | Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -36/+107 |
| 2025-03-16 | Rollup merge of #138309 - DiuDiu777:intrinsic-doc-fix, r=thomcc | 许杰友 Jieyou Xu (Joe) | -7/+24 |
| 2025-03-16 | Rollup merge of #138303 - DiuDiu777:rc-fix, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -20/+44 |
| 2025-03-16 | Rollup merge of #138275 - folkertdev:expose-is-s390x-feature-detected, r=Mark... | 许杰友 Jieyou Xu (Joe) | -0/+32 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -127/+90 |
| 2025-03-16 | Rollup merge of #137968 - dingxiangfei2009:patch-1, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-03-16 | Rollup merge of #137956 - compiler-errors:rtn-rustdoc, r=fmease | 许杰友 Jieyou Xu (Joe) | -32/+98 |
| 2025-03-16 | Rollup merge of #137890 - lolbinarycat:docs-bufreader-peek-consume, r=Mark-Si... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-03-16 | Rollup merge of #137864 - compiler-errors:unsafe-binder-gvn, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+102 |
| 2025-03-16 | Rollup merge of #137147 - Shourya742:2025-02-16-support-exclude-in-config.tom... | 许杰友 Jieyou Xu (Joe) | -16/+46 |
| 2025-03-16 | Rollup merge of #133055 - kpreid:clone-uninit-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -30/+145 |
| 2025-03-15 | Auto merge of #137665 - Kobzol:update-sccache, r=marcoieni | bors | -103/+17 |
| 2025-03-15 | Add RTN support to rustdoc | Michael Goulet | -32/+98 |
| 2025-03-15 | Don't drop Rvalue::WrapUnsafeBinder during GVN | Michael Goulet | -2/+102 |
| 2025-03-15 | improves duplicate lang item test | Spencer | -21/+23 |
| 2025-03-15 | improves duplicate label test | Spencer | -1/+4 |
| 2025-03-15 | improves outer mod attribute test | Spencer | -25/+16 |
| 2025-03-15 | Optimize multi-char string patterns | Yotam Ofek | -4/+4 |
| 2025-03-15 | Auto merge of #138532 - matthiaskrgr:rollup-mgcynqu, r=matthiaskrgr | bors | -49/+394 |
| 2025-03-15 | Rollup merge of #138524 - jieyouxu:vac, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-03-15 | Rollup merge of #138514 - compiler-errors:fake-borrow-ref-to-value, r=oli-obk | Matthias Krüger | -2/+202 |
| 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/+99 |
| 2025-03-15 | Auto merge of #138464 - compiler-errors:less-type-ir, r=lcnr | bors | -695/+748 |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -163/+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 | -117/+100 |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -158/+137 |
| 2025-03-15 | Auto merge of #138379 - estebank:macro-backtrace-note, r=petrochenkov | bors | -495/+27 |
| 2025-03-15 | Auto merge of #138523 - fmease:rollup-j2j5h59, r=fmease | bors | -210/+486 |
| 2025-03-15 | Mark myself as unavailable for reviews | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-15 | Rollup merge of #138518 - yotamofek:pr/hir-lint-typo, r=compiler-errors | León Orell Valerian Liehr | -14/+16 |
| 2025-03-15 | Rollup merge of #138511 - mohe2015:rustc-parse-pub-parse-expr-cond, r=oli-obk | León Orell Valerian Liehr | -1/+2 |