| Age | Commit message (Expand) | Author | Lines |
| 2025-05-08 | Remark test naming exception | Stan Manilov | -0/+6 |
| 2025-05-08 | std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on... | xizheyin | -0/+6 |
| 2025-05-08 | std: Make consistence between `From` and `Into` | xizheyin | -2/+2 |
| 2025-05-08 | Remove associated type `InvocationCollectorNode::AttrsTy` | Nicholas Nethercote | -18/+12 |
| 2025-05-08 | Merge pull request #19764 from ChayimFriedman2/too-many-asterisks-dbg | Chayim Refael Friedman | -13/+33 |
| 2025-05-08 | Fix postfix snippets duplicating derefs | Chayim Refael Friedman | -13/+33 |
| 2025-05-08 | Merge pull request #2375 from smanilov/patch-4 | Tshepang Mbambo | -1/+1 |
| 2025-05-08 | Merge pull request #19763 from ChayimFriedman2/ws-completions | Lukas Wirth | -3/+76 |
| 2025-05-08 | perf: Request cancellation while processing changed files | Lukas Wirth | -80/+136 |
| 2025-05-08 | Migrate `opt-dist` to edition 2024 | Jakub Beránek | -3/+5 |
| 2025-05-08 | Remove unused dependency from opt-dist | Jakub Beránek | -1/+0 |
| 2025-05-08 | Fix minor typo in serialization.md | Stan Manilov | -1/+1 |
| 2025-05-08 | Still complete parentheses & method call arguments if there are existing pare... | Chayim Refael Friedman | -3/+76 |
| 2025-05-08 | Update documentation of OnceLock::get_or_init. | Luca Versari | -1/+1 |
| 2025-05-08 | add change-entry for `x run rustfmt` | onur-ozkan | -0/+5 |
| 2025-05-08 | implement `x run rustfmt` | onur-ozkan | -0/+55 |
| 2025-05-08 | Merge pull request #2374 from rust-lang/rustc-pull | Tshepang Mbambo | -13199/+24531 |
| 2025-05-08 | Merge from rustc | The rustc-dev-guide Cronjob Bot | -13198/+24530 |
| 2025-05-08 | Preparing for merge from rustc | The rustc-dev-guide Cronjob Bot | -1/+1 |
| 2025-05-08 | Auto merge of #140781 - matthiaskrgr:rollup-90sig9g, r=matthiaskrgr | bors | -453/+1194 |
| 2025-05-08 | Rollup merge of #140773 - aDotInTheVoid:rdj-triagdfsadgs, r=dtolnay | Matthias Krüger | -1/+9 |
| 2025-05-08 | Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obk | Matthias Krüger | -12/+57 |
| 2025-05-08 | Rollup merge of #140764 - joshtriplett:style-nullary-functions, r=traviscross | Matthias Krüger | -0/+13 |
| 2025-05-08 | Rollup merge of #140762 - aDotInTheVoid:popnl, r=GuillaumeGomez | Matthias Krüger | -13/+17 |
| 2025-05-08 | Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnr | Matthias Krüger | -24/+130 |
| 2025-05-08 | Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errors | Matthias Krüger | -139/+204 |
| 2025-05-08 | Rollup merge of #140579 - jieyouxu:temp-remove, r=wesleywiser | Matthias Krüger | -5/+0 |
| 2025-05-08 | Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726 | Matthias Krüger | -80/+463 |
| 2025-05-08 | Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnr | Matthias Krüger | -179/+301 |
| 2025-05-08 | Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrieril | bors | -25/+480 |
| 2025-05-07 | Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomez | bors | -292/+643 |
| 2025-05-08 | triagebot: `canonicalize-issue-links` → `issue-links` | Samuel Tardieu | -1/+1 |
| 2025-05-07 | triagebot: Better message for changes to `tests/rustdoc-json` | Alona Enraght-Moony | -1/+9 |
| 2025-05-07 | do not allow stage > 0 on `x fmt` | onur-ozkan | -1/+6 |
| 2025-05-07 | Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life... | John Kåre Alsaker | -12/+57 |
| 2025-05-07 | Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errors | bors | -64/+135 |
| 2025-05-07 | Clarify docs of `CONFUSING_METHOD_TO_NUMERIC_CAST` | Guillaume Gomez | -1/+1 |
| 2025-05-07 | Rename lint into `confusing_method_to_numeric_cast` | Guillaume Gomez | -44/+172 |
| 2025-05-07 | style: Never break within a nullary function call `func()` or a unit literal ... | Josh Triplett | -0/+13 |
| 2025-05-07 | [win][arm64] Disable MSVC Linker 'Arm Hazard' warning | Daniel Paoliello | -1/+6 |
| 2025-05-07 | rustdoc-json: Remove newlines from attributes | Alona Enraght-Moony | -13/+17 |
| 2025-05-07 | Better error message for late/early lifetime param mismatch | Michael Goulet | -49/+398 |
| 2025-05-07 | [win][arm64] Disable FS tests that require symlinks | Daniel Paoliello | -0/+16 |
| 2025-05-07 | [win] Update LLVM toolchain used to build LLVM to 20 | Daniel Paoliello | -2/+2 |
| 2025-05-07 | detect additional uses of opaques after writeback | lcnr | -70/+143 |
| 2025-05-07 | opaque_type_storage to InferCtxtLike | lcnr | -69/+61 |
| 2025-05-07 | [arm64] Pointer auth test should link with C static library statically | Daniel Paoliello | -1/+1 |
| 2025-05-07 | [win][arm64] Disable various DebugInfo tests that don't work on Arm64 Windows | Daniel Paoliello | -0/+11 |
| 2025-05-07 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -54/+201 |
| 2025-05-07 | Review | Michael Goulet | -6/+21 |