about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-08-15Detect missing `derive` on unresolved attribute even when not importedEsteban Küber-0/+15
2025-08-15Auto merge of #145450 - Kobzol:rollup-cqclix0, r=Kobzolbors-1/+21
2025-08-15Rollup merge of #145430 - Urgau:drop_forget_useless-145427, r=lqdJakub Beránek-1/+21
2025-08-15Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwUbors-0/+43
2025-08-15Implement `#[derive(From)]`Jakub Beránek-1/+369
2025-08-15Add feature gate testJakub Beránek-0/+19
2025-08-15Fix wrong spans with external macros in the `dropping_copy_types` lintUrgau-1/+21
2025-08-15Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalatharbors-86/+783
2025-08-15fix: Reject async assoc fns of const traits/impls in ast_passesShoyu Vanilla-0/+36
2025-08-15Rollup merge of #145378 - xizheyin:144968, r=davidtwcoStuart Cook-40/+82
2025-08-15Rollup merge of #145369 - estebank:issue-145367, r=compiler-errorsStuart Cook-0/+30
2025-08-15Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc...Stuart Cook-18/+26
2025-08-15Rollup merge of #145065 - petrochenkov:riblock, r=davidtwcoStuart Cook-2/+21
2025-08-15Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errorsStuart Cook-0/+83
2025-08-15Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqdStuart Cook-2/+43
2025-08-15Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...Stuart Cook-0/+414
2025-08-15Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4Stuart Cook-0/+22
2025-08-15Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkovStuart Cook-24/+62
2025-08-15Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwUbors-2/+2
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-196/+156
2025-08-14mbe: Handle applying `macro_rules` derivesJosh Triplett-3/+217
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-6/+156
2025-08-14Rollup merge of #145403 - shepmaster:grammar, r=estebankJakub Beránek-60/+60
2025-08-14Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxuJakub Beránek-12/+38
2025-08-14Rollup merge of #144631 - fneddy:fix_be_test_intrinsic_const_bad, r=compiler-...Jakub Beránek-8/+10
2025-08-14Rollup merge of #137872 - estebank:extra-vert, r=compiler-errorsJakub Beránek-116/+48
2025-08-14Auto merge of #145085 - JonathanBrouwer:target_checking, r=jdonszelmannbors-2258/+2447
2025-08-14Update autodiff tests for the new intrinsics implMarcelo Domínguez-0/+22
2025-08-14fixed diagnosticKivooeo-0/+83
2025-08-14Adjust error message grammar to be less awkwardJake Goulding-60/+60
2025-08-14Update uitestsJonathan Brouwer-2258/+2447
2025-08-14Do not ICE on private type in field of unresolved structEsteban Küber-0/+30
2025-08-14resolve: Add one more test case for "binding is available in a different scop...Vadim Petrochenkov-2/+21
2025-08-14it's not a borrow checker limitation :<lcnr-23/+23
2025-08-14fix alignment testEsteban Küber-1/+1
2025-08-14Auto merge of #144542 - sayantn:stabilize-sse4a-tbm, r=Amanieu,traviscrossbors-7/+1
2025-08-14add regression testlcnr-0/+43
2025-08-14Add FnContext in parser for diagnosticxizheyin-46/+1
2025-08-14Add test suggest-self-in-bare-functionxizheyin-0/+87
2025-08-14resolve prelude import at `build_reduced_graph` phaseLorrensP-2158466-18/+26
2025-08-14Print regions in `type_name`.Nicholas Nethercote-9/+13
2025-08-14Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726Guillaume Gomez-7/+23
2025-08-14Rollup merge of #145361 - xizheyin:145294, r=compiler-errorsGuillaume Gomez-0/+47
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-24/+42
2025-08-14Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmannGuillaume Gomez-0/+28
2025-08-14use ty::Value instead of manual pairs of types and valtreesRalf Jung-4/+2
2025-08-14pattern testing: store constants as valtreesRalf Jung-0/+2
2025-08-14PatKind: store constants as valtreesRalf Jung-2/+2
2025-08-14resolve: Improve code reuse in typo candidate collectionVadim Petrochenkov-6/+16
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-1/+7