about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-05-12Auto merge of #125051 - dtolnay:printletelse, r=compiler-errorsbors-0/+41
2024-05-12Pretty-print let-else with added parenthesization when neededDavid Tolnay-1/+1
2024-05-12Add AST pretty-printer tests for let-elseDavid Tolnay-0/+41
2024-05-12Auto merge of #124639 - Jules-Bertholet:match-ergonomics-2024-migration-lint,...bors-47/+223
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-0/+28
2024-05-12Apply nitsMichael Goulet-0/+4
2024-05-12Try structurally resolveMichael Goulet-0/+15
2024-05-12Match ergonomics 2024: migration lintJules Bertholet-47/+223
2024-05-12Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubileebors-11/+18
2024-05-12Auto merge of #119427 - dtolnay:maccall, r=compiler-errorsbors-24/+332
2024-05-11Fix redundant parens around braced macro call in match armsDavid Tolnay-1/+1
2024-05-11Remove MacCall special case from recovery after missing 'if' after 'else'David Tolnay-6/+4
2024-05-11Add macro calls to else-no-if parser testDavid Tolnay-5/+83
2024-05-11Add parser tests for statement boundary insertionDavid Tolnay-0/+104
2024-05-11Add test of unused_parens lint involving macro callsDavid Tolnay-19/+117
2024-05-11Fix pretty printer statement boundaries after braced macro callDavid Tolnay-2/+2
2024-05-11Add ExprKind::MacCall statement boundary testsDavid Tolnay-0/+30
2024-05-11Auto merge of #125028 - matthiaskrgr:rollup-3qk782d, r=matthiaskrgrbors-154/+70
2024-05-11Rollup merge of #125008 - Dirbaio:test-issue-122775, r=compiler-errorsMatthias Krüger-0/+17
2024-05-11Rollup merge of #124096 - saethlin:rust-dbg-call, r=NilstriebMatthias Krüger-154/+53
2024-05-11Auto merge of #124988 - compiler-errors:name-span, r=lcnrbors-6/+41
2024-05-11io::Write::write_fmt: panic if the formatter fails when the stream does not failRalf Jung-11/+18
2024-05-11Auto merge of #125010 - matthiaskrgr:rollup-270pck3, r=matthiaskrgrbors-0/+7
2024-05-11Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,NilstriebMatthias Krüger-0/+7
2024-05-11Add test for #122775Dario Nieuwenhuis-0/+17
2024-05-11Auto merge of #124567 - Jules-Bertholet:and-eats-andmut, r=Nadrierilbors-73/+201
2024-05-11Consolidate obligation cause codes for where clausesMichael Goulet-6/+41
2024-05-11Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+20
2024-05-11Rollup merge of #124318 - bvanjoi:fix-123911, r=petrochenkov许杰友 Jieyou Xu (Joe)-8/+71
2024-05-10Comments and fixesJules Bertholet-42/+108
2024-05-10Fix spans when macros are involvedJules Bertholet-4/+3
2024-05-10Various fixes:Jules Bertholet-24/+41
2024-05-10Match ergonomics 2024: let `&` patterns eat `&mut`Jules Bertholet-69/+115
2024-05-10Handle Deref expressions in invalid_reference_castingBen Kimock-0/+7
2024-05-11ignore generics args in attribute pathsbohan-8/+71
2024-05-10Rollup merge of #124797 - beetrees:primitive-float, r=davidtwcoMatthias Krüger-1/+3
2024-05-10Rollup merge of #124778 - fmease:fix-diag-msg-parse-meta-item, r=nnethercoteMatthias Krüger-37/+58
2024-05-10Fix parse error message for meta itemsLeón Orell Valerian Liehr-37/+58
2024-05-10Rollup merge of #124936 - lcnr:cool-beans, r=compiler-errorsMatthias Krüger-9/+79
2024-05-09analyse visitor: build proof tree in probelcnr-9/+79
2024-05-09Rollup merge of #124923 - RalfJung:offset-from-errors, r=compiler-errorsMatthias Krüger-7/+7
2024-05-09Make sure we consume a generic arg when checking mistyped turbofishMichael Goulet-0/+20
2024-05-09Auto merge of #124706 - Zalathar:revision-checker, r=jieyouxubors-41/+87
2024-05-09interpret/miri: better errors on failing offset_fromRalf Jung-7/+7
2024-05-09Auto merge of #124157 - wutchzone:partial_eq, r=estebankbors-10/+48
2024-05-09Fix test problems discovered by the revision checkZalathar-41/+87
2024-05-09Rollup merge of #124908 - saethlin:ref-casting_bigger_place_projection, r=fee...Matthias Krüger-0/+6
2024-05-09Rollup merge of #124875 - compiler-errors:more-diagnostics-ices, r=estebankMatthias Krüger-35/+190
2024-05-09Rollup merge of #124777 - veera-sivarajan:bugfix-124495-identify-gen-block, r...Matthias Krüger-6/+101
2024-05-08Rollup merge of #124869 - compiler-errors:keyword, r=NilstriebMatthias Krüger-33/+60