about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-07-08Expose nested bodies in rustc_borrowck::consumersNico Lehmann-8/+18
2025-07-08Apply effects to otherwise edge in dataflow analysisAmogh Shivaram-10/+122
2025-07-09emit `.att_syntax` when global/naked asm use that optionFolkert de Vries-0/+75
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-08Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkovbors-54/+150
2025-07-09Port `#[marker]` to the new attribute systemPavel Grigorenko-12/+25
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-13/+20
2025-07-08Error on moving unsized values rather than ICE'ingmejrs-7/+118
2025-07-08Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-jso...Matthias Krüger-0/+23
2025-07-08Rollup merge of #143402 - GrigorenkoPV:attributes/link_attrs, r=jdonszelmannMatthias Krüger-18/+27
2025-07-08Remove `const_eval_select` hackOli Scherer-45/+20
2025-07-08Constify `Fn*` traitsOli Scherer-517/+49
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-08stabilize `-Clink-self-contained=-linker` on x64 linuxRémy Rakic-4/+6
2025-07-08stabilize `-Clinker-features=-lld` on x64 linuxRémy Rakic-10/+11
2025-07-08Disable `tests/run-make/mte-ffi`Jieyou Xu-0/+7
2025-07-08Revert `tests/run-make/mte-ffi` changesJieyou Xu-7/+4
2025-07-08add post-dist test for checking that we use LLDRémy Rakic-22/+29
2025-07-07Let `rvalue_creates_operand` return true for *all* `Rvalue::Aggregate`sScott McMurray-9/+135
2025-07-08Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgrbors-11/+181
2025-07-08Don't mark `#[target_feature]` safe fns as unsafe in rustdoc JSON.Predrag Gruevski-0/+23
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-07Run `tests/rustdoc-json/attrs/target_features` on all hosts.Alona Enraght-Moony-2/+0
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 #143551 - compiler-errors:root-sub, r=cjgillot许杰友 Jieyou Xu (Joe)-0/+127
2025-07-07Rollup merge of #143524 - makai410:smir-move-back, r=oli-obk许杰友 Jieyou Xu (Joe)-53/+43
2025-07-07Rollup merge of #143482 - ia0:fix, r=fee1-dead许杰友 Jieyou Xu (Joe)-4/+25
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-07Add ui test unnessary-error-issue-138401.rsxizheyin-0/+26
2025-07-07remove `rustc_smir` from testsMakai-53/+43
2025-07-07Rollup merge of #143344 - JonathanBrouwer:path-parser, r=jdonszelmannJacob Pratt-35/+46