about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-0/+204
2025-04-29Move tests from /ui directorymejrs-31/+39
2025-04-29Fix for async drop ice with partly dropped tupleAndrew Zhogin-0/+11
2025-04-29Delete "nonconstructable" enums are "noncopyable" testmejrs-19/+0
2025-04-29Update stable-mir testJohn Kåre Alsaker-12/+12
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-18/+18
2025-04-29Coalesce duplicate missing clone testsmejrs-97/+43
2025-04-29Treat `ManuallyDrop` as `~const Destruct`Oli Scherer-23/+1
2025-04-29Add testOli Scherer-0/+63
2025-04-29Fix comment describing what the test doesmejrs-6/+3
2025-04-29Move `on impl position` test to proper directorymejrs-6/+7
2025-04-29stabilize ptr::swap_nonoverlapping in constRalf Jung-8/+6
2025-04-29enable msa feature for mips in codegen testsAdrian Friedli-2/+13
2025-04-29Auto merge of #137940 - 1c3t3a:alignment-borrows-check, r=saethlinbors-0/+40
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-12/+11
2025-04-29Adjust testsMichael Goulet-26/+50
2025-04-29Add a few extra tests to `tests/ui/macros/stringify.rs`.Nicholas Nethercote-2/+18
2025-04-29Wf is not coinductiveMichael Goulet-2/+15
2025-04-28Rollup merge of #140396 - ChrisDenton:gnu-threads, r=jieyouxuChris Denton-0/+6
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-0/+119
2025-04-28Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnrChris Denton-0/+19
2025-04-28Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnrChris Denton-0/+71
2025-04-28Rollup merge of #140022 - dianne:box-deref-pats, r=NadrierilChris Denton-50/+151
2025-04-28Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnayChris Denton-1/+0
2025-04-28Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4Chris Denton-0/+23
2025-04-28Workaround for windows-gnu rust-lld test failureChris Denton-0/+6
2025-04-28Use target-cpu=z13 on s390x codegen const vector testEduard Stefes-1/+5
2025-04-28Remove backticks from `ShouldPanic::YesWithMessage`'s `TrFailedMsg`Lieselotte-3/+3
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-119/+145
2025-04-28Do not compute type_of for impl item if impl where clauses are unsatisfiedMichael Goulet-0/+71
2025-04-28remove noinline attribute and add alwaysinline after AD passbit-aloo-0/+23
2025-04-28Auto merge of #123948 - azhogin:azhogin/async-drop, r=oli-obkbors-89/+1145
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-2/+2
2025-04-28Rollup merge of #140220 - GuillaumeGomez:doctest-main-wrapping, r=fmeaseGuillaume Gomez-27/+55
2025-04-28Rollup merge of #140056 - yuk1ty:fix-static-mut-error-message, r=jieyouxuGuillaume Gomez-90/+88
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-89/+1145
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-0/+419
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+204
2025-04-27Move inline_asm to typeck, properly handle aliasesMichael Goulet-0/+19
2025-04-28Streamline the `format` macro.Nicholas Nethercote-8/+6
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-0/+119
2025-04-27bless testsWaffle Lapkin-19/+14
2025-04-27Make error for tuple struct pat/expr w/ FQS clearerWaffle Lapkin-22/+102
2025-04-27Improve test for FQS tuple struct pat/exprWaffle Lapkin-43/+113
2025-04-27Test partial moves via deref patsNadrieril-0/+8
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-66/+281
2025-04-27Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=NadrierilMatthias Krüger-0/+33
2025-04-27Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddlebors-0/+76
2025-04-27Auto merge of #139646 - lcnr:default-is-fully-concrete, r=BoxyUwUbors-0/+38
2025-04-27Fix bad handling of macros if there is already a `main` functionGuillaume Gomez-0/+23