about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-26Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errorsTrevor Gross-29/+36
2025-07-26Rollup merge of #144356 - GuillaumeGomez:gcc-ignore-tests, r=jieyouxuTrevor Gross-34/+123
2025-07-26Rollup merge of #144341 - CaiWeiran:const-vector_test, r=wesleywiserTrevor Gross-0/+2
2025-07-26Rollup merge of #144339 - CaiWeiran:dwarf-mixed-versions-lto_test, r=wesleywiserTrevor Gross-3/+4
2025-07-26Rollup merge of #144201 - estebank:suggest-clone, r=SparrowLiiTrevor Gross-0/+312
2025-07-26Rollup merge of #144089 - Oneirical:uncountable-integer-1, r=jieyouxuTrevor Gross-49/+107
2025-07-26Disable has_reliable_f128_math on musl targetsJens Reidel-2/+4
2025-07-26Revert "coverage: Enlarge empty spans during MIR instrumentation, not codegen"Zalathar-17/+20
2025-07-26Don't lint against named labels in `naked_asm!`Amanieu d'Antras-29/+36
2025-07-25Check statics' type in type_of.Camille GILLOT-251/+235
2025-07-25Look at layout for completeness.Camille GILLOT-3/+51
2025-07-26Implement support for explicit tail calls in the MIR block builders and the L...Joel Wejdenstål-0/+35
2025-07-26`loop_match`: suggest extracting to a `const` itemFolkert de Vries-0/+232
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-245/+303
2025-07-25Add missing `NOTE` annotations in `tests/ui/macros/trace-macro.rs`Guillaume Gomez-0/+3
2025-07-25add //@ needs-unwind to testbeepster4096-0/+1
2025-07-25Update mir-opt expected output for matches! macroJonas Platte-10/+26
2025-07-25Allow pretty printing paths with `-Zself-profile-events=args`Jakub Beránek-0/+18
2025-07-25async drop tests for boxbeepster4096-0/+255
2025-07-25fix box destructor generationbeepster4096-0/+267
2025-07-25canonicalize build root in `tests/run-make/linker-warning`Waffle Lapkin-1/+3
2025-07-25Mention type that could be `Clone` but isn't in more casesEsteban Küber-0/+312
2025-07-25commentsKivooeo-38/+89
2025-07-25move 28 testsKivooeo-0/+0
2025-07-25uniquify root goals during HIR typecklcnr-12/+73
2025-07-25moved 34 tests to organized locationsKivooeo-0/+0
2025-07-25Rollup merge of #144390 - oli-obk:arbitrary-enum-discrs, r=SparrowLiiMatthias Krüger-8/+31
2025-07-25Rollup merge of #144340 - Oneirical:uncertain-illusion, r=jieyouxuMatthias Krüger-0/+0
2025-07-25Rollup merge of #144209 - scottmcm:assume_less, r=lcnr,dianqkMatthias Krüger-8/+41
2025-07-25Rollup merge of #144200 - estebank:dont-point-at-closure, r=lcnrMatthias Krüger-48/+65
2025-07-25Rollup merge of #143979 - dpaoliello:arm64ectest, r=petrochenkovMatthias Krüger-2/+6
2025-07-25Rollup merge of #143401 - Enselic:no-stack-backtrace-print-in-display, r=davi...Matthias Krüger-6/+2
2025-07-25Rollup merge of #142569 - xizheyin:139253, r=davidtwcoMatthias Krüger-0/+68
2025-07-25Check static is sized when building MIR.Camille GILLOT-28/+33
2025-07-25Do not assert layout in KnownPanicsLint.Camille GILLOT-28/+126
2025-07-25Add crash tests.Camille GILLOT-0/+19
2025-07-25tests: aarch64-outline-atomics: Remove hardcoded targetJens Reidel-2/+0
2025-07-24Rename tests/ui/SUMMARY.md and update rustc dev guide on error-patternOneirical-0/+0
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-49/+107
2025-07-24Auto merge of #144389 - scottmcm:no-more-mir-cast-assume, r=davidtwcobors-73/+36
2025-07-24Add test case for single boundBen Schulz-1/+35
2025-07-24Fix unused_parens false positiveBen Schulz-0/+9
2025-07-24MIR-build: No longer emit assumes in enum-as castingScott McMurray-73/+36
2025-07-24move bad-intra-doc test into intra-doc dirbinarycat-0/+0
2025-07-24rustdoc::broken_intra_doc_links: only be lenient with shortcut linksbinarycat-2/+10
2025-07-24rustdoc: update tests to match new lint behaviorbinarycat-25/+3
2025-07-24adjust more unit tests to reflect more aggressive intra-doc lintingbinarycat-21/+230
2025-07-24get rid of some false negatives in rustdoc::broken_intra_doc_linksbinarycat-0/+44
2025-07-24asm: Stabilize loongarch32WANG Rui-41/+157
2025-07-24Rollup merge of #144358 - JonathanBrouwer:fix-stability-malformed, r=oli-obkLeón Orell Valerian Liehr-10/+22