about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-06-19correct template for `#[align]`Folkert de Vries-31/+33
2025-06-19various minor target feature cleanupsRalf Jung-7/+6
2025-06-18Add a test for `concat_bytes!` with C stringsTrevor Gross-29/+83
2025-06-19unify two -Ctarget-feature parsersRalf Jung-11/+1
2025-06-19move -Ctarget-feature handling into shared codeRalf Jung-3/+0
2025-06-18Rollup merge of #142639 - dpaoliello:needcolon, r=WaffleLapkinTrevor Gross-1/+1
2025-06-18Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,...Trevor Gross-0/+29
2025-06-18Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-SimulacrumTrevor Gross-1/+1
2025-06-18Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmannTrevor Gross-51/+142
2025-06-18Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnrTrevor Gross-129/+380
2025-06-18Emit the usages suggestions as tool-only suggestionsUrgau-25/+0
2025-06-18ReviewsBoxy-7/+13
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-318/+99
2025-06-18better template for repr attributesJana Dönszelmann-5/+5
2025-06-18convert the `optimize` attribute to a new parserJana Dönszelmann-6/+9
2025-06-18add `#[align]` attributeFolkert de Vries-51/+142
2025-06-18Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3bors-0/+1
2025-06-18Bless/update tests.Mara Bos-28/+81
2025-06-18Update unpretty tests.Mara Bos-4/+8
2025-06-18Remove 'this error originates in format_args_nl' from test output.Mara Bos-65/+3
2025-06-18Remove outdated test.Mara Bos-47/+0
2025-06-18Auto merge of #138165 - jdonszelmann:inline, r=oli-obkbors-273/+459
2025-06-18AsyncDrop trait without sync Drop generates an errorAndrew Zhogin-0/+29
2025-06-18Also emit suggestions for usages in the `non_upper_case_globals` lintUrgau-0/+142
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 #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-17Add a missing colon at the end of the expected panic message in location-deta...Daniel Paoliello-1/+1
2025-06-17Auto merge of #142613 - workingjubilee:rollup-yuod2hg, r=workingjubileebors-162/+158
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-331/+2456
2025-06-17Add test suggest-remove-semi-in-macro-expansion-issue-142143.rsxizheyin-0/+29
2025-06-17Dont replace escaping bound vars in item sigsBoxy-61/+15
2025-06-17rebaseBoxy-56/+0
2025-06-17Test whether we use DeepRejectCtxtBoxy-0/+54
2025-06-17Don't build `ParamEnv` and do trait solving in `ItemCtxt`sBoxy-99/+392
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-17Reject union default field valuesJieyou Xu-20/+62
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-18/+128
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-67/+128