about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-29Auto merge of #113301 - Be-ing:stabilize_bundle_whole-archive, r=petrochenkovbors-31/+2
2023-09-29Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnrbors-58/+133
2023-09-29Rollup merge of #116253 - asquared31415:adt_const_params_feature, r=compiler-...Matthias Krüger-52/+197
2023-09-29Rollup merge of #116239 - cjgillot:issue-116212, r=WaffleLapkinMatthias Krüger-0/+14
2023-09-29Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=NilstriebMatthias Krüger-10/+9
2023-09-29Rollup merge of #116201 - Jarcho:noop_fix, r=fee1-deadMatthias Krüger-7/+33
2023-09-29Auto merge of #116089 - estebank:issue-115992-2, r=compiler-errorsbors-53/+218
2023-09-29Auto merge of #115843 - lcnr:bb-provisional-cache, r=compiler-errorsbors-2/+78
2023-09-29Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-...bors-3/+9
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-52/+197
2023-09-28Auto merge of #115659 - compiler-errors:itp, r=cjgillotbors-91/+44
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-10/+9
2023-09-28Auto merge of #116199 - Urgau:simplify-invalid_ref_casting, r=cjgillotbors-22/+102
2023-09-28Add test for 116212.Camille GILLOT-0/+14
2023-09-28Strip `OpaqueCast` during `RevealAll`.Oli Scherer-23/+33
2023-09-28Bless mir-opt testsOli Scherer-40/+46
2023-09-28Remove unnecessary generator-check, which also fixes the issue within async f...Oli Scherer-1/+2
2023-09-28Unconditionally run `RevealAll` pass and run it earlierOli Scherer-17/+75
2023-09-28Rollup merge of #116214 - notriddle:master, r=aDotInTheVoidMatthias Krüger-0/+60
2023-09-28Rollup merge of #116191 - apekros:issue-56098, r=petrochenkovMatthias Krüger-0/+3
2023-09-28Fix `noop_method_call` detection for new diagnostic itemsJason Newcomb-7/+33
2023-09-28Rollup merge of #116215 - estebank:parse-type-angle-bracket-tweak, r=compiler...Matthias Krüger-25/+147
2023-09-28Tweak wording of missing angle backets in qualified pathEsteban Küber-25/+147
2023-09-27rustdoc: add URLs for test issuesMichael Howell-0/+25
2023-09-27Rename issue-\d+.rs tests to have meaningful namesMichael Howell-0/+0
2023-09-27Add `crate_name` to test so that it can be renamedMichael Howell-0/+35
2023-09-27Auto merge of #109597 - cjgillot:gvn, r=oli-obkbors-16/+6609
2023-09-27Fix ICE by introducing an expr_or_init variant for outside bodiesUrgau-0/+4
2023-09-27Simplify casting logic of the invalid_reference_casting lintUrgau-25/+55
2023-09-27Prefer expr_or_init over manual init detectionUrgau-20/+66
2023-09-27Rollup merge of #116187 - estebank:small-tweak, r=compiler-errorsMatthias Krüger-5/+22
2023-09-27Rollup merge of #116178 - Milo123459:milo/add-test-for-const-async-function-i...Matthias Krüger-0/+18
2023-09-27Rollup merge of #116149 - compiler-errors:anonymize, r=lcnrMatthias Krüger-0/+13
2023-09-27Rollup merge of #115934 - oli-obk:smir_identity, r=spastorinoMatthias Krüger-17/+16
2023-09-27Add regression test for rust-lang#56098apekros-0/+3
2023-09-27Auto merge of #116163 - compiler-errors:lazyness, r=oli-obkbors-62/+1
2023-09-27Auto merge of #116156 - oli-obk:opaque_place_unwrap, r=compiler-errorsbors-0/+36
2023-09-26Add context to `let: Ty = loop { break };`Esteban Küber-5/+22
2023-09-26add testMilo-0/+18
2023-09-26Anonymize binders for refining_impl_trait checkMichael Goulet-0/+13
2023-09-26Auto merge of #116175 - matthiaskrgr:rollup-cwteiwy, r=matthiaskrgrbors-6/+70
2023-09-26Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils...Matthias Krüger-6/+32
2023-09-26Rollup merge of #116099 - eduardosm:issue-79865-regression, r=oli-obkMatthias Krüger-0/+38
2023-09-26Auto merge of #115893 - RalfJung:match-require-partial-eq, r=oli-obkbors-2/+50
2023-09-26Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errorsbors-3/+34
2023-09-26Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...bors-0/+149
2023-09-26Don't store lazyness in DefKindMichael Goulet-62/+1
2023-09-26Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjaybors-0/+81
2023-09-26Auto merge of #116080 - estebank:issue-115905-2, r=compiler-errorsbors-37/+231
2023-09-25Use verbose suggestion for `break` without valueEsteban Küber-48/+72