about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-30Rollup merge of #140481 - dpaoliello:reqasan, r=wesleywiserMatthias Krüger-0/+2
2025-04-30Rollup merge of #140476 - mejrs:test3, r=jieyouxuMatthias Krüger-61/+0
2025-04-30Rollup merge of #140467 - BoxyUwU:no_fcw_assoc_consts, r=lcnrMatthias Krüger-0/+23
2025-04-30Rollup merge of #140465 - mejrs:test2, r=jieyouxuMatthias Krüger-50/+39
2025-04-30Rollup merge of #140458 - azhogin:azhogin/async-drop-fix-dropped-tuple-ice, r...Matthias Krüger-0/+11
2025-04-30Rollup merge of #140504 - tmiasko:answer-ensure-stack, r=jswrennMatthias Krüger-0/+70
2025-04-30Rollup merge of #140450 - petrochenkov:vistok, r=nnethercoteMatthias Krüger-2/+0
2025-04-30Rollup merge of #140203 - Wyliodrin:error_for_no_mangle_weak_language_items, ...Matthias Krüger-1/+56
2025-04-30Rollup merge of #140090 - Urgau:snake_case-fn-var, r=petrochenkovMatthias Krüger-1/+10
2025-04-30Rollup merge of #139624 - m-ou-se:unconst-format-args, r=jhprattMatthias Krüger-1/+14
2025-04-30Auto merge of #140503 - matthiaskrgr:rollup-n7zigts, r=matthiaskrgrbors-127/+138
2025-04-30error when using no_mangle on language itemsAlexandru RADOVICI-1/+56
2025-04-30Add test for format_args!("{}", 0) in const.Mara Bos-1/+14
2025-04-30Rollup merge of #140446 - mejrs:test1, r=jieyouxuMatthias Krüger-109/+53
2025-04-30Rollup merge of #140445 - oli-obk:const-manually-drop, r=fee1-deadMatthias Krüger-0/+41
2025-04-30Rollup merge of #140437 - husqvarnagroup:af/codegen-test-mips-msa, r=jieyouxuMatthias Krüger-2/+13
2025-04-30Rollup merge of #140312 - nnethercote:DelimArgs-spacing, r=petrochenkovMatthias Krüger-13/+28
2025-04-30Rollup merge of #136160 - ShE3py:should-panic-backticks, r=thomccMatthias Krüger-3/+3
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-2059/+2346
2025-04-30ast: Remove token visiting from AST visitorVadim Petrochenkov-2/+0
2025-04-30Auto merge of #140188 - nnethercote:streamline-format-macro, r=cuviperbors-8/+6
2025-04-29transmutability: uninit transition matches unit byte onlyTomasz Miąsko-0/+70
2025-04-29Require sanitizers be enabled for asan_odr_windows.rsDaniel Paoliello-0/+2
2025-04-29Don't FCW assoc consts in patternsBoxy-0/+23
2025-04-29Delete unused ui/auxiliary cratesmejrs-61/+0
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-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-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-29Add a few extra tests to `tests/ui/macros/stringify.rs`.Nicholas Nethercote-2/+18
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-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