| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | exit: document interaction with C | Ralf Jung | -4/+32 |
| 2025-03-03 | Auto merge of #137900 - matthiaskrgr:rollup-rvan5ao, r=matthiaskrgr | bors | -31/+158 |
| 2025-03-02 | Auto merge of #137704 - nnethercote:opt-empty-prov-range-checks, r=oli-obk | bors | -10/+60 |
| 2025-03-02 | Rollup merge of #137886 - NotLebedev:stable-mir-91, r=oli-obk | Matthias Krüger | -16/+27 |
| 2025-03-02 | Rollup merge of #137883 - jdonszelmann:edit-mailmap, r=Noratrieb | Matthias Krüger | -0/+3 |
| 2025-03-02 | Rollup merge of #137876 - Zalathar:triagebot-matches, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2025-03-02 | Rollup merge of #137873 - tgross35:disable-f16-without-neon, r=workingjubilee | Matthias Krüger | -0/+7 |
| 2025-03-02 | Rollup merge of #137871 - pitaj:rangebounds-is_empty-intersect, r=scottmcm | Matthias Krüger | -1/+1 |
| 2025-03-02 | Rollup merge of #137860 - taiki-e:powerpcspe-msync, r=workingjubilee | Matthias Krüger | -1/+4 |
| 2025-03-02 | Rollup merge of #137851 - folkertdev:simd-intrinsic-mask-signed, r=workingjub... | Matthias Krüger | -5/+102 |
| 2025-03-02 | Rollup merge of #137755 - DaniPopes:wasmtime-threads-flag, r=Noratrieb | Matthias Krüger | -2/+2 |
| 2025-03-02 | Rollup merge of #137641 - kpreid:dealloc, r=Amanieu | Matthias Krüger | -2/+8 |
| 2025-03-02 | Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2025-03-02 | Auto merge of #137661 - nikic:llvm20-rc3, r=cuviper | bors | -0/+0 |
| 2025-03-02 | Auto merge of #137425 - yotamofek:pr/rustdoc/return-impl-display-redux, r=Gui... | bors | -2274/+2476 |
| 2025-03-02 | Remove duplication in `name`/`trimmed_anem` docs | NotLebedev | -8/+3 |
| 2025-03-02 | Auto merge of #136864 - Kobzol:citool, r=marcoieni | bors | -328/+1049 |
| 2025-03-02 | Replace usages of `Context.def_name` | NotLebedev | -8/+3 |
| 2025-03-02 | Add name and trimmed_name methods to DefId | NotLebedev | -0/+21 |
| 2025-03-02 | edit mailmap | Jana Dönszelmann | -0/+3 |
| 2025-03-02 | Adjust triagebot.toml entries for `rustc_mir_build/src/builder/` | Zalathar | -3/+3 |
| 2025-03-02 | Auto merge of #137855 - matthiaskrgr:rollup-uh7f3fi, r=matthiaskrgr | bors | -264/+374 |
| 2025-03-01 | Disable `f16` on Aarch64 without `neon` | Trevor Gross | -0/+7 |
| 2025-03-01 | Auto merge of #137752 - flip1995:clippy-subtree-update, r=Manishearth | bors | -15397/+34676 |
| 2025-03-01 | fix `RangeBounds::is_empty` documentation | Peter Jaszkowiak | -1/+1 |
| 2025-03-02 | rustc_target: Add msync target feature and enable it on powerpcspe targets | Taiki Endo | -1/+4 |
| 2025-03-01 | Rollup merge of #137840 - fee1-dead-contrib:push-uwkzouvnrnvs, r=oli-obk | Matthias Krüger | -3/+7 |
| 2025-03-01 | Rollup merge of #137837 - fee1-dead-contrib:push-pvqvwuvrnwsy, r=compiler-errors | Matthias Krüger | -7/+17 |
| 2025-03-01 | Rollup merge of #137830 - LuigiPiucco:incompatible-isa-fix, r=workingjubilee | Matthias Krüger | -1/+5 |
| 2025-03-01 | Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=workingjubilee | Matthias Krüger | -36/+34 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -44/+133 |
| 2025-03-01 | Rollup merge of #137822 - BoxyUwU:query_normalizer_docs, r=compiler-errors | Matthias Krüger | -12/+9 |
| 2025-03-01 | Rollup merge of #137818 - durin42:llvm-21-remove-readonly, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-03-01 | Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc | Matthias Krüger | -75/+75 |
| 2025-03-01 | Rollup merge of #137807 - GuillaumeGomez:doctest-qualify-result, r=notriddle | Matthias Krüger | -2/+2 |
| 2025-03-01 | Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee | Matthias Krüger | -83/+92 |
| 2025-03-01 | improve error message and testing of using an unsigned simd mask | Folkert de Vries | -5/+102 |
| 2025-03-01 | Auto merge of #137848 - matthiaskrgr:rollup-vxtrkis, r=matthiaskrgr | bors | -1002/+996 |
| 2025-03-01 | Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors | Matthias Krüger | -7/+1 |
| 2025-03-01 | Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrenn | Matthias Krüger | -85/+32 |
| 2025-03-01 | Rollup merge of #137769 - compiler-errors:empty-unsafe-fmt, r=ytmimi | Matthias Krüger | -1/+10 |
| 2025-03-01 | Rollup merge of #137763 - compiler-errors:ty-nits, r=BoxyUwU | Matthias Krüger | -37/+21 |
| 2025-03-01 | Rollup merge of #137719 - GuillaumeGomez:missing-doc, r=notriddle | Matthias Krüger | -1/+16 |
| 2025-03-01 | Rollup merge of #137617 - BoxyUwU:generic_const_parameter_types, r=lcnr | Matthias Krüger | -154/+419 |
| 2025-03-01 | Rollup merge of #137390 - durin42:llvm-21-nocapture-rename, r=nikic | Matthias Krüger | -2/+2 |
| 2025-03-01 | Rollup merge of #136503 - estebank:const-panic, r=RalfJung | Matthias Krüger | -715/+495 |
| 2025-03-01 | Auto merge of #133250 - DianQK:embed-bitcode-pgo, r=nikic | bors | -101/+294 |
| 2025-03-01 | Auto merge of #137838 - matthiaskrgr:rollup-5brlcyr, r=matthiaskrgr | bors | -321/+749 |
| 2025-03-01 | Update `const_conditions` and `explicit_implied_const_bounds` docs | Deadbeef | -7/+17 |
| 2025-03-01 | triagebot: only ping me for constck | Deadbeef | -3/+7 |