about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-06-01Auto merge of #112164 - Dylan-DPC:rollup-93zj7jw, r=Dylan-DPCbors-139/+269
2023-06-01Rollup merge of #112024 - compiler-errors:dont-break-thru-item, r=WaffleLapkinDylan DPC-0/+110
2023-06-01Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnrDylan DPC-132/+31
2023-06-01Rollup merge of #111892 - notriddle:notriddle/timeout-tooltip, r=me,Guillaume...Dylan DPC-2/+19
2023-06-01Rollup merge of #111318 - scottmcm:operand-value-poison, r=compiler-errorsDylan DPC-4/+71
2023-06-01Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG...Dylan DPC-1/+38
2023-06-01Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-deadbors-187/+177
2023-05-31Add a distinct `OperandValue::ZeroSized` variant for ZSTsScott McMurray-4/+71
2023-06-01Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naberbors-2/+125
2023-05-31Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiserbors-1/+27
2023-05-31Check that RPITs are compatible with the opaques inferred during HIR typeck tooMichael Goulet-121/+9
2023-05-31Don't suggest break through nested itemsMichael Goulet-0/+110
2023-05-31Auto merge of #111913 - oli-obk:valtrees2, r=lcnrbors-15/+10
2023-05-31Explain the reason for why a test existsOli Scherer-0/+2
2023-05-31Only rewrite valtree-constants to patterns and keep other constants opaqueOli Scherer-15/+8
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-0/+25
2023-05-31Adjust tests for newly uplifted cast_ref_to_mut lintUrgau-2/+11
2023-05-31Auto merge of #112132 - matthiaskrgr:rollup-x2l75gf, r=matthiaskrgrbors-5/+9
2023-05-31Uplift clippy::cast_ref_to_mut to rustcUrgau-0/+114
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-187/+177
2023-05-31Rollup merge of #111975 - jyn514:normalization, r=cjgillotMatthias Krüger-1/+1
2023-05-31Rollup merge of #111772 - liushuyu:ubuntu/mips64-linkage, r=jackh726Matthias Krüger-4/+8
2023-05-31Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errorsbors-2/+24
2023-05-31Rollup merge of #112108 - GuillaumeGomez:reexport-doc-hidden-private, r=notri...Matthias Krüger-0/+16
2023-05-31Rollup merge of #112096 - workingjubilee:array-unzip, r=scottmcmMatthias Krüger-15/+3
2023-05-31Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkinMatthias Krüger-0/+15
2023-05-30Test from_fn autovectorizesScottMcMurray-0/+10
2023-05-31update test to not rely on super_relate_consts hackBoxy-2/+24
2023-05-31Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obkbors-0/+78
2023-05-30rustdoc: Fix LinkReplacer link matchingbenediktwerner-1/+38
2023-05-30Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726bors-32/+112
2023-05-30Add regression test for re-export of doc hidden item inside private item not ...Guillaume Gomez-0/+16
2023-05-30Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstriebbors-4/+269
2023-05-30coinductive cycle leak check testlcnr-0/+33
2023-05-30directory size limit :<lcnr-2/+2
2023-05-30add the leak check to the new solverlcnr-0/+24
2023-05-30update revision nameslcnr-5/+5
2023-05-30Rollup merge of #112100 - jieyouxu:issue-106929, r=oli-obkNilstrieb-0/+28
2023-05-30Rollup merge of #112064 - GuillaumeGomez:migrate-gui-test-color-9, r=notriddleNilstrieb-4/+4
2023-05-30Rollup merge of #111872 - bvanjoi:fix-103646, r=cjgillotNilstrieb-0/+32
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-0/+205
2023-05-30add FIXME to a test which seems wrong.lcnr-0/+2
2023-05-30remove unused revisionlcnr-17/+1
2023-05-30coherence: don't add hidden types for opaqueslcnr-0/+37
2023-05-30Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillotbors-0/+8
2023-05-30Don't typecheck suggested method call许杰友 Jieyou Xu (Joe)-0/+28
2023-05-30Remove array_zipJubilee Young-22/+0
2023-05-30Auto merge of #112083 - scottmcm:simpler-range-next, r=thomccbors-32/+128
2023-05-29offset_of: Don't require type to be sizedclubby789-0/+15
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-32/+128