| Age | Commit message (Expand) | Author | Lines |
| 2025-09-26 | Add tests for new `tyalias` intra-doc link disambiguator | Guillaume Gomez | -0/+95 |
| 2025-09-26 | Add new `tyalias` intra-doc link disambiguator | Guillaume Gomez | -0/+2 |
| 2025-09-26 | Auto merge of #145882 - m-ou-se:format-args-extend-1-arg, r=petrochenkov | bors | -147/+140 |
| 2025-09-25 | Auto merge of #146919 - lcnr:yeet-fast-path, r=fee1-dead | bors | -40/+41 |
| 2025-09-25 | Auto merge of #147037 - matthiaskrgr:rollup-xtgqzuu, r=matthiaskrgr | bors | -536/+848 |
| 2025-09-25 | Auto merge of #146697 - cjgillot:invalidate-patch, r=lcnr | bors | -15/+21 |
| 2025-09-25 | Rollup merge of #146933 - yotamofek:pr/rustdoc/highlight_no_write_str, r=Guil... | Matthias Krüger | -95/+80 |
| 2025-09-25 | Rollup merge of #146924 - cptpiepmatz:doc-nonzero-const-creation, r=joboet | Matthias Krüger | -0/+12 |
| 2025-09-25 | Rollup merge of #146859 - cammeresi:btree-alloc-20250920, r=joboet | Matthias Krüger | -2/+13 |
| 2025-09-25 | Rollup merge of #146293 - BenjaminBrienen:try_remove, r=joboet | Matthias Krüger | -2/+46 |
| 2025-09-25 | Rollup merge of #142401 - oli-obk:pattern-mango, r=petrochenkov | Matthias Krüger | -10/+36 |
| 2025-09-25 | Rollup merge of #141032 - petrosagg:extract-if-ub, r=joboet | Matthias Krüger | -25/+49 |
| 2025-09-25 | Rollup merge of #135771 - GuillaumeGomez:jump-to-def-perf, r=fmease | Matthias Krüger | -103/+262 |
| 2025-09-25 | Rollup merge of #116882 - fmease:rustdoc-generalized-priv-repr-heuristic, r=r... | Matthias Krüger | -299/+350 |
| 2025-09-25 | add doc for `NonZero*` const creation | Tim 'Piepmatz' Hesse | -0/+12 |
| 2025-09-25 | Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalathar | bors | -319/+1670 |
| 2025-09-25 | Rollup merge of #147015 - Zalathar:dispose-tm, r=lqd | Stuart Cook | -8/+3 |
| 2025-09-25 | Rollup merge of #147013 - fmease:fix-docs-doctest-build-arg, r=GuillaumeGomez | Stuart Cook | -21/+5 |
| 2025-09-25 | Rollup merge of #147008 - neuschaefer:bootstrap-jobs, r=Kobzol | Stuart Cook | -0/+2 |
| 2025-09-25 | Rollup merge of #147007 - LawnGnome:tosocketaddrs-doc, r=tgross35 | Stuart Cook | -0/+2 |
| 2025-09-25 | Rollup merge of #147005 - GuillaumeGomez:string-formatting-cleanup, r=jdonsze... | Stuart Cook | -5/+3 |
| 2025-09-25 | Rollup merge of #146982 - fmease:fix-rmake-linker-warning, r=bjorn3 | Stuart Cook | -1/+0 |
| 2025-09-25 | Rollup merge of #146905 - durin42:llvm-22-bitstream-remarks, r=nikic | Stuart Cook | -0/+13 |
| 2025-09-25 | Rollup merge of #146766 - nikic:global-alloc-attr, r=nnethercote | Stuart Cook | -3/+54 |
| 2025-09-25 | Rollup merge of #146737 - RalfJung:f16-f128-miri, r=tgross35 | Stuart Cook | -17/+15 |
| 2025-09-25 | Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJung | Stuart Cook | -135/+118 |
| 2025-09-25 | Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJung | Stuart Cook | -82/+251 |
| 2025-09-25 | Rollup merge of #145973 - vexide:vex-std, r=tgross35 | Stuart Cook | -10/+1012 |
| 2025-09-25 | Rollup merge of #145277 - dingxiangfei2009:fold-coercion-into-const, r=nnethe... | Stuart Cook | -1/+69 |
| 2025-09-25 | Rollup merge of #145067 - btj:patch-3, r=tgross35 | Stuart Cook | -36/+123 |
| 2025-09-25 | Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgr | bors | -86/+108 |
| 2025-09-25 | bootstrap.py: Respect build.jobs while building bootstrap tool | J. Neuschäfer | -0/+2 |
| 2025-09-25 | rustdoc: hide `#[repr(...)]` if it isn't part of the public ABI | León Orell Valerian Liehr | -122/+229 |
| 2025-09-25 | rustdoc: Fully escape link section and export name | León Orell Valerian Liehr | -46/+38 |
| 2025-09-25 | rustdoc: Slightly clean up attr rendering | León Orell Valerian Liehr | -97/+56 |
| 2025-09-25 | Use `LLVMDisposeTargetMachine` | Zalathar | -8/+3 |
| 2025-09-25 | rustdoc: Fix documentation for `--doctest-build-arg` | León Orell Valerian Liehr | -21/+5 |
| 2025-09-25 | Auto merge of #146981 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-09-25 | Remove an erroneous normalization step in `tests/run-make/linker-warning` | León Orell Valerian Liehr | -1/+0 |
| 2025-09-24 | BTreeMap: Don't leak allocators when initializing nodes | Sidney Cammeresi | -2/+13 |
| 2025-09-24 | llvm: add a destructor to call releaseSerializer | Josh Stone | -0/+8 |
| 2025-09-24 | Explicitly note `&[SocketAddr]` impl of `ToSocketAddrs`. | Adam Harvey | -0/+2 |
| 2025-09-24 | Small string formatting cleanup | Guillaume Gomez | -5/+3 |
| 2025-09-24 | Rollup merge of #146971 - lcnr:fix-writeback, r=BoxyUwU | Matthias Krüger | -32/+21 |
| 2025-09-24 | Rollup merge of #146958 - el-ev:fix_path_string_eq_recurse, r=joboet | Matthias Krüger | -9/+19 |
| 2025-09-24 | Rollup merge of #146950 - joboet:cstr_default, r=tgross35 | Matthias Krüger | -8/+3 |
| 2025-09-24 | Rollup merge of #146894 - tiif:suggest_feature_attr, r=BoxyUwU | Matthias Krüger | -11/+14 |
| 2025-09-24 | Rollup merge of #146753 - tiif:unsatisfiable-unstable-feature, r=BoxyUwU | Matthias Krüger | -8/+7 |
| 2025-09-24 | Rollup merge of #146679 - stepancheg:error-display-source, r=dtolnay | Matthias Krüger | -1/+7 |
| 2025-09-24 | Rollup merge of #146556 - stepancheg:repro-146228, r=tgross35 | Matthias Krüger | -17/+37 |