about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-07-10Merge from rustcThe Miri Cronjob Bot-678/+2337
2025-07-10Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obkMatthias Krüger-16/+136
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-393/+1641
2025-07-10Rollup merge of #143298 - Kivooeo:tf23, r=tgross35Trevor Gross-121/+161
2025-07-10Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro...Trevor Gross-115/+508
2025-07-10Rollup merge of #142950 - tgross35:metavariable-expr-rework, r=petrochenkovTrevor Gross-110/+115
2025-07-10Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkovTrevor Gross-47/+857
2025-07-10Remove uncessary parens in closure body with unused lintyukang-16/+136
2025-07-09mbe: Refactor the diagnostic for unrecognized metavariable expressionsTrevor Gross-3/+5
2025-07-09mbe: Refactor diagnostics for invalid metavar expression syntaxTrevor Gross-107/+110
2025-07-09fix aux-build failuresLorrensP-2158466-30/+50
2025-07-09Add opaque TypeId handles for CTFEOli Scherer-48/+128
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-0/+21
2025-07-08Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwcoTrevor Gross-0/+34
2025-07-08Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwcoTrevor Gross-0/+37
2025-07-08Rollup merge of #143475 - tgross35:runtime-test-config, r=jieyouxuTrevor Gross-23/+20
2025-07-08Rollup merge of #143339 - 1c3t3a:issue-143332, r=RalfJungTrevor Gross-15/+14
2025-07-08Rollup merge of #143177 - xizheyin:143134, r=lcnrTrevor Gross-2/+19
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-20/+106
2025-07-08Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmannMatthias Krüger-18/+27
2025-07-08Auto merge of #134628 - estebank:const-default, r=oli-obkbors-143/+154
2025-07-08expand `-Clink-self-contained` testsRémy Rakic-1/+47
2025-07-08expand `-Clinker-features` testsRémy Rakic-19/+59
2025-07-08Remove `const_eval_select` hackOli Scherer-45/+20
2025-07-08Constify `Fn*` traitsOli Scherer-517/+49
2025-07-08Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgrbors-11/+181
2025-07-08Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errorsMatthias Krüger-3/+3
2025-07-08Rollup merge of #143570 - bvanjoi:issue-143560, r=compiler-errorsMatthias Krüger-1/+138
2025-07-08Rollup merge of #143567 - xizheyin:143336, r=compiler-errorsMatthias Krüger-7/+40
2025-07-08Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errorsbors-8/+39
2025-07-07Make `Default` const and add some `const Default` implsEsteban Küber-143/+154
2025-07-07Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-block, r=bjorn3Matthias Krüger-0/+31
2025-07-07Rollup merge of #143539 - JonathanBrouwer:ice-regression-tests, r=oli-obkMatthias Krüger-0/+57
2025-07-07Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865Matthias Krüger-1/+1
2025-07-07Rollup merge of #132469 - estebank:issue-132041, r=NadrierilMatthias Krüger-0/+92
2025-07-07Respect endianness correctly in CheckEnums test suiteBastian Kersting-15/+14
2025-07-07const-block-as-pattern: do not refer to no-longer-existing nightly featureRalf Jung-3/+3
2025-07-07Port `#[ffi_pure]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-07`loop_match`: fix 'no terminator on block'Folkert de Vries-0/+31
2025-07-07Port `#[ffi_const]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-07Rollup merge of #143464 - workingjubilee:make-debug-rs-cross-compile, r=oli-obk许杰友 Jieyou Xu (Joe)-12/+1007
2025-07-07Port `#[export_stable]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-07consider nested cases for duplicate RPITITbohan-1/+138
2025-07-07Point to correct argument in Func Call when Self type fails trait boundxizheyin-11/+17
2025-07-07Add test tests/ui/trait-bounds/false-span-in-trait-bound-label.rsxizheyin-0/+27
2025-07-07Add `ty_span` queryOli Scherer-8/+39
2025-07-07Rollup merge of #143344 - JonathanBrouwer:path-parser, r=jdonszelmannJacob Pratt-35/+46
2025-07-07Rollup merge of #143206 - Jules-Bertholet:align-attr-fixes, r=workingjubileeJacob Pratt-2/+98
2025-07-06Skip `align` tests on wasmJules Bertholet-0/+1
2025-07-06Add more tests for invalid alignmentsJules Bertholet-5/+52