| Age | Commit message (Expand) | Author | Lines |
| 2025-03-17 | Auto merge of #138595 - jhpratt:rollup-09pvfzu, r=jhpratt | bors | -341/+1025 |
| 2025-03-17 | Rollup merge of #138592 - onur-ozkan:follow-up-137147, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-03-17 | Rollup merge of #138590 - yotamofek:pr/flatten-ifs, r=fmease | Jacob Pratt | -69/+53 |
| 2025-03-17 | Rollup merge of #138586 - jyn514:doc-register-tool, r=jieyouxu | Jacob Pratt | -0/+79 |
| 2025-03-17 | Rollup merge of #138584 - atouchet:found, r=jieyouxu | Jacob Pratt | -3/+3 |
| 2025-03-17 | Rollup merge of #138517 - compiler-errors:better-child-capture, r=oli-obk | Jacob Pratt | -6/+128 |
| 2025-03-17 | Rollup merge of #138341 - xizheyin:issue-138322, r=joboet | Jacob Pratt | -3/+23 |
| 2025-03-17 | Rollup merge of #137793 - NobodyXu:stablise-annoymous-pipe, r=joshtriplett | Jacob Pratt | -225/+288 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -19/+197 |
| 2025-03-17 | Rollup merge of #136355 - GuillaumeGomez:proc-macro_add_value_retrieval_metho... | Jacob Pratt | -15/+253 |
| 2025-03-17 | Only add `rustc_randomized_layouts` if the crate has it | Guillaume Gomez | -1/+1 |
| 2025-03-17 | Flatten and simplify some control flow | Yotam Ofek | -69/+53 |
| 2025-03-17 | update change entry for #137147 | onur-ozkan | -1/+1 |
| 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-17 | Document `#![register_tool]` | jyn | -0/+79 |
| 2025-03-17 | Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhpratt | bors | -113/+205 |
| 2025-03-16 | Update Rust Foundation links in Readme | Alex Touchet | -3/+3 |
| 2025-03-16 | Rollup merge of #138573 - Noratrieb:no-unsound-bad-bonk-bonk, r=workingjubilee | Jacob Pratt | -22/+16 |
| 2025-03-16 | Rollup merge of #138552 - jieyouxu:print-request-cleanups, r=Urgau | Jacob Pratt | -67/+159 |
| 2025-03-16 | Rollup merge of #136816 - yotamofek:pr/notable-traits-button-cleanup, r=aDotI... | Jacob Pratt | -21/+11 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-03-16 | Rollup merge of #136293 - hkBst:patch-32, r=Amanieu | Jacob Pratt | -0/+13 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -2/+91 |
| 2025-03-16 | Exclude `literal-escaper` from `library` workspace | Guillaume Gomez | -0/+1 |
| 2025-03-16 | make `_Unwind_Action` a type alias, not enum | Noratrieb | -22/+16 |
| 2025-03-16 | Auto merge of #137011 - LuuuXXX:promote-ohos-with-host-tools, r=Amanieu | bors | -22/+88 |
| 2025-03-16 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -4/+4 |
| 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 | Add a centralized test for print request stability gating | Jieyou Xu | -5/+103 |
| 2025-03-16 | Add test for new proc_macro literal methods | Guillaume Gomez | -2/+55 |
| 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 |