about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-12add test for dead code caused by enum variants shadowing an associated functionJana Dönszelmann-0/+40
2025-06-12avoid `&mut P<T>` in `visit_expr` etc methodsDeadbeef-6/+5
2025-06-12Add support for $crate to IdentDaniel Bloom-47/+857
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-263/+90
2025-06-12Fix a missing fragment specifier in rustdoc testsTrevor Gross-3/+3
2025-06-12Allow `unpredictable_function_pointer_comparisons` lint in more placesUrgau-0/+5
2025-06-12Report the `unpredictable_function_pointer_comparisons` lint in macroUrgau-24/+88
2025-06-12Rollup merge of #142261 - folkertdev:unstable-attr-correct-edition, r=compile...Matthias Krüger-0/+51
2025-06-12Rollup merge of #142219 - Kivooeo:tf11, r=wesleywiserMatthias Krüger-78/+76
2025-06-12Rollup merge of #142217 - Kivooeo:tf10, r=jieyouxuMatthias Krüger-144/+102
2025-06-12Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er...Matthias Krüger-34/+77
2025-06-12Rollup merge of #142066 - ferrocene:lw/edition-2015-tests, r=compiler-errorsMatthias Krüger-371/+356
2025-06-12Rollup merge of #142040 - jswrenn:transmute-ty-region-generic, r=compiler-errorsMatthias Krüger-9/+39
2025-06-12Rollup merge of #141307 - b-naber:closure-body, r=celinvalMatthias Krüger-0/+180
2025-06-12Apply ABI attributes on return types in `rustc_codegen_cranelift`beetrees-3/+1121
2025-06-11Rollup merge of #142362 - Veykril:push-rzmrsswqourz, r=oli-obkMatthias Krüger-19/+19
2025-06-11Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgrbors-119/+183
2025-06-11tests: Bless for weaker unsupported_calling_conventionsJubilee Young-348/+0
2025-06-11cleaned up some testsKivooeo-78/+76
2025-06-11Add expectation for `{` when parsing lone coroutine qualifiersLukas Wirth-19/+19
2025-06-11stabilize gaiBoxy-319/+100
2025-06-11cleaned up some testsKivooeo-144/+102
2025-06-11Rollup merge of #142297 - jieyouxu:needs-target-std, r=KobzolMatthias Krüger-24/+6
2025-06-11Rollup merge of #142272 - workingjubilee:change-some-abi-tests, r=aDotInTheVoidMatthias Krüger-28/+42
2025-06-11Rollup merge of #142042 - estebank:explicit-lifetime-verbose-suggestion, r=co...Matthias Krüger-67/+135
2025-06-11Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwUbors-4/+1
2025-06-11Auto merge of #141942 - ShoyuVanilla:smir-repr, r=oli-obkbors-1/+36
2025-06-10Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercotebors-67/+85
2025-06-10Auto merge of #142299 - fmease:rollup-u86s80a, r=fmeasebors-206/+263
2025-06-10Modify some run-make tests to use `//@ needs-target-std`Jieyou Xu-24/+6
2025-06-10Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=...León Orell Valerian Liehr-166/+182
2025-06-10Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obkLeón Orell Valerian Liehr-5/+20
2025-06-10Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcmLeón Orell Valerian Liehr-0/+1
2025-06-10Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwULeón Orell Valerian Liehr-16/+60
2025-06-10Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35León Orell Valerian Liehr-19/+0
2025-06-10Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obkbors-18/+61
2025-06-10Implement representation options to smirShoyu Vanilla-1/+36
2025-06-10Add new extracted option doctest ui test for result returning doctestGuillaume Gomez-0/+12
2025-06-10Give more information into extracted doctest informationGuillaume Gomez-1/+1
2025-06-10Loop check anon consts on their ownOli Scherer-35/+35
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-45/+45
2025-06-10Add regression test for break inside const itemsOli Scherer-1/+19
2025-06-09tests: Revise dont-shuffle-bswaps-opt3 per tested archJubilee Young-15/+16
2025-06-09tests: Copy dont-shuffle-bswaps per tested opt levelJubilee Young-2/+30
2025-06-09tests: Minicore `extern "gpu-kernel"` feature testJubilee Young-21/+172
2025-06-09rustdoc-json: Rearrange deck chairs in ABI testingJubilee Young-24/+38
2025-06-09tests: Change "fastcall" to "system" in some testsJubilee Young-4/+4
2025-06-09tests: bless unsupported_calling_conventions linting on some fn_ptrsJubilee Young-166/+182
2025-06-09use correct edition when warning for unsafe attributesFolkert de Vries-0/+51
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-67/+135