about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-14Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726Matthias Krüger-0/+27
2023-09-14Rollup merge of #115832 - Zalathar:fix-no-coverage, r=oli-obkMatthias Krüger-1/+1
2023-09-14Paper over an accidental regressionOli Scherer-14/+15
2023-09-14Auto merge of #112038 - Nemo157:edition-2024-unsafe_op_in_unsafe_fn, r=RalfJungbors-0/+33
2023-09-14Auto merge of #115764 - RalfJung:const-by-ref-alloc-id, r=oli-obkbors-0/+183
2023-09-14add regression test for something we fixedRalf Jung-0/+31
2023-09-14fix clippy (and MIR printing) handling of ConstValue::Indirect slicesRalf Jung-5/+5
2023-09-14bless allRalf Jung-0/+152
2023-09-14Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errorsbors-0/+15
2023-09-14Properly consider binder vars in HasTypeFlagsVisitorMichael Goulet-0/+27
2023-09-14Fix the error message for `#![feature(no_coverage)]`Zalathar-1/+1
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-141/+151
2023-09-13Visit ExprField for lint levels.Camille GILLOT-0/+15
2023-09-13Detect cycle errors hidden by opaques during monomorphizationMichael Goulet-0/+122
2023-09-13Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obkMatthias Krüger-0/+32
2023-09-13Rollup merge of #115771 - RalfJung:no-more-const-err-lint, r=oli-obkMatthias Krüger-8/+12
2023-09-13fix: skip opt if body has tainted errorbohan-0/+32
2023-09-13Address review commentsMatthew Jasper-0/+347
2023-09-13Auto merge of #115269 - bvanjoi:fix-113834, r=petrochenkovbors-69/+136
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-7/+7
2023-09-13resolve: determined binding after parent module macro expandbohan-69/+136
2023-09-13Auto merge of #115785 - fmease:fix-pat-regression, r=wesleywiserbors-0/+21
2023-09-12Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiserbors-1/+0
2023-09-12`#[diagnostic::on_unimplemented]` without filtersGeorg Semmler-6/+207
2023-09-12Only suggest turbofish in patterns if we may recoverLeón Orell Valerian Liehr-0/+21
2023-09-12Auto merge of #115215 - ouz-a:mir_issue, r=lcnrbors-0/+49
2023-09-12cleanup leftovers of const_err lintRalf Jung-8/+12
2023-09-12Auto merge of #115705 - cjgillot:const-prop-aggregate, r=oli-obkbors-63/+856
2023-09-12Auto merge of #115678 - RalfJung:abi-compat-test, r=petrochenkovbors-14/+64
2023-09-12Tests passingChinedu Francis Nwafili-2/+38
2023-09-12add some DispatchFromDyn ABI compatibility testsRalf Jung-0/+5
2023-09-12add enough cfg to make the test pass on problematic targetsRalf Jung-14/+39
2023-09-12also test ABI-compatibility for some unsized typesRalf Jung-2/+19
2023-09-12make sure the types in the ABI compat test actually type-checkRalf Jung-2/+5
2023-09-12Rollup merge of #115765 - asquared31415:cast_diag, r=WaffleLapkinMatthias Krüger-12/+96
2023-09-11Auto merge of #115767 - matthiaskrgr:rollup-byf3lvq, r=matthiaskrgrbors-10/+224
2023-09-11Remove assert that checks type equalityouz-a-0/+49
2023-09-11Rollup merge of #115757 - DianQK:lto-linkage-used-attr, r=wesleywiserMatthias Krüger-0/+69
2023-09-11Rollup merge of #115749 - oli-obk:smir_consts, r=compiler-errorsMatthias Krüger-0/+6
2023-09-11Rollup merge of #115730 - bjorn3:some_driver_refactors, r=compiler-errorsMatthias Krüger-2/+1
2023-09-11Rollup merge of #115708 - RalfJung:homogeneous, r=davidtwcoMatthias Krüger-8/+78
2023-09-11Rollup merge of #115631 - compiler-errors:ctypes-unsized, r=davidtwcoMatthias Krüger-0/+24
2023-09-11Rollup merge of #115591 - djkoloski:issue_115385, r=cuviperMatthias Krüger-0/+46
2023-09-11Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-...bors-3/+46
2023-09-11Use no_core for KCFI tests to exercise them in CITomasz Miąsko-6/+28
2023-09-11add source type for invalid bool castsasquared31415-12/+96
2023-09-11Bubble up opaque <eq> opaque operations instead of picking an orderOli Scherer-3/+46
2023-09-11Auto merge of #115758 - matthiaskrgr:rollup-khwbjj7, r=matthiaskrgrbors-127/+871
2023-09-11Duplicate output for test.Camille GILLOT-0/+491
2023-09-11Support CopyForDeref.Camille GILLOT-4/+8