about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-08-13add a test with incorrect `if let`-`super let` drop orderdianne-0/+112
2025-08-13Auto merge of #145334 - Kobzol:rollup-fs5a133, r=Kobzolbors-194/+341
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-194/+341
2025-08-13Auto merge of #145093 - nikic:dead-on-return, r=nnethercotebors-5/+36
2025-08-13Fix pgo testsywxt-5/+21
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-52/+52
2025-08-13fix tail calls to `#[track_caller]` functionsWaffle Lapkin-2/+43
2025-08-12Remove unused must_useMichael Goulet-194/+341
2025-08-12Change the desugaring of `assert!` for better error outputEsteban Küber-23/+61
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-8/+86
2025-08-12Only suggest changing `#[derive(mymacro)]` to `#[mymacro]` for attribute macrosJosh Triplett-8/+0
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-1/+1
2025-08-12Rollup merge of #145251 - tiif:support_trait, r=BoxyUwUStuart Cook-6/+57
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-201/+792
2025-08-12Rollup merge of #145216 - eval-exec:fix-145125-enum-rustdoc, r=fmeaseStuart Cook-0/+22
2025-08-12Rollup merge of #145214 - notJoon:fix/enable-self-assignment, r=petrochenkovStuart Cook-10/+51
2025-08-12Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmannStuart Cook-6/+9
2025-08-12Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...Stuart Cook-0/+6
2025-08-12Rollup merge of #144386 - camsteffen:imploftrait, r=fmeaseStuart Cook-39/+87
2025-08-12Rollup merge of #131477 - madsmtm:sdkroot-via-env-var, r=nnethercoteStuart Cook-0/+33
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-1/+1
2025-08-12fix(debuginfo): handle false positives in overflow checkAdwin White-0/+9
2025-08-11Convert moves of references to copies in RefPropBen Kimock-85/+158
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-1/+1
2025-08-11llvm: Accept new LLVM lifetime formatMatthew Maurer-37/+37
2025-08-11Tweak trait modifier errorsCameron Steffen-28/+32
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-24/+64
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-0/+4
2025-08-11Always attempt to invoke xcrun to get the Apple SDKMads Marquart-0/+33
2025-08-11Add new Tier-3 target: riscv64a23-unknown-linux-gnuChen Zhongyao-0/+19
2025-08-11Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomezbors-9/+47
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-41/+169
2025-08-11Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxubors-0/+11
2025-08-11fix testsEsteban Küber-12/+20
2025-08-11Add link to invalid `repr` errorEsteban Küber-0/+8
2025-08-11Add link to docs on malformed attributesEsteban Küber-0/+48
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-148/+547
2025-08-11don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]binarycat-0/+6
2025-08-11Rollup merge of #144966 - scrabsha:push-rozroqqmurvu, r=jdonszelmannGuillaume Gomez-9/+47
2025-08-11Update error messagetiif-6/+6
2025-08-11Support using #[unstable_feature_bound] on traittiif-0/+51
2025-08-11Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2)Sasha Pourcelot-6/+9
2025-08-11Set dead_on_return attribute for indirect argumentsNikita Popov-5/+36
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-0/+14
2025-08-11Rollup merge of #144156 - compiler-errors:dtorck-upvars, r=lcnrStuart Cook-0/+100
2025-08-11Rollup merge of #135331 - fmease:ban-assoc-ty-unbounds, r=lcnrStuart Cook-10/+26
2025-08-11Auto merge of #145236 - Zalathar:rollup-1ggbztv, r=Zalatharbors-32/+928
2025-08-11Rollup merge of #145227 - estebank:tweak-inference-span, r=joshtriplettStuart Cook-10/+40
2025-08-11Rollup merge of #144558 - estebank:issue-68119, r=lcnrStuart Cook-22/+888