about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-18Auto merge of #138165 - jdonszelmann:inline, r=oli-obkbors-276/+462
2025-06-18Auto merge of #130887 - Soveu:repeatn, r=scottmcmbors-3/+4
2025-06-17fix clippyJana Dönszelmann-3/+3
2025-06-17make error codes reflect reality betterJana Dönszelmann-237/+216
2025-06-17Rollup merge of #142631 - xizheyin:142143, r=UrgauJacob Pratt-0/+29
2025-06-17Rollup merge of #142371 - fee1-dead-contrib:push-xqlkumzurkus, r=petrochenkovJacob Pratt-6/+5
2025-06-17Rollup merge of #142100 - lolbinarycat:rustdoc-srcIndex-138467, r=GuillaumeGomezJacob Pratt-3/+0
2025-06-17Rollup merge of #141608 - moatom:proc_macro-140238, r=dtolnayJacob Pratt-59/+192
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-45/+167
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-132/+217
2025-06-17Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubileebors-186/+175
2025-06-18Dont suggest remove semi inside macro expansion for redundant semi lintxizheyin-1/+1
2025-06-17Auto merge of #137944 - davidtwco:sized-hierarchy, r=oli-obkbors-417/+2797
2025-06-17Add test suggest-remove-semi-in-macro-expansion-issue-142143.rsxizheyin-0/+29
2025-06-17Rollup merge of #142595 - workingjubilee:revert-warning-138139, r=ChrisDentonJubilee-19/+0
2025-06-17Rollup merge of #142587 - compiler-errors:try-visit-expr-fields, r=jieyouxuJubilee-1/+20
2025-06-17Rollup merge of #142584 - Urgau:span-borrowck-139049, r=fmeaseJubilee-116/+64
2025-06-17Rollup merge of #142570 - jieyouxu:disunion, r=estebankJubilee-26/+74
2025-06-17Don't match on platform-specific directory not found messageJieyou Xu-6/+2
2025-06-17Refine run-make test ignores due to unpredictable `i686-pc-windows-gnu` unwin...Jieyou Xu-18/+15
2025-06-16rustdoc: make srcIndex no longer a global variablebinarycat-3/+0
2025-06-17Reject union default field valuesJieyou Xu-20/+62
2025-06-16rustdoc: `PointeeSized` bounds with extern typesDavid Wood-1/+1
2025-06-16rustdoc: `{Meta,Pointee,}Sized` in non-minicoreDavid Wood-21/+109
2025-06-16trait_sel: skip `nominal_obligations` for `Sized`David Wood-36/+4
2025-06-16trait_sel: skip elaboration of sizedness supertraitDavid Wood-28/+116
2025-06-16tests: bless remaining testsDavid Wood-25/+135
2025-06-16tests: add overflow testDavid Wood-0/+66
2025-06-16tests: unconstrain params in `non_lifetime_binders`David Wood-43/+64
2025-06-16tests: update tests with unconstrained parametersDavid Wood-7/+32
2025-06-16tests: `PointeeSized` bounds with extern typesDavid Wood-69/+131
2025-06-16middle: print `{Meta,Pointee}Sized` in opaquesDavid Wood-0/+119
2025-06-16trait_sel: print `{Meta,Pointee}Sized` impl headersDavid Wood-0/+206
2025-06-16aux: add `{Meta,Pointee}Sized` bounds to minicoreDavid Wood-40/+40
2025-06-16hir_analysis: add `{Meta,Pointee}Sized` boundsDavid Wood-65/+475
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-172/+616
2025-06-16Revert overeager warning for misuse of `--print native-static-libs`Jubilee Young-19/+0
2025-06-16Handle same-crate macro for borrowck semicolon suggestionUrgau-116/+64
2025-06-16Rollup merge of #142565 - bjorn3:wasm32_unknown_naked_asm_test, r=RalfJungJakub Beránek-3/+6
2025-06-16Rollup merge of #142414 - folkertdev:ignore-nostd-tests, r=jieyouxuJakub Beránek-21/+184
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-0/+77
2025-06-16Rollup merge of #139340 - beetrees:riscv-float-struct-abi, r=workingjubileeJakub Beránek-0/+265
2025-06-16Make sure to propagate result from visit_expr_fieldsMichael Goulet-1/+20
2025-06-17Add support for repetition to `proc_macro::quote`Tomoaki Kobayashi-59/+192
2025-06-16Dont suggest converting `///` to regular comment when it appears after missin...xizheyin-0/+77
2025-06-16aux: add `{Meta,Pointee}Sized` to minicoreDavid Wood-2/+15
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-46/+692
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+114
2025-06-16Add union with default field values case testJieyou Xu-8/+14
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-0/+265