| Age | Commit message (Expand) | Author | Lines |
| 2025-02-15 | Auto merge of #137057 - weihanglo:update-cargo, r=weihanglo | bors | -0/+1 |
| 2025-02-15 | Auto merge of #137066 - onur-ozkan:137034-blocker, r=jieyouxu | bors | -12/+15 |
| 2025-02-15 | Auto merge of #136828 - yotamofek:pr/rustdoc/more-laziness, r=GuillaumeGomez,... | bors | -95/+157 |
| 2025-02-15 | check if CI-LLVM is enabled before testing it | onur-ozkan | -12/+15 |
| 2025-02-15 | Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt | bors | -2855/+2982 |
| 2025-02-15 | Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=workingjub... | Jacob Pratt | -0/+62 |
| 2025-02-15 | Rollup merge of #137056 - geetanshjuneja:pub, r=RalfJung | Jacob Pratt | -1/+2 |
| 2025-02-15 | Rollup merge of #137029 - chenyukang:yukang-fix-unused-check, r=jieyouxu,comp... | Jacob Pratt | -24/+0 |
| 2025-02-15 | Rollup merge of #137028 - Zalathar:thir-pat-expr, r=compiler-errors | Jacob Pratt | -38/+44 |
| 2025-02-15 | Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu | Jacob Pratt | -2750/+2774 |
| 2025-02-15 | Rollup merge of #136879 - kornelski:non1, r=Noratrieb | Jacob Pratt | -29/+24 |
| 2025-02-15 | Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm | Jacob Pratt | -0/+39 |
| 2025-02-15 | Rollup merge of #135813 - marcoieni:free-runner-i686-mingw, r=jdno | Jacob Pratt | -9/+33 |
| 2025-02-15 | Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=scottmcm | Jacob Pratt | -4/+4 |
| 2025-02-15 | add a doc comment | Ralf Jung | -0/+1 |
| 2025-02-14 | Forward all default methods for I/O impls | Thalia Archibald | -0/+62 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+295 |
| 2025-02-14 | Update cargo | Weihang Lo | -0/+1 |
| 2025-02-15 | made check_argument_compat public | geetanshjuneja | -1/+1 |
| 2025-02-15 | Auto merge of #137046 - workingjubilee:rollup-u56aw1m, r=workingjubilee | bors | -217/+471 |
| 2025-02-15 | Remove unnecessary check code in unused_delims | yukang | -24/+0 |
| 2025-02-14 | Rollup merge of #137038 - maurer:tolerate-captures, r=nikic | Jubilee | -1/+1 |
| 2025-02-14 | Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubilee | Jubilee | -20/+96 |
| 2025-02-14 | Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r... | Jubilee | -0/+26 |
| 2025-02-14 | Rollup merge of #137032 - oli-obk:push-ptvssqnomkpo, r=the8472 | Jubilee | -4/+1 |
| 2025-02-14 | Rollup merge of #137006 - dianne:remove-errci-fields, r=compiler-errors | Jubilee | -29/+11 |
| 2025-02-14 | Rollup merge of #137002 - chenyukang:fix-early-lint-check-desc, r=compiler-er... | Jubilee | -1/+1 |
| 2025-02-14 | Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35 | Jubilee | -157/+256 |
| 2025-02-14 | Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkin | Jubilee | -0/+37 |
| 2025-02-14 | Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu | Jubilee | -5/+5 |
| 2025-02-14 | Rollup merge of #133312 - lolbinarycat:triagebot-rustdoc-labels, r=GuillaumeG... | Jubilee | -0/+37 |
| 2025-02-14 | Auto merge of #137041 - ChrisDenton:mysql, r=Kobzol | bors | -5/+0 |
| 2025-02-14 | Don't error if stopping mysql fails in CI | Chris Denton | -5/+0 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+26 |
| 2025-02-14 | llvm: Tolerate captures in tests | Matthew Maurer | -1/+1 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -20/+96 |
| 2025-02-14 | Auto merge of #137030 - matthiaskrgr:rollup-267aumr, r=matthiaskrgr | bors | -1104/+1068 |
| 2025-02-14 | Decode metadata buffer in one go | Oli Scherer | -4/+1 |
| 2025-02-14 | miri: shims for `erf` & friends | Pavel Grigorenko | -0/+15 |
| 2025-02-14 | Rollup merge of #137008 - nnethercote:mv-code-into-rustc_mir_transform, r=oli... | Matthias Krüger | -78/+77 |
| 2025-02-14 | Rollup merge of #137007 - pvdrz:fix-aarch64-alloc-layout, r=compiler-errors | Matthias Krüger | -0/+269 |
| 2025-02-14 | Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35 | Matthias Krüger | -84/+44 |
| 2025-02-14 | Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboet | Matthias Krüger | -18/+11 |
| 2025-02-14 | Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebank | Matthias Krüger | -897/+640 |
| 2025-02-14 | Rollup merge of #136956 - jyn514:ignore-vendor, r=Noratrieb | Matthias Krüger | -0/+2 |
| 2025-02-14 | Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt | Matthias Krüger | -25/+13 |
| 2025-02-14 | Rollup merge of #136052 - no1wudi:fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2025-02-14 | Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubilee | Matthias Krüger | -1/+11 |
| 2025-02-14 | librustdoc: lazily format "read more" link in `document_short` | Yotam Ofek | -6/+15 |
| 2025-02-14 | librustdoc: lazily format some paths | Yotam Ofek | -25/+32 |