summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-02-13Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-5/+78
2025-02-10add more pattern migration testsdianne-1/+400
2025-02-10try to suggest eliding redundant binding modifiersdianne-10/+13
2025-02-10reword default binding mode notesdianne-52/+52
2025-02-10separate labels for default binding mode spans into their own notesdianne-105/+163
2025-02-10don't include trailing open parens in labels for reference patternsdianne-1/+1
2025-02-10experimentally label the spans for default binding modesdianne-106/+105
2025-02-10highlight the whole problem subpattern when pointing out the default binding ...dianne-28/+101
2025-02-10add tests for label formattingdianne-1/+47
2025-02-10use more specific wording for subpatterns from macro expansionsdianne-1/+1
2025-02-10reword pattern migration diagnostic to make sense in all editionsdianne-88/+88
2025-02-06add tests for issue 135671Rémy Rakic-0/+30
2025-02-06Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-163/+207
2025-02-06Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-23/+0
2025-02-06modify test to side-step platform-dependent stderr outputEsteban Küber-18/+27
2025-02-06Add check for missing fields in enum variant patternEsteban Küber-3/+20
2025-02-06Ensure that we don't try to access fields on a non-struct pattern type in dia...Esteban Küber-0/+35
2025-01-23add testlcnr-0/+70
2025-01-23avoid running the overlap check twicelcnr-4/+0
2025-01-16Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024Michael Goulet-11/+15
2025-01-10Bless test UI changes in backportJosh Stone-4/+6
2025-01-10Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-19/+45
2025-01-10Don't do AccessDepth::Drop for types with no drop implMichael Goulet-0/+56
2025-01-10Don't create cycles by normalizing opaques defined in the body we're checkingMichael Goulet-18/+27
2025-01-10run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-0/+77
2025-01-03Auto merge of #135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgrbors-60/+170
2025-01-03Rollup merge of #135042 - lukas-code:taint-dyn-incompat, r=compiler-errorsMatthias Krüger-0/+113
2025-01-03Rollup merge of #131729 - Urgau:check-cfg-test-userspace, r=petrochenkovMatthias Krüger-60/+57
2025-01-03Auto merge of #134692 - GrigorenkoPV:sync_poision, r=tgross35bors-3/+3
2025-01-02Auto merge of #122565 - Zoxc:atomic-panic-msg, r=the8472bors-14/+69
2025-01-02taint fcx on selection errors during unsizingLukas Markeffsky-0/+113
2025-01-02Make the `test` cfg a "userspace" check-cfgUrgau-60/+57
2025-01-02Move some things to `std::sync::poison` and reexport them in `std::sync`Pavel Grigorenko-3/+3
2025-01-01Rollup merge of #135000 - compiler-errors:opaque-captures-dupe, r=lqdMatthias Krüger-6/+36
2025-01-01Fix ICE when opaque captures a duplicated/invalid lifetimeMichael Goulet-6/+36
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-14/+69
2025-01-01Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errorsStuart Cook-1/+4
2025-01-01Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebankStuart Cook-14/+20
2025-01-01Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este...Stuart Cook-0/+85
2025-01-01Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebankStuart Cook-0/+121
2024-12-31Rollup merge of #134971 - dxsullivan:fix-typo, r=lqdTrevor Gross-4/+4
2024-12-31Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebankTrevor Gross-65/+131
2024-12-31Provide structured suggestion for `impl Default` of type where all fields hav...Esteban Küber-1/+4
2024-12-31chore: fix typosdxsullivan-4/+4
2024-12-31Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxuMatthias Krüger-18/+76
2024-12-31Rollup merge of #134918 - ChrisDenton:issue-70093, r=jieyouxuMatthias Krüger-20/+40
2024-12-31Rollup merge of #134957 - peicuiping:master, r=lqdJacob Pratt-3/+3
2024-12-31chore: fix some typospeicuiping-3/+3
2024-12-31Account for format_args in HiddenUnicodeCodepoints lintMichael Goulet-4/+23
2024-12-31Account for C string literals in HiddenUnicodeCodepoints lintMichael Goulet-18/+57