about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-19Auto merge of #127956 - tgross35:rollup-8ten7pk, r=tgross35bors-123/+1394
2024-07-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-217/+126
2024-07-19Rollup merge of #127935 - tgross35:binary_asm_labels-x86-only, r=estebank,UrgauTrevor Gross-5/+32
2024-07-19Rollup merge of #127928 - Oneirical:anatesthetic-sleep, r=KobzolTrevor Gross-31/+53
2024-07-19Rollup merge of #127891 - estebank:enum-type-sugg, r=estebankTrevor Gross-54/+1236
2024-07-19Rollup merge of #127825 - Oneirical:self-testeem, r=jieyouxuTrevor Gross-33/+73
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-18Rollup merge of #127418 - GuillaumeGomez:wrap-too-long-type-name, r=notriddleMatthias Krüger-1/+6
2024-07-18Update the `binary_asm_label` messageTrevor Gross-5/+15
2024-07-18rewrite link-path-order to rmakeOneirical-21/+35
2024-07-18Change `binary_asm_labels` to only fire on x86 and x86_64Trevor Gross-0/+17
2024-07-18Add test for size of items in the items listGuillaume Gomez-1/+6
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-18rewrite lto-smoke-c to rmakeOneirical-12/+20
2024-07-18Rollup merge of #127854 - fmease:glob-import-type_ir_inherent-lint, r=compile...Matthias Krüger-0/+106
2024-07-18Rollup merge of #127748 - scottmcm:option_len, r=joboetMatthias Krüger-1/+34
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-25/+466
2024-07-18rewrite archive-duplicate-names to rmakeOneirical-16/+37
2024-07-18rewrite manual-link to rmakeOneirical-7/+16
2024-07-18rewrite macos-fat-archive to rmakeOneirical-10/+20
2024-07-18make pub_use_of_private_extern_crate show up in future breakage reportsRalf Jung-1/+16
2024-07-18Add internal lint for detecting non-glob imports of `rustc_type_ir::inherent`León Orell Valerian Liehr-0/+106
2024-07-18Rollup merge of #127822 - Oneirical:amazon-rainfortest, r=jieyouxuTrevor Gross-29/+71
2024-07-18Rollup merge of #127687 - RalfJung:pattern-cleanup, r=oli-obk,lcnrTrevor Gross-108/+70
2024-07-18Rollup merge of #127491 - Oneirical:bulletproof-test, r=jieyouxuTrevor Gross-48/+133
2024-07-18avoid creating an Instance only to immediately disassemble it againRalf Jung-63/+43
2024-07-18const_to_pat: cleanup leftovers from when we had to deal with non-structural ...Ralf Jung-45/+27
2024-07-18Rollup merge of #127889 - estebank:anon-arg-sugg, r=compiler-errorsMatthias Krüger-4/+4
2024-07-18Rollup merge of #127888 - estebank:type-param-sugg, r=compiler-errorsMatthias Krüger-12/+18
2024-07-18Rollup merge of #127886 - estebank:as-rename-suggestion, r=compiler-errorsMatthias Krüger-37/+37
2024-07-18Rollup merge of #127878 - estebank:assoc-item-removal, r=fmeaseMatthias Krüger-56/+95
2024-07-18Rollup merge of #127787 - Rejyr:migrate-atomic-lock-free-rmake, r=jieyouxuMatthias Krüger-48/+52
2024-07-18Rollup merge of #127783 - compiler-errors:rtn-pretty, r=fee1-deadMatthias Krüger-6/+109
2024-07-17Account for structs that have unused params in nested types in fieldsMichael Goulet-14/+32
2024-07-17Rollup merge of #127664 - compiler-errors:precise-capturing-better-sugg-apit,...Trevor Gross-1/+55
2024-07-17Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkovTrevor Gross-14/+265
2024-07-18More accurate span for anonymous argument suggestionEsteban Küber-4/+4
2024-07-18More accurate span for type parameter suggestionEsteban Küber-12/+18
2024-07-18Accurate `use` rename suggestion spanEsteban Küber-37/+48
2024-07-17Auto merge of #127865 - matthiaskrgr:rollup-8m49dlg, r=matthiaskrgrbors-187/+269
2024-07-17Fix associated item removal suggestionEsteban Küber-56/+95
2024-07-17Account for self ty aliasMichael Goulet-9/+23