| Age | Commit message (Expand) | Author | Lines |
| 2025-02-27 | Merge pull request #19230 from lnicola/zig | Laurențiu Nicola | -40/+49 |
| 2025-02-27 | use the right feature in codegen tests | Folkert de Vries | -2/+2 |
| 2025-02-27 | make `simd_insert` and `simd_extract` `const fn`s | Folkert de Vries | -28/+13 |
| 2025-02-27 | simplify some imports with `simd::*` | Folkert de Vries | -9/+2 |
| 2025-02-27 | remove most `simd_` intrinsic declaration in tests | Folkert de Vries | -1007/+482 |
| 2025-02-27 | Merge pull request #19096 from darichey/rust-project-sysroot | Lukas Wirth | -1228/+146 |
| 2025-02-27 | Add missing case explanation for doc inlined re-export of doc hidden item | Guillaume Gomez | -1/+16 |
| 2025-02-27 | Use original command for showing sccache stats | Jakub Beránek | -1/+1 |
| 2025-02-27 | fix: Avoid ICE in `doc_nested_refdefs` check by checking range (#14308) | dswij | -2/+51 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -879/+55 |
| 2025-02-27 | Merge pull request #19239 from LuuuXXX/add-support-for-ohos | Laurențiu Nicola | -5/+7 |
| 2025-02-27 | Split `needless_lifetime` `'_` suggestions into `elidable_lifetime_names` (#1... | Fridtjof Stoldt | -638/+688 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -44/+44 |
| 2025-02-27 | Fix ICE | Jake Shadle | -2/+51 |
| 2025-02-27 | Update to LLVM 20 rc 3 | Nikita Popov | -0/+0 |
| 2025-02-27 | Rollup merge of #137694 - aDotInTheVoid:aDotInTheVoid-patch-1, r=jdonszelmann | Matthias Krüger | -5/+8 |
| 2025-02-27 | Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee | Matthias Krüger | -1/+10 |
| 2025-02-27 | Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obk | Matthias Krüger | -186/+425 |
| 2025-02-27 | Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibraheemdev | Matthias Krüger | -6/+137 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -374/+205 |
| 2025-02-27 | Rollup merge of #136688 - fee1-dead-contrib:push-nppsusmpokqo, r=compiler-errors | Matthias Krüger | -15/+200 |
| 2025-02-27 | Rollup merge of #136579 - bjorn3:fix_thinvec_ext_ub, r=BoxyUwU | Matthias Krüger | -17/+25 |
| 2025-02-27 | Rollup merge of #136542 - jieyouxu:build-base, r=onur-ozkan | Matthias Krüger | -40/+57 |
| 2025-02-27 | Optimize empty provenance range checks. | Nicholas Nethercote | -10/+60 |
| 2025-02-27 | Don't infer unwinding of virtual calls based on the function attributes | DianQK | -6/+32 |
| 2025-02-27 | Don't infer attributes of virtual calls based on the function body | DianQK | -60/+52 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -15/+200 |
| 2025-02-27 | Cofigurate out ohos target to avoid compilation crashes | LuuuXXX | -5/+7 |
| 2025-02-27 | Auto merge of #132295 - the8472:remove-randomize-exclusion1, r=onur-ozkan | bors | -3/+2 |
| 2025-02-27 | Always inline `query_get_at`. | Nicholas Nethercote | -1/+1 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -16/+16 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -43/+32 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -256/+152 |
| 2025-02-26 | Remove obsolete TODO (#14304) | Manish Goregaokar | -1/+0 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -77/+23 |
| 2025-02-26 | Remove obsolete TODO | Samuel Tardieu | -1/+0 |
| 2025-02-26 | Spruce up `AttributeKind` docs | Alona Enraght-Moony | -5/+8 |
| 2025-02-26 | Auto merge of #137688 - fmease:rollup-gbeuj9j, r=fmease | bors | -327/+699 |
| 2025-02-26 | Re-enable `--generate-link-to-defintion` for tools internal rustdoc | Alona Enraght-Moony | -3/+1 |
| 2025-02-26 | Drop support for stitched sysroot | David Richey | -1168/+12 |
| 2025-02-26 | Allow rust-project.json to specify sysroot workspace | David Richey | -61/+135 |
| 2025-02-26 | Remove `ParamEnv::without_caller_bounds` | Boxy | -7/+1 |
| 2025-02-26 | Add run-make test for rustdoc `--emit=dep-info` option | Guillaume Gomez | -1/+31 |
| 2025-02-26 | Bless tests | Gary Guo | -18/+29 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -69/+96 |
| 2025-02-26 | Print out destructor | Michael Goulet | -186/+425 |
| 2025-02-26 | Support raw-dylib link kind on ELF | Noratrieb | -207/+839 |
| 2025-02-26 | Rollup merge of #137671 - meithecatte:discoverable-dump-mir, r=Nadrieril | León Orell Valerian Liehr | -0/+2 |
| 2025-02-26 | Rollup merge of #137670 - RalfJung:llvm-commit-logic-revert, r=Kobzol | León Orell Valerian Liehr | -0/+1 |
| 2025-02-26 | Rollup merge of #137660 - Kobzol:gcc-update, r=GuillaumeGomez | León Orell Valerian Liehr | -0/+0 |