about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-11Rollup merge of #144966 - scrabsha:push-rozroqqmurvu, r=jdonszelmannGuillaume Gomez-15/+91
2025-08-11significantly improve provisional cache rebasinglcnr-91/+100
2025-08-11std: sys: pal: uefi: tests: Add systemtime testsAyush Singh-24/+96
2025-08-11std: sys: pal: uefi: Overhaul TimeAyush Singh-18/+110
2025-08-11Update error messagetiif-8/+8
2025-08-11Update rustc dev guidetiif-1/+6
2025-08-11Support using #[unstable_feature_bound] on traittiif-2/+52
2025-08-11Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2)Sasha Pourcelot-28/+85
2025-08-11Turn _span into _trace as trace span nameStypox-31/+31
2025-08-11Add tracing to resolve-related functionsStypox-23/+43
2025-08-11Update `sysinfo` version to `0.37.0`Guillaume Gomez-6/+6
2025-08-11Auto merge of #145215 - Kobzol:rust-backtrace, r=marcoienibors-0/+3
2025-08-11doc: use `is_some_and` instead of `map_or(false, _)` (#15455)Philipp Krones-1/+1
2025-08-11Set dead_on_return attribute for indirect argumentsNikita Popov-6/+55
2025-08-11Merge pull request #2545 from rust-lang/tshepang-patch-1nora-1/+1
2025-08-11Auto merge of #145240 - Zalathar:rollup-7r97lia, r=Zalatharbors-82/+239
2025-08-11Rollup merge of #145225 - joshtriplett:infinite-print-no-semi, r=lqdStuart Cook-8/+8
2025-08-11Rollup merge of #145194 - compiler-errors:coro-witness-re, r=lcnrStuart Cook-2/+29
2025-08-11Rollup merge of #145091 - lcnr:remove-from_forall, r=petrochenkovStuart Cook-29/+15
2025-08-11Rollup merge of #144156 - compiler-errors:dtorck-upvars, r=lcnrStuart Cook-24/+150
2025-08-11Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnrStuart Cook-19/+37
2025-08-11doc: use `is_some_and` instead of `map_or(false, _)`Ada Alakbarova-1/+1
2025-08-11fix grammarTshepang Mbambo-1/+1
2025-08-11remove `from_forall`lcnr-29/+15
2025-08-11Merge pull request #2544 from rust-lang/tshepang-patch-1Tshepang Mbambo-1/+1
2025-08-11place link on the more suitable text Tshepang Mbambo-1/+1
2025-08-11Adjust `declare_interior_mutable_const` lint's categoryKirill Bulatov-1/+1
2025-08-11Merge pull request #2543 from chenyukang/yukang-add-tip-for-english-writingTshepang Mbambo-1/+3
2025-08-11Auto merge of #145011 - Kobzol:bootstrap-doc, r=jieyouxubors-243/+514
2025-08-11Auto merge of #145236 - Zalathar:rollup-1ggbztv, r=Zalatharbors-586/+2170
2025-08-11add a tip for english writingyukang-1/+3
2025-08-11Rollup merge of #145228 - estebank:unnecessary-parens, r=joshtriplettStuart Cook-2/+2
2025-08-11Rollup merge of #145227 - estebank:tweak-inference-span, r=joshtriplettStuart Cook-12/+42
2025-08-11Rollup merge of #145149 - Shourya742:2025-07-08-convert-config-method-invoke-...Stuart Cook-306/+439
2025-08-11Rollup merge of #144558 - estebank:issue-68119, r=lcnrStuart Cook-26/+941
2025-08-11Rollup merge of #144350 - Ayush1325:uefi-io, r=tgross35,nicholasbishopStuart Cook-0/+196
2025-08-11Rollup merge of #144330 - gewitternacht:document-clone-eq, r=AmanieuStuart Cook-0/+33
2025-08-11Rollup merge of #143949 - clarfonthey:const-arith-ops, r=AmanieuStuart Cook-240/+517
2025-08-11Remove unnecessary commentMichael Goulet-1/+0
2025-08-11Remove unnecessary trait predicate eq functionMichael Goulet-33/+1
2025-08-11Remove unnecessary UnsatisfiedConst reporting logicMichael Goulet-27/+1
2025-08-10Auto merge of #135846 - estebank:non-exhaustive-dfv-ctor-2, r=BoxyUwUbors-36/+321
2025-08-10clean up witness printing for tuple-like constructorsdianne-17/+2
2025-08-10cfg_select: Support unbraced expressionsJosh Triplett-25/+60
2025-08-10Fix doc-comment.Camille GILLOT-3/+2
2025-08-10show a trailing comma on singleton tuple constructors in witness patsdianne-8/+11
2025-08-11mention `Hash` and `Ord`; refine description of `derive`gewitternacht-4/+8
2025-08-10Remove unnecessary parentheses in `assert!`sEsteban Küber-2/+2
2025-08-10Do not point at macro invocation when providing inference contextEsteban Küber-6/+2
2025-08-10Add test showing innecessary inference spanEsteban Küber-0/+42