summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-09-03More robust extension checkingChris Denton-1/+3
2024-08-29Emit specific message for `time<0.3.35` inference failureEsteban Küber-0/+19
2024-08-15Fix bug in `Parser::look_ahead`.Nicholas Nethercote-0/+58
2024-08-15derive(SmartPointer): register helper attributesDing Xiang Fei-12/+164
2024-08-15Revert "Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU"Boxy-114/+216
2024-08-12Normalize when equating dyn tails in MIR borrowckMichael Goulet-0/+21
2024-08-03Bless test falloutMichael Goulet-6/+10
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-163/+44
2024-08-03Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov"Michael Goulet-33/+0
2024-08-03Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-50/+20
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-148/+23
2024-07-20Auto merge of #127998 - matthiaskrgr:rollup-ykp0h5r, r=matthiaskrgrbors-50/+77
2024-07-20Auto merge of #127003 - GrigorenkoPV:107975, r=SparrowLiibors-0/+799
2024-07-20Rollup merge of #127987 - estebank:impl-trait-sugg, r=cjgillotMatthias Krüger-50/+37
2024-07-20Rollup merge of #127948 - surechen:fix_127915, r=compiler-errorsMatthias Krüger-0/+40
2024-07-19Add a bunch of tests for #107975Pavel Grigorenko-0/+799
2024-07-19More accurate suggestion for `-> Box<dyn Trait>` or `-> impl Trait`Esteban Küber-50/+37
2024-07-19Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgrbors-69/+344
2024-07-19Rollup merge of #127976 - fmease:lta-cyclic-bivariant-param-better-err, r=com...Matthias Krüger-14/+13
2024-07-19Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-messages, r=...Matthias Krüger-55/+325
2024-07-19Rollup merge of #127295 - maurer:default-impl-cfi, r=estebankMatthias Krüger-0/+6
2024-07-19LTA: Diag: Detect bivariant ty params that are only used recursivelyLeón Orell Valerian Liehr-14/+13
2024-07-19Auto merge of #127969 - matthiaskrgr:rollup-nhxmwhn, r=matthiaskrgrbors-182/+113
2024-07-19Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obkMatthias Krüger-182/+113
2024-07-19Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgrbors-26/+213
2024-07-19Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35bors-59/+1268
2024-07-19Rollup merge of #127943 - compiler-errors:no-unsafe, r=spastorinoMatthias Krüger-2/+17
2024-07-19Rollup merge of #127662 - estebank:gate-span, r=TaKO8KiMatthias Krüger-24/+104
2024-07-19Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnrMatthias Krüger-0/+92
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-216/+114
2024-07-19Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,UrgauTrevor Gross-5/+32
2024-07-19Rollup merge of #127891 - estebank:enum-type-sugg, r=estebankTrevor Gross-54/+1236
2024-07-19fixes panic errorsurechen-0/+40
2024-07-18Don't allow unsafe statics outside of extern blocksMichael Goulet-2/+17
2024-07-18Rollup merge of #127929 - estebank:addr_of, r=compiler-errorsMatthias Krüger-39/+39
2024-07-18Rollup merge of #127871 - compiler-errors:recursive, r=estebankMatthias Krüger-22/+63
2024-07-18Rollup merge of #127835 - estebank:issue-127823, r=compiler-errorsMatthias Krüger-6/+31
2024-07-18Rollup merge of #127594 - c6c7:fuchsia-status-code-match-arm, r=tmandryMatthias Krüger-5/+3
2024-07-18Update the `binary_asm_label` messageTrevor Gross-5/+15
2024-07-18Change `binary_asm_labels` to only fire on x86 and x86_64Trevor Gross-0/+17
2024-07-18Use more accurate span for `addr_of!` suggestionEsteban Küber-39/+39
2024-07-18Tweak "field not found" suggestion when giving struct literal for tuple struc...Esteban Küber-28/+28
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-416/+693
2024-07-18Add svg test for incorrect literal type suggestionEsteban Küber-0/+905
2024-07-18Fix ICE in suggestion caused by `⩵` being recovered as `==`Esteban Küber-6/+31
2024-07-18Rollup merge of #127656 - RalfJung:pub_use_of_private_extern_crate, r=petroch...Matthias Krüger-1/+16
2024-07-18Auto merge of #117967 - adetaylor:fix-lifetime-elision-bug, r=lcnrbors-14/+464
2024-07-18improve error reportingFolkert-19/+28
2024-07-18make pub_use_of_private_extern_crate show up in future breakage reportsRalf Jung-1/+16
2024-07-18move CMSE validation to hir_analysisFolkert-193/+159