about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-08Remark test naming exceptionStan Manilov-0/+6
2025-05-08std: Explain prefer `TryInto` over `TryFrom` when specifying traits bounds on...xizheyin-0/+6
2025-05-08std: Make consistence between `From` and `Into`xizheyin-2/+2
2025-05-08Remove associated type `InvocationCollectorNode::AttrsTy`Nicholas Nethercote-18/+12
2025-05-08Merge pull request #19764 from ChayimFriedman2/too-many-asterisks-dbgChayim Refael Friedman-13/+33
2025-05-08Fix postfix snippets duplicating derefsChayim Refael Friedman-13/+33
2025-05-08Merge pull request #2375 from smanilov/patch-4Tshepang Mbambo-1/+1
2025-05-08Merge pull request #19763 from ChayimFriedman2/ws-completionsLukas Wirth-3/+76
2025-05-08perf: Request cancellation while processing changed filesLukas Wirth-80/+136
2025-05-08Migrate `opt-dist` to edition 2024Jakub Beránek-3/+5
2025-05-08Remove unused dependency from opt-distJakub Beránek-1/+0
2025-05-08Fix minor typo in serialization.mdStan Manilov-1/+1
2025-05-08Still complete parentheses & method call arguments if there are existing pare...Chayim Refael Friedman-3/+76
2025-05-08Update documentation of OnceLock::get_or_init.Luca Versari-1/+1
2025-05-08add change-entry for `x run rustfmt`onur-ozkan-0/+5
2025-05-08implement `x run rustfmt`onur-ozkan-0/+55
2025-05-08Merge pull request #2374 from rust-lang/rustc-pullTshepang Mbambo-13199/+24531
2025-05-08Merge from rustcThe rustc-dev-guide Cronjob Bot-13198/+24530
2025-05-08Preparing for merge from rustcThe rustc-dev-guide Cronjob Bot-1/+1
2025-05-08Auto merge of #140781 - matthiaskrgr:rollup-90sig9g, r=matthiaskrgrbors-453/+1194
2025-05-08Rollup merge of #140773 - aDotInTheVoid:rdj-triagdfsadgs, r=dtolnayMatthias Krüger-1/+9
2025-05-08Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obkMatthias Krüger-12/+57
2025-05-08Rollup merge of #140764 - joshtriplett:style-nullary-functions, r=traviscrossMatthias Krüger-0/+13
2025-05-08Rollup merge of #140762 - aDotInTheVoid:popnl, r=GuillaumeGomezMatthias Krüger-13/+17
2025-05-08Rollup merge of #140711 - compiler-errors:combine-maybes, r=lcnrMatthias Krüger-24/+130
2025-05-08Rollup merge of #140641 - lcnr:opaque-type-storage-entries, r=compiler-errorsMatthias Krüger-139/+204
2025-05-08Rollup merge of #140579 - jieyouxu:temp-remove, r=wesleywiserMatthias Krüger-5/+0
2025-05-08Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726Matthias Krüger-80/+463
2025-05-08Rollup merge of #140260 - compiler-errors:only-global-post-norm, r=lcnrMatthias Krüger-179/+301
2025-05-08Auto merge of #140106 - dianne:deref-pat-usefulness, r=Nadrierilbors-25/+480
2025-05-07Auto merge of #140751 - GuillaumeGomez:rollup-eahw4ta, r=GuillaumeGomezbors-292/+643
2025-05-08triagebot: `canonicalize-issue-links` → `issue-links`Samuel Tardieu-1/+1
2025-05-07triagebot: Better message for changes to `tests/rustdoc-json`Alona Enraght-Moony-1/+9
2025-05-07do not allow stage > 0 on `x fmt`onur-ozkan-1/+6
2025-05-07Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...John Kåre Alsaker-12/+57
2025-05-07Auto merge of #140590 - lcnr:closure-in-dead-code, r=compiler-errorsbors-64/+135
2025-05-07Clarify docs of `CONFUSING_METHOD_TO_NUMERIC_CAST`Guillaume Gomez-1/+1
2025-05-07Rename lint into `confusing_method_to_numeric_cast`Guillaume Gomez-44/+172
2025-05-07style: 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' warningDaniel Paoliello-1/+6
2025-05-07rustdoc-json: Remove newlines from attributesAlona Enraght-Moony-13/+17
2025-05-07Better error message for late/early lifetime param mismatchMichael Goulet-49/+398
2025-05-07[win][arm64] Disable FS tests that require symlinksDaniel Paoliello-0/+16
2025-05-07[win] Update LLVM toolchain used to build LLVM to 20Daniel Paoliello-2/+2
2025-05-07detect additional uses of opaques after writebacklcnr-70/+143
2025-05-07opaque_type_storage to InferCtxtLikelcnr-69/+61
2025-05-07[arm64] Pointer auth test should link with C static library staticallyDaniel Paoliello-1/+1
2025-05-07[win][arm64] Disable various DebugInfo tests that don't work on Arm64 WindowsDaniel Paoliello-0/+11
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-54/+201
2025-05-07ReviewMichael Goulet-6/+21