about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-11Set dead_on_return attribute for indirect argumentsNikita Popov-6/+55
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-11remove `from_forall`lcnr-29/+15
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-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-10cfg_select: Support unbraced expressionsJosh Triplett-25/+60
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
2025-08-10Account for macros when trying to point at inference causeEsteban Küber-11/+3
2025-08-10Fix macro infinite recursion test to not trigger warning about semicolon in exprJosh Triplett-8/+8
2025-08-10Auto merge of #145223 - jhpratt:rollup-xcqbwqe, r=jhprattbors-69/+130
2025-08-10Rollup merge of #145222 - dpaoliello:pareninllvmbuild, r=AmanieuJacob Pratt-1/+1
2025-08-10Rollup merge of #145200 - joshtriplett:mbe-typo-fix, r=lqdJacob Pratt-1/+1
2025-08-10Rollup merge of #145152 - xizheyin:detect-confusion-type, r=lqdJacob Pratt-1/+1
2025-08-10Rollup merge of #145150 - ChrisDenton:inherit, r=Mark-SimulacrumJacob Pratt-12/+11
2025-08-10Rollup merge of #145121 - lambdageek:dist-must-keep-llvm-third-party-siphash,...Jacob Pratt-0/+14
2025-08-10Rollup merge of #145064 - okaneco:saturating_sub_regression_tests, r=nikicJacob Pratt-0/+19
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-54/+83
2025-08-10review commentsEsteban Küber-5/+7
2025-08-10Add support for method callsEsteban Küber-55/+725
2025-08-10Point at the `Fn()` or `FnMut()` bound that coerced a closure, which caused a...Esteban Küber-25/+268
2025-08-10Fix typo with paren rustc_llvm/build.rsDaniel Paoliello-1/+1
2025-08-10review commentsEsteban Küber-50/+81
2025-08-10Detect struct construction with private field in field with defaultEsteban Küber-36/+290
2025-08-10Fix Cargo cross-compilation (take two)Jakub Beránek-0/+2
2025-08-10Enable RUST_BACKTRACE=1 on CIJakub Beránek-0/+3